| JREF Homepage | Swift Blog | Events Calendar | $1 Million Paranormal Challenge | The Amaz!ng Meeting | Useful Links | Support Us |
![]() |
|
|
|
|||||||
| 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. |
|
|
#1 |
|
President of Covert-Ops
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 |
|
|
|
|
|
#2 |
|
Muse
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); |
|
|
|
|
|
#3 |
|
President of Covert-Ops
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.
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 |
|
|
|
|
|
#4 |
|
Illuminator
Join Date: Sep 2006
Location: SW Florida
Posts: 4,062
|
|
|
|
|
|
#5 |
|
Graduate Poster
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! |
|
|
|
|
#6 |
|
Muse
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); |
|
|
|
|
|
#7 |
|
President of Covert-Ops
Join Date: Nov 2006
Location: Not the Rat.
Posts: 5,672
|
Dang. Yes, a rhombus. Silly, silly me...
![]() Okay, I'll try and figure that out... I didn't say that WX=WZ, I said WX=ZY. That ||WX||=||WZ|| is what I'm trying to prove now... 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 |
|
|
|
|
|
#8 |
|
Banned
Join Date: Dec 2004
Posts: 4,371
|
^
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) |
|
|
|
|
#9 |
|
Muse
Join Date: Dec 2006
Posts: 521
|
Alas: only that the four vectors are of equal length. As noted, squaring the vertices requires a little more work.
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 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 |
|
|
|
|
|
#10 |
|
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) |
|
|
|
|
#11 |
|
President of Covert-Ops
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 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|