Solve Challenging Limit Homework: 2

  • Thread starter Thread starter sponsoredwalk
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
sponsoredwalk
Messages
531
Reaction score
5

Homework Statement



Find this crazy limit using algebraic manipulations. I've tried quite a bit of stuff and keep getting lost, can you recommend anything?

The answer is 2.

Homework Equations



[tex]\lim_{x \to - 1} \frac{108(x^2 \ + \ 2x)(x \ + \ 1)^3}{(x^3 \ + \ 1)^3(x \ - \ 1)}[/tex]

The Attempt at a Solution



[itex]\lim_{x \to - 1} \frac{108(x^2 \ + \ 2x)(x \ + \ 1)^2(x \ + \ 1)}{(x^3 \ + \ 1)^3(x \ - \ 1)}[/itex]

[itex]\lim_{x \to - 1} \frac{108(x^2 \ + \ 2x)(x ^2\ + \ 2x \ + \ 1)(x \ + \ 1)}{(x^3 \ + \ 1)^3(x \ - \ 1)}[/itex]

[itex]\lim_{x \to - 1} \frac{108(x^2 \ + \ 2x)(x ^3\ + \ 3x^2 \ + \ 3x \ + \ 1)}{(x^3 \ + \ 1)^3(x \ - \ 1)}[/itex]

If I were to keep going expanding I'll get x^10 on the bottom and x^5 on the top, it just gets so hairy & I can't find any commonality.
 
Physics news on Phys.org
Simplify it to

[tex]\frac{108 x (2+x)}{(x-1) \left(1-x+x^2\right)^3}[/tex]
 
Ahh! I should have just realized to factor x³ + 1! So simple now thank you :)