Integrating cos^2x with the Chain Rule: Explanation and Example

  • Thread starter Thread starter johann1301
  • Start date Start date
  • Tags Tags
    Dx Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
johann1301
Messages
216
Reaction score
1

Homework Statement


∫cos2x dx

The Attempt at a Solution



I know the answer, and i know how to get there using:

cos2x+sin2x=1
cos2x-sin2x=cos2x
cos2x=(1+cos2x)/2

But why can't i use the chain rule? Can i?
 
Physics news on Phys.org
I am puzzled by your question. The chain rule is a method for differentiation. Why would you expect to be able to use it to integrate?

Integration is the opposite of differentiation. Perhaps you are asking "why can't I reverse the chain rule to integrate this?".

The chain rule says that if x is a function of some variable, t, and y is a function of x, then [tex]dy/dt= (dy/dx)(dx/dt)[/tex]. To use it we have to multiply by dx/dt. To do that in reverse, which is "substitution", the "dx/dt" term has to already be in the integral, you can't just insert it.
 
Last edited by a moderator:
HallsofIvy said:
Why would you expect to be able to use it to integrate?

u=cosx

therefore...

∫(cos2x)dx = ∫(u2)dx = (1/3)u3/u' + C = (1/3)cosx3/(cosx)' + C = (1/3)cosx3/(-sinx) + C

chain rule reversed?
 
johann1301 said:
u=cosx

therefore...

∫(cos2x)dx = ∫(u2)dx = (1/3)u3/u' + C = (1/3)cosx3/(cosx)' + C = (1/3)cosx3/(-sinx) + C

chain rule reversed?

You must also consider the variable of integration. Since you've made a substitution [itex]u[/itex], you want to integrate with respect to [itex]u[/itex], and as HallsofIvy said, this is moot because of the chain rule.

Ever heard of integration by parts? You should rather think of this as a product, [itex]\int\cos{(x)}\cos{(x)}dx[/itex]. Try integrating this

[itex](fg)' = f'g+ g'f[/itex]
 
Last edited: