Integration Method for Irrational Root?

Seydlitz
Messages
262
Reaction score
4

Homework Statement



I need to evaluate this particular integral and I'm confused on what method to use. I'm currently learning integration calculus and I tried doing some introduction on electromagnetic field. Quite unexpectedly the integral turned to be heavy.

\int_{-a}^a \frac{1}{\left(x^2+y^2\right)^{3/2}} \, dy

The Attempt at a Solution



I have tried on using integration by substitution. I came up with this indefinite integral which is not correct according to the solution:

Let u = \left(x^2+y^2\right)
du = 2y\text{dy}
Hence:
\int \frac{1}{\left(x^2+y^2\right)^{3/2}} \, dy<br /> \int \frac{u^{-3/2}}{2} \, du<br /> \frac{1}{2} \int u^{-3/2} \, du<br /> \frac{\frac{1}{\sqrt{u}}}{\frac{2 (-1)}{2}}-\frac{1}{\sqrt{u}}-\frac{1}{\sqrt{x^2+y^2}}-\frac{1}{\sqrt{x^2+y^2}}
-\frac{1}{\sqrt{x^2+y^2}}

If it is possible I also would like to know what type of integral is this because I'm afraid I've not reached the level for this type of problem. I'm sorry if my formatting is bad, this is my first time using LaTex.

Thank You
 
Last edited:
Physics news on Phys.org
Seydlitz said:

Homework Statement



I need to evaluate this particular integral and I'm confused on what method to use. I'm currently learning integration calculus and I tried doing some introduction on electromagnetic field. Quite unexpectedly the integral turned to be heavy.

\int_{-a}^a \frac{1}{\left(x^2+y^2\right)^{3/2}} \, dy

The Attempt at a Solution



I have tried on using integration by substitution. I came up with this indefinite integral which is not correct according to the solution:

Let u = \left(x^2+y^2\right)
du = 2y\text{dy}
With this substution, you'd get dy = du/2y and y=\sqrt{u-x^2}, so the integral would become
\int \frac{1}{2u^{3/2}\sqrt{u-x^2}}\,duso you wouldn't get
Hence:
-\frac{1}{\sqrt{x^2+y^2}}
Try the substitution y = x \tan \theta.
 
I've added my complete working in the first post as might be required.

I'm sorry but how could you determine to substitute y = x tan θ? I know that the expression is equal to y itself, but how to do the integration with the trigonometric function θ?
 
That's called "trigonometric substitution". Whenever you have something like "a^2+ x^2", :a^2- x^2", or "x^2- a^2" inside a root you should think of sin^2(\theta)+ cos^2(\theta)= 1 and its variations: 1+ tan^2(\theta)= sec^2(\theta), 1- sin^2(\theta)= cos^2(\theta), and sec^2(\theta)- 1= tan^2(\theta). Setting x= atan(\theta), x= asin(\theta), and x= asec(\theta) converts each of the terms in x, above, into the corresponding trig formula and so gives a perfect square inside the root.

Since the hyperbolic functions satisfy similar identities: cosh^2(x)- sinh^2(x)= 1, etc., they can also be used.
 
Ah thank you, I'll try so solve the problem and I'll let you know the result.
 
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