All Exams Test series for 1 year @ ₹349 only
Question

The base AB of an equilateral triangle ABC with side 8 cm lies along the y-axis such that the mid-point of AB is at the origin and B lies above the origin. What is the equation of line passing through (8, 0) and parallel to the side AC ?

This question was previously asked in
NDA I 2022 GAT Previous Year Paper (10-Apr-2022)
The correct answer is x − \(\sqrt{3}\) y − 8 = 0

Understanding the Equilateral Triangle Geometry Problem

This problem involves finding the equation of a line that meets specific criteria related to an equilateral triangle ABC. We are given the side length, the position and orientation of one side (AB) on the y-axis, and the location of the base's midpoint. We then need to find the equation of a line passing through a specific point and parallel to another side (AC) of the triangle.

Determining the Coordinates of the Vertices

The base AB of the equilateral triangle has a side length of 8 cm. It lies along the y-axis, and its midpoint is at the origin (0, 0). Since B lies above the origin and the total length of AB is 8 cm, the coordinates of A and B can be determined:

  • The midpoint of AB is (0, 0).
  • The length of AB is 8 cm.
  • Since the midpoint is at the origin, A and B must be 4 cm away from the origin along the y-axis.
  • B is above the origin, so its y-coordinate is positive. Thus, B is at (0, 4).
  • A is below the origin, so its y-coordinate is negative. Thus, A is at (0, -4).

Now we need to find the coordinates of vertex C. Since ABC is an equilateral triangle, the distance from C to A must be 8 cm, and the distance from C to B must also be 8 cm. Let the coordinates of C be \((x_C, y_C)\).

Using the distance formula:

Distance AC \(=\) 8

\(\sqrt{(x_C - 0)^2 + (y_C - (-4))^2} = 8\)

\(\sqrt{x_C^2 + (y_C + 4)^2} = 8\)

\(x_C^2 + (y_C + 4)^2 = 64 \quad \text{(Equation 1)}\)

Distance BC \(=\) 8

\(\sqrt{(x_C - 0)^2 + (y_C - 4)^2} = 8\)

\(\sqrt{x_C^2 + (y_C - 4)^2} = 8\)

\(x_C^2 + (y_C - 4)^2 = 64 \quad \text{(Equation 2)}\)

Equating Equation 1 and Equation 2:

\(x_C^2 + (y_C + 4)^2 = x_C^2 + (y_C - 4)^2\)

\((y_C + 4)^2 = (y_C - 4)^2\)

\(y_C^2 + 8y_C + 16 = y_C^2 - 8y_C + 16\)

\(8y_C = -8y_C\)

\(16y_C = 0 \implies y_C = 0\)

Substitute \(y_C = 0\) back into Equation 1:

\(x_C^2 + (0 + 4)^2 = 64\)

\(x_C^2 + 16 = 64\)

\(x_C^2 = 48\)

\(x_C = \pm \sqrt{48} = \pm \sqrt{16 \times 3} = \pm 4\sqrt{3}\)

So, the coordinates of C can be \((4\sqrt{3}, 0)\) or \((-4\sqrt{3}, 0)\). For the resulting equation to match one of the options, let's consider \(C = (4\sqrt{3}, 0)\).

  • A = (0, -4)
  • B = (0, 4)
  • C = \((4\sqrt{3}, 0)\)

Calculating the Slope of Side AC

The line we are interested in is parallel to side AC. First, let's find the slope of the line passing through A (0, -4) and C \((4\sqrt{3}, 0)\). The slope \(m\) between two points \((x_1, y_1)\) and \((x_2, y_2)\) is given by \(m = \frac{y_2 - y_1}{x_2 - x_1}\).

Slope of AC \((m_{AC})\):

\(m_{AC} = \frac{0 - (-4)}{4\sqrt{3} - 0} = \frac{4}{4\sqrt{3}} = \frac{1}{\sqrt{3}}\)

Finding the Equation of the Parallel Line

We need the equation of a line that passes through the point (8, 0) and is parallel to AC. Parallel lines have the same slope.

So, the slope of the required line is \(m = \frac{1}{\sqrt{3}}\).

We use the point-slope form of the equation of a line: \(y - y_1 = m(x - x_1)\), where \((x_1, y_1) = (8, 0)\) and \(m = \frac{1}{\sqrt{3}}\).

\(y - 0 = \frac{1}{\sqrt{3}}(x - 8)\)

\(y = \frac{1}{\sqrt{3}}(x - 8)\)

Multiply both sides by \(\sqrt{3}\) to eliminate the denominator:

\(\sqrt{3}y = x - 8\)

Rearrange the terms to get the equation in the form \(Ax + By + C = 0\):

\(x - \sqrt{3}y - 8 = 0\)

Comparing with the Options

Let's compare our derived equation with the given options:

  • Option 1: \(x - \sqrt{3}y - 8 = 0\)
  • Option 2: \(x + \sqrt{3}y - 8 = 0\)
  • Option 3: \(\sqrt{3}x + y - 8\sqrt{3} = 0\)
  • Option 4: \(\sqrt{3}x - y - 8\sqrt{3} = 0\)

Our equation \(x - \sqrt{3}y - 8 = 0\) matches Option 1.

Note: If we had chosen \(C = (-4\sqrt{3}, 0)\), the slope of AC would have been \(m_{AC} = \frac{0 - (-4)}{-4\sqrt{3} - 0} = \frac{4}{-4\sqrt{3}} = -\frac{1}{\sqrt{3}}\). The equation of the line through (8, 0) with this slope would be \(y - 0 = -\frac{1}{\sqrt{3}}(x - 8) \implies \sqrt{3}y = -(x - 8) \implies \sqrt{3}y = -x + 8 \implies x + \sqrt{3}y - 8 = 0\), which is Option 2. The problem could potentially have two valid interpretations for C's position, but Option 1 is presented as the correct answer, suggesting the case where C has a positive x-coordinate.

Concept Detail
Equilateral Triangle All sides are equal (8 cm). All angles are 60°.
Base AB on y-axis x-coordinates of A and B are 0.
Midpoint of AB at Origin A and B are equidistant from (0,0).
Line Parallel to AC Has the same slope as AC.
Point-Slope Form \(y - y_1 = m(x - x_1)\) used to find the equation of the line.

Revision Table: Key Concepts for Triangle and Line Equations

Concept Formula/Property Application in this problem
Midpoint Formula \((\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2})\) Used indirectly to find A & B coordinates from midpoint (0,0) and length 8.
Distance Formula \(\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\) Used to find C's coordinates, ensuring AC = BC = 8.
Slope of a Line \(m = \frac{y_2-y_1}{x_2-x_1}\) Calculated for side AC.
Parallel Lines Have equal slopes (\(m_1 = m_2\)). Used to find the slope of the required line.
Point-Slope Form of Line \(y - y_1 = m(x - x_1)\) Used to derive the equation of the line passing through (8,0) with the parallel slope.
Standard Form of Line \(Ax + By + C = 0\) Final format for the line equation.

Additional Information: Equilateral Triangle Properties and Line Equations

An equilateral triangle is a special type of triangle where all three sides are equal in length, and all three interior angles are equal to 60 degrees. This symmetry allows us to use various geometric properties to find coordinates or lengths.

When working with coordinate geometry, understanding how to represent geometric shapes using coordinates is fundamental. The equations of lines are crucial tools:

  • Slope-Intercept Form: \(y = mx + c\), where \(m\) is the slope and \(c\) is the y-intercept.
  • Point-Slope Form: \(y - y_1 = m(x - x_1)\), useful when you know the slope and one point on the line.
  • Standard Form: \(Ax + By + C = 0\), a general form for linear equations.

Parallel lines never intersect and have the same slope. Perpendicular lines (if not vertical/horizontal) have slopes whose product is -1 (\(m_1 \times m_2 = -1\)).

In this problem, the position of the triangle on the coordinate plane was specified precisely, allowing us to calculate the exact coordinates of its vertices. Finding the slope of AC was the key step to determining the slope of the parallel line, which then led to the final equation.

Was this answer helpful?

Similar Questions

  1. Two straight lines passing through the point A(3, 2) cut the line 2y = x + 3 and x-axis perpendicularly at P and Q respectively. The equation of the line PQ is

  2. If P(3, 4) is the mid-point of a line segment between the axes, then what is the equation of the line?

  3. What is the equation of the altitude through B on AC?

  4. What are the coordinates of circumcentre of the triangle?

  5. What is the equation of the straight line parallel to 2x + 3y + 1 = 0 and passes through the point (-1, 2)?

  6. The point of intersection of diagonals of a square ABCD is at the origin and one of its vertices is at A(4, 2). What is the equation of the diagonal BD?

  7. What is the equation of the straight line which passes through the point (1, -2) and cuts off equal intercepts from the axes ?

  8. If a line is perpendicular to the line 5x – y = 0 and forms a triangle of area 5 square units with co-ordinate axes, then its equation is

  9. What is the equation of the straight line which is perpendicular to y = x and passes throng (3, 2)?

  10. A line \((\sin\theta)x + (\cos\theta)y = \sin 2\theta\) cuts the coordinate axes at points \(P\) and \(Q\). Let \(M\) be the midpoint of the line segment \(PQ\). What is the distance of \(M\) from the origin?


Important Questions from General Equation of a Line

  1. Two straight lines passing through the point A(3, 2) cut the line 2y = x + 3 and x-axis perpendicularly at P and Q respectively. The equation of the line PQ is

  2. Lines x = ay + b, z = cy + d

    and x = a'y + b', z = c'y + d'

    are perpendicular, if

  3. Equation of the line perpendicular to x - 2y = 1 and passing through (1, 1) is:

  4. If (2, 1), (–1, –2), (3, 3) are the midpoints of the sides BC, CA, AB of a triangle ABC, then equation of the line BC is

  5. Find the equation of a straight line passing through (3, 4) and having slope 3.

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App