nugget
- 44
- 0
Homework Statement
f(x) = (x3-11x2+43x-60)/(x-4)
Prove directly from the definition that limx->4f(x)=3.
Homework Equations
This requires an epsilon-delta proof, I think... (will refer to epsilon as E and delta as D)
The Attempt at a Solution
Firstly I simplified the numerator of f(x) to (x-4)(x2-7x+15), which enabled me to cancel the denominator.
After simplifying; f(x) = (x-4)(x-3)+3.
I want to prove that for all E>0, there exists a D>0.
Hence if |x-4|<D, then |x-4|.|x-3|+3<E.
I here assume that D≤1
Hence |x-4|≤1.
Now; |x-3| = |x-4+1|
|x-3|≤|x-4|+1
Hence |x-3|<2.
Finally,
|x-4|.|x-3|<2.|x-4|<2D
and |x-4|.|x-3|<E,
which means we choose D=min{1,E/2} i.e. delta is 1 unless E/2 is less than 1, in which case it is equal to E/2.
I want to know if I've done this correctly, and where I've gone wrong if not, also let me know if there are certain statements i should be making or ones I'm making incorrectly.
Thanks