Finding delta in terms of epsilon-delta definition

Bolz
Messages
8
Reaction score
0

Homework Statement



If f(x) = 3x+1 en assume δ > 0. Assume ε>0.
Give a δ > 0 with the following property :

|x-1|< δ => |f(x) - f(1)| < ε

Homework Equations





The Attempt at a Solution




|f(x) - f(1)| < ε
<=> |3x+1-(3*1+1)| < ε
<=> |3x-3| < ε
<=> |x-1| < ε/3


|x-1| < δ
|x-1| < ε/3


=> δ=ε/3>0


What am I doing wrong?

Thanks in advance!
 
Physics news on Phys.org
Bolz said:

Homework Statement



If f(x) = 3x+1 en assume δ > 0. Assume ε>0.
Give a δ > 0 with the following property :

|x-1|< δ => |f(x) - f(1)| < ε

Homework Equations





The Attempt at a Solution




|f(x) - f(1)| < ε
<=> |3x+1-(3*1+1)| < ε
<=> |3x-3| < ε
<=> |x-1| < ε/3


|x-1| < δ
|x-1| < ε/3


=> δ=ε/3>0


What am I doing wrong?

Nothing. Your solution is correct.
 
  • Like
Likes 1 person
pasmith said:
Nothing. Your solution is correct.

Oh ok. I'm learning this on my own so I assumed it had to be wrong. Self confidence is important in math too apparently..
Anyway, thanks for checking it! :)
 
Then it would have been better to ask "Is this correct" rather than "What am I doing wrong"! You are not going to do very well assuming that you cannot do the work.
 
  • Like
Likes 1 person
HallsofIvy said:
Then it would have been better to ask "Is this correct" rather than "What am I doing wrong"! You are not going to do very well assuming that you cannot do the work.


Sorry, you're right. I'm just struggling with a lot in life and I think my lack of self confidence leaked into doing math. Sorry again.
 
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