Is there a u-substitution that works?

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Works
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


What technique should I use to evaluate:

\int_0^L \frac{1}{(x^2+z^2)^{3/2}} dx

Is there a u-substitution that works?

Homework Equations


The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
Trigonometric substitution

x=z\tan{\theta}
dx=z\sec^{2}\theta d\theta

Assuming you're integrating with respects to x.
 
With respect to what variable are you integrating? x or z?

Try pulling out the variable you're integrating w.r.t. and you should be able to do a u-substitution then.
 
bob1182006 said:
With respect to what variable are you integrating? x or z?

Sorry. I fixed it.

bob1182006 said:
Try pulling out the variable you're integrating w.r.t. and you should be able to do a u-substitution then.

What do you mean by that?
 
Pull out x from the ()^3/2 term, and do a you can do a u-substitution from there.
 
bob1182006 said:
Pull out x from the ()^3/2 term, and do a you can do a u-substitution from there.

I don't see how you can "pull out" the x from ()^(3/2) term. Anyway, I did the trig substitution that rocophysics recommended and that worked nicely.
 
\frac{1}{(x^2+z^2)^{3/2}}=\frac{x^{-3}}{(1+z^2x^{-2})^{3/2}}

u-sub the 1+z^2... and you'll get a 1/u^3/2 integral

You get the same answer as with a trig substitution, but you will have to multiply by x/x in order to match the answer from trig substitution.
 
Let u = 1+z^2 x^{-2}. Then du = -2 z^2 x^{-3}

Then say the integral is from -L to L. What is wrong with this:

\int_{-L}^L \frac{1}{(x^2+z^2)^{3/2}} dx = \int_{-L}^L \frac{x^{-3}}{(1+z^2x^{-2})^{3/2}} dx = \int_{1+z^2 L^{-2}}^{1+z^2 L^{-2}}\frac{u^{-3/2}}{-2 z^2} du

That integral has to be 0 because the limits are the same. But that makes absolutely no sense because the LHS integral is positive everywhere on the interval that you are integrating over! What in the world is going on here!
 
Last edited:
you changed the limits, your original integral is from 0 to L, so the new limits should be from 0 to 1+(z^2)/L^2
 
  • #10
x= z \sinh u works out fastest here, I can do it in my head with that one.
 
  • #11
bob1182006 said:
you changed the limits, your original integral is from 0 to L, so the new limits should be from 0 to 1+(z^2)/L^2

I know these are not the original limits. My question is now about the substitution rule. Please tell me why the equation I wrote in my last post is bogus.

Gib Z said:
x= z \sinh u works out fastest here, I can do it in my head with that one.
Do you really mean hyperbolic sine?
 
Last edited:
  • #12
When we use the use the substitution rule is the normal direction, x= f(u), it doesn't matter, but when doing it in reverse, u= g(x), we have to change the bounds into values of u from x, so we must ensure g(x) is one-to-one in the interval of integration, otherwise we run into exactly the same problem here. To do this, we note the integral is equal to two times the integral from 0 to L, and then we may continue since in this interval, our substitution is 1 to 1.

And yes, i really meant Hyperbolic sine.
 
  • #13
bob1182006 said:
\frac{1}{(x^2+z^2)^{3/2}}=\frac{x^{-3}}{(1+z^2x^{-2})^{3/2}}

u-sub the 1+z^2... and you'll get a 1/u^3/2 integral

You get the same answer as with a trig substitution, but you will have to multiply by x/x in order to match the answer from trig substitution.

How do you handle the fact that u blows up at x = 0? I think that u substitution fails because u has to be differentiable on the interval you are differentiating over and your u is not even defined on that interval.
 
Last edited:
  • #14
if you integrate that using that u-substitution you get:

\int \frac{x^{-3} dx}{(1+z^2x^{-2})^{3/2}}=\frac{-1}{2z^2}\int\frac{du}{u^{3/2}}=\frac{1}{z^2}\frac{1}{\sqrt{1+z^2x^{-2}}} +C

multiply by 1, x/x and you get

\frac{x}{z^2\sqrt{x^2+z^2}} + C

which is what you would get if you do the integral any other way.

If you then use that final equation with the limits you will get the same answer doing it any other way.

But you're right if you do a definite integral with 0 as one of the limits it will come out incorrectly because you need to multiply by x/x and with 0 you'd have to multiply by 0/1 so as not to multiply by 0/0...
 
  • #15
Gib Z said:
x= z \sinh u works out fastest here, I can do it in my head with that one.

I cannot even do that on paper. It works out nicely until you half to back-substitute the limits of integration and calculate \tanh(u(L))-\tanh(u(0))[/tex].
 
  • #16
I usually find it easier to express the integral is terms of the original variable again, rather than change the limits of integration. Solving the substitution for u is quite straightforward:

u= \asinh \left( \frac{x}{z} \right).

Putting the into the anti derivative we already had: \frac{1}{z^2} \tanh \left( \asinh \left( \frac{x}{z} \right) \right) + C

and now evaluating and subtracting the limits, the integral is equal to \frac{1}{z^2} \tanh \left( \asinh \left( \frac{L}{z} \right) \right).

This expression can be simplified further in a similar manner to how we would simplify the circular trig analogue.

EDIT: I don't know why the arsinhs arent coming up in the latex, press the images to see what i meant.
 
Last edited:

Similar threads

Back
Top