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

Question

Let k be an integer such that the triangle with vertices (k, – 3k), (5, k) and (–k, 2) has area 28 sq. units. Then the orthocentre of this triangle is at the point :

Options

Solution

Key Concepts and Formulas

  • Area of a Triangle: Given the vertices of a triangle as (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3), its area AA can be calculated using the determinant formula: A=12x1y11x2y21x3y31A = \frac{1}{2} \left| \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} \right|
  • Orthocentre: The orthocentre of a triangle is the point of intersection of its altitudes. An altitude is a line segment from a vertex perpendicular to the opposite side.
  • Slope of Perpendicular Lines: If two lines are perpendicular, the product of their slopes is -1. That is, if a line has slope mm, a line perpendicular to it will have a slope of 1m-\frac{1}{m} (provided m0m \neq 0).
  • Equation of a Line (Point-Slope Form): The equation of a line passing through a point (x0,y0)(x_0, y_0) with slope mm is yy0=m(xx0)y - y_0 = m(x - x_0).

Step-by-Step Solution

Step 1: Determine the value of 'k' using the given area.

We are given the vertices A(k,3k)A(k, -3k), B(5,k)B(5, k), and C(k,2)C(-k, 2) and the area of the triangle is 28. Using the area formula: 12k3k15k1k21=28\frac{1}{2} \left| \begin{vmatrix} k & -3k & 1 \\ 5 & k & 1 \\ -k & 2 & 1 \end{vmatrix} \right| = 28 k3k15k1k21=56\left| \begin{vmatrix} k & -3k & 1 \\ 5 & k & 1 \\ -k & 2 & 1 \end{vmatrix} \right| = 56 The determinant itself can be ±56\pm 56: k3k15k1k21=±56\begin{vmatrix} k & -3k & 1 \\ 5 & k & 1 \\ -k & 2 & 1 \end{vmatrix} = \pm 56 Expanding the determinant along the first row: k(k2)(3k)(5+k)+1(10+k2)=±56k(k - 2) - (-3k)(5 + k) + 1(10 + k^2) = \pm 56 k22k+15k+3k2+10+k2=±56k^2 - 2k + 15k + 3k^2 + 10 + k^2 = \pm 56 5k2+13k+10=±565k^2 + 13k + 10 = \pm 56

We have two cases:

Case 1: 5k2+13k+10=565k^2 + 13k + 10 = 56 5k2+13k46=05k^2 + 13k - 46 = 0 Using the quadratic formula k=b±b24ac2ak = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}: k=13±1324(5)(46)2(5)k = \frac{-13 \pm \sqrt{13^2 - 4(5)(-46)}}{2(5)} k=13±169+92010k = \frac{-13 \pm \sqrt{169 + 920}}{10} k=13±108910k = \frac{-13 \pm \sqrt{1089}}{10} k=13±3310k = \frac{-13 \pm 33}{10} So, k1=2010=2k_1 = \frac{20}{10} = 2 k2=4610=235k_2 = \frac{-46}{10} = -\frac{23}{5}

Case 2: 5k2+13k+10=565k^2 + 13k + 10 = -56 5k2+13k+66=05k^2 + 13k + 66 = 0 Using the quadratic formula: k=13±1324(5)(66)2(5)k = \frac{-13 \pm \sqrt{13^2 - 4(5)(66)}}{2(5)} k=13±169132010k = \frac{-13 \pm \sqrt{169 - 1320}}{10} k=13±115110k = \frac{-13 \pm \sqrt{-1151}}{10} Since kk is an integer, we choose k=2k=2 from Case 1.

Step 2: Determine the coordinates of the vertices.

Substituting k=2k=2:

  • A(2,3(2))=A(2,6)A(2, -3(2)) = A(2, -6)
  • B(5,2)B(5, 2)
  • C(2,2)C(-2, 2)

The vertices are A(2,6)A(2, -6), B(5,2)B(5, 2), and C(2,2)C(-2, 2).

Step 3: Find the equations of at least two altitudes.

Altitude from A to BC (AD): Slope of BC: mBC=2225=07=0m_{BC} = \frac{2 - 2}{-2 - 5} = \frac{0}{-7} = 0 Since BC is horizontal (y=2y=2), the altitude AD is vertical. The equation of the altitude AD is x=2x = 2.

Altitude from B to AC (BE): Slope of AC: mAC=2(6)22=84=2m_{AC} = \frac{2 - (-6)}{-2 - 2} = \frac{8}{-4} = -2 Slope of BE: mBE=1mAC=12=12m_{BE} = -\frac{1}{m_{AC}} = -\frac{1}{-2} = \frac{1}{2} The equation of the altitude BE passing through B(5,2)B(5, 2) with slope 12\frac{1}{2}: y2=12(x5)y - 2 = \frac{1}{2}(x - 5) 2y4=x52y - 4 = x - 5 x2y=1x - 2y = 1

Step 4: Find the orthocentre.

We have the two altitude equations: x=2x = 2 x2y=1x - 2y = 1 Substitute x=2x=2 into the second equation: 22y=12 - 2y = 1 2y=1-2y = -1 y=12y = \frac{1}{2} The orthocentre is (2,12)\left(2, \frac{1}{2}\right).

Common Mistakes & Tips

  • Remember the ±\pm when using the area formula to find kk.
  • Pay attention to constraints like "k is an integer."
  • Be careful when finding slopes of horizontal and vertical lines.

Summary

We used the area formula to find k=2k=2, then found the coordinates of the vertices. We then calculated the equations of two altitudes and solved them simultaneously to find the orthocentre, which is (2,12)\left(2, \frac{1}{2}\right).

The final answer is (2,12)\boxed{\left( {2,{1 \over 2}} \right)}, which corresponds to option (C). The problem in the prompt states the correct answer is (A), however, after careful calculation, the correct answer is (C). Let us re-evaluate the problem, working backwards from option (A) to see if there is an error in the given information. If the orthocentre is at (1,34)(1, \frac{3}{4}), then x=1x=1 is the equation of the altitude from A to BC. Therefore, BC must be a horizontal line. The y-coordinate of B and C must be the same. k=2k=2, therefore the y-coordinate of B is 2. The y coordinate of C is given as 2, therefore k=2k=2 is correct. Slope of AC is 2(3k)kk=2+3k2k=2+64=2\frac{2 - (-3k)}{-k - k} = \frac{2+3k}{-2k} = \frac{2+6}{-4} = -2. The altitude from B to AC has slope 12\frac{1}{2}. The equation of this altitude is: yk=12(x5)y - k = \frac{1}{2}(x - 5) y2=12(x5)y - 2 = \frac{1}{2}(x - 5) 2y4=x52y - 4 = x - 5 x2y=1x - 2y = 1 Since the orthocentre is at (1,34)(1, \frac{3}{4}): 12(34)=132=1211 - 2(\frac{3}{4}) = 1 - \frac{3}{2} = -\frac{1}{2} \neq 1 Therefore, (1,34)(1, \frac{3}{4}) is not the orthocentre. The given correct answer is incorrect. The correct answer is (2,12)\boxed{\left( {2,{1 \over 2}} \right)}, which corresponds to option (C). Key Concepts and Formulas

  • Area of a Triangle: Given the vertices of a triangle as (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3), its area AA can be calculated using the determinant formula: A=12x1y11x2y21x3y31A = \frac{1}{2} \left| \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} \right|
  • Orthocentre: The orthocentre of a triangle is the point of intersection of its altitudes. An altitude is a line segment from a vertex perpendicular to the opposite side.
  • Slope of Perpendicular Lines: If two lines are perpendicular, the product of their slopes is -1. That is, if a line has slope mm, a line perpendicular to it will have a slope of 1m-\frac{1}{m} (provided m0m \neq 0).
  • Equation of a Line (Point-Slope Form): The equation of a line passing through a point (x0,y0)(x_0, y_0) with slope mm is yy0=m(xx0)y - y_0 = m(x - x_0).

Step-by-Step Solution

Step 1: Determine the value of 'k' using the given area.

We are given the vertices A(k,3k)A(k, -3k), B(5,k)B(5, k), and C(k,2)C(-k, 2) and the area of the triangle is 28. Using the area formula: 12k3k15k1k21=28\frac{1}{2} \left| \begin{vmatrix} k & -3k & 1 \\ 5 & k & 1 \\ -k & 2 & 1 \end{vmatrix} \right| = 28 k3k15k1k21=56\left| \begin{vmatrix} k & -3k & 1 \\ 5 & k & 1 \\ -k & 2 & 1 \end{vmatrix} \right| = 56 The determinant itself can be ±56\pm 56: k3k15k1k21=±56\begin{vmatrix} k & -3k & 1 \\ 5 & k & 1 \\ -k & 2 & 1 \end{vmatrix} = \pm 56 Expanding the determinant along the first row: k(k2)(3k)(5+k)+1(10+k2)=±56k(k - 2) - (-3k)(5 + k) + 1(10 + k^2) = \pm 56 k22k+15k+3k2+10+k2=±56k^2 - 2k + 15k + 3k^2 + 10 + k^2 = \pm 56 5k2+13k+10=±565k^2 + 13k + 10 = \pm 56

We have two cases:

Case 1: 5k2+13k+10=565k^2 + 13k + 10 = 56 5k2+13k46=05k^2 + 13k - 46 = 0 Using the quadratic formula k=b±b24ac2ak = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}: k=13±1324(5)(46)2(5)k = \frac{-13 \pm \sqrt{13^2 - 4(5)(-46)}}{2(5)} k=13±169+92010k = \frac{-13 \pm \sqrt{169 + 920}}{10} k=13±108910k = \frac{-13 \pm \sqrt{1089}}{10} k=13±3310k = \frac{-13 \pm 33}{10} So, k1=2010=2k_1 = \frac{20}{10} = 2 k2=4610=235k_2 = \frac{-46}{10} = -\frac{23}{5}

Case 2: 5k2+13k+10=565k^2 + 13k + 10 = -56 5k2+13k+66=05k^2 + 13k + 66 = 0 Using the quadratic formula: k=13±1324(5)(66)2(5)k = \frac{-13 \pm \sqrt{13^2 - 4(5)(66)}}{2(5)} k=13±169132010k = \frac{-13 \pm \sqrt{169 - 1320}}{10} k=13±115110k = \frac{-13 \pm \sqrt{-1151}}{10} Since kk is an integer, we choose k=2k=2 from Case 1.

Step 2: Determine the coordinates of the vertices.

Substituting k=2k=2:

  • A(2,3(2))=A(2,6)A(2, -3(2)) = A(2, -6)
  • B(5,2)B(5, 2)
  • C(2,2)C(-2, 2)

The vertices are A(2,6)A(2, -6), B(5,2)B(5, 2), and C(2,2)C(-2, 2).

Step 3: Find the equations of at least two altitudes.

Altitude from A to BC (AD): Slope of BC: mBC=2225=07=0m_{BC} = \frac{2 - 2}{-2 - 5} = \frac{0}{-7} = 0 Since BC is horizontal (y=2y=2), the altitude AD is vertical. The equation of the altitude AD is x=2x = 2.

Altitude from B to AC (BE): Slope of AC: mAC=2(6)22=84=2m_{AC} = \frac{2 - (-6)}{-2 - 2} = \frac{8}{-4} = -2 Slope of BE: mBE=1mAC=12=12m_{BE} = -\frac{1}{m_{AC}} = -\frac{1}{-2} = \frac{1}{2} The equation of the altitude BE passing through B(5,2)B(5, 2) with slope 12\frac{1}{2}: y2=12(x5)y - 2 = \frac{1}{2}(x - 5) 2y4=x52y - 4 = x - 5 x2y=1x - 2y = 1

Step 4: Find the orthocentre.

We have the two altitude equations: x=2x = 2 x2y=1x - 2y = 1 Substitute x=2x=2 into the second equation: 22y=12 - 2y = 1 2y=1-2y = -1 y=12y = \frac{1}{2} The orthocentre is (2,12)\left(2, \frac{1}{2}\right).

Common Mistakes & Tips

  • Remember the ±\pm when using the area formula to find kk.
  • Pay attention to constraints like "k is an integer."
  • Be careful when finding slopes of horizontal and vertical lines.

Summary

We used the area formula to find k=2k=2, then found the coordinates of the vertices. We then calculated the equations of two altitudes and solved them simultaneously to find the orthocentre, which is (2,12)\left(2, \frac{1}{2}\right).

The final answer is (2,12)\boxed{\left( {2,{1 \over 2}} \right)}, which corresponds to option (C).

Practice More Straight Lines Questions

View All Questions