Ask your own question, for FREE!
Mathematics 15 Online
OpenStudy (babynini):

Integrating, what method should I use?

OpenStudy (babynini):

\[\int\limits_{}^{}\frac{ x+1 }{ 9x^2+6x+5 }dx\]

OpenStudy (babynini):

So I was thinking partial fraction decomposition? But I can't factor out the bottom nicely.

OpenStudy (anonymous):

nah completing the square

OpenStudy (babynini):

ou. okay let me try.

OpenStudy (faiqraees):

nope the factors will contain imaginary numbers

OpenStudy (anonymous):

how so?

OpenStudy (babynini):

So it would be (3x+1)^2+4 ?

OpenStudy (faiqraees):

oh yeah right

OpenStudy (babynini):

So then we could rewrite it \[\int\limits_{}^{}\frac{ x+1 }{ (3x+1)^2+2^2 }\]

OpenStudy (babynini):

Or I guess we don't need to write the 4 like that..hm

OpenStudy (babynini):

then what?

OpenStudy (anonymous):

sorry was helping others

OpenStudy (babynini):

No worries :)

OpenStudy (anonymous):

so now you know 1/(a^2+x^2)= tanx right

OpenStudy (babynini):

Yes well..isn't it the square root of a^2+x^2 =atanx ?

OpenStudy (anonymous):

nop check your identities again

OpenStudy (babynini):

are you referring to the integration formula?

OpenStudy (babynini):

\[\int\limits_{}^{}\frac{ 1 }{ a^2+x^2 }=\frac{ 1 }{ a }\arctan \frac{ x }{ a }+C\]

OpenStudy (babynini):

@zepdrix :>

OpenStudy (anonymous):

yeah break in to two parts

OpenStudy (babynini):

What two parts?

OpenStudy (babynini):

\[\int\limits_{}^{}\frac{ 1 }{(3x+1)^2+2^2 }*x+1 dx\] this?

OpenStudy (anonymous):

no

OpenStudy (anonymous):

\[\int\limits_{}^{}\frac{ x+1 }{ (3x+1)^2+2^2 }=\int\frac{x}{(3x+1)^2+4}dx+\frac{1}{(3x+1)^2+4}dx\]

OpenStudy (anonymous):

second will produce arcan, first is a simple u-sub

OpenStudy (anonymous):

i missed an integral sign there, but you get the idea i hope

OpenStudy (babynini):

Yes, I do :) is the u=3x+1 ? then the du comes out to 3 which doesn't help much?

OpenStudy (anonymous):

\[\int\limits_{}^{}\frac{ x+1 }{ (3x+1)^2+2^2 }=\int\frac{x}{(3x+1)^2+4}dx+\int\frac{1}{(3x+1)^2+4}dx\]

OpenStudy (anonymous):

oh yeah you are right i screwed up

OpenStudy (anonymous):

well i just sort of screwed up starting with \[\int\limits_{}^{}\frac{ x+1 }{ (3x+1)^2+2^2 }\] put \(u=3x+1\) now, then break it in to two parts

OpenStudy (babynini):

...ok xD

OpenStudy (anonymous):

it is going to be ugly keeping track of all the constants, so be careful good luck

OpenStudy (babynini):

\[3[\int\limits_{}^{}\frac{ x }{ u^2+4 }du+\int\limits_{}^{}\frac{ 1 }{ u^2+4 }du]\]??

OpenStudy (solomonzelman):

\(\color{#000000}{ \displaystyle \int \frac{x}{(3x+1)^2+4} dx +\int \frac{1}{(3x+1)^2+4} dx }\) For the first integral, \(\color{#000000}{ \displaystyle u=3x+1 \quad \Longrightarrow \quad x=(u-1)/3 }\) \(\color{#000000}{ \displaystyle du=3~dx \quad \Longrightarrow \quad du/3=dx }\) \(\color{#000000}{ \displaystyle \int \frac{(u-1)/3}{u^2+4} (du/3) }\) \(\color{#000000}{ \displaystyle (1/9)\int \frac{u-1}{u^2+4} du }\) \(\color{#000000}{ \displaystyle (1/18)\int \frac{2u}{u^2+4} du-(1/9)\int \frac{1}{u^2+4} du }\) and use the integral for arctangent. For the second integral, \(\color{#000000}{ \displaystyle \int \frac{1}{(3x+1)^2+2^2} dx }\) use the integral for arctangent.

OpenStudy (solomonzelman):

I believe there was an easier way to begin, but won't mess up once we have gone this far.

OpenStudy (babynini):

^ ah well this is just practice for an exam. Since speed counts in an exam, perhaps it is worth it to go through the easier way? :) But We can finish this one out as well

OpenStudy (solomonzelman):

Well, your teachers are not bastards, are they?

OpenStudy (solomonzelman):

Although, yeah, perhaps they might give you something as dirty, but they would then give you some time to work it. I think I know an easier way to do this integral.

OpenStudy (babynini):

Weeell ...xP haha it's 5 questions in 40ish minutes. So ..you don't think he would give this one? :D

OpenStudy (dan815):

duhhhhhhhhhhhhhhhhhh partys

ganeshie8 (ganeshie8):

This might be slightly faster : Before using u-substitution, just rewrite the numerator \(x+1\) as \(\dfrac{1}{3}(3x+1)+\dfrac{2}{3}\)

OpenStudy (solomonzelman):

\(\color{#000000}{ \displaystyle \int\limits_{}^{}\frac{ x+1 }{ 9x^2+6x+5 }dx }\) \(\color{#000000}{ \displaystyle \frac{1}{3}\int\limits_{}^{}\frac{ 3x+1 }{ 9x^2+6x+5 }dx }\) u=3x du/3=dx \(\color{#000000}{ \displaystyle \frac{1}{3}\int\limits_{}^{}\frac{ u+1 }{ u^2+2u+1+4 }dx }\) \(\color{#000000}{ \displaystyle \frac{1}{6}\int\limits_{}^{}\frac{ 2u+2 }{ u^2+2u+1+4 }dx }\)

OpenStudy (solomonzelman):

oh, I have some erro here.

OpenStudy (solomonzelman):

\(\color{#000000}{ \displaystyle \frac{1}{6}\int\limits_{}^{}\frac{ 2u+\frac{2}{3} }{ u^2+2u+1+4 }dx }\) i divided by 3, so it is 2/3's not 2.

OpenStudy (solomonzelman):

\(\color{#000000}{ \displaystyle \frac{1}{6}\int\limits_{}^{}\frac{ 2u+2 }{ u^2+2u+1+4 }dx +\frac{1}{6}\int\limits_{}^{}\frac{ \frac{4}{3} }{ u^2+2u+1+4 }dx }\)

OpenStudy (solomonzelman):

So 1 is substitution coming down to ln, and 2 is arctangent

OpenStudy (babynini):

k, let me see if I understand all that haha. ahh.

OpenStudy (solomonzelman):

and I was wrong with that again

OpenStudy (solomonzelman):

2/3=2+x 2/3-2=x 2/3-6/3=x -4/3=x

OpenStudy (solomonzelman):

\(\color{#000000}{ \displaystyle \frac{1}{6}\int\limits_{}^{}\frac{ 2u+2 }{ u^2+2u+1+4 }dx -\frac{1}{6}\int\limits_{}^{}\frac{ \frac{4}{3} }{ u^2+2u+1+4 }dx }\)

OpenStudy (solomonzelman):

I overworked myself after bastekball.

OpenStudy (solomonzelman):

bye:)

OpenStudy (babynini):

thanks for all your help:)

OpenStudy (solomonzelman):

yw, whether I've done anything helpful or not:)

OpenStudy (babynini):

lol. Well, hopefully this isn't on the exam. =.=

OpenStudy (babynini):

Anyone else have ideas...?

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!