Showing by definition that limits exist

  • Thread starter Thread starter physicsuser
  • Start date Start date
  • Tags Tags
    Definition Limits
AI Thread Summary
The discussion revolves around demonstrating the existence of limits using epsilon-delta definitions, specifically for the limit of 5(x^2) - 17 as x approaches 3. Participants explore the relationship between delta (D) and epsilon (E) while manipulating inequalities to establish bounds. A key point is the suggestion to introduce epsilon at the latest possible stage in calculations to simplify the process. The conversation also touches on the application of this method to different functions, questioning its universality. Ultimately, the focus remains on clarifying the epsilon-delta approach for proving limits.
physicsuser
Messages
82
Reaction score
1
I am having trouble with showing by definition that limits exist. For example limit as x goes to 3 for 5(x^2)-17


3-D < x < 3+D

28-E < 5x^2 - 17 < 28+E
45-E < 5x^2 < 45+E
9-E/5 < x^2 < 9+E/5
sqrRoot(9-E/5) < x < sqrRoot(9+E/5)

so does it mean that 3-D=sqrRoot(9-E/5) ?
then D=3+-sqrRoot(9-E/5)? If it is correct, can you do it without knowing the limit?

In linear equation you can solve it without even knowing the limit:

lim x goes to 3 for 5x - 17

3-D < x < 3+D

L=limit (5*3-17=-2)

L-E < 5x - 17 < L+E
L+17-E < 5x < L+17+E
(L+17)/5 - E/5 < x < (L+17)/5 + E/5

(L+17)/5=3
L+17=15
L=-2

3- E/5 < x < 3+ E/5

So D=E/5
 
Physics news on Phys.org
1. When doing limits exercises, introduce "epsilon" at the latest possible stage in your actual calculations!
2. Let's take your exercise in detail:
Let |x-3|&lt;\delta:
Then, we have, guessing at 28 as our limit:
|(5x^{2}-17)-28|=5|x-3||x+3|
Assume \delta&lt;1
Hence,
|(5x^{2}-17)-28|=5|x-3||x+3|&lt;5\delta{4}=20\delta
By choosing \delta=minimum(1,\frac{\epsilon}{20})
we have bounded our error within a margin of \epsilon
 
how do you get 5|x-3||x+3|&lt;5\delta{4}=20\delta ?
 
This is as far as I get...

|x-3|<D
|5x^2-17 - 5x0^2+17|<E
5|x^2-x0^2|<E
|(x-x0)(x+x0)|<E/5

x0=3
and |x-3|<D
then D=E/(5|x+3|)

How do you get 20?
 
By assuming D<1, |x+3|<4.
As I've said, do not introduce E in your calculations before you have to.
 
I see, but this does not apply to every function does it?

lim as x goes to 0 for 1/x^2

|x-x0|<D

|1/x^2 - 1/x0^2| =
|(x0^2-x^2)/(x^2)(x0^2)| =
|(x^2-x0^2)/(-x0^2)(x^2)| =
|(x-x0)(x+x0)/(-x0^2)(x^2)|<E

D=E(-x0^2)(x^2)/(x+x0)
and since x0=0 then D=0 ?
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top