Skip to main content
Back to Conic Sections
JEE Main 2021
Conic Sections
Parabola
Easy

Question

Let AA be a point on the xx-axis. Common tangents are drawn from AA to the curves x2+y2=8x^2+y^2=8 and y2=16xy^2=16 x. If one of these tangents touches the two curves at QQ and RR, then (QR)2(Q R)^2 is equal to :

Options

Solution

This problem requires a systematic approach involving the properties of tangents to parabolas and circles. We need to find a line that is tangent to both given curves, determine the points where it touches each curve, and then calculate the squared distance between these two points.


1. Understanding the Problem and Initial Strategy

We are given two curves:

  1. A circle: x2+y2=8x^2+y^2=8
  2. A parabola: y2=16xy^2=16x

We need to find a common tangent line to these two curves. Let this tangent line touch the parabola at point QQ and the circle at point RR. Our ultimate goal is to calculate the squared distance (QR)2(QR)^2. The information that the common tangents are drawn from a point AA on the xx-axis serves as a consistency check for our tangent equations, but it's not strictly necessary for finding the common tangents themselves.

Our strategy will be:

  1. Write down the general equation of a tangent to the parabola in terms of its slope.
  2. Apply the tangency condition for this general line to the circle to find the specific slope(s) of the common tangent(s).
  3. Choose one of the common tangent lines and find its point of tangency on the parabola (point QQ).
  4. Using the same tangent line, find its point of tangency on the circle (point RR).
  5. Calculate the squared distance between QQ and RR.

2. Finding the Equation of the Common Tangent

2.1. General Tangent to the Parabola

The given parabola is y2=16xy^2 = 16x. The standard form of a parabola opening to the right is y2=4axy^2 = 4ax. Comparing y2=16xy^2 = 16x with y2=4axy^2 = 4ax, we can identify the parameter aa: 4a=16    a=44a = 16 \implies a = 4.

The equation of a tangent to the parabola y2=4axy^2 = 4ax with slope mm is given by the slope-form formula: y=mx+amy = mx + \frac{a}{m} Why this formula? This is a standard result derived by setting the discriminant of the quadratic formed by substituting y=mx+cy=mx+c into y2=4axy^2=4ax to zero. Substituting a=4a=4 into the tangent equation, we get the general equation of a tangent to y2=16xy^2=16x: y=mx+4m (Equation 1)y = mx + \frac{4}{m} \quad \text{ (Equation 1)} This equation represents any line that is tangent to the parabola y2=16xy^2=16x. Now, we need to find the specific value(s) of mm for which this line is also tangent to the circle.

2.2. Tangency Condition for the Circle

The given circle is x2+y2=8x^2+y^2=8. The standard form of a circle centered at the origin is x2+y2=r2x^2+y^2=r^2. Comparing x2+y2=8x^2+y^2=8 with x2+y2=r2x^2+y^2=r^2, we find the center is (0,0)(0,0) and the radius squared is r2=8r^2=8. So, the radius is r=8=22r = \sqrt{8} = 2\sqrt{2}.

For a line to be tangent to a circle, the perpendicular distance from the center of the circle to the line must be equal to the radius of the circle. First, rewrite Equation 1 in the general linear form Ax+By+C=0Ax+By+C=0: mxy+4m=0mx - y + \frac{4}{m} = 0 Here, A=mA=m, B=1B=-1, and C=4mC=\frac{4}{m}. The center of the circle is (x0,y0)=(0,0)(x_0, y_0) = (0,0). The formula for the perpendicular distance from a point (x0,y0)(x_0, y_0) to a line Ax+By+C=0Ax+By+C=0 is Ax0+By0+CA2+B2\frac{|Ax_0+By_0+C|}{\sqrt{A^2+B^2}}. Applying this condition: m(0)1(0)+4mm2+(1)2=r\frac{\left|m(0) - 1(0) + \frac{4}{m}\right|}{\sqrt{m^2 + (-1)^2}} = r 4mm2+1=22\frac{\left|\frac{4}{m}\right|}{\sqrt{m^2+1}} = 2\sqrt{2} Why the absolute value? Distance is always non-negative. Squaring both sides will remove the absolute value and the square root, making it easier to solve for mm. (4m)2m2+1=(22)2\frac{\left(\frac{4}{m}\right)^2}{m^2+1} = (2\sqrt{2})^2 16m2(m2+1)=8\frac{16}{m^2(m^2+1)} = 8 Now, we solve for mm: 16=8m2(m2+1)16 = 8m^2(m^2+1) Divide both sides by 8: 2=m2(m2+1)2 = m^2(m^2+1) 2=m4+m22 = m^4 + m^2 Rearrange into a quadratic form by setting the equation to zero: m4+m22=0m^4 + m^2 - 2 = 0 Let k=m2k=m^2 to simplify the quadratic equation: k2+k2=0k^2 + k - 2 = 0 Factor the quadratic equation: (k+2)(k1)=0(k+2)(k-1) = 0 This gives two possible values for kk: k=2k=-2 or k=1k=1. Since k=m2k=m^2, and mm represents a real slope, m2m^2 must be non-negative. Therefore, we discard m2=2m^2=-2 because it would imply mm is imaginary. So, we must have m2=1m^2=1, which implies m=±1m = \pm 1.

These are the slopes of the common tangents. We can choose either value of mm to find the points of tangency. Let's choose m=1m=1. Substituting m=1m=1 into Equation 1: y=(1)x+41    y=x+4y = (1)x + \frac{4}{1} \implies \mathbf{y = x+4} This is one of the common tangents. If we chose m=1m=-1, we would get y=x4y = -x-4. Both tangents would yield the same squared distance between their respective points of tangency.

(Optional Check: The problem states common tangents are drawn from a point A on the x-axis. For y=x+4y=x+4, if A is (xA,0)(x_A, 0), then 0=xA+4    xA=40 = x_A+4 \implies x_A=-4. So A(4,0)A(-4,0) is the point from which these tangents originate. This is consistent with the problem statement.)


3. Finding the Points of Tangency

Now we use the common tangent y=x+4y=x+4 to find the points where it touches the parabola and the circle.

3.1. Point Q on the Parabola (y2=16xy^2=16x)

To find the point of tangency, we substitute the equation of the tangent line (y=x+4y=x+4) into the equation of the parabola (y2=16xy^2=16x). (x+4)2=16x(x+4)^2 = 16x Why substitute? The points of tangency are the intersection points of the line and the curve. Since a tangent touches at exactly one point, the resulting quadratic equation in xx (or yy) will have exactly one solution (a repeated root). Expand the left side: x2+8x+16=16xx^2 + 8x + 16 = 16x Rearrange into a standard quadratic equation: x28x+16=0x^2 - 8x + 16 = 0 This is a perfect square trinomial: (x4)2=0(x-4)^2 = 0 This implies x=4x=4. Now, substitute x=4x=4 back into the tangent equation y=x+4y=x+4 to find the yy-coordinate: y=4+4=8y = 4+4 = 8 So, the point of tangency on the parabola is Q(4,8)\mathbf{Q(4,8)}.

3.2. Point R on the Circle (x2+y2=8x^2+y^2=8)

Similarly, we substitute the equation of the tangent line (y=x+4y=x+4) into the equation of the circle (x2+y2=8x^2+y^2=8). x2+(x+4)2=8x^2 + (x+4)^2 = 8 Expand the squared term: x2+(x2+8x+16)=8x^2 + (x^2 + 8x + 16) = 8 Combine like terms: 2x2+8x+16=82x^2 + 8x + 16 = 8 Move the constant term to the left side to set the equation to zero: 2x2+8x+8=02x^2 + 8x + 8 = 0 Divide the entire equation by 2 to simplify: x2+4x+4=0x^2 + 4x + 4 = 0 This is also a perfect square trinomial: (x+2)2=0(x+2)^2 = 0 This implies x=2x=-2. Now, substitute x=2x=-2 back into the tangent equation y=x+4y=x+4 to find the yy-coordinate: y=2+4=2y = -2+4 = 2 So, the point of tangency on the circle is R(2,2)\mathbf{R(-2,2)}.


Practice More Conic Sections Questions

View All Questions