Solving Epsilon-Delta Proof: Homework Statement

appplejack
Messages
43
Reaction score
0

Homework Statement


I just want to make sure I include all the steps in doing this:

lim (6x-7) = 11
x->3


Homework Equations





The Attempt at a Solution


given ε>0, we need to find a δ>0, such that 0< lx-3l < δ then 0 < l (6x-7)-11 l < ε
To prove this I need to make 0 < l (6x-7)-11 l < ε look like 0< lx-3l < δ

1. l 6x-18 l < ε = l x-3 l < ε/6

2. let δ = ε/6

3. lx-3l < δ = > lx-3l < ε/6

This still doesn't feel like I proved something but was there something that I missed?
 
Physics news on Phys.org
What you have proved is that if δ=ε/6 then lx-3l<δ -> |(6x-7)-11|<ε. That should really be your last line. And, yes, that proves your limit.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top