Question
Find the derivative of the following function:
f(x)=∫1x22tdt
Answer
To find the derivative of the function, we will apply the Fundamental Theorem of Calculus. According to the theorem, if f(t)=∫ag(t)h(u)du, then f′(t)=h(g(t))⋅g′(t).
In the given function, f(x)=∫1x22tdt. Here, h(u)=2u and g(t)=t2. So,
f′(x)=h(g(x))⋅g′(x)
To find h(g(x)), we substitute g(x)=x2 into h(u)=2u:
h(g(x))=2⋅(x2)
Next, we find the derivative of g(x) using the chain rule. The derivative of g(x)=x2 with respect to x is:
g′(x)=2x
Finally, we substitute these values back into the equation to find the derivative of f(x):
f′(x)=2⋅(x2)⋅(2x)
Simplifying the expression:
f′(x)=4x3
Therefore, the derivative of the function f(x)=∫1x22tdt is f′(x)=4x3.