Partial Fraction indef. integral of: (e^x)/(1-e^(3x)) tried wolframalpha, and got to the u substitution.. it got really complicated after that.. and I need help. Thanks!
\[\int\limits_{}^{} \frac{ e^x }{ 1-e ^{3x} }\]
forgot the dx at the end of the integral, sorry
How would you use partial fractions to decompose this fraction: \[\frac{u}{1-u^3}\]
change the sign to negative.. giving you negative integral of u/(u^3-1)
you should be able to factor a difference of cubes
making it a polynomial.. which i got.. but after solving and finding out what a, bx and c are, you have to repeat?
oh, yeah.. that's (u-1)(u^2 + u + 1)
yep so one of those factors is linear and the other factor is an irreducible quadratic we are done with the factoring bit
for linear factors, you do constant/linear for irreducible quadratics, you do (constant*the variable +another constant)/the quadratic
\[\frac{-u}{u^3-1}=\frac{A}{u-1}+\frac{Bu+C}{u^2+u+1}\]
ok, for A i got 1/3 (Bu+ C )is ((1/3)u + 2/3)
integrating the first half i get (1/3)ln|u| = (1/3)*ln|e^x|
I'm not getting that for C... Let me recheck.
oh and I got A=-1/3 but let me recheck
oh, i took the negative out.. if that changes anything/
So you are going to multiply by the negative later.
yeah.. ok so A = 1/3 B = -1/3 C= -2/3
yeah.. it's less confusing for me to take the negative out and multiply by it at the end
So you did this then? \[u=A(u^2+u+1)+(Bu+C)(u-1)\] \[u=A(u^2+u+1)+(Bu^2-Bu+Cu-C)\] \[u=(A+B)u^2+(A-B+C)u+(A-C)\]
\[=>A+B=0 \text{ and } A-B+C=1 \text{ and } A-C=0\]
I'm just decomposing the fraction. We can come back to the integral later.
I want to see what the integral looks like without substitution at first because she said she didn't want substitution.
We can make substitution later if we need to.
yeah, when solving for A/B/C don't you set it equal to the numerator? so if it were u.. that would mess things up
We are looking at the fraction part right now.
ok anyways...i'm trying to do the problem without substitution because we were told to do without substitution correct?
we can use substitution, i just wrote that after the 'u' substitution (finding a,b and c) I got stuck.. sorry if i wasnt clear!!
and that whole thing is suppose to be negative not just the first integral
I see what you did there.. ok so when I convert u back to x, the only difference is c which is 2/3
right, i see
now do you want to do sub first then the partial or the partial then do the sub?
Because I did the partial first because I thought you didn't want to do the sub lol
sub then partial.. so i can follow easier
oh no that x is e^x
\[-\frac{1}{3}( \int\limits\limits_{}^{}\frac{1}{e^x-1} dx +\int\limits\limits_{}^{}\frac{-e^x+1}{e^{2x}+e^x+1}dx) \]
ok so if we look back at integral and not just the fraction we could do a sub and let u=e^x and so du=e^x dx which is what loser was talking about
\[\int\limits_{}^{}\frac{-e^x}{e^{3x}-1} dx\]\[\int\limits_{}^{}\frac{- du}{u^3-1} =-\int\limits_{}^{}\frac{du}{(u-1)(u^2+u+1)} \]
yeah.. ok so A = 1/3 B = -1/3 C= -2/3 your values in this case are correct
first integral: (1/3)(1/(u-1))
i just quoted what yu said earlier.
awesome!
\[-(\int\limits_{}^{}\frac{1}{3(u-1)} du+\int\limits_{}^{}\frac{\frac{-1}{3}u-\frac{2}{3}}{u^2+u+1} du)\]
your first integral there should be the easier one to deal with...do you need help on the first one?
\[-[-\frac{1}{3}\int\limits_{}^{}\frac{u}{u^2+u+1} du]-[-\frac{2}{3}\int\limits_{}^{}\frac{1}{u^2+u+1} du]\] I distribute that negative sign we have ... so on both of thse it looks like you have to do a trig sub
no i got that one - it's -(1/3)*ln|e^x|
wait, how did you change the first integral?
what do you mean? i didn't rewrite it. i assumed you didn't need help with it. but shouldn't it be -1/3*ln|u-1|=-1/3*ln|e^x-1|
oh nevermind, ok i and yeah it is u-1, i forgot to add that.. ok so how do you tackle the second one? do you have to do a second partial fraction?
i mentioned trig sub above.
can't factor that is when i hop on the trig sub bandwagon
so you are going to complete the square and find the trig sub.. this problem is ridiculous!
ok, let me try that first
lol yep
\[u^2+u+1=(u^2+u+(\frac{1}{2})^2)+1-(\frac{1}{2})^2=(u+\frac{1}{2})^2+\frac{3}{4}\]
ok, that was killing me.. i was thinking about (u+1)^2 - u.. which wouldn't work.. but this makes sense.. and works
lol if we had \[ax^2+bx+c\] on bottom you would group those parts that the variable part together \[(ax^2+bx)+c\] then factor out whatever is in front of the x^2 from both the ax^2 and b term like: \[a(x^2+\frac{b}{a}x)+c\] now the completing the square part if we add something in then we also need to take it out \[a(x^2+\frac{b}{a}x+(\frac{b}{2a})^2)+c-a(\frac{b}{2a})^2 \] so now we can write \[a(x+\frac{b}{2a})^2+c-a \frac{b^2}{4a^2}\] simplify \[a(x+\frac{b}{2a})^2+c-\frac{b^2}{4a}\]
that will be useful.. im going to write this down.. in the meantime.. i worked on the rest and substituted (u+1/2) for h, to make it clearer so i have 1/(h^2 + 3/4)
next to both integrals
\[(u+1)^2+\frac{3}{4} =\frac{3}{4} ( \frac{4}{3} (u+1)^2+1)=\frac{3}{4}((\frac{2[u+1]}{\sqrt{3}})^2+1)\] now sub that thing inside the square
by the way I'm just writing the bottom of these integrals.
recall \[\tan^2(\theta)+1=\sec^2(\theta) \]
so tan(theta) is the trig sub we want
ok i'm lost here how did you get (u+1)^2+3/4=(3/4((4/3)(u+1)^2+1)
you took 3/4 out to make the constant 1
I factored out 3/4
but why does 1/2 change in the parenthesis
i wanted it 1 so i could have in the form \[\tan^2(\theta)+1=\sec^2(\theta)\]
\[(u+1)^2+\frac{3}{4} \] I want something^2+1 \[\frac{4}{3} \cdot \frac{3}{4}(u+1)^2+\frac{3}{4}\] so i factored 3/4 out \[\frac{3}{4} \cdot (\frac{4}{3}(u+1)^2+1)\] that thingy inside the parenthesis is not something^2+1 \[\frac{3}{4} \cdot ([\frac{\sqrt{4}}{\sqrt{3}}(u+1)]^2+1)\]
\[\frac{3}{4} ([\frac{2}{\sqrt{3}}(u+1)]^2+1)\]
you can write it like this: \[\frac{3}{4}([\frac{2(u+1)}{\sqrt{3}}]^2+1)\] so it is cleary to you would you want to use as the opposite and the adjacent of some right triangle .
you start off with (u+1/2)^2+(3/4) in the denominator.. but then i see (u+1)^2 +(3/4) which is really confusing me so the rest I can't even try to comprehend until that makes sense lol
yes the 1 is suppose to be 1/2 it gets hard writing in latex sometimes is that your only question
\[\frac{3}{4}([\frac{2(u+\frac{1}{2})}{\sqrt{3}}]^2+1)\] if you notice we lost that 1/2 a long time ago i have been writing 1 for the last 30 minutes on this computer thingy.
yeah, that's why I was incredibly confused.. now it makes sense but i want to run by it again sorry
so \[\frac{ 3 }{ 4 } (\tan^{-1}(\frac{ 2h }{ \sqrt{3} }))\]
\[\text{ let } \tan(\theta)=\frac{2(u+\frac{1}{2})}{\sqrt{3}}\] \[\sqrt{3} \tan(\theta)=2u+1\] \[u=\frac{\sqrt{3} \tan(\theta)-1}{2}\] \[\sec^2(\theta) d \theta=\frac{2}{\sqrt{3}} du\]
Join our real-time social learning platform and learn together with your friends!