Stuck on proof- show |f(x)-f(x0)|<|x-x0| if f(x)=sqrt(a+x^2) and x≠x0

  • Thread starter Thread starter natasha13100
  • Start date Start date
  • Tags Tags
    Proof Stuck
natasha13100
Messages
58
Reaction score
0

Homework Statement


Hey. I am taking my first Real Analysis course at the undergraduate level and am not really sure where to start on a problem. I do have some ideas. I am not asking anyone to solve it for me, but I do need an idea where to start.

Show that |f(x)-f(x0)|<|x-x0| if f(x)=√(a+x2) where a is a constant and x≠x0. What does this prove about x?


Homework Equations


I'm not sure.
We've talked about limits, inequalities, induction, reals, nested intervals, rational and irrational numbers, upper and lower bounds.
More recently we discussed continuity, boundedness, extreme values, and intermediate value theorem.


The Attempt at a Solution


Here are some ideas that came to mind when I tried to start the problem:
1. Given ε>0, there is 0<|x-x0|<δ so that |f(x)-A|<ε where A is the limit as x→x0 of f(x) if f is defined at x.
2. If x>x0, f(x)=√(a+x2)>√(a+x02)=f(x0)→x2>x02.
So x2-x02>0 and x-x0>0.
If x<x0, f(x)=√(a+x2)<√(a+x02=f(x0)→x2<x02.
So x2-x02<0 and x-x0<0.

I don't even think these are correct. Where can I start?
 
Physics news on Phys.org
natasha13100 said:

Homework Statement


Hey. I am taking my first Real Analysis course at the undergraduate level and am not really sure where to start on a problem. I do have some ideas. I am not asking anyone to solve it for me, but I do need an idea where to start.

Show that |f(x)-f(x0)|<|x-x0| if f(x)=√(a+x2) where a is a constant and x≠x0. What does this prove about x?

Homework Equations


I'm not sure.
We've talked about limits, inequalities, induction, reals, nested intervals, rational and irrational numbers, upper and lower bounds.
More recently we discussed continuity, boundedness, extreme values, and intermediate value theorem.

The Attempt at a Solution


Here are some ideas that came to mind when I tried to start the problem:
1. Given ε>0, there is 0<|x-x0|<δ so that |f(x)-A|<ε where A is the limit as x→x0 of f(x) if f is defined at x.
2. If x>x0, f(x)=√(a+x2)>√(a+x02)=f(x0)→x2>x02.
So x2-x02>0 and x-x0>0.
If x<x0, f(x)=√(a+x2)<√(a+x02=f(x0)→x2<x02.
So x2-x02<0 and x-x0<0.

I don't even think these are correct. Where can I start?

Are you sure you copied this part correctly?
What does this prove about x?
I would think that the question would be asking about f(x), not x.

For the given function, the statement |f(x)-f(x0)|<|x-x0|, x≠x0 is equivalent to saying

$$\frac{|f(x) - f(x_0)|}{|x - x_0|} < 1$$

I would replace f(x) and f(x0 with the function you're given and see if I could show that the numerator is always less than the denominator, which would make the quotient less than 1.
 
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