Proving Rhombus Diagonals Intersect at Right-Angles

  • Thread starter Thread starter masterofthewave124
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
14 replies · 5K views
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
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.
 
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).
 
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.
 
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!
 
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...
 
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!
 
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?
 
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)