
Luke J. answered 04/22/22
Experienced High School through College STEM Tutor
Find:
Solution:
Let's define some function:
G(x) = ∫0x exp( cos( 4t ) ) dt
So if I wanted to do:
G( 12x + 2000 ), then G( 12x + 2000 ) = ∫012x + 2000 exp( cos( 4t ) ) dt
Weird example, I know, but I hope you catch my point that we can put ANYTHING in the upper bound for the integral now
And also:
G'( u(x) ) = exp( cos( 4u(x) ) ) * u'(x)
By Chain Rule and the Fundamental Theorem of Calculus
So, some other F(x) would be defined as:
F(x) = ∫-15x^2x-3 exp( cos( 4t ) ) dt
Let's rewrite F(x) so that we can take advantage of G(x)
F(x) = ∫0x-3 exp( cos( 4t ) ) dt + ∫-15x^20 exp( cos( 4t ) ) dt
F(x) = ∫0x-3 exp( cos( 4t ) ) dt - ∫0-15x^2 exp( cos( 4t ) ) dt
Thus,
F(x) = G( x - 3 ) - G( -15x2 )
And,
d/dx( F(x) ) = G'( x - 3 ) * +1 - G'( -15x2 ) * -30x
d/dx( F(x) ) = exp( cos( 4( x - 3 ) ) + 30x * exp( cos( 4( -15x2 ) )
∴ d/dx( F(x) ) = exp( cos( 4x - 12 ) ) + 30x * exp( cos( 60x2 ) )
I hope this helps! Message me in the comments if you have any questions, comments, or concerns!