![]() |
|
|
#1 |
|
"Bo Chen"
Oct 2005
Wuhan,China
101010002 Posts |
a,b,c is Euclid space's three vectors.
Then: |a-b||c|<=|b-c||a|+|c-a||b| It takes me a long time, but I still dont know how to prove it. I dont know I can ask this type question here,though this is a forum to discuss about mersenne prime. |
|
|
|
|
|
#2 | |
|
Nov 2003
22×5×373 Posts |
Quote:
Think "triangle inequality". Hint 2: Divide by |a||b||c| |
|
|
|
|
|
|
#3 |
|
"Bo Chen"
Oct 2005
Wuhan,China
101010002 Posts |
I know the following result
||x|-|y|| <= |x-y| <= |x|+|y| (a-b) = (a-c)+(c-b) (a-b,c) = (a-c,b)+(c-b,a) but I still can't prove the conclusion. I can't understand the meaning of "Hint 2: Divide by |a||b||c|". |a-b||c|<=|b-c||a|+|c-a||b| <=> |a-b|/(|a||b|)<=|b-c|/(|b||c|)+|c-a|/(|c||a|) There seems no apparent connection among (a-b)/(|a||b|), (b-c)/(|b||c|) and (c-a)/(|c||a|). |
|
|
|
|
|
#4 | |
|
Jan 2006
JHB, South Africa
100111012 Posts |
Quote:
(a-b)/(|a||b|) = (a)/(|a||b|) - (b)/(|a||b|) doing the same for the RHS. Then simplifying the result. Regards Patrick |
|
|
|
|
|
|
#5 |
|
"Lucan"
Dec 2006
England
2·3·13·83 Posts |
Call me lazy, but I haven't nailed this one yet.
|
|
|
|
|
|
#6 |
|
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
If c has the smallest norm of the three, we can write
|a-b||c| ≤ |b-c||c| + |c-a||c|, assume |c| != 0 (or the inequality trivially holds) and divide by |c| |a-b| ≤ |b-c| + |c-a| ⇐ |a-b| ≤ |(b-c) + (c-a)| ⇔ |a-b| ≤ |b-a| So this case works. If any vector is 0 or any two vectors are identical, it also works. The rest eludes me. Alex |
|
|
|
|
|
#7 |
|
"Lucan"
Dec 2006
England
194A16 Posts |
A proof in one dimension might be a good start.
A,B,C all lie on the x axis. |
|
|
|
|
|
#8 |
|
Jan 2006
JHB, South Africa
157 Posts |
Dividing by |a||b||c|
Code:
LHS:
|a-b|/(|a||b|) = |a/(|a||b|) - b/(|a||b|)|
= |1/|b| - 1/|a| |
RHS
|b-c|/(|b||c|)+|c-a|/(|c||a|) = |b/(|b||c|) - c/(|b||c|)| +
|c/(|c||a|) - a/(|c||a|)|
thus
|1/|b| - 1/|a| | <= |1/|c| -1/|b|| + |1/|a| - 1/|c||
|1/|b| - 1/|a| | <= |-1/|b| + 1/|a| |
|1/|b| - 1/|a| | <= |1/|a| - 1/|b| |
Last fiddled with by Patrick123 on 2007-10-15 at 10:21 |
|
|
|
|
|
#9 | |
|
"Bo Chen"
Oct 2005
Wuhan,China
23·3·7 Posts |
Quote:
for example, a=(1,0),b=(0,1) then a-b=(1,-1) |a-b|/(|a||b|)=sqrt(2), but |1/|b| - 1/|a| | = |1-1| = 0 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advanced round off checking | wingman99 | Information & Answers | 3 | 2017-02-18 05:47 |
| sum and product - advanced | dwarfvader | Puzzles | 2 | 2017-01-24 21:20 |
| Linear Algebra error question | sashamkrt | Msieve | 5 | 2013-12-16 04:10 |
| Advanced Options Ver 24.14 | Unregistered | Information & Answers | 2 | 2008-02-23 20:23 |
| Advanced Factor good or bad | moo | LMH > 100M | 2 | 2005-10-28 22:52 |