Finding the largest value of delta greater than 0

  • Thread starter Thread starter zurburgk
  • Start date Start date
  • Tags Tags
    Delta Value
zurburgk
Messages
2
Reaction score
0

Homework Statement


For f(x) = sqrt(27-x), L=4, x_0 = 11 epsilon = 1, find the largest value of delta > 0 in the formal definition of a limit which ensures that |f(x) - L| < epsilon


Homework Equations



the formal def. of a limit:
lim x->x_0 F(x) = L if, for every number epsilon > 0, there exists a corresponding number delta>0 such that
0<|x-x_0| < delta implies |f(x) - L| < epsilon


The Attempt at a Solution



I've tried plugging multiple different things into the equations, but i, sadly, have no idea what I'm doing.

0 < |x-11| < epsilon and |sqrt(27-x) - 4| < 1.

Attempting to solve the second equation i get x>2. If i plug that into the first equation i got -9. But that is definitely not the answer. I just don't know what all these numbers mean.
 
Physics news on Phys.org
zurburgk said:

Homework Statement


For f(x) = sqrt(27-x), L=4, x_0 = 11 epsilon = 1, find the largest value of delta > 0 in the formal definition of a limit which ensures that |f(x) - L| < epsilon

Homework Equations



the formal def. of a limit:
lim x->x_0 F(x) = L if, for every number epsilon > 0, there exists a corresponding number delta>0 such that
0<|x-x_0| < delta implies |f(x) - L| < epsilon

The Attempt at a Solution



I've tried plugging multiple different things into the equations, but i, sadly, have no idea what I'm doing.

0 < |x-11| < epsilon and |sqrt(27-x) - 4| < 1.

Attempting to solve the second equation i get x>2. If i plug that into the first equation i got -9. But that is definitely not the answer. I just don't know what all these numbers mean.
How about solving \displaystyle |\sqrt{27-x\ } - 4| = 1 for x, to start things off ?
 
Do you mind if i walk you through my steps, if i make a mistake it should be easier to pinpoint the area :)

So |sqrt(27-x)-4| < 1
- add 4 to both sides

|sqrt(27-x)| < 5
-get rid of the square root

|27-x|< 25
-subtract 27 from each side

|-x| < -2

- and here is where I'm having my first problem. Do i multiply both sides by a negative allowing x to be a positive variable? Or do the absolute value signs take care of the negative variable?
 
zurburgk said:
Do you mind if i walk you through my steps, if i make a mistake it should be easier to pinpoint the area :)

So |sqrt(27-x)-4| < 1
- add 4 to both sides

|sqrt(27-x)| < 5
-get rid of the square root

|27-x|< 25
-subtract 27 from each side

|-x| < -2

- and here is where I'm having my first problem. Do i multiply both sides by a negative allowing x to be a positive variable? Or do the absolute value signs take care of the negative variable?
Let me repeat,
Solve \displaystyle |\sqrt{27-x\ } - 4| = 1 for x.​

But if you insist, you can solve the inequality. Just be careful. That is trickier.

At any rate:
\displaystyle |\sqrt{27-x\ } - 4|+4\ne |\sqrt{27-x\ }|​

If \displaystyle |\sqrt{27-x\ } - 4| &lt; 1

then \displaystyle -1&lt;\sqrt{27-x\ } - 4 &lt; 1\ .

Can you continue from there?
 
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