InterviewSolution
| 1. |
Verify Rolle’s theorem for the function f (x) = x2 + 2x – 8, x ∈ [– 4, 2]. |
|
Answer» Given function is f(x) = x2 +2 x − 8, x ∈ [ −4, 2] Since, a polynomial function is continuous and derivable on R, therefore (i) f(x) is continuous on [− 4,2]. (ii) f(x) is derivable on (− 4,2). Also, f(− 4) = (− 4)2 + 2 (− 4) − 8 = 0 (since f (x) = x2 + 2x − 8) and f(2) = 22 + 2 x 2 – 8 = 0 ⇒ f(− 4) = f(2) This means that all the conditions of Rolle's theorem are satisfied by f(x) in [− 4,2]. Therefore, it exists at least one real c ∈ [ −4, 2] such that f′(c) = 0. Now, f (x) = x2 + 2x − 8 ⇒ f'(x) = d/dx(x2 + 2x - 8) = 2x + 2 Putting f′(c) = 0 ⇒ 2c + 2 = 0 ⇒ c = − 1. Thus, f′( −1) =0 and − 1 ∈ (− 4,2). Hence, Rolle's theorem is verified with c = − 1. |
|