Another indefinite integral question?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
uman
Messages
348
Reaction score
1
How to evaluate [tex]\int{\frac{\arccos{x}}{x^2}\,dx}[/tex]?
 
Physics news on Phys.org
Try the substition
[tex]x=\cos u,\,d\,x=-\sin u\,d\,u[/tex]
and then integrate by parts.
 
Rainbow Child said:
Try the substition
[tex]x=\cos u,\,d\,x=-\sin u\,d\,u[/tex]
and then integrate by parts.

Perfect..

[tex] x = cos(u)~;~du = -sin(u)[/tex]
also,
[tex] x^2 = cos^2(u)[/tex]

Therefore we have,

[tex] \int\frac{cos^{-1}(x)}{x^2}dx = I = \int\frac{u sin(u)}{cos^{2}(u)}du[/tex]

[tex] I = -\int u tan(u)sec(u)du[/tex]

[tex] I = -\left[u sec(u) - \int \frac{du}{du} \int sec(u)tan(u)du du\right][/tex]

[tex] I = -\left[u sec(u) - \int sec(u)du\right][/tex]

[tex] I = log_e|sec(u) + tan(u)| - u sec(u) + C[/tex]

Then, you can replace the value of u with [itex]cos(x)[/itex] to get the required integral.
 
arildno said:
Blunder there, you are to substitute [itex]u=\cos^{-1}(x)[/itex]

[itex]u = \cos^{-1}(x)~;~x = \cos(u)[/itex].. it's the same thing within a restricted domain.
 
ohh.. u mean in the last part.. yeah.. i get it now... ur right :D