Skip to main content
Back to Conic Sections
JEE Main 2021
Conic Sections
Hyperbola
Hard

Question

Let the equation of two diameters of a circle x2+y22x+2fy+1=0x^{2}+y^{2}-2 x+2 f y+1=0 be 2pxy=12 p x-y=1 and 2x+py=4p2 x+p y=4 p. Then the slope m \in (0,)(0, \infty) of the tangent to the hyperbola 3x2y2=33 x^{2}-y^{2}=3 passing through the centre of the circle is equal to _______________.

Answer: 2

Solution

This problem is an excellent example of how concepts from different areas of coordinate geometry, specifically circles and hyperbolas, are interconnected. To solve it, we will first leverage the properties of diameters to find the center of the given circle. Once the center is determined, we will use the condition that a tangent to a hyperbola passes through this center to find its slope.


1. Determining the Center of the Circle from its Diameters

Key Concept: The general equation of a circle is x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, and its center is at the point (g,f)(-g, -f). A fundamental geometric property is that any diameter of a circle must pass through its center. Consequently, if we are given the equations of two distinct diameters, their unique intersection point will be the center of the circle.

Step-by-step Derivation:

  • Step 1.1: Identify the coordinates of the circle's center from its equation. The given equation of the circle is x2+y22x+2fy+1=0x^2 + y^2 - 2x + 2fy + 1 = 0. To find its center, we compare this equation with the standard general form x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0. By comparing the coefficients of xx and yy: 2g=2    g=12g = -2 \implies g = -1 The coefficient of yy is already given as 2f2f. Therefore, the center of the circle, let's call it CC, is (g,f)=((1),f)=(1,f)(-g, -f) = (-(-1), -f) = (1, -f). Explanation: This step allows us to express the center's coordinates in terms of the unknown parameter ff, which we will determine using the diameter equations.

  • Step 1.2: Utilize the given diameter equations by substituting the center's coordinates. We are provided with the equations of two diameters:

    1. 2pxy=12px - y = 1
    2. 2x+py=4p2x + py = 4p

    Since the center C(1,f)C(1, -f) must lie on both diameters, its coordinates must satisfy both equations. This is the crucial link between the circle's properties and the given diameter equations.

    • Substitute C(1,f)C(1, -f) into Diameter 1: 2p(1)(f)=12p(1) - (-f) = 1 2p+f=1(1)2p + f = 1 \quad \dots(1) Explanation: By substituting x=1x=1 and y=fy=-f into the first diameter equation, we obtain a linear relationship between pp and ff.

    • Substitute C(1,f)C(1, -f) into Diameter 2: 2(1)+p(f)=4p2(1) + p(-f) = 4p 2pf=4p(2)2 - pf = 4p \quad \dots(2) Explanation: Similarly, substituting the center's coordinates into the second diameter equation yields another relationship between pp and ff. Now we have a system of two equations with two unknowns (pp and ff).

  • Step 1.3: Solve the system of equations to find the possible values for pp and ff, and thus the possible centers. From equation (1), we can easily express ff in terms of pp: f=12pf = 1 - 2p

    Now, substitute this expression for ff into equation (2) to eliminate ff: 2p(12p)=4p2 - p(1 - 2p) = 4p 2p+2p2=4p2 - p + 2p^2 = 4p Rearrange the terms to form a standard quadratic equation: 2p25p+2=02p^2 - 5p + 2 = 0

    We can solve this quadratic equation by factoring: (2p1)(p2)=0(2p - 1)(p - 2) = 0 This yields two possible values for pp: p=12orp=2p = \frac{1}{2} \quad \text{or} \quad p = 2

    Next, we find the corresponding values of ff for each value of pp, and subsequently, the possible centers of the circle:

    • Case 1: If p=12p = \frac{1}{2} Substitute p=12p = \frac{1}{2} back into the expression for ff: f=12(12)=11=0f = 1 - 2\left(\frac{1}{2}\right) = 1 - 1 = 0 In this case, the center of the circle is C1=(1,f)=(1,0)C_1 = (1, -f) = (1, 0).

    • Case 2: If p=2p = 2 Substitute p=2p = 2 back into the expression for ff: f=12(2)=14=3f = 1 - 2(2) = 1 - 4 = -3 In this case, the center of the circle is C2=(1,f)=(1,(3))=(1,3)C_2 = (1, -f) = (1, -(-3)) = (1, 3).

    Thus, we have two potential centers for the circle: (1,0)(1,0) and (1,3)(1,3).

Tip for Success: Always double-check your algebraic manipulations, especially when solving systems of equations or quadratic equations. A small error in signs or arithmetic can lead to incorrect values for the parameters and ultimately the wrong answer.


2. Finding the Slope of the Tangent to the Hyperbola

Key Concept: For a hyperbola in its standard form x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, the equation of a tangent with slope mm is given by y=mx±a2m2b2y = mx \pm \sqrt{a^2m^2 - b^2}. This formula is valid for non-vertical tangents. For the tangent to be a real line, the expression under the square root must be non-negative: a2m2b20a^2m^2 - b^2 \ge 0. The point (x1,y1)(x_1, y_1) through which the tangent passes must satisfy this equation.

Step-by-step Derivation:

  • Step 2.1: Standardize the hyperbola equation to identify a2a^2 and b2b^2. The given equation of the hyperbola is 3x2y2=33x^2 - y^2 = 3. To use the standard tangent formula, we must convert it to the standard form x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1. Divide the entire equation by 3: 3x23y23=33\frac{3x^2}{3} - \frac{y^2}{3} = \frac{3}{3} x2y23=1x^2 - \frac{y^2}{3} = 1 Comparing this with x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, we can identify: a2=1a^2 = 1 b2=3b^2 = 3 Explanation: Standardizing the equation is essential as the tangent formula is derived for this specific form.

  • Step 2.2: Formulate the general tangent equation for this specific hyperbola. Substitute the values a2=1a^2=1 and b2=3b^2=3 into the general tangent formula: y=mx±1m23y = mx \pm \sqrt{1 \cdot m^2 - 3} y=mx±m23y = mx \pm \sqrt{m^2 - 3} Important Condition: For the tangent to be a real line, the expression under the square root must be non-negative: m230m^2 - 3 \ge 0. This implies m23m^2 \ge 3, which means m3|m| \ge \sqrt{3}. The problem also specifies that the slope m(0,)m \in (0, \infty). Combining these conditions, we must have m3m \ge \sqrt{3}. Explanation: This equation represents all possible non-vertical tangents to the given hyperbola. The condition on mm ensures that these tangents are real and exist.

  • Step 2.3: Test each possible center of the circle to find the correct slope. The problem states that the tangent passes through the

Practice More Conic Sections Questions

View All Questions