Finding Maximum Delta for a Limit Involving a Quadratic Function

  • Thread starter Thread starter ver_mathstats
  • Start date Start date
  • Tags Tags
    Definition Limit
ver_mathstats
Messages
258
Reaction score
21
Homework Statement
Find a maximum value of δ.
Relevant Equations
limx→3 (x^2) =9.
Consider limx→3x^2=9.
Find a maximum value of δ such that:
|x2 - 9|<0.009 if |x-3|<δ

I just learned how to do this today and I am quite comfortable doing this if the function is linear, however now I am struggling with working with quadratic functions.

So far this is what I have come up with:

-0.009<x2-9<0.009

-0.009<(x-3)(x+3)<0.009

This is where I begin to get confused. Should I first solve it using epsilon and delta? And then use 0.009?
 
  • Like
Likes Delta2
Physics news on Phys.org
Draw a picture! Of course not with a true scale, exaggerate. You could solve ##x^2-9 = 0.009## and observe how far away from ##3## your values are allowed to be.
 
It all boils down to solving a system of inequalities that involve ##\delta## and ##\epsilon##.

To formulate the system I would start with $$|x-3|<\delta \Rightarrow -\delta<x-3<\delta \Rightarrow 6-\delta<x+3<6+\delta$$

Now by combining the last two inequalities what inequalities can you infer for the product ##x^2-9=(x-3)(x+3)## which has to satisfy ##|x^2-9|<\epsilon##. You got to be careful in the combining though , cause one can't always multiply inequalities and get an inequality with the same direction.
 
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