Integrating: Solving the Problem of Ln(u) in Answer

  • Thread starter Thread starter crm08
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
crm08
Messages
28
Reaction score
0

Homework Statement



[tex]\int(\frac{x}{\sqrt{1-x^{2}}})dx[/tex]

Homework Equations





The Attempt at a Solution



My calculator tells me that the answer should be -sqrt(1-x^2) but if I pick u = sqrt(1-x^2), then dx = (sqrt(1-x^2)*du)/x, which leaves me with -integral((sqrt(1-x^2)/u)du), the problem I am having is getting rid of the "ln(u)" in my final answer, any suggestions?
 
Physics news on Phys.org
rock.freak667 said:
If u^2=1-x^2
2u du =-2x dx => - u du = x dx

Now you'd just get

[tex]\frac{-u}{u} du[/tex]
Another substitution that works is u = 1 - x^2, du = -2xdx.
The integrand then becomes -(1/2)du/u^(1/2), which is also an easy one to integrate.