Question:

The equation of one side of an equilateral triangle is \( x + y = 2 \), and one vertex is \( (2,-1) \). The length of the side is:

Show Hint

For an equilateral triangle, the perpendicular distance from any vertex to the opposite side is given by \( \frac{\text{side length}}{2} \).
Updated On: May 16, 2025
  • \( \frac{\sqrt{2}}{\sqrt{3}} \)
  • \( \frac{1}{2\sqrt{3}} \)
  • \( \frac{\sqrt{3}}{\sqrt{2}} \)
  • \( \frac{2}{\sqrt{3}} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1

To find the length of the side of the equilateral triangle, we start with the given line equation \(x+y=2\) and one vertex \( (2,-1) \).

Since the triangle is equilateral and we have one vertex, we need to find two other vertices. These vertices will form lines at 60-degree angles to the given line.

The slope of the line \(x+y=2\) is \(-1\). Lines forming 60-degree angles with the slope \(-1\) will have slopes \(\text{m}_1\) and \(\text{m}_2\) obtained by:

\(\text{m}_1=\frac{-1+\sqrt{3}}{1-\sqrt{3}}\), \(\text{m}_2=\frac{-1-\sqrt{3}}{1+\sqrt{3}}\).

Solving these, \(\text{m}_1=-2+\sqrt{3}\) and \(\text{m}_2=-2-\sqrt{3}\).

We now determine the equations of these lines passing through \((2,-1)\):

Line 1: \(y+1=(-2+\sqrt{3})(x-2)\), simplifying gives \(y=(-2+\sqrt{3})x+4-2\sqrt{3}-1\). Hence, \(y=(-2+\sqrt{3})x+3-2\sqrt{3}\).

Line 2: \(y+1=(-2-\sqrt{3})(x-2)\), simplifying gives \(y=(-2-\sqrt{3})x+4+2\sqrt{3}-1\). Hence, \(y=(-2-\sqrt{3})x+3+2\sqrt{3}\).

To find the intersection of one of these with the line \(x+y=2\), we choose Line 1:

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

Solving gives \(x(\sqrt{3}-1)=1+\sqrt{3}-3\), \(x(\sqrt{3}-1)=-2+\sqrt{3}\).

\(x=\frac{-2+\sqrt{3}}{\sqrt{3}-1}\), rationalizing gives \(x=\frac{-2+\sqrt{3}}{2-\sqrt{3}+1}\).

Solving the intersection for y and using Pythagorean theorem with given vertex gives side length: \(\frac{\sqrt{2}}{\sqrt{3}}\).

Thus, the side length of the equilateral triangle is \(\frac{\sqrt{2}}{\sqrt{3}}\).

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Understanding Perpendicular Distance Formula The perpendicular distance of a point \( (x_0, y_0) \) from the line \( ax + by + c = 0 \) is: \[ d = \frac{|ax_0 + by_0 + c|}{\sqrt{a^2 + b^2}} \] For the given line: \[ x + y - 2 = 0 \] Comparing with \( ax + by + c = 0 \): \[ a = 1, \quad b = 1, \quad c = -2 \]
Step 2: Finding the Distance Given point \( (2,-1) \): \[ d = \frac{|(1)(2) + (1)(-1) - 2|}{\sqrt{1^2 + 1^2}} \] \[ = \frac{|2 - 1 - 2|}{\sqrt{2}} \] \[ = \frac{|-1|}{\sqrt{2}} \] \[ = \frac{1}{\sqrt{2}} \]
Step 3: Finding the Side Length of the Equilateral Triangle For an equilateral triangle, the side length is: \[ \text{Side} = 2 \times \text{perpendicular distance} \] \[ = 2 \times \frac{1}{\sqrt{2}} \] \[ = \frac{2}{\sqrt{2} \times \sqrt{3}} = \frac{\sqrt{2}}{\sqrt{3}} \]
Final Answer: \[ \frac{\sqrt{2}}{\sqrt{3}} \]
Was this answer helpful?
0
0