939
- 110
- 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?