Dimensional analysis for arcsine integral

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
HotMintea
Messages
42
Reaction score
0
1. The problem statement

Use dimensional analysis to find [itex]\int\sqrt{\ a\ - \ b\ x^2\ }\ dx[/itex].

A useful result is [itex]\int\sqrt{\ 1\ - \ x^2\ }\ dx\ = \frac{arcsin{x}}{2}\ + \frac{x\sqrt{\ 1\ - \ x^2\ }}{2}\ + \ C[/itex].

2. The attempt at a solution

If I let [itex]<b> = L^2 </b>[/itex] and [itex][x] = M[/itex], then [itex][a] = L^2 M^2[/itex] and [itex][\int\sqrt{\ a\ - \ b\ x^2\ }\ dx]\ = LM^2[/itex].

Hence, my answer was:

[tex] \begin{equation*} <br /> \begin{split} <br /> \int\sqrt{\ a\ - \ b\ x^2\ }\ dx\ = \frac{a}{\sqrt{b}}\frac{arcsin{\frac{\sqrt{b}\ x}{\sqrt{a}}}}{2}\ + \frac{x\sqrt{\ a\ - \ b\ x^2\ }}{2}\ + \ C.<br /> \end{split} <br /> \end{equation*}[/tex]

However, the correct answer (by Wolfram Alpha) was:

[tex] \begin{equation*} <br /> \begin{split} <br /> \int\sqrt{\ a\ - \ b\ x^2\ }\ dx\ = \frac{a}{\sqrt{b}}\frac{arctan{\frac{\sqrt{b}\ x}{\sqrt{a\ - \ bx^2\ }}}}{2}\ + \frac{x\sqrt{\ a\ - \ b\ x^2\ }}{2}\ + \ C.<br /> \end{split} <br /> \end{equation*}[/tex]
( http://www.wolframalpha.com/input/?i=int+sqrt%28a-bx^2%29dx [/URL])

I wonder why [itex] \int\sqrt{\ a\ - \ b\ x^2\ }\ dx\ [/itex] will not be the same as [itex] \int\sqrt{\ 1\ - \ x^2\ }\ dx\ [/itex] when a = b = 1. Moreover, I would like to know how to find [itex] arctan{\frac{\sqrt{b}\ x}{\sqrt{a\ - \ bx^2\ }}} [/itex] part by dimensional analysis or similar method without doing the full integral.
 
Last edited by a moderator:
Physics news on Phys.org
They're two different ways of writing the same thing. If opposite/hypotenuse for a certain angle is √b*x over √a, opposite/adjacent would be √b*x over √(a-bx^2).
 
ideasrule said:
They're two different ways of writing the same thing. If opposite/hypotenuse for a certain angle is √b*x over √a, opposite/adjacent would be √b*x over √(a-bx^2).

That is true! Thanks for your help! :smile: