Where does the x/3 come from in trigonometric substitution?

tony873004
Science Advisor
Gold Member
Messages
1,753
Reaction score
143
This is an example from the book. Evaluate <br /> \int {\frac{{\sqrt {9 - x^2 } }}{{x^2 }}dx} <br />

I understand all the steps that get me up to = - \cos \theta \, - \theta \, + C

Then the book goes on to explain:
"Since this is an indefinate integral, we must return to the original variable x. This can be done either by using trig identities to express cot theta in terms of sin theta=x/3 or by drawing a diagram, as in Fig. 1, where theta is intrepreted as an angle of a right triangle. Since sin theta = x/3..."

Where does this x/3 come from? The steps that follow make sense, but how did we know to just pull an x/3 out of the air and start using it?


Applying this to a homework question \int_{}^{} {x^3 \sqrt {9 - x^2 } } dx I come up with 243\left( {\frac{{\cos ^5 \theta }}{5} - \frac{{\cos ^3 \theta }}{3}} \right) + C

Now, switching it back to x, I'm going to guess that {\sqrt {9 - x^2 } } becomes the adjacent side of my triangle, but for no good reason other than the example of the book pulled the sqrt() out of the original equation and did the same.

I just don't get this triangle stuff. The lecture didn't do it for me, and the book's explanation doesn't do it for me either >:-(
 
Physics news on Phys.org
tony873004 said:
This is an example from the book. Evaluate <br /> \int {\frac{{\sqrt {9 - x^2 } }}{{x^2 }}dx} <br />

I understand all the steps that get me up to = - \cos \theta \, - \theta \, + C

Then the book goes on to explain:
"Since this is an indefinate integral, we must return to the original variable x. This can be done either by using trig identities to express cot theta in terms of sin theta=x/3 or by drawing a diagram, as in Fig. 1, where theta is intrepreted as an angle of a right triangle. Since sin theta = x/3..."

Where does this x/3 come from? The steps that follow make sense, but how did we know to just pull an x/3 out of the air and start using it?

Nope, in the early steps of the solution, the author used the substitution:

x = 3 \sin \theta, so, rearrange it a bit, we'll have: \sin \theta = \frac{x}{3}
Applying this to a homework question \int_{}^{} {x^3 \sqrt {9 - x^2 } } dx I come up with 243\left( {\frac{{\cos ^5 \theta }}{5} - \frac{{\cos ^3 \theta }}{3}} \right) + C

Ok, so far, so good.

Now, switching it back to x, I'm going to guess that {\sqrt {9 - x^2 } } becomes the adjacent side of my triangle, but for no good reason other than the example of the book pulled the sqrt() out of the original equation and did the same.

I just don't get this triangle stuff. The lecture didn't do it for me, and the book's explanation doesn't do it for me either >:-(

Well, no, you have:
3 \sin \theta = x, \quad \theta \in \left[ -\frac{\pi}{2} ; \ \frac{\pi}{2} \right]

\Rightarrow \sin \theta = \frac{x}{3}

We'll now try to express cos(theta) in terms of x, since we have: \theta \in \left[ -\frac{\pi}{2} ; \ \frac{\pi}{2} \right], that means theta is in the first, and forth quadrant. So, it's cosine value will be positive.

Pythagorean Theorem states that: \cos ^ 2 \theta + \sin ^ 2 \theta = 1, so:

\Rightarrow \cos \theta = \sqrt{1 - \sin ^ 2 \theta} = \sqrt{1 - \frac{x ^ 2}{9}}.

Now, sub this to the expression above, and it's done.

Can you get it? Is it clear? :)
 
You keep avoiding mentioning the original substitution: 3 sin(\theta)= x or sin(\theta)= x/3!
You solution involves cos(\theta). In order to convert back to the original x, you need to figure out what cos(\theta) is from knowing what sin(\theta) is. Since sine is defined as "opposite side divided by hypotenuse", imagine (or better draw) a right triangle with "opposite side" of length x and "hypotenuse" of length three. You can use the Pythagorean theorem to find that the length of the "near side" is \sqrt{9- x^2} and, since cosine is "near side divided by hypotenuse", cos(\theta)= \sqrt{9-x^2}/3 which could also be written \sqrt{1- x^2/9}.
 
Thanks for the replies. It makes a lot more sense now :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top