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 )\int arctan(y) dy
and
2)\int arcsin(x) dx
(thats the inverse tangent and inverse sine functions respectively). In that case you must perfomr a substitution before using integration by parts:
1)
\theta = arctan(y)
tan(\theta) = y
dy = sec^2(\theta) d\theta
So the integral becomes:
\int \theta*sec^(\theta) d\theta
which using integration by parts gives:
\int u dv = u*v-\int v du
with
u = \theta
dv = sec^2(\theta)
so
\int \theta*sec^2(\theta) d\theta = \theta*tan(\theta)-\int tan(\theta) d\theta
= \theta*tan(\theta) + ln|cos \theta|
So substituting for theta we get
\int arctan (y) dy = yarctan(y) + ln|cos(arctan y)|
=y*arctan(y) + ln|\frac{1}{\sqrt{1+y^2}}|
=y*arctan(y) - \frac{1}{2}ln|y^2+1|
=y*arctan(y) - \frac{1}{2}ln(y^2 + 1)
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...