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?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top