SOLUTION: Prove that in a parallelogram the sum of the squares of the diagonals equals the sum of the squares of the four sides

Algebra.Com
Question 1006481: Prove that in a parallelogram the sum of the squares of the diagonals equals the sum of the squares of the four sides
Found 2 solutions by ikleyn, jim_thompson5910:
Answer by ikleyn(52781)   (Show Source): You can put this solution on YOUR website!
.
See the lesson  The length of diagonals of a parallelogram  in this site.


Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
Claim: In a parallelogram the sum of the squares of the diagonals equals the sum of the squares of the four sides
----------------------------------------------

I'm going to use coordinate geometry and the distance formula to prove the claim

Let's define a parallelogram ABCD (AB || CD and AC || BD) such that the four points are

A = (0,0)
B = (p,0)
C = (p+q,r)
D = (q,r)
where p,q, and r are constants (fixed numbers)
Let's make p,q,r positive numbers


Let's also define these distances
m = d(A,B) = d(C,D)
n = d(B,C) = d(A,D)
s = d(A,C)
t = d(B,D)

the notation d(A,B) means "the distance between points A and B"

The distance formula will be used here
d(P,Q) = sqrt((x1-x2)^2 + (y1-y2)^2)
where P = (x1,y1) and Q = (x2,y2)

Let's calculate the lengths of the sides


Distance from A to B (ie length of side AB)
d(A,B) = sqrt((x1-x2)^2 + (y1-y2)^2)
d(A,B) = sqrt((0-p)^2 + (0-0)^2)
d(A,B) = sqrt((-p)^2 + (0)^2)
d(A,B) = sqrt(p^2+0)
d(A,B) = sqrt(p^2)
d(A,B) = p


Distance from B to C (ie length of side BC)
d(B,C) = sqrt((x1-x2)^2 + (y1-y2)^2)
d(B,C) = sqrt((p-(p+q))^2 + (0-r)^2)
d(B,C) = sqrt((p-p-q)^2 + (-r)^2)
d(B,C) = sqrt((-q)^2 + (-r)^2)
d(B,C) = sqrt(q^2+r^2)


Distance from C to D (ie length of side CD)
d(C,D) = sqrt((x1-x2)^2 + (y1-y2)^2)
d(C,D) = sqrt(((p+q)-q)^2 + (r-r)^2)
d(C,D) = sqrt((p)^2 + (0)^2)
d(C,D) = sqrt(p^2)
d(C,D) = p


Distance from A to D (ie length of side AD)
d(A,D) = sqrt((x1-x2)^2 + (y1-y2)^2)
d(A,D) = sqrt((0-q)^2 + (0-r)^2)
d(A,D) = sqrt((-q)^2 + (-r)^2)
d(A,D) = sqrt(q^2+r^2)


-----------------------------------------------------------------

Let's calculate the lengths of the diagonals

A = (0,0)
B = (p,0)
C = (p+q,r)
D = (q,r)

Distance from A to C (ie length of diagonal AC)
d(A,C) = sqrt((x1-x2)^2 + (y1-y2)^2)
d(A,C) = sqrt((0-(p+q))^2 + (0-r)^2)
d(A,C) = sqrt((-(p+q))^2 + (-r)^2)
d(A,C) = sqrt((p+q)^2 + r^2)
d(A,C) = sqrt(p^2+2pq+q^2 + r^2)


Distance from B to D (ie length of diagonal BD)
d(B,D) = sqrt((x1-x2)^2 + (y1-y2)^2)
d(B,D) = sqrt((p-q)^2 + (0-r)^2)
d(B,D) = sqrt((p-q)^2 + (-r)^2)
d(B,D) = sqrt(p^2-2pq+q^2 + r^2)

-----------------------------------------------------------------

Summary so far:
sides
m = d(A,B) = p
m = d(C,D) = p
n = d(B,C) = sqrt(q^2+r^2)
n = d(A,D) = sqrt(q^2+r^2)

diagonals
s = d(A,C) = sqrt(p^2+2pq+q^2 + r^2)
t = d(B,D) = sqrt(p^2-2pq+q^2 + r^2)


Notice we get this if we square both sides of each equation (above)
m^2 = p^2
n^2 = q^2+r^2
s^2 = p^2+2pq+q^2 + r^2
t^2 = p^2-2pq+q^2 + r^2

Squaring was done to get rid of the square roots.

-----------------------------------------------------------------

The claim is that "the sum of the squares of the diagonals equals the sum of the squares of the four sides"

In our parallelogram, the sides are m & n. The diagonals are s & t.

The translation of the claim, into an equation, is this
m^2 + n^2 + m^2 + n^2 = s^2 + t^2
which simplifies to
2m^2 + 2n^2 = s^2 + t^2

If we can prove the equation 2m^2 + 2n^2 = s^2 + t^2 is true, then we have proven the claim to be true.

-----------------------------------------------------------------

The good news is that at this point, that much is trivial. Perform substitutions to get...

2m^2 + 2n^2 = s^2 + t^2
2p^2 + 2(q^2+r^2) = p^2+2pq+q^2 + r^2 + p^2-2pq+q^2 + r^2
2p^2 + 2q^2 + 2r^2 = p^2+2pq+q^2 + r^2 + p^2-2pq+q^2 + r^2
2p^2 + 2q^2 + 2r^2 = p^2+q^2 + r^2 + p^2+q^2 + r^2
2p^2 + 2q^2 + 2r^2 = 2p^2+2q^2 + 2r^2 ... equation is true

Since the last equation is true for all values of p,q,r, this means 2m^2 + 2n^2 = s^2 + t^2 is true as well

So the claim has been verified and this ends the proof.

RELATED QUESTIONS

prove the sum of the squares of the sides of a rhombus is equal to the sum of the squares (answered by richard1234)
The sum of the squares of the sides of a quadrilateral is equal to the sum of the squares (answered by Alan3354)
The sum of the... (answered by richwmiller)
Prove that the diagonals of a parallelogram bisect each... (answered by Nate)
Prove that the diagonals of a parallelogram bisect each... (answered by Boreal,ikleyn)
prove that if the diagonals of a parallelogram are perpendicular, then the parallelogram... (answered by robertb)
the sum of two numbers is 28. the sum of their squares is 400. prove that the difference... (answered by Alan3354)
place the number 1-9 in the squares so that none of the rows, columns, or diagonals have... (answered by solver91311)
Find two consecutive integers where the sum of the squares of the two integers equals... (answered by addingup)