How do you find the limit of expressions without graphs?

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

Homework Statement



I cannot remember how to do this. How do you find the limit of expressions, without graphs of them?

Homework Equations



i.e.

lim x -> 3 (x^2 - 5x + 2)

The Attempt at a Solution



1) (3 + h)^2 - 5(3 + h) + 2
= (3 + h)(3 + h) - 15 - 5h + 2
9 + 6h - h^2 - 15 - 5h + 2
-4 - 1h - h^2
...
The book says it is -4, but is this the right method? Will it work for rational expressions too?
 
Physics news on Phys.org
939 said:

Homework Statement



I cannot remember how to do this. How do you find the limit of expressions, without graphs of them?

Homework Equations



i.e.

lim x -> 3 (x^2 - 5x + 2)

The Attempt at a Solution



1) (3 + h)^2 - 5(3 + h) + 2
= (3 + h)(3 + h) - 15 - 5h + 2
9 + 6h - h^2 - 15 - 5h + 2
-4 - 1h - h^2
...
The book says it is -4, but is this the right method? Will it work for rational expressions too?

f(x) = x2 - 5x + 2 is a polynomial, hence it is continuous everywhere. To find the limit of f as x → 3, simply evaluate f(3). You should get -4.

It looks like you are misremembering part of the difference formula in the definition of the derivative.
 
Mark44 said:
f(x) = x2 - 5x + 2 is a polynomial, hence it is continuous everywhere. To find the limit of f as x → 3, simply evaluate f(3). You should get -4.

It looks like you are misremembering part of the difference formula in the definition of the derivative.

Thanks, got it.

In the case of a rational expression, I merely:

1) Evaluate at f(#)
2) If that = 0, try to see if it can be factored and then evaluate again

Correct?
 
939 said:
Thanks, got it.

In the case of a rational expression, I merely:

1) Evaluate at f(#)
2) If that = 0, try to see if it can be factored and then evaluate again

Correct?

Yes. But if f(x)=(x-1)/(x^2-1) and you want the limit as x->1, you don't get 0. You get 0/0. That's the danger sign. But you've got the idea.