Using Triangle Inequality to find a magnitude

TeenieBopper
Messages
27
Reaction score
0

Homework Statement


Let a, x, and y be real numbers and let E > 0. Suppose that |x-a|< E and |y-a|< E. Use the Triangle Inequality to find an estimate for the magnitude |x-y|.


Homework Equations


The Triangle Inequality states that |a+b| <= |a| + |b| is valid for all real numbers a and b.


The Attempt at a Solution



|x-a| = |x-y+y-a| <= |x-y| + |y-a|

I'm fairly certain this conversion/inequality is important because it contains three of the four elements from the problem ( |x-a|, |y-a|, and |x-y|). However, I am stuck on how to get E involved and determine an estimate for |x-y|.
 
Physics news on Phys.org
you want to try and get |x-y| on the left of the <= sign

now its a little confusing as you used "a" in the tri eq as well (good notation always helps avoid confusion), so let's re-write it
|c+b| <= |c|+ |b|

then how about letting
c=x-a
n=a-y
 
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