Skip to main content
Back to Conic Sections
JEE Main 2024
Conic Sections
Parabola
Hard

Question

The equations of the sides AB and AC of a triangle ABC are (λ+1)x+λy=4(\lambda+1)x+\lambda y=4 and λx+(1λ)y+λ=0\lambda x+(1-\lambda)y+\lambda=0 respectively. Its vertex A is on the y-axis and its orthocentre is (1, 2). The length of the tangent from the point C to the part of the parabola y2=6xy^2=6x in the first quadrant is :

Options

Solution

This problem is a comprehensive test of coordinate geometry concepts, requiring us to first determine the geometric properties of a triangle (vertices, orthocenter) and then apply these to a conic section (parabola) to find the length of a tangent. We will systematically break down the solution into logical steps.


1. Determining the Value of λ\lambda and Coordinates of Vertex A

  • Key Concept: A point lying on the y-axis has an x-coordinate of 0. The intersection point of two lines satisfies both their equations.
  • Explanation: Vertex A is the common point of the lines AB and AC. We are given that A lies on the y-axis, meaning its x-coordinate is 0. We can substitute x=0x=0 into the equations of both lines to find the y-coordinate of A in terms of λ\lambda. Since A is a unique point, these y-coordinates must be equal, allowing us to solve for λ\lambda.

Let the coordinates of vertex A be (0,yA)(0, y_A). Substitute x=0x=0 into the equation of side AB: (λ+1)(0)+λyA=4(\lambda+1)(0) + \lambda y_A = 4 λyA=4yA=4λ(Equation 1)\lambda y_A = 4 \quad \Rightarrow \quad y_A = \frac{4}{\lambda} \quad (\text{Equation 1})

  • Tip: Note that λ0\lambda \neq 0 for yAy_A to be defined. If λ=0\lambda=0, the equation of AB becomes x=4x=4, which is a vertical line. If A is on the y-axis (x=0x=0), then x=4x=4 and x=0x=0 cannot intersect, so λ0\lambda \neq 0.

Now, substitute x=0x=0 into the equation of side AC: λ(0)+(1λ)yA+λ=0\lambda(0) + (1-\lambda)y_A + \lambda = 0 (1λ)yA=λyA=λ1λ(Equation 2)(1-\lambda)y_A = -\lambda \quad \Rightarrow \quad y_A = \frac{-\lambda}{1-\lambda} \quad (\text{Equation 2})

  • Tip: Note that λ1\lambda \neq 1 for yAy_A to be defined. If λ=1\lambda=1, the equation of AC becomes x+1=0x+1=0, or x=1x=-1, which is a vertical line. If A is on the y-axis (x=0x=0), then x=1x=-1 and x=0x=0 cannot intersect, so λ1\lambda \neq 1.

Equating the two expressions for yAy_A (from Equation 1 and Equation 2): 4λ=λ1λ\frac{4}{\lambda} = \frac{-\lambda}{1-\lambda} 4(1λ)=λ24(1-\lambda) = -\lambda^2 44λ=λ24 - 4\lambda = -\lambda^2 λ24λ+4=0\lambda^2 - 4\lambda + 4 = 0 This is a perfect square quadratic equation: (λ2)2=0(\lambda-2)^2 = 0 Therefore, λ=2\lambda = 2.

Now, substitute λ=2\lambda=2 back into Equation 1 (or Equation 2) to find yAy_A: yA=42=2y_A = \frac{4}{2} = 2 So, the coordinates of vertex A are (0,2)(0, 2).


2. Equations of Sides AB and AC

  • Key Concept: Substitute the determined value of λ\lambda into the given general equations to find the specific equations of the lines.

Substitute λ=2\lambda=2 into the equation of side AB: (λ+1)x+λy=4(2+1)x+2y=4(\lambda+1)x+\lambda y=4 \quad \Rightarrow \quad (2+1)x + 2y = 4 3x+2y=4(Equation of AB)3x + 2y = 4 \quad (\text{Equation of AB})

Substitute λ=2\lambda=2 into the equation of side AC: λx+(1λ)y+λ=02x+(12)y+2=0\lambda x+(1-\lambda)y+\lambda=0 \quad \Rightarrow \quad 2x + (1-2)y + 2 = 0 2xy+2=0(Equation of AC)2x - y + 2 = 0 \quad (\text{Equation of AC})


3. Determining the Coordinates of Vertex C

  • Key Concept: The orthocentre H is the intersection of the altitudes of a triangle. An altitude from a vertex is perpendicular to the opposite side.
  • Explanation: We know the orthocentre H is (1,2)(1, 2). The altitude from vertex C, denoted as CH, is perpendicular to the side AB. We can find the slope of AB, then the slope of CH, and use the point-slope form to write the equation of CH. Vertex C will be the intersection of side AC and the altitude CH.

First, find the slope of side AB. From 3x+2y=43x+2y=4, rearrange to y=32x+2y = -\frac{3}{2}x + 2. The slope of AB, mAB=32m_{AB} = -\frac{3}{2}.

Since the altitude CH is perpendicular to AB, the product of their slopes is -1: mCHmAB=1mCH(32)=1m_{CH} \cdot m_{AB} = -1 \quad \Rightarrow \quad m_{CH} \cdot \left(-\frac{3}{2}\right) = -1 mCH=23m_{CH} = \frac{2}{3}

Now, write the equation of the altitude CH using the point-slope form yy1=m(xx1)y-y_1 = m(x-x_1), with H(1,2)(1, 2) as (x1,y1)(x_1, y_1) and mCH=23m_{CH} = \frac{2}{3}: y2=23(x1)y - 2 = \frac{2}{3}(x - 1) 3(y2)=2(x1)3(y - 2) = 2(x - 1) 3y6=2x23y - 6 = 2x - 2 2x3y+4=0(Equation of CH)2x - 3y + 4 = 0 \quad (\text{Equation of CH})

Vertex C is the intersection of side AC (2xy+2=02x - y + 2 = 0) and altitude CH (2x3y+4=02x - 3y + 4 = 0). We have a system of linear equations:

  1. 2xy+2=0y=2x+22x - y + 2 = 0 \quad \Rightarrow \quad y = 2x + 2
  2. 2x3y+4=02x - 3y + 4 = 0

Substitute y=2x+2y = 2x+2 from (1) into (2): 2x3(2x+2)+4=02x - 3(2x + 2) + 4 = 0 2x6x6+4=02x - 6x - 6 + 4 = 0 4x2=0-4x - 2 = 0 4x=2x=12-4x = 2 \quad \Rightarrow \quad x = -\frac{1}{2}

Now, substitute x=12x = -\frac{1}{2} back into y=2x+2y = 2x+2: y=2(12)+2y = 2\left(-\frac{1}{2}\right) + 2 y=1+2=1y = -1 + 2 = 1 So, the coordinates of vertex C are (12,1)\left(-\frac{1}{2}, 1\right).

  • Common Mistake: Confusing orthocentre with other triangle centres (centroid, circumcentre, incenter). Remember the orthocentre is specifically about altitudes.

4. Length of the Tangent from Point C to the Parabola

  • Key Concept: The length of the tangent from an external point (x1,y1)(x_1, y_1) to the parabola y2=4axy^2 = 4ax is given by S1\sqrt{S_1}, where S1=y124ax1S_1 = y_1^2 - 4ax_1.
  • Explanation: We have found the coordinates of point C. The parabola is given by y2=6xy^2 = 6x. We need to evaluate the expression y26xy^2 - 6x at point C to find S1S_1, and then take its square root. The condition "in the first quadrant" means that the point of tangency (which is not C) lies in the first quadrant. This is usually to ensure a real tangent exists and to specify the branch of the parabola if it were symmetric (like x2=6yx^2=6y). Here, y2=6xy^2=6x is symmetric about the x-axis, and the first quadrant part is for y>0y>0.

The coordinates of point C are (12,1)\left(-\frac{1}{2}, 1\right). The equation of the parabola is y2=6xy^2 = 6x, which can be written as y26x=0y^2 - 6x = 0.

Let S1S_1 be the value of the expression y26xy^2 - 6x at point C(xC,yC)=(12,1)(x_C, y_C) = \left(-\frac{1}{2}, 1\right): S1=yC26xCS_1 = y_C^2 - 6x_C S1=(1)26(12)S_1 = (1)^2 - 6\left(-\frac{1}{2}\right) S1=1(3)S_1 = 1 - (-3) S1=1+3=4S_1 = 1 + 3 = 4

The length of the tangent, LTL_T, from C to the parabola is S1\sqrt{S_1}: LT=4L_T = \sqrt{4} LT=2L_T = 2

  • Tip: Always write the equation of the conic in the form S=0S=0 (e.g., y26x=0y^2-6x=0) before calculating S1S_1. If the equation was given as y26x+k=0y^2-6x+k=0, then S1S_1 would be y126x1+ky_1^2-6x_1+k.
  • Check: Since S1=4>0S_1 = 4 > 0, point C lies outside the parabola, and real tangents can be drawn. The parabola y2=6xy^2=6x opens to the right. xC=1/2x_C = -1/2 is negative, so C is indeed outside the parabola.

Summary and Key Takeaway:

The length of the tangent from point C to the given parabola is 2.

This problem is an excellent example of how multiple concepts from coordinate geometry (lines, intersection of lines, orthocentre, slopes of perpendicular lines, and properties of parabolas) are integrated into a single question. The systematic approach of breaking down the problem into smaller, manageable steps is crucial for solving such complex problems accurately. Careful algebraic manipulation and understanding of geometric definitions are key to success.

The final answer is 2\boxed{2}.

Practice More Conic Sections Questions

View All Questions