Trig Substitution with Integration

AI Thread Summary
The discussion focuses on solving the integral ∫(√(1-x²)/x²) dx using trigonometric substitution. Participants suggest using the substitution x = sin(u) to simplify the integral, leading to expressions involving cosine and sine functions. They emphasize the importance of transforming dx accordingly and highlight that the integral can also be approached using integration by parts. Some participants mention the use of hyperbolic functions as an alternative method. The conversation underscores the significance of recognizing standard substitutions in integral calculus.
Tom McCurdy
Messages
1,017
Reaction score
1
How would you go about solving
\int \frac{\sqrt{1-x^2}}{x^2} ?

I have tried a few things... drawing out triangles... etc but can't seem to get it... I am kind of behind in math because I was gone for awhile because of being sick and presentations.
 
Physics news on Phys.org
Ok, let's take a step back...

Can you do \int \sqrt{1-x^2} \, dx?
 
Tom McCurdy said:
How would you go about solving
\int \frac{\sqrt{1-x^2}}{x^2} ?

I have tried a few things... drawing out triangles... etc but can't seem to get it... I am kind of behind in math because I was gone for awhile because of being sick and presentations.

Try the substitution x\rightarrow \sin u.And then part integration.
Daniel
 
Would that just be

x=sin\theta
\sqrt{1-sin^2\theta
sin^2=1-cos^2\theta
\sqrt{1-(1-cos^2\theta)
\int \sqrt{-cos^2\theta
 
Last edited:
Yep (assuming you meant cos2 θ, and get your signs right)
 
hmm alright I am still lost even on your back up step
 
Tom, again i emphatize on the important of the differential... do not forget about putting them on your integrals.

Hurkyl means

\sqrt{1 - \sin^2} = \sqrt{\cos^2}
 
As long as you're not in the middle of a test or something you can look it up in integral tables and see what answer they got and from that determine what methods they used. For example the solution to this integral is in a form that looks like it was done by parts, plus it has an inverse sine in it, which hints at trig substitutions as was mentioned by dextercioby.
 
wow... i missed that competely i need more sleep... so what would I do to for the orignial problem with x^2 in the denominator
 
  • #10
The same thing!
 
  • #11
HerrSchlauberger said:
As long as you're not in the middle of a test or something you can look it up in integral tables and see what answer they got and from that determine what methods they used. For example the solution to this integral is in a form that looks like it was done by parts, plus it has an inverse sine in it, which hints at trig substitutions as was mentioned by dextercioby.

Thats the problem I have a test on all the material I miseed comming up on thursday... and I need to make sure I get a good grade in the class if I want any chance of getting accepted after getting defred from MIT
 
  • #12
So would it just come out to be \int \frac{\sqrt{cos^2\theta}}{sin^2\theta} ?
 
  • #13
Tom McCurdy said:
So would it just come out to be \int \frac{\sqrt{cos^2\theta}}{sin^2\theta} ?

Not exactly.U need to transform "dx" as well.That will give another "cosine".
In should be
\int \frac{\cos^{2}\theta}{\sin^{2}\theta}d\theta.
 
  • #14
oh yeah I forgot about that... so it becomes the \int tan^2\theta
 
  • #15
My question is how did you decide to make x=sinu
 
  • #16
That is a standard trig substitution, no?
 
  • #17
Tom McCurdy said:
My question is how did you decide to make x=sinu

1.First of all it's \arctan^{2}\theta.
2.Experience at doing integrals? :wink: Actually it was the expression under the radical that led to the natural substitution "sine"/"cosine",just because:
1-\sin^{2}\theta =\cos^{2}\theta and another one similar.

Daniel.
 
Last edited:
  • #18
Alright I am going to assume x=4sinu for

\int \frac{x^3}{\sqrt{x^2-4}}dx

Therefore
dx=cos\theta

\int \frac{4sin\theta^3}{\sqrt{4sin\theta^2-4}}*cos\theta

4 \int \frac{sin\theta^3}{\sqrt{sin^2\theta-1}} *cos\theta

4 \int \frac{sin\theta^3}{\sqrt{cos^2}}*cos\theta

4\int sin\theta^3 d\theta ?


Did i do it right?
 
Last edited:
  • #19
it depends on what form it is in, if you have:
(a^2 - x^2) : x = asin(theta)
(a^2 + x^2) : x = atan(theta)
(x^2 - a^2) : x = asec(theta)
 
  • #20
Tom McCurdy said:
Alright I am going to assume x=4sinu for

\int \frac{x^3}{\sqrt{x^2-4}}dx

Therefore
dx=cos\theta
\int \frac{4sin\theta^3}{\sqrt{4sin\theta^2-4}}*cos\theta

work in progress...

Hold on,what u posted is wrong:Û don't need 4,but 2 (check the denominator)
dx=2 \cos\theta d\theta
x^{3}=8\sin^{3}\theta

Daniel.
 
  • #21
Alright I am going to assume x=2sinu for

\int \frac{x^3}{\sqrt{x^2-4}}dx

Therefore
dx=cos\theta

\int \frac{8sin\theta^3}{\sqrt{4sin\theta^2-4}}*cos\theta

2 \int \frac{sin\theta^3}{\sqrt{sin^2\theta-1}} *cos\theta

2 \int \frac{sin\theta^3}{\sqrt{cos^2}}*cos\theta

2\int sin\theta^3 d\theta ?


Did i do it right?
 
  • #22
Tom McCurdy said:
Did I do it right?

Obviously not!I'm sorry for giving you a wrong substitution:trigonometric hyperboilic functions (instead of the circular ones) should do the trick.

Take a good look here:
\int \frac{x^{3}}{\sqrt{x^{2}-4}} dx =...?
x\rightarrow 2\cosh u;dx\rightarrow 2 \sinh u du
The integral becomes:
\int \frac{8\cosh^{3} u}{\sqrt{4\cosh^{2}u -4}} 2\sinh u du
,which can be put in a form:
8\int \cosh^{3} u du
,where u have made use of the fundamental formula of the hiperbolic trigonometry:
\cosh^{2} u -\sinh ^{2} u =1.
Use the same formulla to evaluate that integral.

U should be gettin'
8(\sinh u +\frac{\sinh^{3} u}{3}).

Daniel.
 
  • #23
And then,of course,u have to return to the original variable:
u=\arg\cosh (\frac{x}{2}).
 
  • #24
If u don't like hyperbolic trigonometric functions,u can do a simple part integral.And the result should be the same.

Daniel.

PS.Do you see that part integral?
 
  • #25
Thats a standard substitution. 1- sin2θ= cos2θ so \sqrt{1- sin^2\theta}= cos \theta. The substitution x= sin θ will simplify \sqrt{1- x^2} to sin θ. Of course the substitution x= cos(θ) will also work.
 
Back
Top