Skip to main content
Back to Straight Lines
JEE Main 2020
Straight Lines
Straight Lines and Pair of Straight Lines
Medium

Question

Let A be the set of all points (α\alpha, β\beta) such that the area of triangle formed by the points (5, 6), (3, 2) and (α\alpha, β\beta) is 12 square units. Then the least possible length of a line segment joining the origin to a point in A, is :

Options

Solution

Key Concepts and Formulas

  • Area of a Triangle: Given vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3), the area of the triangle is given by: Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)=12det(x1y11x2y21x3y31)\text{Area} = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right| = \frac{1}{2} \left| \det \begin{pmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{pmatrix} \right|
  • Perpendicular Distance from a Point to a Line: The perpendicular distance from a point (x0,y0)(x_0, y_0) to a line Ax+By+C=0Ax + By + C = 0 is given by: d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}

Step-by-Step Solution

We are given the points (5, 6), (3, 2), and (α\alpha, β\beta), and the area of the triangle formed by these points is 12. We need to find the minimum distance from the origin to a point (α\alpha, β\beta).

Step 1: Set up the area equation Using the determinant formula for the area of the triangle: Area=12561321αβ1=12\text{Area} = \frac{1}{2} \left| \begin{vmatrix} 5 & 6 & 1 \\ 3 & 2 & 1 \\ \alpha & \beta & 1 \end{vmatrix} \right| = 12 Why this step? We are given the area and the coordinates, so we substitute them into the appropriate formula to form an equation that relates α\alpha and β\beta.

Step 2: Evaluate the determinant Expanding the determinant along the third column: 561321αβ1=132αβ156αβ+15632\begin{vmatrix} 5 & 6 & 1 \\ 3 & 2 & 1 \\ \alpha & \beta & 1 \end{vmatrix} = 1 \cdot \begin{vmatrix} 3 & 2 \\ \alpha & \beta \end{vmatrix} - 1 \cdot \begin{vmatrix} 5 & 6 \\ \alpha & \beta \end{vmatrix} + 1 \cdot \begin{vmatrix} 5 & 6 \\ 3 & 2 \end{vmatrix} =(3β2α)(5β6α)+(1018)= (3\beta - 2\alpha) - (5\beta - 6\alpha) + (10 - 18) =3β2α5β+6α8= 3\beta - 2\alpha - 5\beta + 6\alpha - 8 =4α2β8= 4\alpha - 2\beta - 8 Why this step? We need to simplify the determinant expression to get a linear relationship between α\alpha and β\beta.

Step 3: Solve for the relationship between α\alpha and β\beta Substituting the determinant value back into the area equation: 124α2β8=12\frac{1}{2} |4\alpha - 2\beta - 8| = 12 Multiply by 2: 4α2β8=24|4\alpha - 2\beta - 8| = 24 Why this step? We isolate the absolute value term to prepare for handling it, as it will lead to two possible cases.

Step 4: Handle the absolute value We have two cases: Case 1: 4α2β8=244\alpha - 2\beta - 8 = 24 4α2β=324\alpha - 2\beta = 32 Divide by 2: 2αβ=162\alpha - \beta = 16 Rearranging into standard form: 2αβ16=0 (Equation 1) 2\alpha - \beta - 16 = 0 \quad \text{ (Equation 1) }

Case 2: 4α2β8=244\alpha - 2\beta - 8 = -24 4α2β=164\alpha - 2\beta = -16 Divide by 2: 2αβ=82\alpha - \beta = -8 Rearranging into standard form: 2αβ+8=0 (Equation 2) 2\alpha - \beta + 8 = 0 \quad \text{ (Equation 2) }

Why this step? The set A consists of all points (α,β)(\alpha, \beta) that satisfy the area condition. The two equations represent two lines: Line 1: 2xy16=02x - y - 16 = 0 Line 2: 2xy+8=02x - y + 8 = 0

Step 5: Find the least possible length from the origin to a point in A We need to find the shortest distance from the origin (0, 0) to either of the two lines. Using the perpendicular distance formula:

For Line 1: 2xy16=02x - y - 16 = 0 d1=2(0)(0)1622+(1)2=165=165d_1 = \frac{|2(0) - (0) - 16|}{\sqrt{2^2 + (-1)^2}} = \frac{|-16|}{\sqrt{5}} = \frac{16}{\sqrt{5}}

For Line 2: 2xy+8=02x - y + 8 = 0 d2=2(0)(0)+822+(1)2=85=85d_2 = \frac{|2(0) - (0) + 8|}{\sqrt{2^2 + (-1)^2}} = \frac{|8|}{\sqrt{5}} = \frac{8}{\sqrt{5}}

Why this step? We are looking for the minimum distance. The shortest distance from the origin to any point on either line is the perpendicular distance from the origin to each line. We calculate both and then compare.

Step 6: Determine the least length Comparing the two distances: min(165,85)=85\min\left( \frac{16}{\sqrt{5}}, \frac{8}{\sqrt{5}} \right) = \frac{8}{\sqrt{5}}

Why this step? We identify the shorter of the two distances, which represents the minimum distance from the origin to the set A.

Common Mistakes & Tips

  • Missing Absolute Value: Forgetting the absolute value in the area formula will result in only one line and an incorrect answer.
  • Distance Formula Confusion: Ensure you use the perpendicular distance formula from a point to a line, not just the distance between two points.
  • Calculation Errors: Double-check your determinant calculations and arithmetic to avoid simple mistakes.

Summary This problem involves finding the locus of a point given the area of a triangle, resulting in two lines. Then, we found the minimum distance from the origin to these lines using the perpendicular distance formula. The least possible length is 85\frac{8}{\sqrt{5}}.

The final answer is 85\boxed{\frac{8}{\sqrt{5}}}, which corresponds to option (C).

Practice More Straight Lines Questions

View All Questions