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

calculus. someone who doesn't mind helping me with a "Sucky Integral"

OpenStudy (anonymous):

\[y=e^5, 0\le x \le5\]

OpenStudy (misty1212):

HI!!

OpenStudy (anonymous):

hello!

OpenStudy (misty1212):

that is not really a question is it?

OpenStudy (misty1212):

\(e^5\) is a number

OpenStudy (anonymous):

oops.. I meant \[e^x\]

OpenStudy (misty1212):

still not a question

OpenStudy (anonymous):

then o <= x <= 5

OpenStudy (anonymous):

find the arc length

OpenStudy (misty1212):

oooh now it is a question

OpenStudy (anonymous):

lol "now its a question"

OpenStudy (misty1212):

\[\int _0^5\sqrt{1+e^{2x}}dx\]

OpenStudy (anonymous):

\[e^x, 0\le x \le 5\] find the length of the curve

OpenStudy (misty1212):

in general \[\int_a^b\sqrt{1+(f'(x))^2}dx\]

OpenStudy (anonymous):

i get lost at the second time they subsitute

OpenStudy (anonymous):

\[u=5x, du= e^5 dx, \frac{ du }{ u }=dx\] \[\int\limits_{1}^{e^5} \sqrt{1+u^2}\frac{ du }{ u }\]

OpenStudy (anonymous):

\[\int\limits_{1}^{e^5} \ \frac{ \sqrt{1+u^2} }{ u^2 }du\]

OpenStudy (misty1212):

oh you have a worked out solution? cuz this integral kind of sucks

OpenStudy (anonymous):

\[\int\limits_{\sqrt2}^{\sqrt 1+e^{10}} \frac{ \sqrt (1+u^2) }{\sqrt( u^2) } du\]

OpenStudy (anonymous):

yea. I was given an answer but I dont know how to work it really

OpenStudy (anonymous):

apart from simplifying the square root with the u^2, I get lost here.

OpenStudy (anonymous):

anyone who doesn't mind helping out with a sucky integral?

myininaya (myininaya):

\[\int\limits_{0}^{5}\sqrt{1+(e^x)^2} dx \] you can try a trib sub let e^x=tan(u)

OpenStudy (anonymous):

hmm i would say that makes it more complicated not easier

OpenStudy (anonymous):

not @myininaya

OpenStudy (anonymous):

they showed me an example with two different u subs

myininaya (myininaya):

let me guess they did one sub for e^x as u then they did u as tan(theta)

myininaya (myininaya):

you can combine those so you only have to do one sub

OpenStudy (anonymous):

no. They did u sub as i showed above and then made a v sub for the u sub and then applied partial fractions to that

myininaya (myininaya):

they did v=u?

myininaya (myininaya):

\[\int\limits_{0}^{5}\sqrt{1+(e^x)^2} dx \] I don't understand your sub above... maybe you mean to let u=e^x

myininaya (myininaya):

if so we will do that sub first

OpenStudy (anonymous):

yes \[v^2= 1 +u^2, ...u^2 = v^2-1,... v= \sqrt ( 1 u^2)\]

myininaya (myininaya):

\[u=e^x \\ \frac{du}{dx}=e^x \\ du=e^x dx \\ \frac{du}{e^x}=dx \\ \frac{du}{u}=dx \text{ since } u=e^x \]

OpenStudy (anonymous):

ok. BRB. sorry my phone

myininaya (myininaya):

\[\int\limits_{x=0}^{x=5}\sqrt{1+(e^x)^2} dx \\ = \int\limits_{u=e^{0}}^{u=e^5} \sqrt{1+(u)^2} \frac{du}{u} \\ =\int\limits_{e^0}^{e^5} \frac{\sqrt{1+u^2}}{u} du \\ =\int\limits_1^{e^5} \frac{\sqrt{1+u^2}}{u} du\] then you said you want to sub the inside of the square root...

myininaya (myininaya):

before i go further when you get back let me know if you understand what I have so far

OpenStudy (anonymous):

yes, that is exactly what i typed above

OpenStudy (anonymous):

accept i had a u^2 in denominator, so idk what i did there

myininaya (myininaya):

\[v^2=1+u^2 \\ 2v dv=2u du \\ \text{ but if I divide both sides by 2 I have } v dv=u du \]

OpenStudy (anonymous):

ok...

myininaya (myininaya):

\[\frac{v}{u} dv=du \text{ by dividing } u \text{ on both sides } \\ \frac{v}{\sqrt{v^2-1}}dv= du \text{ since } v^2-1=u^2 \]

myininaya (myininaya):

\[\int\limits\limits_{x=0}^{x=5}\sqrt{1+(e^x)^2} dx \\ = \int\limits\limits_{u=e^{0}}^{u=e^5} \sqrt{1+(u)^2} \frac{du}{u} \\ =\int\limits\limits_{e^0}^{e^5} \frac{\sqrt{1+u^2}}{u} du \\ =\int\limits\limits_{u=1}^{u=e^5} \frac{\sqrt{1+u^2}}{u} du \\ = \int\limits_{\sqrt{1+1^2}}^\sqrt{1+(e^5)^2} \frac{\sqrt{v^2}}{\sqrt{v^2-1}} \cdot \frac{v}{\sqrt{v^2-1}} dv \]

myininaya (myininaya):

how do you feel about up to this point?

OpenStudy (anonymous):

I am understanding you explanation better. they did partial fractions right about here

myininaya (myininaya):

sqrt(a)*sqrt(a)=a

myininaya (myininaya):

sqrt(a^2)=a when a>0

myininaya (myininaya):

\[\int\limits_{\sqrt{1+1}}^{\sqrt{1+e^{10}}}\frac{v^2}{v^2-1} dv\]

myininaya (myininaya):

\[\frac{v^2}{v^2-1}=\frac{v^2-1+1}{v^2-1}=\frac{v^2-1}{v^2-1}+\frac{1}{v^2-1}=1+\frac{1}{v^2-1}\] so continuing what our integral looks like now: \[\int\limits_{\sqrt{2}}^{\sqrt{1+e^{10}}}(1+\frac{1}{v^2-1}) dv\]

myininaya (myininaya):

and yes partial fractions will be useful on the second term there

myininaya (myininaya):

\[\frac{1}{v^2-1}=\frac{1}{(v-1)(v+1)}=\frac{A}{v-1}+\frac{B}{v+1}\] do you know how to find A and B such that the equation I wrote is true.

OpenStudy (anonymous):

I see what you are doing. It is so much better than \[1 + \frac{ 1 }{ 2 }/ (v-1)(v+1)\]

OpenStudy (anonymous):

how does this compute \[\frac{ \sqrt{1+e^{10}}-1 }{ \sqrt{1+e^{10}}+1 }\]

OpenStudy (anonymous):

there is an "ln" in front of that fraction that i forgot

myininaya (myininaya):

ok you have went off to the end of the problem right?

OpenStudy (anonymous):

yes. I see what the answer is, but when I am pluggin this in, I get confused with ln and the square roots

OpenStudy (anonymous):

[ v + 1/2 ln (v-1) / (v+1) ]\[\sqrt (1+e^{10}) \to \sqrt2\]

OpenStudy (anonymous):

that misty was right. this problem really sucks

myininaya (myininaya):

Well let me get there too then because I don't know what the end is until I'm there. I guess you don't have any problems finding A and B so I will do that... \[\frac{1}{(v-1)(v+1)}=\frac{A}{v-1}+\frac{B}{v+1} \\ \text{ combining fractions } =\frac{A(v+1)+B(v-1)}{(v-1)(v+1)} \\ \text{ so we need \to find A and B such that } \\ 1=A(v+1)+B(v-1) \\ 1=(A+B)v+(A-B) \\ A+B+0 \text{ and } A-B=1 \\ A=-B \text{ so second equation \in terms of A is: } A+A=1 \\ A=\frac{1}{2} \text{ so } B=-\frac{1}{2}\] So the integral now can be written as: \[\int\limits\limits_{\sqrt{2}}^{\sqrt{1+e^{10}}}(1+\frac{1}{v^2-1}) dv \\ =\int\limits_{\sqrt{2}}^{\sqrt{1+e^{10}}}(1+\frac{1}{2} \frac{1}{v-1}-\frac{1}{2} \frac{1}{v+1} ) dv \\ =[v+\frac{1}{2} \ln|v-1|-\frac{1}{2}\ln|v+1| ]_\sqrt{2}^\sqrt{1+e^{10}}\]

OpenStudy (anonymous):

i like the way you are setting this up better than what my course website showed me

myininaya (myininaya):

\[=[v+\frac{1}{2}\ln|\frac{v-1}{v+1}|]_\sqrt{2}^\sqrt{1+e^{10}} \\ =(\sqrt{1+e^{10}}+\frac{1}{2} \ln|\frac{\sqrt{1+e^{10}}-1}{\sqrt{1+e^{10}}+1})-(\sqrt{2}+\frac{1}{2} \ln |\frac{\sqrt{2}-1}{\sqrt{2}+1}|)\]

myininaya (myininaya):

so I guess they also transformed this answer a little too?

OpenStudy (anonymous):

yes! this is where i stopped this time. this looks so confusing, my mind is having a hard time digesting all the rules here

OpenStudy (anonymous):

the 1/2 (s) cancel on each other

OpenStudy (anonymous):

move the sqrt2

myininaya (myininaya):

I don't think the 1/2's cancel but recall the power rule for log: \[r \log(x)=\log(x^r)\] maybe the 1/2 was moved

OpenStudy (anonymous):

is it that the positive from the denominator moves to the top and the numerator cancels? \[\sqrt(1+e^{10}) -1 / \sqrt(1+e^{10}) +1 = \sqrt(1+e^{10}) +1 \]

myininaya (myininaya):

but also I want to ask did they rationalize the bottoms in the ln( )'s ?

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

that is what i am asking you how is done

myininaya (myininaya):

\[\frac{\sqrt{a}-1}{\sqrt{a}+1} \cdot \frac{\sqrt{a}-1}{\sqrt{a}-1} =\frac{(\sqrt{a}-1)^2}{a-1}\]

myininaya (myininaya):

do you understand that?

OpenStudy (anonymous):

their final answer for this is \[L= \sqrt{1+e^{10}}- \sqrt{2}+ \ln (\sqrt{1+e^{10}}-1) -5 - \ln (\sqrt{2}-1)\]

OpenStudy (anonymous):

yes i can see what you posted more clearly

myininaya (myininaya):

\[=[v+\frac{1}{2}\ln|\frac{v-1}{v+1}|]_\sqrt{2}^\sqrt{1+e^{10}} \\ =(\sqrt{1+e^{10}}+\frac{1}{2} \ln|\frac{\sqrt{1+e^{10}}-1}{\sqrt{1+e^{10}}+1})-(\sqrt{2}+\frac{1}{2} \ln |\frac{\sqrt{2}-1}{\sqrt{2}+1}|) \\ \sqrt{1+e^{10}}-\sqrt{2}+\frac{1}{2}\ln|\frac{(\sqrt{1+e^{10}}-1)^2}{1+e^{10}-1}|-\frac{1}{2} \ln|\frac{(\sqrt{2}-1)^2}{2-1}|\] how about this ? is this cool so far

myininaya (myininaya):

I just sorta used what I just said as like a formula

OpenStudy (anonymous):

ok... it looks better on paper more spread out i guess

OpenStudy (anonymous):

so where does the 5 come back into play?

myininaya (myininaya):

\[=[v+\frac{1}{2}\ln|\frac{v-1}{v+1}|]_\sqrt{2}^\sqrt{1+e^{10}} \\ =(\sqrt{1+e^{10}}+\frac{1}{2} \ln|\frac{\sqrt{1+e^{10}}-1}{\sqrt{1+e^{10}}+1})-(\sqrt{2}+\frac{1}{2} \ln |\frac{\sqrt{2}-1}{\sqrt{2}+1}|) \\ =\sqrt{1+e^{10}}-\sqrt{2}+\frac{1}{2} \ln |(\sqrt{1+e^{10}}-1)^2)| \\ -\frac{1}{2} \ln|1+e^{10}-1|-\frac{1}{2} \ln|(\sqrt{2}-1)^2|+\frac{1}{2}\ln|2-1|\] ran a little out of room those 2 bottom lines is where we are at do you know which property of log I just used? do you recall ln|a/b|=ln|a|-ln|b|

myininaya (myininaya):

\[c \cdot \ln(\frac{a}{b})=c \cdot [\ln(a)-\ln(b)]=c \ln(a)- c \ln(b)\]

myininaya (myininaya):

@jlockwo3 you there ?

myininaya (myininaya):

We were almost to the end

myininaya (myininaya):

just had to apply a couple more rules

myininaya (myininaya):

\[\ln(1)=0 \\ a \ln(x)=\ln(x^a)\]

myininaya (myininaya):

oh and ln(e)=1 :)

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!