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

Question

If the common tangent to the parabolas, y 2 = 4x and x 2 = 4y also touches the circle, x 2 + y 2 = c 2 , then c is equal to :

Options

Solution

1. Understanding the Problem and Key Concepts

This problem challenges us to find a line that simultaneously acts as a common tangent to two given parabolas, y2=4xy^2 = 4x and x2=4yx^2 = 4y. Once we determine this unique common tangent line, we then need to use the condition that this very line also touches a given circle, x2+y2=c2x^2 + y^2 = c^2, to find the value of cc. This requires a strong understanding of tangent properties for conic sections and the condition for a line to be tangent to a circle.

To solve this problem effectively, we will utilize the following fundamental concepts and formulas from coordinate geometry:

  • Equation of a Tangent to a Parabola y2=4axy^2 = 4ax (Slope Form): If a line with slope mm is tangent to the parabola y2=4axy^2 = 4ax, its equation is given by: y=mx+amy = mx + \frac{a}{m} Rationale: This formula allows us to express any tangent line to this type of parabola solely in terms of its slope mm and the parabola's focal parameter aa.

  • Equation of a Tangent to a Parabola x2=4ayx^2 = 4ay (Slope Form): Similarly, if a line with slope mm is tangent to the parabola x2=4ayx^2 = 4ay, its equation is given by: y=mxam2y = mx - am^2 Rationale: This is the corresponding slope-form tangent equation for parabolas opening upwards or downwards. It's crucial to distinguish this from the previous form.

  • Condition for Tangency of a Line to a Circle: A straight line Ax+By+C=0Ax + By + C = 0 is tangent to a circle with center (x0,y0)(x_0, y_0) and radius rr if and only if the perpendicular distance from the center of the circle to the line is equal to the radius rr. The distance dd is calculated using the formula: d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}} For a circle centered at the origin (0,0)(0,0) with radius rr, this condition simplifies to: r=CA2+B2r = \frac{|C|}{\sqrt{A^2 + B^2}} Rationale: This geometric condition is the definitive test for tangency. If the distance from the center to the line is less than the radius, the line intersects the circle; if it's greater, it doesn't intersect. Only when it equals the radius is it a tangent.

2. Step-by-Step Solution

Our strategy will involve finding the general tangent equations for both parabolas, equating them to find the common slope, determining the common tangent line, and then applying the circle tangency condition.

Step 1: Identify Parameters and Write General Tangent Equations for Both Parabolas

We begin by identifying the parameter 'a' for each parabola and then writing down the general equation of a tangent line with slope mm for each. This is a standard approach when seeking a common tangent, as the common tangent will necessarily have a single, common slope mm.

  • For the parabola y2=4xy^2 = 4x: This parabola is in the standard form y2=4axy^2 = 4ax. Comparing y2=4xy^2 = 4x with y2=4axy^2 = 4ax, we can see that: 4a=4    a=14a = 4 \implies a = 1 Now, using the formula for a tangent with slope mm to y2=4axy^2 = 4ax, we substitute a=1a=1: y=mx+1m(Equation 1)y = mx + \frac{1}{m} \quad \text{(Equation 1)} Explanation: This equation represents all possible tangent lines with slope mm to the parabola y2=4xy^2=4x. We assume our common tangent has some slope mm.

  • For the parabola x2=4yx^2 = 4y: This parabola is in the standard form x2=4ayx^2 = 4ay. Comparing x2=4yx^2 = 4y with x2=4ayx^2 = 4ay, we again find: 4a=4    a=14a = 4 \implies a = 1 Next, we use the formula for a tangent with slope mm to x2=4ayx^2 = 4ay, substituting a=1a=1: y=mx(1)m2y = mx - (1)m^2 y=mxm2(Equation 2)y = mx - m^2 \quad \text{(Equation 2)} Explanation: Similarly, this equation represents all possible tangent lines with slope mm to the parabola x2=4yx^2=4y. Since we are searching for a common tangent, it must have the same slope mm for both parabolas.

Step 2: Find the Slope of the Common Tangent

For a line to be a common tangent to both parabolas, it must be the same line. Since we have already assumed that the slopes (mm) of the tangent lines are equal, for them to represent the same line, their y-intercepts must also be identical.

Equating the y-intercepts from Equation 1 and Equation 2: 1m=m2\frac{1}{m} = -m^2 Explanation: If two linear equations y=mx+c1y = mx + c_1 and y=mx+c2y = mx + c_2 represent the same line, and they already share the same slope mm, then their y-intercepts (c1c_1 and c2c_2) must necessarily be identical. This crucial step allows us to solve for the specific slope mm that satisfies the condition of being a common tangent.

Now, we solve this equation for mm: 1=m31 = -m^3 m3=1m^3 = -1 Taking the cube root of both sides, we find the only real solution for mm: m=1m = -1 Explanation: In coordinate geometry, a tangent line must have a real slope. The cube root of 1-1 is 1-1, which is a real number, confirming that a common tangent exists.

Step 3: Determine the Equation of the Common Tangent

Now that we have found the common slope m=1m = -1, we can substitute this value into either Equation 1 or Equation 2 to obtain the specific equation of the common tangent line. Let's use Equation 1: y=(1)x+1(1)y = (-1)x + \frac{1}{(-1)} y=x1y = -x - 1 To prepare for applying the tangency condition with the circle, we rearrange this equation into the standard linear form Ax+By+C=0Ax + By + C = 0: x+y+1=0(Equation of Common Tangent)x + y + 1 = 0 \quad \text{(Equation of Common Tangent)} Explanation: Substituting the specific common slope m=1m=-1 into one of the general tangent equations yields the unique equation of the line that touches both parabolas simultaneously. This is the line we're interested in.

Step 4: Apply the Tangency Condition for the Circle

The problem states that this common tangent line, x+y+1=0x + y + 1 = 0, also touches the circle x2+y2=c2x^2 + y^2 = c^2. Let's identify the properties of this circle:

  • The circle x2+y2=c2x^2 + y^2 = c^2 is centered at the origin, so (x0,y0)=(0,0)(x_0, y_0) = (0,0).
  • The radius of the circle is r=cr = c. (Note: radius must be positive, so c>0c>0).

For the line x+y+1=0x + y + 1 = 0 to be tangent to this circle, the perpendicular distance from the center of the circle (0,0)(0,0) to the line must be equal to the radius cc.

From the equation of the line x+y+1=0x + y + 1 = 0, we identify the coefficients: A=1A=1, B=1B=1, and C=1C=1. Using the distance formula d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}, and setting d=cd=c: c=1(0)+1(0)+112+12c = \frac{|1(0) + 1(0) + 1|}{\sqrt{1^2 + 1^2}} Explanation: This is the core principle for determining if a line is tangent to a circle. The distance from the circle's center to the line must be exactly equal to the circle's radius. If this distance were less than the radius, the line would intersect the circle at two points; if it were greater, the line would not intersect the circle at all.

Step 5: Calculate the Value of c

Now, we perform the final calculation: c=0+0+11+1c = \frac{|0 + 0 + 1|}{\sqrt{1 + 1}} c=12c = \frac{|1|}{\sqrt{2}} c=12c = \frac{1}{\sqrt{2}}

Thus, the value of cc is 12\frac{1}{\sqrt{2}}.

3. Important Tips and Common Pitfalls

  • Memorize Standard Tangent Forms: Knowing the standard slope-form tangent equations for common conic sections (parabolas, ellipses, hyperbolas) is crucial for efficiency. Deriving them during an exam is time-consuming.
  • Correctly Identify 'a': Be extremely careful to correctly identify the parameter 'a' for each parabola. While both were a=1a=1 in this problem, they could easily be different in other questions, leading to different tangent equations.
  • Careful with Signs: Pay close attention to signs, especially when solving equations like m3=1m^3 = -1. Remember that the cube root of a negative number is negative.
  • Absolute Value in Distance Formula: Always include the absolute value in the numerator of the distance formula (Ax0+By0+C|Ax_0 + By_0 + C|). Distance is a non-negative quantity. Forgetting this can lead to incorrect signs for cc (though cc here represents a radius and must be positive).
  • Standard Form for Line: Ensure the line equation is in the Ax+By+C=0Ax+By+C=0 form before applying the distance formula to correctly identify A,B,CA, B, C.
  • Real Roots for Slope: A physical tangent line in the Cartesian plane must have a real slope. If solving for mm yields only complex roots, it implies there is no real common tangent (or an error in calculation).

4. Summary and Key Takeaway

This problem serves as an excellent illustration of how to combine concepts from different conic sections. The methodical approach involved:

  1. Expressing the general tangent equations for both parabolas in terms of a common slope mm.
  2. Equating the y-intercepts of these general tangent forms to determine the specific value of mm for the common tangent.
  3. Substituting this common slope back into one of the general equations to find the unique equation of the common tangent line.
  4. Finally, applying the fundamental tangency condition for a line to a circle (perpendicular distance from center equals radius) to solve for the unknown parameter cc.

The key takeaway is the systematic application of standard formulas for tangents to conic sections and the distance formula for tangency conditions. These are fundamental tools in coordinate geometry and frequently appear in JEE problems.

The final answer is 12\boxed{\frac{1}{\sqrt{2}}}.

Practice More Conic Sections Questions

View All Questions