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

4.1 Q-12

Question Statement

Given two vertices of an equilateral triangle at A(βˆ’3,0)A(-3, 0) and B(3,0)B(3, 0), find the third vertex of the triangle. How many such equilateral triangles are possible?


Background and Explanation

In an equilateral triangle, all three sides are of equal length, and the angles between the sides are all 60∘60^\circ. To find the third vertex, we will use the distance formula to ensure that the distance from the third vertex to both AA and BB is equal to the distance between AA and BB. This condition will help us find the possible coordinates of the third vertex.


Solution

Step 1: Set up the distance formula

Let the third vertex be C(x,y)C(x, y). We know that in an equilateral triangle, the distance from the third vertex CC to both AA and BB must be equal to the distance between AA and BB.

The distance between AA and BB is:

∣AB∣=(3βˆ’(βˆ’3))2+(0βˆ’0)2=(6)2=6|AB| = \sqrt{(3 - (-3))^2 + (0 - 0)^2} = \sqrt{(6)^2} = 6

Thus, we need to solve for C(x,y)C(x, y) such that:

∣AC∣=∣BC∣=∣AB∣=6|AC| = |BC| = |AB| = 6

This gives us the following two distance equations:

  1. Distance from AA to CC:
(x+3)2+y2=6\sqrt{(x + 3)^2 + y^2} = 6
  1. Distance from BB to CC:
(xβˆ’3)2+y2=6\sqrt{(x - 3)^2 + y^2} = 6

Step 2: Set up the equations

Now, let’s square both sides of each equation to eliminate the square roots.

For ∣AC∣|AC|:

(x+3)2+y2=36(x + 3)^2 + y^2 = 36

For ∣BC∣|BC|:

(xβˆ’3)2+y2=36(x - 3)^2 + y^2 = 36

Now we have the system of equations:

  1. (x+3)2+y2=36(x + 3)^2 + y^2 = 36
  2. (xβˆ’3)2+y2=36(x - 3)^2 + y^2 = 36

Step 3: Simplify and solve for xx

Subtract the second equation from the first:

(x+3)2+y2βˆ’[(xβˆ’3)2+y2]=0(x + 3)^2 + y^2 - \left[(x - 3)^2 + y^2\right] = 0

Simplify:

(x+3)2βˆ’(xβˆ’3)2=0(x + 3)^2 - (x - 3)^2 = 0

Using the difference of squares formula:

[(x+3)βˆ’(xβˆ’3)][(x+3)+(xβˆ’3)]=0\left[(x + 3) - (x - 3)\right]\left[(x + 3) + (x - 3)\right] = 0

This simplifies to:

6β‹…(2x)=06 \cdot (2x) = 0

Therefore:

12x=0β‡’x=0(1)12x = 0 \quad \Rightarrow \quad x = 0 \tag{1}

Step 4: Solve for yy

Substitute x=0x = 0 into one of the original distance equations. Using (x+3)2+y2=36(x + 3)^2 + y^2 = 36:

(0+3)2+y2=36(0 + 3)^2 + y^2 = 36

Simplify:

9+y2=369 + y^2 = 36

Solve for y2y^2:

y2=36βˆ’9=27y^2 = 36 - 9 = 27

Taking the square root of both sides:

y=Β±27=Β±33y = \pm \sqrt{27} = \pm 3\sqrt{3}

Thus, the possible coordinates for the third vertex are (0,33)(0, 3\sqrt{3}) and (0,βˆ’33)(0, -3\sqrt{3}).


Step 5: Conclusion

Since we have two possible values for yy, there are two distinct equilateral triangles possible, corresponding to the two different positions for the third vertex.

Thus, the two possible triangles are formed with the third vertex at either (0,33)(0, 3\sqrt{3}) or (0,βˆ’33)(0, -3\sqrt{3}).


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}
  • Difference of Squares:
(a2βˆ’b2)=(aβˆ’b)(a+b) (a^2 - b^2) = (a - b)(a + b)

Summary of Steps

  1. Set up the distance equations for ACAC and BCBC to be equal to ABAB.
  2. Simplify the equations by squaring both sides and subtracting them.
  3. Solve for xx, which gives x=0x = 0.
  4. Substitute x=0x = 0 into the distance equation to solve for yy, yielding y=Β±33y = \pm 3\sqrt{3}.
  5. Conclude that two distinct triangles are possible with third vertex at (0,33)(0, 3\sqrt{3}) or (0,βˆ’33)(0, -3\sqrt{3}).