Limit of ∛(x + 2) ÷ (x + 8) as x → −8

  • Thread starter Thread starter jmed
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
16 replies · 3K views
jmed
Messages
45
Reaction score
0

Homework Statement



evaluate limit as x approaches -8 of cubed root of x + 2 divided by x +8

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
I have this so far... (1/3x^-2/3 * x + 8) - (x^1/3 + 2 * 1) all over (x + 8)^2
 
Is this your limit?
[tex]\lim_{x \to -8}\frac{\sqrt[3]{x} + 2}{x + 8}[/tex]

Or is it this?
[tex]\lim_{x \to -8}\frac{\sqrt[3]{x + 2}}{x + 8}[/tex]

As a tip, you can see my LaTeX script by double-clicking either of the limit expressions above.

What you wrote is ambiguous since it does not make clear what's in the cube root. From your work, it appears that the first limit expression above is the one you are trying to evaluate.

The work you did is completely wrong. You apparently are attempting to use L'Hopital's Rule, but are mistakenly using the quotient rule in doing so. This is not at all how L'Hopital's Rule works or should be used.

Another technique that is simpler, IMO, is to factor the denominator, x + 8, into
[tex](x^{1/3} + 2)(x^{2/3} - 2x^{1/3} + 4)[/tex]

After getting rid of common factors in the numerator and denominator you should be able to evaluate the limit pretty easily.
 
well we have not learned the l'hospital's Rule yet...we have only learned up to product and quotient rules. and it is the first equation I am evaluating.
 
I guess I am just confused...would you multiply by the conjugate of the numerator?
 
I factored x + 8, treating it as the sum of two cubes - (x1/3)3 + 23.

The general formula is a3 + b3 = (a + b)(a2 - ab + b2).

There's also a formula for the difference of two cubes - a3 - b3 = (a - b)(a2 + ab + b2).
 
To be sure... the answer is as x approaches -8 the limit is 1/4? Just want to check my answer.