Ask your own question, for FREE!
Mathematics 18 Online
OpenStudy (anonymous):

Use substitution to evaluate the integrals. Problem below.

OpenStudy (anonymous):

\[1.) \int\limits_{1}^{4} \frac{ dy }{ 2 \sqrt{y} (1+ \sqrt{y})^2 } \] \[2.) \int\limits_{-1}^{-\frac { 1 }{ 2 }} t^{-2} \sin^2(1 +\frac{ 1 }{ t }) dt\]

OpenStudy (anonymous):

@zepdrix

zepdrix (zepdrix):

\[\large \int\limits\limits_{1}^{4} \frac{1}{(1+ \color{orangered}{\sqrt{y}})^2 }\left(\color{green}{\frac{1}{2\sqrt y}dy}\right)\] Make sure you're familiar with this derivative, it will help quite a bit with identifying u-sub's like this one.\[\large (\sqrt x)'=\frac{1}{2\sqrt x}\]

zepdrix (zepdrix):

All I did so far was a rearrange things a bit so It's a little easier to read. It looks like in this problem we'll want the orange term to be our `u`. Do you see where our du will show up?

OpenStudy (anonymous):

so \[u=\sqrt{y}\]

zepdrix (zepdrix):

mhmmm

zepdrix (zepdrix):

\[\large du=?\]

OpenStudy (anonymous):

\[du=\frac{ 1 }{ 2 \sqrt{x} }\]

zepdrix (zepdrix):

That should be a y right? :o

OpenStudy (anonymous):

oh yeah.. sorry. haha \[du= \frac{ 1 }{ 2 \sqrt{y} }\]

zepdrix (zepdrix):

Hmmmm interesting :O that looks like our green thingy-ma-bobber...

zepdrix (zepdrix):

woops your du should be producing a dy somewhere:\[\large du= \frac{ 1 }{ 2 \sqrt{y} }dy\]

OpenStudy (anonymous):

Ain't that a good thing? lol

OpenStudy (anonymous):

so it's in terms of dy?

zepdrix (zepdrix):

Yes that's a good thing. That will allow us to change our integral like this:\[\large \int\limits\limits\limits_{y=1}^{4} \frac{1}{(1+ \color{orangered}{\sqrt{y}})^2 }\left(\color{green}{\frac{1}{2\sqrt y}dy}\right) \qquad\to\qquad \int\limits\limits\limits_{y=1}^{4} \frac{1}{(1+ \color{orangered}{u})^2 }\left(\color{green}{du}\right)\]

OpenStudy (anonymous):

why is the integral at y-1 to 4? where did the y-1 come from?

zepdrix (zepdrix):

y=1?

OpenStudy (anonymous):

yeah why is it y=1? or it doesnt matter?

zepdrix (zepdrix):

I put the y= to remind you that those boundaries only apply to y. We either have to change our limits of integration to u=, or we can simply undo our substitution after we integrate. We just have to make sure we DO NOT plug in those y values for our u.

OpenStudy (anonymous):

ohhhh, I see. okay. haha

zepdrix (zepdrix):

Do you understand this step? How to integrate this function. \[\large \int\limits_{y=1}^4 (1+u)^{-2}du\] Just apply the power rule for integrals! :D

OpenStudy (anonymous):

how did you get that? antiderive or derive?

zepdrix (zepdrix):

How did I get what? +_+

OpenStudy (anonymous):

(1+u)^-2 haha

zepdrix (zepdrix):

Rules of Exponents:\[\large \frac{1}{(1+u)^2} \qquad=\qquad (1+u)^{-2}\]

OpenStudy (anonymous):

ohhh -_- lol where do we go from there?

OpenStudy (anonymous):

do we plug in the subs?

zepdrix (zepdrix):

take the anti-derivative D:

OpenStudy (anonymous):

\[\frac{ 1+u ^{-2+1} }{ -2+1 } du\]

zepdrix (zepdrix):

The -2 is an exponent on the entire term. Not just on the u. That's why there are brackets :o

zepdrix (zepdrix):

If you use brackets, then it looks ok. \[\large \frac{(1+u)^{-2+1}}{-2+1}\]

OpenStudy (anonymous):

Oh okay. so... \[\frac{ (1+u)^{-1} }{ -1 } = -(1+u)^{-1}\]

zepdrix (zepdrix):

Ok looks good. From here we can undo our substitution, u=sqrt(y).\[\large -(1+\sqrt y)^{-1}\;|_1^4\]From here we can evaluate the function at our limits.

OpenStudy (anonymous):

I forgot du at the end.... does that change the function?

OpenStudy (anonymous):

\[\int\limits_{1}^{4} -(1+u)^{-1} du\]

zepdrix (zepdrix):

The du disappears as a part of the anti-differentiation process, along with the squiggly bar.

OpenStudy (anonymous):

oh that's right! hah

OpenStudy (anonymous):

so.. \[-(1+ \sqrt{1})^{-1} - (-(1+ \sqrt{4})^{-1} = -2-(-1.5) = 0.5\]

zepdrix (zepdrix):

Hmm it looks like 4 was our `upper limit of integration`. We should be subtracting the sqrt(1) from that.

OpenStudy (anonymous):

damn! I did it backwards. -.- lol

zepdrix (zepdrix):

And also, don't forget about your -1 exponents!! D:

OpenStudy (anonymous):

\[=> (-(1+ \sqrt{4})^{-1})-(-(1+ \sqrt{1})^{-1}) = (-\frac{ 1 }{ 3 })-(-\frac{ 1 }{ 2 }) = \frac{ 1 }{ 6 }\]

zepdrix (zepdrix):

yay good job \c:/

OpenStudy (anonymous):

sweet!(: how do we go about #2

OpenStudy (anonymous):

let \[u=(1+\frac{ 1 }{ t })\] @zep

zepdrix (zepdrix):

\[\large \int\limits\limits_{-1}^{-\frac { 1 }{ 2 }} t^{-2} \sin^2\left(\color{orangered}{1+\frac{1}{t}}\right) dt\] Ah yes good :o that's what we want for our u.

OpenStudy (anonymous):

\[du=\frac{ -1 }{ t^2 }\]

zepdrix (zepdrix):

you gotta remember your differential D:::

zepdrix (zepdrix):

\[\large \frac{du}{dt}=-\frac{1}{t^2} \qquad\to\qquad du=-\frac{1}{t^2}dt\]

OpenStudy (anonymous):

oh right! dt!

zepdrix (zepdrix):

Multiply both sides by -1 to move it to the other side, giving us,\[\large -du=\frac{1}{t^2}dt \qquad\to\qquad -du=t^{-2}dt\]

OpenStudy (anonymous):

so now.... \[\int\limits_{-1}^{-\frac{ 1 }{ 2 }} t^{-2} \sin^2(u) dt\]

zepdrix (zepdrix):

\[\large \int\limits\limits_{-1}^{-\frac{ 1 }{ 2 }} t^{-2} \sin^2(u) dt \qquad=\qquad\int\limits\limits_{-1}^{-\frac{ 1 }{ 2 }}\sin^2(u) ( t^{-2} dt )\]

OpenStudy (anonymous):

I don't know where to go from here. haha ;/

zepdrix (zepdrix):

\[\large \color{green}{-du=t^{-2}dt}\] We need to plug that piece in as well. \[\large \int\limits\limits\limits_{-1}^{-\frac{ 1 }{ 2 }}\sin^2(u) (\color{green}{t^{-2} dt}) \qquad=\qquad \int\limits\limits\limits_{-1}^{-\frac{ 1 }{ 2 }}\sin^2(u) (\color{green}{-du})\]

OpenStudy (anonymous):

then we antiderive right?

zepdrix (zepdrix):

Yes, and unfortunately this one will be a little bit of a pain in the butt. We'll need to apply the `Sine Half-Angle Formula`.

OpenStudy (anonymous):

how does that work?

zepdrix (zepdrix):

\[\large \sin^2x=\frac{1}{2}(1-\cos2x)\]

zepdrix (zepdrix):

An important formula to remember.. especially for integration purposes :)

zepdrix (zepdrix):

\[\large -\int\limits\limits_{t=-1}^{-1/2}\sin^2(u)\;du \qquad=\qquad -\frac{1}{2}\int\limits\limits_{t=-1}^{-1/2}1-\cos(2u)\;du\]

OpenStudy (anonymous):

woahhhh... haha

zepdrix (zepdrix):

Gotta remember these trig formulasssssss \:U/

OpenStudy (anonymous):

of course. Just it look so complicated to evaluate now. haha

OpenStudy (anonymous):

so now we plug the subs in and evaluate? or there's more to before applying the subs? @zepdrix

zepdrix (zepdrix):

So we plug in our subs and evaluate :u ya. Do you know how to find the anti-derivative of cos(2u)?

OpenStudy (anonymous):

wouldn't it just be -sin(2u)

zepdrix (zepdrix):

hmmmmmmmmmmmmmmm, no +_+

OpenStudy (anonymous):

cause cos(x) = -sin(x) so going backwards -sin =cos?

OpenStudy (anonymous):

@zepdrix

zepdrix (zepdrix):

derivative of sine is cosine right? So going backwards, integral of cosine is sine. Positive :O not negative. Also we have to deal with the fact that there is a 2 inside.

zepdrix (zepdrix):

What is the derivative of sin(2u)?

OpenStudy (anonymous):

2(cos(2u))

zepdrix (zepdrix):

Hmm see that extra 2 on the outside? It didn't give us cos(2u). So our anti-derivative isn't quite right.

zepdrix (zepdrix):

Mmmm anyway, here's something to keep in mind. If we took the derivative of cos(2u), it produces an extra factor of 2. When we integrate, we'll instead end up dividing by 2.\[\large \int\limits\limits \cos(2u)du \qquad=\qquad \frac{1}{2}\sin(2u)\]

OpenStudy (anonymous):

okay, I understand now..

OpenStudy (anonymous):

wait so.. \[\frac{ -1 }{ 2 } \int\limits_{-1}^{-\frac{ 1 }{ 2 }} 1-\cos(2u) du = 1-\frac{ 1 }{ 2 }\sin(2u)\]

OpenStudy (anonymous):

@zepdrix

zepdrix (zepdrix):

\[\large -\frac{1}{2}\int\limits\limits\limits_{t=-1}^{-1/2}1-\cos(2u)\;du \qquad=\qquad -\frac{1}{2}\left(?-\frac{1}{2}\sin(2u)\right)\] Integral of 1? :o

OpenStudy (anonymous):

1 or -1?

OpenStudy (anonymous):

Im confused @zepdrix

OpenStudy (anonymous):

\[=> -\frac{ 1 }{ 2 } (1-\frac{ 1 }{ 2 } \sin(2))\] @zepdrix

zepdrix (zepdrix):

\[\large \int\limits 1\;du \qquad=\qquad u\]

OpenStudy (anonymous):

wait, how'd you get that? @zepdrix

zepdrix (zepdrix):

Ah sorry the notifications aren't working :( hard to see your responses in a timely manner lol. Site is acting up again -_- grumble grumble...

zepdrix (zepdrix):

How did I integrate 1? is that the question?

OpenStudy (anonymous):

It's okay haha. You've been a real help !(: and I really approciate it, so no worries. And I can agree on the site, it's lagging. And from the top how'd you get the last function you presented.

zepdrix (zepdrix):

\[-\frac{1}{2}\int\limits\limits_{-1}^{-1/2}1-\cos(2u)\;du \qquad=\qquad -\frac{1}{2}\left[\int\limits\limits_{-1}^{-1/2}1\;du-\int\limits\limits_{-1}^{-1/2}\cos(2u)\;du\right]\]

OpenStudy (anonymous):

okay, I got up to there too, but how you get \[\int\limits_{}^{} 1 du = u\]

zepdrix (zepdrix):

\[\large 1=u^0\] \[\large \int\limits 1\;du \qquad=\qquad \int\limits u^0\;du\]Apply the power rule. That will give us the first piece of our integral from above.

OpenStudy (anonymous):

oh okay... So what's next? hah. I quite lost after this.

zepdrix (zepdrix):

Integrating gives us, \[\large -\frac{1}{2}\left[\int\limits\limits\limits_{-1}^{-1/2}1\;du- \int\limits\limits\limits_{-1}^{-1/2}\cos(2u)\;du\right] \quad=\quad -\frac{1}{2}\left[u-\frac{1}{2}\sin(2u)\right]_{t=-1}^{1/2}\] And then from here, we can either undo our substitution, or come up with new limits for our u.

zepdrix (zepdrix):

\[\large u=1+\frac{1}{t}\] \[\large t=-1 \qquad\to\qquad u=1+\frac{1}{-1} \qquad\to\qquad u=0\] \[\large t=-1/2 \qquad\to\qquad u=1+\frac{1}{-1/2} \qquad\to\qquad u=-1\] These will be the new limits on our u.\[\large -\frac{1}{2}\left[u-\frac{1}{2}\sin(2u)\right]_{t=-1}^{1/2} \qquad=\qquad -\frac{1}{2}\left[u-\frac{1}{2}\sin(2u)\right]_{u=0}^{-1}\]

OpenStudy (anonymous):

\[-\frac{ 1 }{ 2 }\left[ 1-\frac{ 1 }{ 2 } \sin(2*1) \right] - \left( -\frac{ 1 }{ 2 } \right)\left[ 0-\frac{ 1 }{ 2 }\sin(2*0) \right] \]

zepdrix (zepdrix):

That upper limit is -1, not 1 :o

OpenStudy (anonymous):

ohhhh okay. gotcha.

OpenStudy (anonymous):

I got (-0.2273243567)-(0) so -0.2273243567 is the answer?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!