Parallelogram

A parallelogram.

In geometry, a parallelogram is a quadrilateral with two sets of parallel sides. The opposite sides of a parallelogram are of equal length, and the opposite angles of a parallelogram are congruent. The three-dimensional counterpart of a parallelogram is a parallelepiped.

Contents

Properties

The properties of having equal opposite sides and opposite angles are shared with the antiparallelogram, a type of non-convex quadrilateral in which the two longer edges cross each other.

Computing the area of a parallelogram

Let a,b\in\R^2 and let V=[a\ b]\in\R^{2\times2} denote the matrix with columns a and b. Then the area of the parallelogram generated by a and b is equal to |\det(V)|

Let a,b\in\R^n and let V=[a\ b]\in\R^{n\times2}. Then the area of the parallelogram generated by a and b is equal to \sqrt{\det(V^T V)}

Let a,b,c\in\R^2. Then the area of the parallelogram is equivalent to the absolute value of the determinant of a matrix built using a, b and c as rows with the last column padded using ones as follows:

 V = \left| \det \begin{bmatrix}
        a_1 & a_2 & 1 \\
        b_1 & b_2 & 1 \\
        c_1 & c_2 & 1
 \end{bmatrix} \right|.

Proof that diagonals bisect each other

Parallelogram ABCD

To prove that the diagonals of a parallelogram bisect each other, first note a few pairs of equivalent angles:

\angle ABE \cong \angle CDE
\angle BAE \cong \angle DCE

Since they are angles that a transversal makes with parallel lines AB and DC.

Also, \angle AEB \cong \angle CED since they are a pair of vertical angles.

Therefore, \triangle ABE \sim \triangle CDE since they have the same angles.

From this similarity, we have the ratios

{AB \over CD} = {AE \over CE} = {BE \over DE}

Since AB = DC, we have

{AB \over CD} = 1.

Therefore,

AE = CE
BE = DE

E bisects the diagonals AC and BD.

You can also prove that the diagonals bisect each other, by placing the parallelogram on a coordinate grid, and assign variables to the vertexes, you can show that the diagonals have the same midpoint.

Derivation of the area formula

Area of the parallelogram is in blue

The area formula,

A_\text{parallelogram} = B \times H,\,

can be derived as follows:

The area of the parallelogram to the right (the blue area) is the total area of the rectangle less the area of the two orange triangles. The area of the rectangle is

A_\text{rect} = (B+A) \times H\,

and the area of a single orange triangle is

A_\text{tri} = \frac{1}{2} A \times H\, or S_\text{tri} = \frac{1}{2} bh,

Therefore, the area of the parallelogram is

A_\text{parallelogram} =
A_\text{rect} - 2 \times A_\text{tri} =
\left( (B+A) \times H \right) - \left( A \times H \right) =
B \times H.\,

Alternate method

Step one: ends of parallelogram are chopped off
Step two: pieces are rearranged

An alternative, less mathematically sophisticated method, to show the area is by rearrangement of the perimeter. First, take the two ends of the parallelogram and chop them off to form two more triangles. Each of these two new triangles are equal in every way with the orange triangles. This first step is shown to the right.

The second step is merely swap the left orange triangle with the right blue triangle. Clearly, the two blue triangles plus the blue rectangle have an area equivalent to B H.

To further demonstrate this, the first image on the right could be printed off and cut up along the lines:

  1. Cut along the lines between the orange triangles and the blue parallelogram
  2. Cut along the vertical lines on the end to form the two blue triangles and the blue rectangle
  3. Rearrange all five pieces as shown in the second image


See also

External links