Can someone explain this inverse tan integral for me please?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
btbam91
Messages
91
Reaction score
0
integral of
(Ldv)/(AgL+v^2) from [v0,0]

I'm supposed to get (...)arctan(...)

where (...) are 2 different quantities.
I'm confused on how to get arctan out of this integral whenarctan = integral of

(1*dv)/(1+v^2) from [0,x]

Help is appreciated.
 
Physics news on Phys.org
Equivalently, divide both numerator and denominator of
[tex]\frac{ L dv}{AgL+ v^2}[/tex]
by AgL:
[tex]\frac{\frac{1}{Ag}dv}{1+ \frac{v^2}{AgL}}[/tex]
and then make the substitution
[tex]u= \frac{v}{\sqrt{AgL}}[/tex]
Because [itex]du= dv/\sqrt{AgL}[/itex] that changes the integral to
[tex]\sqrt{\frac{L}{Ag}}\int \frac{du}{1+ u^2}[/tex]
 
Thanks guys! I really appreciate it!