Question
Question: Let \(f\left( x \right)\) be a polynomial of degree three such that \(f\left( 0 \right) = 1\) , \(f\...
Let f(x) be a polynomial of degree three such that f(0)=1 , f(1)=2 and f(x) has a critical point at x=0 where f(x) does not have a local extremum, then ∫x2+1f(x)dx is equal to
A. x−log(x2+1)+tan−1x+c
B. x+21log(x2+1)−tan−1x+c
C. 21x2+21log(x2+1)−tan−1x+c
D. 21(x2−log(x2+1))+tan−1x+c
Solution
We can take f(x) as ax3+bx2+cx+d . Then by substituting the given values of the function we can find 2 equations. Then using the critical point, we will get an equation with the 1st derivative and with the 2nd derivative at the critical point, we get an equation as there is no local extremum. By solving the 4 equations we can find the values of a, b, c and d and find f(x) . Now we can integrate the given function after simplifying and splitting the terms.
Complete step-by-step answer:
It is given that f(x) be a polynomial of degree three. So, we can write the polynomial as,
f(x)=ax3+bx2+cx+d where a, b, c and d are constants.
We are given that f(0)=1 . Applying this in the polynomial, we get,
f(0)=a×03+b×02+c×0+d=1
⇒d=1 … (1)
It is also given that f(1)=2.
f(1)=a×13+b×12+c×1+d=2
⇒a+b+c+d=2 .. (2)
We can take the derivative of function f(x) ,
f′(x)=3ax2+2bx+c
It is given that f(x) has a critical point at x=0
⇒f′(0)=0
On substituting x=0 on f′(x) , we get,
f′(0)=3a×02+2b×0+c=0
On simplification, we get,
⇒c=0 … (3)
We can take the second derivative of the function,
⇒f′′(x)=6ax+2b
It is given that the function do not have a local extremum at x=0 ,
⇒f′′(0)=0
Now we can substitute x=0 in the 2nd derivative.
⇒f′′(0)=6a×0+2b=0
On simplification, we get,
⇒2b=0
⇒b=0 .. (4)
We can substitute equation (1), (3) and (4) in equation (2), we get,
⇒a+0+0+1=2
On further calculations, we get,
⇒a=2−1=1
Now we have the values of a, b, c and d. So the function f(x) will become,
f(x)=x3+1
Now we need to find the integral ∫x2+1f(x)dx . On substituting the function, the integral will become
I=∫x2+1x3+1dx
We can add and subtract with x on the numerator.
⇒I=∫x2+1x3+x+1−xdx
Now we can take the common factor x from the 1st 2 terms of the numerator. So we get,
⇒I=∫x2+1x(x2+1)+1−xdx
Now we can split the fraction
⇒I=∫x2+1x(x2+1)dx+∫x2+11dx−∫x2+1xdx
On simplification we get,
⇒I=∫xdx+∫x2+11dx−∫x2+1xdx
We know that, ∫xdx=2x2 and ∫x2+11dx=tan−1x ….(A)
For the 3rd term, give substitution u=x2+1
Then by taking the derivative of u, we get,
dxdu=2x
On rearranging, we get,
⇒xdx=2du
Giving the substitution, we get,
∫x2+1x=21∫udu
We know that
⇒∫x2+1x=21logu
On substituting the value of u, we get,
⇒∫x2+1x=21log(x2+1) ….(B)
Substituting values of (A) and (B) in I=∫xdx+∫x2+11dx−∫x2+1xdx ,
We get,
⇒I=2x2+tan−1x−21log(x2+1)+c
We can rearrange it as I=21(x2−log(x2+1))+tan−1x+c
Therefore, the required integral is 21(x2−log(x2+1))+tan−1x+c
So the correct answer is option D.
Note: Critical point of a function is the point at which the derivative of the function at that point is zero. Graphically, it is the point at which the graph of the function has a tangent which is parallel to the x axis. If the 2nd derivative at the critical point of function is greater than zero, it is the local minimum and if the 2nd derivative at the critical point of function is less than zero, it is the local maximum. If the 2nd derivative is equal to zero at the critical point, then it doesn't have a local maximum or minimum. For solving the integrating part, we must aware of the standard integrals such ∫xdx=logx , ∫xdx=2x2 and ∫x2+11=tan−1x.