Finding the limit of (x³-2x²-9)/(x²-2x-3) as x→3

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

Homework Statement


Find the limit of

[itex]\frac{x^3-2x^2-9}{x^2-2x-3}[/itex]

as x->3

Homework Equations


The Attempt at a Solution



You factor the bottom portion and top portion, then it looks something like this

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

I feel like I can go further about eliminating the demonimator but I don't know what
 
Physics news on Phys.org
(x - 3) is a factor of the numerator. You can use either synthetic division or plain old polynomial division to find the other factor.
 
... or notice that

[itex]x^3-2x^2-9 = x^3-3x^2+x^2-9[/itex]

and factor by grouping.
 
l46kok said:

Homework Statement


Find the limit of

[itex]\frac{x^3-2x^2-9}{x^2-2x-3}[/itex]

as x->3

Homework Equations





The Attempt at a Solution



You factor the bottom portion and top portion, then it looks something like this

[itex]\frac{x(x^2-2x)-9}{(x-3)(x+1)}[/itex]
No, you did NOT factor the numerator. That is not what "factor" means.

I assume you tried first just putting x= 3 into the fraction and found that both numerator and denominator were 0 when x= 3. The fact that the numerator was 0 tells you that it has a factor of x- 3. [itex]x^3- 2x^2- 9= (x- 3)(ax^2+ bx+ c)[/itex]
It shouldn't be hard to see what a, b, and c must be.

I feel like I can go further about eliminating the demonimator but I don't know what