Do you never need the chain rule when integrating?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
lLovePhysics
Messages
169
Reaction score
0
Here are some questions I have concerning AP Calculus that I have compiled while doing my homework assignments. Please help me answer them. Thank you very much!

Questions:

-Do you never need to worry about the chain rule when integrating?

I'll add on to these questions when I have more.
 
Physics news on Phys.org
Depends on what you mean. Strictly speaking the "chain rule" is a rule for differentiation so, no you don't have to worry about it when integrating.

However, since integration is the opposite of differentiating, each rule for differentiating has an "opposite" that is used for integrating. The opposite of the "chain rule" is "substitution".

For example, the derivative of sin(x2) is, using the chain rule, cos(x2)(2x). In order to integrate [itex]\int cos(x^2)(2x dx)[/itex], you would let u= x^2 so du= 2xdx and the integral becomes [itex]\int cos(u) du= sin(u)+ C= sin(x^2)+ C[/itex]. An important difference is that, since you cannot move variables in or out of the integral that "2x" or at least the "x" has to already be in the integral.

If I had [itex]\int xcos(x^2)dx[/itex] I could write it as [itex](1/2)(2)\int cos(x^2)(xdx)= (1/2)\int cos(x^2)(2xdx)[/itex] and use the substitution [itex]u= x^2[/itex]. If I had [itex]\int cos(x^2)dx[/itex], I'm stuck- I can't move the missing "x" into the integration.
 
We actually do use the chain rule for differentiation when doing integrals with substitutions, exactly the same way we use it when differentiating =] [itex]\int \cos (x^2) 2x dx \to \int \cos u du/dx \cdot dx[/itex].