Question
Question: If \[f(x) = \int\limits_0^x {t\sin tdt,} \] then write the value of \[f'(x)\]....
If f(x)=0∫xtsintdt, then write the value of f′(x).
Solution
First of all, do the integration using this formula:
∫u⋅vdx=u∫vdx−∫(dxdu∫vdx)dx
The choice of first function u to be selected will be one, which comes first in the order of L I A T E. Where L, I, A, T and E terms indicate logarithmic, inverse trigonometric, Algebraic, Trigonometric and Exponential function.
Then do the derivative of the f(x) with respect to x and we get the answer.
Complete step by step answer:
The function f(x) given in the expression in form of integration is:
f(x)=0∫xtsintdt,
Step1:
Now solving this integration by using the below formula of by parts integration.
∫u⋅vdx=u∫vdx−∫(dxdu∫vdx)dx
Where u=t
v=sint
=[t∫sintdt−∫(dtdt∫sintdt)dt]0x
=[−tcost+∫costdt]0x
In the above equation, we have used the relation that the integration of the sint with respect to t is −cost.
=[−tcost+sint]0x
In the above equation, we have used the relation that the integration of the cost with respect to t is sint. Then put the limit in the equation.
=−xcosx+sinx
Step2: Compute the function f′(x) by differentiating the f(x).
f′(x)=dxdf(x)
=dxd(−xcosx+sinx)
=−(dxdx)(cosx)−(x)(dxdcosx)+dxd(sinx)
In above equation, we have used the relation that the derivation of the sinx with respect to x is cosx and the derivation of the cosx with respect to x is −sinx
=−cosx+xsinx+cosx
=xsinx
We get the f′(x)=xsinx.
Note:
Students are likely to make mistakes while doing integration by parts, students are advised to write the formula and then write the values for u and v and then substitute into the formula to avoid mistakes. Students should make choices of u and v very carefully by LIATE rule and then proceed with the question. LIATE rule is also the same as ILATE rule, it doesn’t matter even if we change the order of the logarithmic function and exponential function.
Alternative method:
Another approach is f′(x)=dxd0∫xf(t)dt=f(x), so from this rule we can directly find the value of f′(x)=xsinx by substituting x in place of t and f(x)=f(t)=tsint=xsinx.