JREF Homepage Swift Blog Events Calendar $1 Million Paranormal Challenge The Amaz!ng Meeting Useful Links Support Us
James Randi Educational Foundation JREF Forum
Forum Index Register Members List Events Mark Forums Read Help

Go Back   JREF Forum » General Topics » Science, Mathematics, Medicine, and Technology
Click Here To Donate

Notices


Welcome to the JREF Forum, where we discuss skepticism, critical thinking, the paranormal and science in a friendly but lively way. You are currently viewing the forum as a guest, which means you are missing out on discussing matters that are of interest to you. Please consider registering so you can gain full use of the forum features and interact with other Members. Registration is simple, fast and free! Click here to register today.

Tags vectors

Reply
Old 12th January 2008, 01:48 AM   #1
Mobyseven
President of Covert-Ops
 
Mobyseven's Avatar
 
Join Date: Nov 2006
Location: Not the Rat.
Posts: 5,672
Trouble with using vectors for geometric proofs.

First, the standard disclaimer: This isn't a homework problem.

To cut to the chase, the problem is this - I'm working through the VCE Specialist Maths text book, and I'm up to using vectors for geometric proofs. I keep hitting dead ends, and any general hints on how to approach these proofs would be appreciated.

For an example - using vectors to prove that if the midpoints on each side of a square are connected, the resulting shape is a square.



I'm currently at the point in this proof where I have shown that WX=ZY (not sure how to get an arrow above those to show that they are vectors) and that WZ=XY. I know that, by definition, |OA|=|OC|. If OA=a and OC=c, then I know:

|a|=|c|

WX=ZY=(1/2)a+(1/2)c=(1/2)(a+c)
WZ=XY=(1/2)c-(1/2)a=(1/2)(c-a)

But then I get stuck!

I'm not looking for an answer to this problem in particular, just a hint that will help me with the next stage, and hopefully with using vectors for geometric proof in general.

PS - Again, sorry for the horrible maths notation. I know that there is some sort of code one can use for notation, but I don't know what it is...
__________________
"[Mobyseven is] a fantastically friendly, open, curious, happy, charming, sweet and adorable young man! And those are his bad points." - HistoryGal on Mobyseven

"Damn, you're good." - Ichneumonwasp on Mobyseven
Mobyseven is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 12th January 2008, 02:49 AM   #2
GreedyAlgorithm
Muse
 
GreedyAlgorithm's Avatar
 
Join Date: Aug 2005
Location: Redmond, WA
Posts: 569
Here's a trick:
<(a+c)/2,(c-a)/2> = <a/2,c/2> + <a/2,-a/2> + <c/2,c/2> + <c/2,-a/2> = 0+(-|a|^2)+|c|^2+0 = 0

Dot product equaling zero is an easy way to prove things are perpendicular.
__________________
while(true);
GreedyAlgorithm is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 12th January 2008, 07:41 AM   #3
Mobyseven
President of Covert-Ops
 
Mobyseven's Avatar
 
Join Date: Nov 2006
Location: Not the Rat.
Posts: 5,672
Thanks for the tip, but I'm afraid I'm not sure how to use that in this situation.

Surely what I want to prove is...wait a minute.

Dang. Thought I had it, then remembered that I got stuck doing just that...


Surely what I want to prove is that |WX|=|WZ|

(1/2)|a+c|=(1/2)|c-a|

If I can do that, then I've shown that |WX|=|WZ|=|XY|=|ZY|. All sides are of equal length, and so the shape is a square. Unless the point of proving that WX and WZ are perpendicular is to show that the sides are of equal length...but I'm not sure I follow that.
__________________
"[Mobyseven is] a fantastically friendly, open, curious, happy, charming, sweet and adorable young man! And those are his bad points." - HistoryGal on Mobyseven

"Damn, you're good." - Ichneumonwasp on Mobyseven

Last edited by Mobyseven; 12th January 2008 at 07:43 AM.
Mobyseven is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 12th January 2008, 08:08 AM   #4
Modified
Illuminator
 
Modified's Avatar
 
Join Date: Sep 2006
Location: SW Florida
Posts: 4,062
Originally Posted by Mobyseven View Post
If I can do that, then I've shown that |WX|=|WZ|=|XY|=|ZY|. All sides are of equal length, and so the shape is a square.
rhombus
Modified is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 12th January 2008, 01:11 PM   #5
bjb
Graduate Poster
 
bjb's Avatar
 
Join Date: Jan 2005
Posts: 1,079
...rhombus, which is why to prove a square, you have to show two things:

1) All sides are equal in length (use the Euclidean norm for length)
2) The adjacent sides are perpendicular to each other (use the dot product as suggested by GA)

By the way, WX does not equal WZ ! They do have the same magnitude but they point in different directions. However, you can say that ||WX|| = ||WZ|| because the norms are equal.

Also, |x| is 'absolute value of x'. Use ||x|| to denote 'norm of x. Sorry for being nitpicky but this is how I was taught and this is how I graded tests and homework when I was a TA in grad school. Don't want to miss points on your work just because you used the wrong notation!
bjb is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 12th January 2008, 03:23 PM   #6
GreedyAlgorithm
Muse
 
GreedyAlgorithm's Avatar
 
Join Date: Aug 2005
Location: Redmond, WA
Posts: 569
On paper I'll use ||. On Internet ||WX||=||WZ||=||XY||=||ZY|| is too irritating to look at. Or even worse ||A||||B||
__________________
while(true);

Last edited by GreedyAlgorithm; 12th January 2008 at 03:23 PM.
GreedyAlgorithm is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 12th January 2008, 09:59 PM   #7
Mobyseven
President of Covert-Ops
 
Mobyseven's Avatar
 
Join Date: Nov 2006
Location: Not the Rat.
Posts: 5,672
Originally Posted by Modified View Post
rhombus
Dang. Yes, a rhombus. Silly, silly me...

Originally Posted by bjb View Post
...rhombus, which is why to prove a square, you have to show two things:

1) All sides are equal in length (use the Euclidean norm for length)
2) The adjacent sides are perpendicular to each other (use the dot product as suggested by GA)
Okay, I'll try and figure that out...

Originally Posted by bjb View Post
By the way, WX does not equal WZ ! They do have the same magnitude but they point in different directions. However, you can say that ||WX|| = ||WZ|| because the norms are equal.
I didn't say that WX=WZ, I said WX=ZY. That ||WX||=||WZ|| is what I'm trying to prove now...

Originally Posted by bjb View Post
Also, |x| is 'absolute value of x'. Use ||x|| to denote 'norm of x. Sorry for being nitpicky but this is how I was taught and this is how I graded tests and homework when I was a TA in grad school. Don't want to miss points on your work just because you used the wrong notation!
Thanks for the hint - |x| for absolute value (where the result is always positive) and ||x|| for Euclidean norm (which is the magnitude of a vector?).

I just checked - the textbook I'm using uses |x| for both, so thanks for the tip. I'll start writing in your way, as GA and wikipedia both agree with you. Better to agree with the world than with a textbook.

Again, thanks for picking up on that - there isn't anyone marking my work, as I'm working through this on my own, but hopefully I'll get into the Arts/Science degree (I want to major in maths in the science component), and then there will be people marking my work. I find out in the next two days whether or not I'm accepted into the course.
__________________
"[Mobyseven is] a fantastically friendly, open, curious, happy, charming, sweet and adorable young man! And those are his bad points." - HistoryGal on Mobyseven

"Damn, you're good." - Ichneumonwasp on Mobyseven
Mobyseven is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 13th January 2008, 04:56 AM   #8
Matteo Martini
Banned
 
Join Date: Dec 2004
Posts: 4,371
Originally Posted by Mobyseven View Post
First, the standard disclaimer: This isn't a homework problem.

To cut to the chase, the problem is this - I'm working through the VCE Specialist Maths text book, and I'm up to using vectors for geometric proofs. I keep hitting dead ends, and any general hints on how to approach these proofs would be appreciated.

For an example - using vectors to prove that if the midpoints on each side of a square are connected, the resulting shape is a square.

http://forums.randi.org/imagehosting...88b5d5edeb.bmp

I'm currently at the point in this proof where I have shown that WX=ZY (not sure how to get an arrow above those to show that they are vectors) and that WZ=XY. I know that, by definition, |OA|=|OC|. If OA=a and OC=c, then I know:

|a|=|c|

WX=ZY=(1/2)a+(1/2)c=(1/2)(a+c)
WZ=XY=(1/2)c-(1/2)a=(1/2)(c-a)

But then I get stuck!

I'm not looking for an answer to this problem in particular, just a hint that will help me with the next stage, and hopefully with using vectors for geometric proof in general.

PS - Again, sorry for the horrible maths notation. I know that there is some sort of code one can use for notation, but I don't know what it is...
^
y|
|
|
|
|
|
-------------> x

a=(0,1)
c=(1,0)

|a|=squareroot(0^2+1^2)=1
|c|=squareroot(1^2+0^2)=1

WX=ZY=(1/2,1/2)
WZ=XY=(1/2,-1/2)

|WX|=|ZY|=squareroot((1/2)^2+(1/2)^2)=squareroot(1/2)=1/squareroot(2)
|WZ|=|XY|=squareroot((1/2)^2+(-1/2)^2)=squareroot(1/2)=1/squareroot(2)
Matteo Martini is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 14th January 2008, 02:53 AM   #9
DavidS
Muse
 
Join Date: Dec 2006
Posts: 521
Originally Posted by Modified View Post
Originally Posted by Mobyseven View Post
If I can do that, then I've shown that |WX|=|WZ|=|XY|=|ZY|. All sides are of equal length, and so the shape is a square.
rhombus
Alas: only that the four vectors are of equal length. As noted, squaring the vertices requires a little more work.
Originally Posted by bjb View Post
...rhombus, which is why to prove a square, you have to show two things:

1) All sides are equal in length (use the Euclidean norm for length)
2) The adjacent sides are perpendicular to each other (use the dot product as suggested by GA)
Alas: only that the four vectors are perpendicular. You still need to show:

3) The figure is closed
4) The four vectors are coplanar
5) The figure is convex

As others have noted, zero dot products will demonstrate perpendicularity, but without "external knowledge" (eyeballing the figure) they don't differentiate between closed polygon and open zigzag.

You can demonstrate that the figure is closed by summing the vectors to yield the zero vector: <sigh... I tried LaTEX, but I'm no hand at it... below BOLD are vectors>

3) Vwx+Vxy+Vyz+Vzw = 0

I suppose the identity of the "w" in "wx" and "zw" reveals the same thing, depending on how formal you want to be.

4) Cross products will also reveal that all the angles between successive vectors around the square are all right angles; the magnitude of each cross-product equals the product of the magnitudes of the vector.

Vwx X Vxy = Px
Vxy X Vyz = Py
Vyz X Vzw = Pz
Vzw X Vwx = Pw

sin(|pi/2|) ||Vwx|| ||Vxy|| = ||Px||
sin(|pi/2|) ||Vxy|| ||Vyz|| = ||Py||
sin(|pi/2|) ||Vyz|| ||Vzw|| = ||Pz||
sin(|pi/2|) ||Vzw|| ||Vwx|| = ||Pw||

The cross product also yields vectors that can be used to reveal that all the sides are coplanar and the figure is convex, because

Pi . Pj = cos(0) ||Pi|| ||Pj||

For all i and j in w,x,y,z. The cross-product of two vectors yields a vector perpendicular to the plane containing those vectors; these equalities reveal that all the vector pairs lie in parallel planes. Along with the closure of the path, this means they're all coplanar.

5) The figure is convex if all the vertex angles are of the same hand and sum to +/- 2*pi (full circle) and all less than straight angles (that is, all same sign and all less than pi in absolute value). The norms of the cross product vectors reveals that all the angles are the same size -- right angles. The common sign of all the dot products of each of the cross products reveals that all the angles are of the same hand -- right or "left" angles.

Now that's a square: A closed, convex polygon with four (coplanar) sides of equal length, with right angles included at all four vertices.

I realize that one could appeal to the problem formulation for evidence of closure (the inscribed square vectors were chosen for closure), convexity (a polygon inscribed in a convex polygon will be convex), and coplanarity (the circumscribed square, and therefore all points thereon, is coplanar). Isn't the point of the exercise, though, to wring that sort of geometrical information from the vectors themselves?

EDITED: Fixed innocent typo with sin(pi/2) on wrong side in (4). Struck out the booger-eating-moron convexity criteria with something more possibly correct (at least less easily refutable by triangle and pentagon counterexamples).

Last edited by DavidS; 14th January 2008 at 03:59 AM. Reason: Had sin(|pi/2|) factors on wrong side of cross-product magnitude equations, bogus convexity criteria
DavidS is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 14th January 2008, 04:19 AM   #10
DavidS
Muse
 
Join Date: Dec 2006
Posts: 521
Actually, you also need one more criteria but I'm not certain what to call it:

6) The absolute value of the sum of the vertex angles must be (v-2)*pi, where v is the number of vertices; that is, this included angles of this 4-cornered figure must sum to |2pi|

This excludes figures that go round and round the square multiple times, which could pass the other five criteria and still not be a square.

ETA: Of course, four vectors passing (1-5) can't fail (6)

Last edited by DavidS; 14th January 2008 at 04:22 AM. Reason: Four-points appeal
DavidS is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 14th January 2008, 04:44 PM   #11
Mobyseven
President of Covert-Ops
 
Mobyseven's Avatar
 
Join Date: Nov 2006
Location: Not the Rat.
Posts: 5,672
Thanks for all your help everyone. I'm going to print out this thread so I can actually have it sitting next to me while I try to work out the problem.

I'm pretty sure DavidS has brought in some stuff that wasn't in the textbook, but I might as well take it and run with it. A friend is coming around later to help me out with some of the stuff, so if I still don't have it by then perhaps having someone assist me in person will help me 'click'.

Thanks again!

M7
__________________
"[Mobyseven is] a fantastically friendly, open, curious, happy, charming, sweet and adorable young man! And those are his bad points." - HistoryGal on Mobyseven

"Damn, you're good." - Ichneumonwasp on Mobyseven
Mobyseven is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Reply

JREF Forum » General Topics » Science, Mathematics, Medicine, and Technology

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 10:12 PM.
Powered by vBulletin. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
© 2001-2012, James Randi Educational Foundation. All Rights Reserved.

Disclaimer: Messages posted in the Forum are solely the opinion of their authors.