
Mark M. answered 02/20/24
I love tutoring Math.
Your function f(x) = ∫ (from t=4 to t=x4 + 8x3 + 6) sin(t) dt
can be written as the composition of two functions:
f(x) = g(h(x)), or h = g ° h, where
h(x) = x4 + 8x3 + 6
g(x) = ∫ (from t=4 to t=x) sin(t) dt
The derivatives of the two little functions h and g are easy:
h'(x) = 4x3 + 24x2
g'(x) = sin(x) (this is just the Fundamental Theorem of Calculus)
Now we can use the Chain Rule to get the derivative of f:
f'(x) = g'(h(x))h'(x)
= sin(h(x))(4x3 + 24x2)
= (sin(x4 + 8x3 + 6))(4x3 + 24x2)
Thanks and good luck.