Solveeit Logo

Question

Question: Find local maxima and local minima for the function \[f(x) = {x^3} - 3x\] . A.Local max. at \[x = ...

Find local maxima and local minima for the function f(x)=x33xf(x) = {x^3} - 3x .
A.Local max. at x=1x = 1 , local min. at x=1x = - 1
B.Local max. at x=1x = - 1 local min. at x=1x = 1
C.Local max. at x=1x = - 1 , no local min.
D.Local min. at x=1x = 1 , no local max.

Explanation

Solution

Here we have to find the local maxima and local minima for the given function. For that, we will first find the derivative of the function. We will find all the possible points by puttingf(x)=0f'(x) = 0. Then we will find the point of local maxima and local minima. For that, we will further differentiate f(x)f'(x)and then we will put all the points inf(x)f''(x)one by one. Iff(x)<0f''(x) < 0, then the point is called as the point of local maxima and if f(x)>0f''(x) > 0, then the point is called as the point of local minima.

Complete step-by-step answer:
Let’s first consider the given function.
f(x)=x33xf(x) = {x^3} - 3x
We will find all the points by differentiating the function f(x)f(x)and equating it with zero.
Differentiating functionf(x)f(x)with respect to x, we get
f(x)=3x23f'(x) = 3{x^2} - 3
Now, we will equate f(x)f'(x) with zero.
f(x)=0f'(x) = 0
Putting value of f(x)f'(x) in the above equation, we get
3x23=03{x^2} - 3 = 0
We will simplify the equation further.
3(x21)=03({x^2} - 1) = 0
Now, we will factorize (x21)({x^2} - 1).
3(x1)(x+1)=03(x - 1)(x + 1) = 0
We will now apply zero product rule to find all the possible points. So the possible points are :
x1=0 x=1\begin{array}{l}x - 1 = 0\\\ \Rightarrow x = 1\end{array}
and
x+1=0 x=1\begin{array}{l}x + 1 = 0\\\ \Rightarrow x = - 1\end{array}
So the points are 1 and 1 - 1.
Now, we will check which point is the point of local maxima and point of local minima. For that, we will differentiate f(x)f'(x) with respect to x.
df(x)dx=d(3x23)dx\dfrac{{df'(x)}}{{dx}} = \dfrac{{d(3{x^2} - 3)}}{{dx}}
After differentiating both sides with respect to x, we get
f(x)=6xf''(x) = 6x
Now, we will put all the points one by one in equation (1)(1) .
First putting x=1x = 1 inf(x)f''(x), we get
f(x)=6×1f''(x) = 6 \times 1
f(x)=6f''(x) = 6 , which is more than zero i.e. f(x)>0f''(x) > 0. So this point is the point of local minima.
Therefore,
x=1x = 1 is a point of local minima.
Now, putting x=1x = - 1in f(x)f''(x)
f(x)=6×1f''(x) = 6 \times - 1, which is less than zero i.e. f(x)<0f''(x) < 0. So this point is the point of local maxima.
Thus,
x=1x = - 1is the point of local maxima.
Therefore, the local minima of function f(x)f(x) is 1 and the local maxima of function f(x)f(x)is -1.
Thus, the correct option is B.

Note: A point is said to be a local maximum point of a function f(x)f(x)at x=x0x = {x_0} when the value of f(x)f(x)at x=x0x = {x_0} is greater than the value of f(x)f(x)at all the points near to the point x=x0x = {x_0}. Similarly, a point is said to be local minimum point of a function f(x)f(x) at x=x0x = {x_0} when the value of f(x)f(x) at x=x0x = {x_0}is smaller than the value of f(x)f(x) at all the points near to the point x=x0x = {x_0}.
The common mistake that occurs while solving this question is that sometimes we take the point as the local maximum point when we find f(x)>0f''(x) > 0 after putting that point in f(x)f''(x) , which is wrong. If we getf(x)>0f''(x) > 0 for point x=x0x = {x_0}, then that point is a local minimum point but not a local maximum point.