Thread Title said:
Aasrr, i was born on a pirate ship! ok now that i got that out of my system...
i'm assuming for the problem you mean:
1 )[tex]\int arctan(y)[/tex] [tex]dy[/tex]
and
2)[tex]\int arcsin(x)[/tex] [tex]dx[/tex]
(thats the inverse tangent and inverse sine functions respectively). In that case you must perfomr a substitution before using integration by parts:
1)
[tex]\theta = arctan(y)[/tex]
[tex]tan(\theta) = y[/tex]
[tex]dy = sec^2(\theta)[/tex] [tex]d\theta[/tex]
So the integral becomes:
[tex]\int \theta*sec^(\theta)[/tex] [tex]d\theta[/tex]
which using integration by parts gives:
[tex]\int u[/tex] [tex]dv = u*v-\int v[/tex] [tex]du[/tex]
with
[tex]u = \theta[/tex]
[tex]dv = sec^2(\theta)[/tex]
so
[tex]\int \theta*sec^2(\theta)[/tex] [tex]d\theta = \theta*tan(\theta)-\int tan(\theta)[/tex] [tex]d\theta[/tex]
[tex]= \theta*tan(\theta) + ln|cos \theta|[/tex]
So substituting for theta we get
[tex]\int arctan (y)[/tex] [tex]dy = yarctan(y) + ln|cos(arctan y)|[/tex]
[tex]=y*arctan(y) + ln|\frac{1}{\sqrt{1+y^2}}|[/tex]
[tex]=y*arctan(y) - \frac{1}{2}ln|y^2+1|[/tex]
[tex]=y*arctan(y) - \frac{1}{2}ln(y^2 + 1)[/tex]
U can use a similar substitution in the second problem (simply construct a right triangle, substitute theta in, integrate, and the substitute x back in.
Note: LaTeX still hates me...eventually i'll get it to look right...