Integrating Trigonometric Functions: Need Help!

Jeebus
Messages
255
Reaction score
0
I need help with these problems:

(1) STan^-1(y)dy

and

(2) Ssin^-1(x)dx

(S=integral)

I can't seem to figure out the trigonometric formula for integration. A little help or hint would be nice. Thanks!
 
Physics news on Phys.org
Are you talking about arctan and arcsine (the inverse functions)?
If so, use integration by parts in both cases, with 1 as the function you integrate.
 
Do you have to use a trigonometric method to integrate those? I think they could both be readily solved with integration by parts.

Edit: arildno beat me to it :)

If you need help with integration by parts, let us know. It works really well in this case.
 
Um, arildno or TALewis can you show me how to do it using integration by parts. I just learned this relatively recently and haven't got the core concepts down. If you could show me, it would be much appreciated.

Thanks! :approve:
 
Thread Title said:
Aarr, help

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...
 
Last edited:
franznietzsche, I am curious why you made that substitution. I approach the problem this way. We want to evaluate:

\int \tan^{-1}y\,dy = I

I use capital I to denote the integral to be evaluated.

I choose the following directly from the integral:

<br /> \begin{align*}<br /> u &amp;= \tan^{-1}y &amp; du &amp;= \frac{dy}{1+y^2}\\<br /> dv &amp;= dy &amp; v &amp;= y<br /> \end{align}<br />

Integration by parts is given by:

\int u\,dv = uv-\int v\,du

So I have:

<br /> \begin{align*}<br /> I&amp;=y\tan^{-1}y - \int \frac{y\,dy}{1+y^2}\\<br /> \therefore \int \tan^{-1}y\,dy&amp;=y\tan^{-1}y - \frac{1}{2}\ln(1+y^2)<br /> \end{align}<br />
 
Last edited:
TALewis said:
franznietzsche, I am curious why you made that substitution. I approach the problem this way. We want to evaluate:

\int \tan^{-1}y\,dy = I

I use capital I to denote the integral to be evaluated.

I choose the following directly from the integral:

<br /> \begin{align*}<br /> u &amp;= \tan^{-1}y &amp; du &amp;= \frac{dy}{1+y^2}\\<br /> dv &amp;= dy &amp; v &amp;= y<br /> \end{align}<br />

Integration by parts is given by:

\int u\,dv = uv-\int v\,du

So I have:

<br /> \begin{align*}<br /> I&amp;=y\tan^{-1}y - \int \frac{y\,dy}{1+y^2}\\<br /> \therefore \int \tan^{-1}y\,dy&amp;=y\tan^{-1}y - \frac{1}{2}\ln(1+y^2)<br /> \end{align}<br />


I suppose some combination of liking trig substitutions inherently and not wanting to differetiate arctan y simply because i didn't know it offhand and didn't want to look it up.
 
Hm, I agree. If you don't have the derivative of arctan memorized, you have to look it up. And while you're looking things up, you might as well just use an integral table anyway.
 
  • #10
TALewis said:
Hm, I agree. If you don't have the derivative of arctan memorized, you have to look it up. And while you're looking things up, you might as well just use an integral table anyway.

yup, exactly.
 
Back
Top