How can I integrate the relativistic mass equation using an elegant method?

  • Thread starter Thread starter Semo727
  • Start date Start date
  • Tags Tags
    Integral
Semo727
Messages
26
Reaction score
0
Hello!

I would like to count (see the way how to count) this integral
\int_0^v \frac{1}{(1-v^2)^{3/2}} \,dv
It should be
\frac{v}{\sqrt{1-v^2}}.
I have managed to count it (I have just derived the result, and followed steps in reversed order),
but this method was a little bit clumsy, I think.

It looked like this:
\int\frac{1}{(1-v^2)^{3/2}} \,dv=\int\frac{1-v^2+v^2}{(1-v^2)^{3/2}} \,dv=\int\left[\frac{1}{\sqrt{1-v^2}}+\frac{v^2}{(1-v^2)^{3/2}}\right]\,dv=
=\frac{v}{\sqrt{1-v^2}}\ +\ C\ -\ \int\frac{v^2}{(1-v^2)^{3/2}}\,dv\ +\ \int\frac{v^2}{(1-v^2)^{3/2}}\,dv=\frac{v}{\sqrt{1-v^2}}\ +\ C

so

\int_0^v \frac{1}{(1-v^2)^{3/2}} \,dv=\frac{v}{\sqrt{1-v^2}}\ +\ C\ -\ C\ =\frac{v}{\sqrt{1-v^2}}

I would really appreciate if you write here some more elegant way (if exists) to count that integral.
I need to integrate it to get relativistic mass m_v=\frac{m_0}{\sqrt{1-v^2/c^2}}.
 
Last edited:
Physics news on Phys.org
I for one admire the way you did it. :eek:
 
:rolleyes: OK, thanks. I just thought that there is some much shorter way I don't know about becouse I don't know much about integrating methods. (I know just per partes and substitution)
 
One way to check if your way of integrating is the fastest is to differentiate your answer and simplify to get back to the integrand. Then compare this process to the way you integrated. In this case, to differentiate, you have to use the product rule, then multiply the first term by (1-v2)/(1-v2), and then add the terms. This is exactly the reverse of how you integrated, which was to separate the integrand into the sum of two terms, multiply the first one by (1-v2)/(1-v2), and then use integration by parts (which you call counting), which is the integral equivalent to the product rule. This would suggest your way is the best.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top