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

Find the limit

OpenStudy (anonymous):

\[\lim_{x \rightarrow \infty}\sqrt[3]{x^3+x^2+1}-\sqrt[3]{x^3+1}\]

OpenStudy (anonymous):

So I multiplied by the conjugate and got: \[\lim_{x \rightarrow \infty}\ \frac{ x^2 }{ \sqrt[3]{x^3+x^2+1}+\sqrt[3]{x^3+1} }\]

OpenStudy (anonymous):

How do I go from there?

OpenStudy (anonymous):

@ganeshie8 @nincompoop

OpenStudy (anonymous):

@jim_thompson5910

ganeshie8 (ganeshie8):

careful, its a cube root

OpenStudy (anonymous):

Yes I know.

ganeshie8 (ganeshie8):

so conjugate thing wont help and you can't really rationalize numerator this way

OpenStudy (anonymous):

I can't believe this. I'm taking complex anlysis and I can't do a simple elementary limit >>> .

OpenStudy (anonymous):

>.> *

OpenStudy (anonymous):

Ohh. What do you suggest then?

ganeshie8 (ganeshie8):

because \(\large (\sqrt[3]{a} +\sqrt[3]{b} ) (\sqrt[3]{a} -\sqrt[3]{b} ) \ne a-b \)

OpenStudy (anonymous):

Ohh alright.

ganeshie8 (ganeshie8):

do u remember (a-b)^3 formula ?

ganeshie8 (ganeshie8):

let me google

OpenStudy (anonymous):

Yeah I know.

OpenStudy (anonymous):

Well sorta.

OpenStudy (anonymous):

a^3-b^3=(a-b)(a^2+ab+b^2)

ganeshie8 (ganeshie8):

yeah if you multiply the given expression by (a^2+ab+b^2), you can get rid off the cube roots, yes ?

OpenStudy (anonymous):

Yes I think I see it.

ganeshie8 (ganeshie8):

\[\large \lim_{x \rightarrow \infty}\sqrt[3]{x^3+x^2+1}-\sqrt[3]{x^3+1} \times \dfrac{(x^3+x^2+1)^{2/3}+(x^3+x^2+1)^{1/3}(x^3+1)^{1/3} + (x^3+1)^{2/3} }{(x^3+x^2+1)^{2/3}+(x^3+x^2+1)^{1/3}(x^3+1)^{1/3} + (x^3+1)^{2/3}}\]

ganeshie8 (ganeshie8):

i hate when it happens, it wont fit

ganeshie8 (ganeshie8):

basically numerator simplifies to a^3-b^3 so that the radical disappears and you can cancel some unwanted stuff

OpenStudy (anonymous):

I can see it if I copy the latex format to wolfram :P .

ganeshie8 (ganeshie8):

good idea, but still its annoying >.< it simplifies to : \[\large \lim_{x \rightarrow \infty}\dfrac{(x^3+x^2+1) - (x^3+1)}{(x^3+x^2+1)^{2/3}+(x^3+x^2+1)^{1/3}(x^3+1)^{1/3} + (x^3+1)^{2/3}}\]

OpenStudy (anonymous):

Okay lets see if I get the same thing...

ganeshie8 (ganeshie8):

just apply the formula

OpenStudy (anonymous):

Yep, that's what I'm doing haha.

OpenStudy (anonymous):

Yep I got your answer :) .

OpenStudy (anonymous):

What about the denominator though?

ganeshie8 (ganeshie8):

denominator is good

OpenStudy (anonymous):

Okay, I should be alright to divde everything by x^3 right?

OpenStudy (anonymous):

No wait.

ganeshie8 (ganeshie8):

or pull out x^3 from the denominator

OpenStudy (anonymous):

Same thing I guess.

OpenStudy (anonymous):

It's just bugging me because then the numerator becomes 1/x^(something) which, if I take limit is 0 so the whole thing is 0.

ganeshie8 (ganeshie8):

\[\begin{align}\large &\lim_{x \rightarrow \infty}\dfrac{(x^3+x^2+1) - (x^3+1)}{(x^3+x^2+1)^{2/3}+(x^3+x^2+1)^{1/3}(x^3+1)^{1/3} + (x^3+1)^{2/3}} \\~\\&=\lim_{x \rightarrow \infty}\dfrac{x^2}{(x^3+x^2+1)^{2/3}+(x^3+x^2+1)^{1/3}(x^3+1)^{1/3} + (x^3+1)^{2/3}} \\~\\ &=\lim_{x \rightarrow \infty}\dfrac{x^2}{x^2\left[(1+1/x+1/x^3)^{2/3}+(1+1/x+1/x^3)^{1/3}(1+1/x^3)^{1/3} + (1+1/x^3 )^{2/3}\right]} \\~\\ \end{align}\]

ganeshie8 (ganeshie8):

x^2 cancels out and you can take the limit

OpenStudy (anonymous):

Ohh I see. I was trying to take out an x^3 .

OpenStudy (anonymous):

Ahh thank you! I got all that way but I took out x^3 which caused problems.

ganeshie8 (ganeshie8):

x^3 becomes x^2 when you take it out of the exponent 2/3

OpenStudy (anonymous):

Aha! I see it. :)

OpenStudy (anonymous):

And I get 1/3 which is correct I believe. Thanks!

ganeshie8 (ganeshie8):

yes wolfram gives the same answer, wonder if there is any other easy way :o

OpenStudy (anonymous):

Probably L'hospital's rule?

OpenStudy (anonymous):

Wait no. That's a disgusting derivative.

ganeshie8 (ganeshie8):

derivatives would be scary with radicals and moreover u need to put it in indeterminate form which can be tricky

OpenStudy (anonymous):

Wolfram won't give steps either >.> .

ganeshie8 (ganeshie8):

taylor series may give fast answer

OpenStudy (anonymous):

No. I'm writing the solutions to a practice midterm for a first year calculus course and Taylor series comes much later for them.

ganeshie8 (ganeshie8):

\[\large \begin{align} &\lim_{x \rightarrow \infty}\sqrt[3]{x^3+x^2+1}-\sqrt[3]{x^3+1} \\~\\ &\lim_{x \rightarrow \infty}x(1+1/x+1/x^3)^{1/3}-x(1+1/x^3)^{1/3} \\~\\ &\lim_{x \rightarrow \infty}x\left(1+\frac{1}{3}(1/x+1/x^3) + \mathcal{O(1/x^2)}\right) -x\left(1+\frac{1}{3}1/x^3 + \mathcal{O(1/x^2)}\right) \\~\\ &\dfrac{1}{3} \end{align}\]

ganeshie8 (ganeshie8):

its okay, over years you might forget all limit formulas but taylor series always works !

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!