mersenneforum.org  

Go Back   mersenneforum.org > New To GIMPS? Start Here! > Homework Help

Reply
 
Thread Tools
Old 2007-10-10, 05:38   #1
wreck
 
wreck's Avatar
 
"Bo Chen"
Oct 2005
Wuhan,China

101010002 Posts
Default Ask an Advanced Algebra question.

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.
wreck is offline   Reply With Quote
Old 2007-10-10, 12:49   #2
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by wreck View Post
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.
Hint 1: What do you know about |x-y| vs |x| and |y|?
Think "triangle inequality".

Hint 2: Divide by |a||b||c|
R.D. Silverman is offline   Reply With Quote
Old 2007-10-11, 04:47   #3
wreck
 
wreck's Avatar
 
"Bo Chen"
Oct 2005
Wuhan,China

101010002 Posts
Default

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|).
wreck is offline   Reply With Quote
Old 2007-10-11, 07:08   #4
Patrick123
 
Patrick123's Avatar
 
Jan 2006
JHB, South Africa

100111012 Posts
Default

Quote:

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|).
This stuff is way beyond my league, but using basic algebra, could this not then be expanded to:

(a-b)/(|a||b|) = (a)/(|a||b|) - (b)/(|a||b|)

doing the same for the RHS. Then simplifying the result.

Regards
Patrick
Patrick123 is offline   Reply With Quote
Old 2007-10-13, 11:47   #5
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2·3·13·83 Posts
Default

Call me lazy, but I haven't nailed this one yet.
davieddy is offline   Reply With Quote
Old 2007-10-14, 09:46   #6
akruppa
 
akruppa's Avatar
 
"Nancy"
Aug 2002
Alexandria

2,467 Posts
Default

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
akruppa is offline   Reply With Quote
Old 2007-10-15, 09:00   #7
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

194A16 Posts
Default

A proof in one dimension might be a good start.
A,B,C all lie on the x axis.
davieddy is offline   Reply With Quote
Old 2007-10-15, 10:19   #8
Patrick123
 
Patrick123's Avatar
 
Jan 2006
JHB, South Africa

157 Posts
Default

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| |
Is my logic correct?

Last fiddled with by Patrick123 on 2007-10-15 at 10:21
Patrick123 is offline   Reply With Quote
Old 2007-10-16, 00:49   #9
wreck
 
wreck's Avatar
 
"Bo Chen"
Oct 2005
Wuhan,China

23·3·7 Posts
Default

Quote:
Originally Posted by Patrick123 View Post
Dividing by |a||b||c|
|a-b|/(|a||b|) = |a/(|a||b|) - b/(|a||b|)|
= |1/|b| - 1/|a| |
...
Is my logic correct?
since a,b,c are vectors, this equation not always right.
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
wreck is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 13:35.


Mon Aug 2 13:35:43 UTC 2021 up 10 days, 8:04, 0 users, load averages: 2.04, 2.06, 2.01

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.