Proving Rhombus Diagonals Intersect at Right-Angles

  • Thread starter Thread starter masterofthewave124
  • Start date Start date
AI Thread Summary
The discussion focuses on proving that the diagonals of a rhombus intersect at right angles using the scalar dot product. The initial setup involved incorrect coordinates that represented a parallelogram instead of a rhombus, leading to a non-zero dot product. After clarifying the properties of a rhombus, participants suggested simplifying the approach by avoiding coordinates altogether. The correct proof involves using vectors representing the sides of the rhombus, demonstrating that the dot product of the diagonals equals zero, confirming their perpendicularity. Ultimately, the discussion emphasizes the importance of accurately defining the geometric properties when setting up the proof.
masterofthewave124
Messages
74
Reaction score
0
i have to prove the diagonals of a rhombus intersect at right-angles using the scalar dot product.

i have set up a cartesian plane system where A lies on the origin. numbering the sequential points clockwise, i let B = (a,b), C = (a+c, b) and D = (c,0). I then thought if i set up vectors AC and DB and found the dot product between them, i could get a value of zero. unfortunately that's not the case so where did i go wrong?
 
Physics news on Phys.org
Perhaps you made an arithmetic error? Your method appears good.
 
Well, he didn't set up a rhombus; he set up a parallelogram.
 
Hurkyl said:
Well, he didn't set up a rhombus; he set up a parallelogram.
So that would explain why my dot product was non zero. I fixed it for a rhombus and the proof works fine.
 
hmm...where would my flaw lie? i think i just may be overlooking a critical property of a rhombus.
 
What's the definition of a rhombus?
 
a parallelogram having equal sides. i still can't see how the way i defined the coordinates is wrong, maybe just a little obscure (can be simplified).
 
So did you, anywhere in your set-up, impose the condition that all the sides were equal?
 
ahh I am confused, the way i have my diagram, a traditional rhombus, it looks right. i can see how a square would be different.

so back to basics:
AB = BC = CD = DA

but that doesn't necessarily mean the coordinates will be represented that way, just the magnitude.
 
  • #10
ahh I am confused, the way i have my diagram, a traditional rhombus, it looks right.
What if you set a = 400, b = 400, and c = 1?


In the way you set up your problem, the vector AB = (a, b), and the vector AD = (c, 0). But clearly they are not automatically equal!
 
  • #11
hmm i see your point. but then what would AB = ?

basically a^2 + b^2 = c^2

so AB would equal (sqrt(c^2-b^2), sqrt (c^2 - a^2)), can't be right, much too messy...
 
  • #12
basically a^2 + b^2 = c^2
I suspect that this is all you need -- go back and redo your work, but make use of this relation.


Incidentally, this problem is easier if you don't use coordinates at all!
 
  • #13
oh ok, i just left my coordinates as is but when i got down to the dot product,

after i get a^2 + ac - ac - c^2 + b^2
i stated that a^2 + b^2 = c^2
so c^2 - c^2 = 0i hope that's sufficient. what other method would have been easier Hurkyl?
 
  • #14
Do essentially the exact same thing, but never use coordinates: leave everything in terms of vectors.
 
  • #15
All right, I'll spoil the answer if you haven't worked it out yet yourself!


Let x and y be the vectors denoting two sides of our rhombus.

Then, as you noted, the two diagonals are:

x + y

and

x - y

and because the sides are equal:

x² = y²

The dot product of the diagonals is:

(x + y).(x - y) = x² - y² = 0

and thus, they are perpendicular.


(Where I've used the notation that x² means x.x)
 

Similar threads

Back
Top