Trigonometric Substitution for Integrating Radical Expressions

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 · 3K views
silicon_hobo
Messages
59
Reaction score
0

Homework Statement


Hey, it's me again. This method is giving me some trouble. This is the first problem: [tex]\int^3_0\ x^2\sqrt{9-x^2} \ dx[/tex]

The second problem is:
[tex]\int\frac{dx}{\sqrt{2x^2+2x+5}}[/tex]. How do I use a trig. substitution to start on this one?

Homework Equations



The Attempt at a Solution


http://www.mcp-server.com/~lush/shillmud/int2.4a.JPG
I know I need to apply an identity here and then maybe integrate by parts. Also, what's the proper way to transform the limits of integration in this type of substitution? Thank you for your input.
 
Physics news on Phys.org
Evaluate for your new limits upon substitution.

[tex]x=3\sin\theta[/tex]

[tex]\int_0^3\rightarrow\int_0^\frac{\pi}{2}[/tex]

[tex]81\int_0^\frac{\pi}{2}\sin^{2}\theta\cos^{2}\theta d\theta[/tex]

[tex]81\int_0^\frac{\pi}{2}\sin^{2}\theta\cos\theta\cos\theta d\theta[/tex]

[tex]u=\cos\theta[/tex]
[tex]du=-\sin\theta d\theta[/tex]

[tex]dV=\sin^{2}\theta\cos\theta d\theta[/tex]
[tex]V=\frac 1 3\sin^{3}\theta[/tex]

Use parts and you will notice it is a recursive ... bring your original Integral to the left and all you have to evaluate is [tex]\int\sin^{2}\theta d\theta[/tex] which can be simplified using a trig identity [tex]\sin^{2}\theta=\frac 1 2 (1-\cos{2x})[/tex]
 
Last edited:
Ok done typing.

For your 2nd problem, complete the square and use a Trig sub! Make sure that your leading term is positive and one.
 
Okay, I think we agree on the first one:
http://www.mcp-server.com/~lush/shillmud/int2.4a2.JPG
But how do I get rid of that pesky [tex]d\theta[/tex]?

This is what I've got so far for #2. I'm not sure if I've applied the identity correctly:
http://www.mcp-server.com/~lush/shillmud/int2.4b.JPG
 
Ah very nice alternative to what I suggested, but don't you love that though ... works both ways! Also, keep in mind what I did ... b/c it becomes very useful to notice the chain rule. What do you mean get rid of d-theta? You evaluated for your new limits, so you don't need to get rid of it.

[tex]\frac{81}{8}\int_0^\frac{\pi}{2}(1-\cos{4\theta})d\theta[/tex]

#2, you made a mistake when you factored out the 2.

[tex]\int\frac{dx}{\sqrt{2x^2+2x+5}}[/tex]

Evaluating only the radican ...

[tex]2x^2+2x+5 \rightarrow 2\left(x^2+x+\frac 5 2\right)[/tex]

You applied everything correctly, now go back and just fix the factoring error.