Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.1 Q-11

Question Statement

Find the value of hh such that the quadrilateral with vertices A(βˆ’3,0)A(-3,0), B(1,βˆ’2)B(1,-2), C(5,0)C(5,0), and D(1,h)D(1,h) forms a parallelogram. Additionally, determine if the quadrilateral is a square.


Background and Explanation

To solve this problem, we need to use the properties of a parallelogram and a square:

  • In a parallelogram, opposite sides are equal in length.
  • A square is a special type of parallelogram where all four sides are equal in length, and the angles between adjacent sides are 90Β°.

We will first use the condition for a parallelogram (equal opposite sides) to find hh, and then check if the quadrilateral is a square.


Solution

Step 1: Use the condition for a parallelogram

For the quadrilateral ABCDA B C D to be a parallelogram, the lengths of opposite sides must be equal. Specifically, we need to ensure that:

∣AB∣=∣CD∣and∣BC∣=∣AD∣|AB| = |CD| \quad \text{and} \quad |BC| = |AD|

Step 2: Find the length of side ABAB

The distance between points A(βˆ’3,0)A(-3, 0) and B(1,βˆ’2)B(1, -2) can be calculated using the distance formula:

∣AB∣=(x2βˆ’x1)2+(y2βˆ’y1)2|AB| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substitute the coordinates of points AA and BB:

∣AB∣=(1βˆ’(βˆ’3))2+(βˆ’2βˆ’0)2=(4)2+(βˆ’2)2=16+4=20|AB| = \sqrt{(1 - (-3))^2 + (-2 - 0)^2} = \sqrt{(4)^2 + (-2)^2} = \sqrt{16 + 4} = \sqrt{20}

So, the length of side ABAB is 20\sqrt{20}.


Step 3: Find the length of side CDCD

Next, we find the length of side CDCD using the coordinates of points C(5,0)C(5, 0) and D(1,h)D(1, h):

∣CD∣=(x2βˆ’x1)2+(y2βˆ’y1)2|CD| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substitute the coordinates of points CC and DD:

∣CD∣=(1βˆ’5)2+(hβˆ’0)2=(βˆ’4)2+h2=16+h2|CD| = \sqrt{(1 - 5)^2 + (h - 0)^2} = \sqrt{(-4)^2 + h^2} = \sqrt{16 + h^2}

Since ∣AB∣=∣CD∣|AB| = |CD|, we set the two expressions equal to each other:

20=16+h2\sqrt{20} = \sqrt{16 + h^2}

Step 4: Solve for hh

Square both sides of the equation to eliminate the square roots:

20=16+h220 = 16 + h^2

Subtract 16 from both sides:

4=h24 = h^2

Take the square root of both sides:

h=Β±2h = \pm 2

Thus, hh can be either 22 or βˆ’2-2.


Step 5: Check if the quadrilateral is a square

For the quadrilateral to be a square, not only must the opposite sides be equal, but all four sides must also be of equal length. We check if the side lengths ACAC and BDBD are equal when h=2h = 2.

Length of ACAC:

The distance between points A(βˆ’3,0)A(-3, 0) and C(5,0)C(5, 0) is:

∣AC∣=(5βˆ’(βˆ’3))2+(0βˆ’0)2=(8)2=8|AC| = \sqrt{(5 - (-3))^2 + (0 - 0)^2} = \sqrt{(8)^2} = 8

Length of BDBD:

The distance between points B(1,βˆ’2)B(1, -2) and D(1,2)D(1, 2) (when h=2h = 2) is:

∣BD∣=(1βˆ’1)2+(2βˆ’(βˆ’2))2=(0)2+(4)2=4|BD| = \sqrt{(1 - 1)^2 + (2 - (-2))^2} = \sqrt{(0)^2 + (4)^2} = 4

Since ∣ACβˆ£β‰ βˆ£BD∣|AC| \neq |BD|, the quadrilateral is not a square.


Key Formulas or Methods Used

  • Distance Formula:
∣XY∣=(x2βˆ’x1)2+(y2βˆ’y1)2 |XY| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  • Condition for a Parallelogram: Opposite sides must be equal in length.

Summary of Steps

  1. Find the length of side ABAB using the distance formula: ∣AB∣=20|AB| = \sqrt{20}.
  2. Find the length of side CDCD: ∣CD∣=16+h2|CD| = \sqrt{16 + h^2}.
  3. Set ∣AB∣=∣CD∣|AB| = |CD| and solve for hh: h=±2h = \pm 2.
  4. Check if the quadrilateral is a square by comparing ACAC and BDBD.
  5. Since AC≠BDAC \neq BD, the quadrilateral is not a square.