A Integration Problem[Indefinite Integral]

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Hysteria X
Messages
21
Reaction score
0

Homework Statement


Evaluate

[tex] \int (x sin ( x^2 ) )/cos^3 ( x^2 ) dx[/tex]

Homework Equations



none the i know that would be helpful here

The Attempt at a Solution



I tried solving this by substitution method by substituting [tex] t = x^2[/tex] as t but i don't know how to proceed after that :confused:
 
Physics news on Phys.org
Hysteria X said:

Homework Statement


Evaluate

[tex] \int (x sin ( x^2 ) )/cos^3 ( x^2 ) dx[/tex]



Homework Equations



none the i know that would be helpful here

The Attempt at a Solution



I tried solving this by substitution method by substituting [tex] t = x^2[/tex] as t but i don't know how to proceed after that :confused:

Show us what you got, because you should be able to push that through. Alternatively, try ##t=\cos(x^2)##.
 
LCKurtz said:
Show us what you got, because you should be able to push that through. Alternatively, try ##t=\cos(x^2)##.

Damn how could i not see that :rolleyes:
okay i got the answer as ##I= 1/4(1/cos^2(x^2)## :biggrin:

Can anyone confirm this :rolleyes:
 
You don't need someone else to confirm it. Differentiate your answer and see if it works.
 
Hysteria X said:
Damn how could i not see that :rolleyes:
okay i got the answer as ##I= 1/4(1/cos^2(x^2)## :biggrin:

Can anyone confirm this :rolleyes:
Don't forget the constant of integration.
 
If you had gone with your first idea, [itex]t= x^2[/itex] so that dt= 2x dx and (1/2)dt= x dx, you would have got [itex](1/2)\int sin(t)/cos^3(t) dt[/itex]. Now, it should be clear, with that "sin(t)dt" in the numerator, you can let y= cos(t), so that dy= sin(t) dt, and the integral becomes [itex](1/2)\int dy/y^3= (1/2)\int y^{-3}dy[/itex].

Essentially, you are doing the same thing in two steps rather than one.
 
HallsofIvy said:
If you had gone with your first idea, [itex]t= x^2[/itex] so that dt= 2x dx and (1/2)dt= x dx, you would have got [itex](1/2)\int sin(t)/cos^3(t) dt[/itex]. Now, it should be clear, with that "sin(t)dt" in the numerator, you can let y= cos(t), so that dy= sin(t) dt, and the integral becomes [itex](1/2)\int dy/y^3= (1/2)\int y^{-3}dy[/itex].

Essentially, you are doing the same thing in two steps rather than one.

Sir correct me if i am wrong but i think there is a mistake in the method you have done which i first stated.

if we took [itex]t= x^2[/itex] and dt =2x dx we cannot substitute that in the equation because ##x^2## is within the sine function and dx is outside? :confused:
 
Hysteria X said:
Sir correct me if i am wrong but i think there is a mistake in the method you have done which i first stated.

if we took [itex]t= x^2[/itex] and dt =2x dx we cannot substitute that in the equation because ##x^2## is within the sine function and dx is outside? :confused:

Wait wait wait. Listen to what you're saying here. You said t = x2 right? So everywhere x2 appears in your equation you replace it with t.

Now dt = 2x dx which implies that (1/2)dt = xdx. So anywhere you see xdx ( which it's VERY apparent to see ), you replace it with (1/2)dt.

Clear now?
 
You replace all occurrences of x separately.

So the sine and cosine contain an x², which you substitute by t.

Then outside the trig functions, you are left with an x dx which - as you said - you substitute by (1/2) dt.