Triangle Inequality Homework: Show x,y,z Nonnegatives Satisfy Inequality

ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


Show for nonnegative x,y,z that

(x+y+z) \sqrt{2} \leq \sqrt{x^2+y^2}+\sqrt{y^2+z^2}+\sqrt{x^2+z^2}

My book says the answer comes from apply the triangle inequality to (x+y+z,x+y+z)=(x,y)+(y,z)+(x,z). I don't see what they mean by that at all. HOW do you apply the triangle inequality to that?

Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
The standard form of the triangle inequalilty is d(x,y)\le d(x,z)+ d(y,z). But it is also true that d(x,z)\le d(z, u)+ d(u, z) so, putting those together, you can say that d(x,y)\le d(x,u)+ d(u,z)+ d(z,y). Do you see to apply that?
 
Take the Euclidian norm of both sides of the equation. For instance, the LHS becomes

||(x+y+z,x+y+z)||=sqrt{(x+y+z)²+(x+y+z)²}=(x+y+z)sqrt{2}
 
quasar987 said:
Take the Euclidian norm of both sides of the equation. For instance, the LHS becomes

||(x+y+z,x+y+z)||=sqrt{(x+y+z)²+(x+y+z)²}=(x+y+z)sqrt{2}

I see. Thanks.
 
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