KnowledgeBoat Logo
|

Mathematics

Question 19

If two vertices of an equilateral triangle be (0,0) and (3, 3\sqrt{3}), find the third vertex using distance formula.

Distance Formula

1 Like

Answer

Given,

A = (0, 0)

B =(3, 3\sqrt{3})

Distance between the given points = (x2x1)2+(y2y1)2\sqrt{(x2 - x1)^2 + (y2 - y1)^2}

Length of AB:

=(30)2+(30)2=(3)2+(3)2=9+3=12= \sqrt{(3 - 0)^2 + (\sqrt{3} - 0)^2} \\[1em] = \sqrt{(3)^2 + (\sqrt{3})^2} \\[1em] = \sqrt{9 + 3} \\[1em] = \sqrt{12}

Let the third vertex be C(x, y)

Since the triangle is equilateral, the distance from C to A and C to B must also be 12\sqrt{12}.

Length of AC = Length of AB

(x0)2+(y0)2=12Squaring on both sidesx2+y2=12……..(1)\Rightarrow \sqrt{(x - 0)^2 + (y - 0)^2} = \sqrt{12} \\[1em] \text{Squaring on both sides} \\[1em] \Rightarrow x^2 + y^2 = 12 ……..(1)

Length of BC = Length of AB

(x3)2+(y3)2=12Squaring on both sides(x3)2+(y3)2=12x26x+9+y223y+3=12x2+y26x23y+12=12x2+y26x23y=0……….(2)Substitute equation (1) in (2)126x23y=0Divide by 263x3y=03y=63xy=63x3=23x3y=3(2x)\Rightarrow \sqrt{(x - 3)^2 + (y - \sqrt{3})^2} = \sqrt{12} \\[1em] \text{Squaring on both sides} \\[1em] \Rightarrow (x - 3)^2 + (y - \sqrt{3})^2 = 12 \\[1em] \Rightarrow x^2 - 6x + 9 + y^2 - 2\sqrt{3}y + 3 = 12 \\[1em] \Rightarrow x^2 + y^2 - 6x - 2\sqrt{3}y + 12 = 12 \\[1em] \Rightarrow x^2 + y^2 - 6x - 2\sqrt{3}y = 0 ……….(2) \\[1em] \text{Substitute equation (1) in (2)} \\[1em] \Rightarrow 12 - 6x - 2\sqrt{3}y = 0 \\[1em] \text{Divide by 2} \\[1em] \Rightarrow 6 - 3x - \sqrt{3}y = 0 \\[1em] \Rightarrow \sqrt{3}y = 6 - 3x \\[1em] \Rightarrow y = \dfrac{6 - 3x}{\sqrt{3}} = 2\sqrt{3} - x\sqrt{3} \\[1em] \Rightarrow y = \sqrt{3}(2 - x)

Substitute the value of y in equation (1),

x2 + (3\sqrt{3}(2 - x))2 = 12

x2 + 3(4 - 4x + x2) = 12

x2 + 12 - 12x + 3x2 = 12

4x2 - 12x = 0

4x(x - 3) = 0

∴ x = 0 or x = 3

If x = 0, then

y = 3(20)=23\sqrt{3}(2 - 0) = 2\sqrt{3}

Vertex C = (0, 232\sqrt{3})

If x = 3, then

y = 3(23)=3\sqrt{3}(2 - 3) = -\sqrt{3}

Vertex C = (3, 3-\sqrt{3}).

Hence, third vertex = (0, 232\sqrt{3}) and (3, 3-\sqrt{3}).

Answered By

1 Like


Related Questions