Confirm Precise Definition of a Limit solution

  • Thread starter Thread starter kylera
  • Start date Start date
  • Tags Tags
    Definition Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
kylera
Messages
40
Reaction score
0
As the subject says, I have "proved" a function, but because this type of problem seems to have no set answer, I'd like some opinions on whether I walked through it properly or not.

Homework Statement


lim(x=> -2) (x^2-1) = 3

Homework Equations


Precise Definition of a Limit

The Attempt at a Solution


Part 1. Assume a value for [tex]\delta[/tex]
Since 0 < |x + 2|<[tex]\delta[/tex],

|f(x) - 3| < [tex]\epsilon[/tex]
|f(x) - 3| = |x^2 - 1 - 3|
= |x^2 - 4| = |x + 2||x - 2|< [tex]\epsilon[/tex]

Let C = |x - 2|, which leads to C|x + 2| < [tex]\epsilon[/tex]

|x + 2| = [tex]\delta[/tex] < [tex]\frac{\epsilon}{C}[/tex]

Applying the Precise Definition of a Limit,

For a [tex]\delta[/tex] value [tex]\frac{\epsilon}{C}[/tex] greater than zero, there exists [tex]\epsilon[/tex] greater than zero such that if 0 < |x + 2|<[tex]\delta[/tex], then |f(x) - 3| < [tex]\epsilon[/tex].

|f(x) - 3| < [tex]\epsilon[/tex]
|f(x) - 3| = |x^2 - 1 - 3|
= |x^2 - 4| = |x + 2||x - 2|< [tex]\epsilon[/tex]

Re-apply C and [tex]\delta[/tex] to get

C x [tex]\frac{\epsilon}{C}[/tex] < [tex]\epsilon[/tex]

Hence, by the Precise Definition of a limit, said limit does exist.

Much thanks in advance. Comments and criticisms are always welcome.
 
Physics news on Phys.org
It looks like you're doing this backwards. Your proof should start like "Given [itex]\epsilon > 0[/itex] there exists [itex]\delta > 0[/itex] such that if [itex]0<|x+2|<\delta[/itex], then [itex]|f(x)-3|<\epsilon[/itex]..." Now show that this is true using the $\delta$ that you found.
 
kylera said:
As the subject says, I have "proved" a function, but because this type of problem seems to have no set answer, I'd like some opinions on whether I walked through it properly or not.

Homework Statement


lim(x=> -2) (x^2-1) = 3

Homework Equations


Precise Definition of a Limit

The Attempt at a Solution


Part 1. Assume a value for [tex]\delta[/tex]
Since 0 < |x + 2|<[tex]\delta[/tex],

|f(x) - 3| < [tex]\epsilon[/tex]
|f(x) - 3| = |x^2 - 1 - 3|
= |x^2 - 4| = |x + 2||x - 2|< [tex]\epsilon[/tex]

Let C = |x - 2|, which leads to C|x + 2| < [tex]\epsilon[/tex]
You can't do that. |x-2| is a variable, not a constant
what you need is a BOUND on |x-2|. If C is close to -2, say between -1 and -3, how large or how small can |x-2| be?

|x + 2| = [tex]\delta[/tex] < [tex]\frac{\epsilon}{C}[/tex]

Applying the Precise Definition of a Limit,

For a [tex]\delta[/tex] value [tex]\frac{\epsilon}{C}[/tex] greater than zero, there exists [tex]\epsilon[/tex] greater than zero such that if 0 < |x + 2|<[tex]\delta[/tex], then |f(x) - 3| < [tex]\epsilon[/tex].

|f(x) - 3| < [tex]\epsilon[/tex]
|f(x) - 3| = |x^2 - 1 - 3|
= |x^2 - 4| = |x + 2||x - 2|< [tex]\epsilon[/tex]

Re-apply C and [tex]\delta[/tex] to get

C x [tex]\frac{\epsilon}{C}[/tex] < [tex]\epsilon[/tex]

Hence, by the Precise Definition of a limit, said limit does exist.

Much thanks in advance. Comments and criticisms are always welcome.