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

Question

The equation of common tangent to the curves y 2 = 16x and xy = –4, is :

Options

Solution

1. Understanding the Problem and Key Concepts

The problem asks us to find the equation of a line that is simultaneously tangent to two different curves: a parabola and a rectangular hyperbola. Such a line is called a common tangent. To solve this, we will employ a powerful and systematic approach that combines the general form of a tangent to one curve with the tangency condition for the second curve.

The core mathematical concepts we will utilize are:

  • Equation of Tangent to a Parabola: For a parabola of the standard form y2=4axy^2 = 4ax, the equation of a tangent line with slope mm is given by y=mx+amy = mx + \frac{a}{m}. This formula is incredibly useful because it allows us to represent any tangent to the parabola using a single unknown parameter, its slope mm.
  • Condition for Tangency (D=0D=0): A line y=mx+cy = mx + c is tangent to a curve if, when we substitute the line's equation into the curve's equation, the resulting polynomial equation has exactly one unique solution for the variable (e.g., xx or yy). For a quadratic equation of the form Ax2+Bx+C=0Ax^2 + Bx + C = 0, this condition is met when its discriminant D=B24ACD = B^2 - 4AC is equal to zero. This ensures that the line intersects the curve at precisely one point, which is the defining characteristic of a tangent.

Our strategy will be to first write the general equation of a tangent to the parabola in terms of its slope mm. Then, we will substitute this general tangent into the hyperbola's equation and use the discriminant condition to find the specific value of mm that makes it tangent to the hyperbola as well.


2. Step-by-Step Solution

Step 2.1: Determine the general equation of a tangent to the parabola y2=16xy^2 = 16x.

  • Explanation: We begin by finding a general algebraic expression for any line that is tangent to the given parabola. The slope-intercept form y=mx+cy = mx + c is ideal here, as the special formula for a parabola's tangent directly gives us cc in terms of mm and the parabola's parameter aa. This reduces the problem to finding a single unknown, mm.

  • Working: The given parabola is y2=16xy^2 = 16x. We compare this with the standard form of a parabola y2=4axy^2 = 4ax. By comparing the coefficients of xx, we have 4a=164a = 16. Solving for aa, we find a=4a = 4.

    Now, we substitute this value of aa into the general tangent equation for a parabola, y=mx+amy = mx + \frac{a}{m}: y=mx+4m......(1)y = mx + \frac{4}{m} \quad \text{......(1)} This equation represents any line that is tangent to the parabola y2=16xy^2 = 16x. Our goal is to find the specific value of mm for which this line is also tangent to the hyperbola.

Step 2.2: Apply the tangency condition (D=0D=0) to the hyperbola xy=4xy = -4.

  • Explanation: For the line represented by equation (1) to be a common tangent, it must not only touch the parabola but also be tangent to the hyperbola xy=4xy = -4. To impose this condition, we substitute the expression for yy from our general tangent equation (1) into the hyperbola's equation. If the line is indeed tangent, the resulting equation (which will be a quadratic in xx) must have exactly one unique solution for xx. This is mathematically expressed by setting its discriminant DD to zero.

  • Working: Substitute y=mx+4my = mx + \frac{4}{m} from equation (1) into the hyperbola equation xy=4xy = -4: x(mx+4m)=4x \left( mx + \frac{4}{m} \right) = -4 Distribute xx into the parenthesis: mx2+4mx=4mx^2 + \frac{4}{m}x = -4 To apply the discriminant condition, we must rearrange this into the standard quadratic form Ax2+Bx+C=0Ax^2 + Bx + C = 0: mx2+(4m)x+4=0......(2)mx^2 + \left(\frac{4}{m}\right)x + 4 = 0 \quad \text{......(2)} For this quadratic equation to have exactly one solution for xx (which means the line is tangent to the hyperbola), its discriminant (DD) must be zero. From equation (2), we identify the coefficients: A=mA = m B=4mB = \frac{4}{m} C=4C = 4 Now, we set the discriminant D=B24ACD = B^2 - 4AC to zero: (4m)24(m)(4)=0\left(\frac{4}{m}\right)^2 - 4(m)(4) = 0

Step 2.3: Solve for the slope (mm).

  • Explanation: We now have an algebraic equation that depends solely on the unknown slope mm. Solving this equation will yield the specific value(s) of mm for which the line is tangent to both curves simultaneously. We are looking for real values of mm, as they correspond to real, geometrically observable tangent lines.

  • Working: Simplify the equation from Step 2.2: 16m216m=0\frac{16}{m^2} - 16m = 0 To simplify, we can divide the entire equation by 16. It's important to note that m0m \neq 0, because if m=0m=0, the term 4m\frac{4}{m} in the tangent equation (1) would be undefined. A line with m=0m=0 is y=4y=4 (if we consider the limit), which is not tangent to xy=4xy=-4. 1m2m=0\frac{1}{m^2} - m = 0 Multiply the entire equation by m2m^2 to clear the denominator. Since m0m \neq 0, m20m^2 \neq 0, so this is a valid operation: 1m3=01 - m^3 = 0 m3=1m^3 = 1 For a real tangent line, we are interested in real values of mm. The only real solution for mm is: m=1m = 1 (While m3=1m^3=1 has two complex roots, m=ei2π/3m = e^{i2\pi/3} and m=ei4π/3m = e^{i4\pi/3}, these correspond to complex tangent lines, which are not typically sought in such problems unless explicitly stated.)

Step 2.4: Formulate the equation of the common tangent.

  • Explanation: With the value of the slope mm now precisely determined, we can substitute it back into our general tangent equation (1). This will give us the specific equation of the common tangent line that satisfies the conditions for both the parabola and the hyperbola.

  • Working: Substitute m=1m=1 into equation (1): y=(1)x+41y = (1)x + \frac{4}{1} y=x+4y = x + 4 To match the standard format of the given options (usually Ax+By+C=0Ax + By + C = 0), we rearrange the equation: xy+4=0x - y + 4 = 0

  • Result: The equation of the common tangent to the curves y2=16xy^2 = 16x and xy=4xy = -4 is xy+4=0\boxed{x - y + 4 = 0}.

This corresponds to option (A).


3. Important Tips and Common Pitfalls

  • Correctly Identify 'a' for Parabola: Always ensure you correctly extract the value of 'aa' from the parabola's equation (e.g., y2=4axy^2 = 4ax or x2=4ayx^2 = 4ay) before using the tangent formula. A common mistake is to use 4a4a instead of aa. Here, y2=16x4a=16a=4y^2=16x \Rightarrow 4a=16 \Rightarrow a=4.
  • Discriminant Condition is Key: The D=0D=0 condition is fundamental for establishing tangency. Carefully form the quadratic equation after substitution and accurately identify its coefficients (A,B,CA, B, C) before applying B24AC=0B^2 - 4AC = 0. Any algebraic error here will lead to an incorrect value of mm.
  • Real Slopes for Real Tangents: When solving for mm, especially if you encounter higher-degree equations (like m3=1m^3=1), remember that for a physically observable, real tangent line, you are looking for real values of mm.
  • Consider Special Cases (Vertical/Horizontal Tangents): The slope form y=mx+a/my = mx + a/m does not cover vertical tangents (where mm is undefined). Always briefly consider if such tangents exist and if they could be relevant. For y2=16xy^2 = 16x, the tangent at the vertex (0,0)(0,0) is x=0x=0. However, x=0x=0 does not intersect xy=4xy=-4 at a single point (it doesn't intersect it at all, as 0y=40 \cdot y = -4 has no solution). For the hyperbola xy=4xy=-4, neither x=kx=k nor y=ky=k for any constant kk can be tangents in the sense of the D=0D=0 condition (they intersect at one point if k0k \neq 0, but don't lead to a quadratic in xx or yy that satisfies D=0D=0). In this problem, m=1m=1 implies a non-vertical, non-horizontal tangent, so the formula is perfectly applicable.
  • Algebraic Precision: Be meticulous with algebraic manipulations, especially when clearing denominators or solving cubic equations. A small error can lead to a completely different result.

4. Conclusion and Key Takeaway

To find a common tangent to two curves, a highly effective and standard strategy is:

  1. Parameterize one tangent: Derive the general equation of a tangent for one curve (often using the slope form y=mx+cy = mx + c, where cc is expressed in terms of mm and curve parameters).
  2. Substitute into the second curve: Substitute this general tangent equation into the equation of the second curve.
  3. Apply tangency condition: Use the condition for tangency (discriminant D=0D=0 for quadratics, or unique solution for higher-degree polynomials) to the resulting equation.
  4. Solve for the parameter: Solve the algebraic equation for the unknown parameter (typically the slope mm).
  5. Formulate the final equation: Substitute the found parameter back into the general tangent equation to obtain the specific common tangent.

This systematic method reduces the geometric problem of finding a common tangent to solving a single algebraic equation for the tangent's slope, making it a robust approach for such problems.

Practice More Conic Sections Questions

View All Questions