Skip to main content
Back to Circles
JEE Main 2018
Circles
Circle
Medium

Question

If a tangent to the circle x 2 + y 2 = 1 intersects the coordinate axes at distinct points P and Q, then the locus of the mid-point of PQ is :

Options

Solution

Key Concepts and Formulas

  • Equation of a circle: A circle centered at the origin with radius rr has the equation x2+y2=r2x^2 + y^2 = r^2.
  • Equation of a tangent to a circle: The equation of the tangent to the circle x2+y2=r2x^2 + y^2 = r^2 at the point (x1,y1)(x_1, y_1) on the circle is given by xx1+yy1=r2xx_1 + yy_1 = r^2.
  • Midpoint Formula: The midpoint M(h,k)M(h, k) of a line segment joining two points P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) is given by h=x1+x22h = \frac{x_1 + x_2}{2} and k=y1+y22k = \frac{y_1 + y_2}{2}.
  • Trigonometric Identity: The fundamental identity sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 is crucial for eliminating the parameter.

Step-by-Step Solution

Step 1: Parametrize a point on the circle. Let (cosθ,sinθ)(\cos\theta, \sin\theta) be a point on the circle x2+y2=1x^2 + y^2 = 1.

Why this step? Using the parametric form allows us to represent any point on the circle using a single variable θ\theta, which simplifies finding the tangent equation and later eliminating it.

Step 2: Find the equation of the tangent at the point (cosθ,sinθ)(\cos\theta, \sin\theta). The equation of the tangent to the circle x2+y2=1x^2 + y^2 = 1 at the point (cosθ,sinθ)(\cos\theta, \sin\theta) is given by xcosθ+ysinθ=1x\cos\theta + y\sin\theta = 1.

Why this step? The tangent line is the central geometric element connecting the circle to the points P and Q, and subsequently to the midpoint M.

Step 3: Find the coordinates of the points P and Q where the tangent intersects the coordinate axes.

  • Point P (on the x-axis): For a point on the x-axis, the y-coordinate is 0. Substitute y=0y=0 into the tangent equation: xcosθ+0sinθ=1x\cos\theta + 0\cdot\sin\theta = 1 xcosθ=1x\cos\theta = 1 Since the problem states that P and Q are distinct points on the axes, the tangent cannot be parallel to an axis. Thus, cosθ0\cos\theta \neq 0, so we can write: x=1cosθ=secθx = \frac{1}{\cos\theta} = \sec\theta Thus, P(secθ,0)P(\sec\theta, 0).

  • Point Q (on the y-axis): For a point on the y-axis, the x-coordinate is 0. Substitute x=0x=0 into the tangent equation: 0cosθ+ysinθ=10\cdot\cos\theta + y\sin\theta = 1 ysinθ=1y\sin\theta = 1 Since the problem states that P and Q are distinct points on the axes, the tangent cannot be parallel to an axis. Thus, sinθ0\sin\theta \neq 0, so we can write: y=1sinθ=cscθy = \frac{1}{\sin\theta} = \csc\theta Thus, Q(0,cscθ)Q(0, \csc\theta).

Why this step? P and Q define the segment whose midpoint we are interested in. Finding their coordinates in terms of θ\theta is essential for using the midpoint formula.

Step 4: Express the coordinates of the midpoint M(h, k) of PQ. Let M(h,k)M(h, k) be the midpoint of the segment PQ. Using the midpoint formula with P(secθ,0)P(\sec\theta, 0) and Q(0,cscθ)Q(0, \csc\theta): h=secθ+02h=secθ2h = \frac{\sec\theta + 0}{2} \quad \Rightarrow \quad h = \frac{\sec\theta}{2} k=0+cscθ2k=cscθ2k = \frac{0 + \csc\theta}{2} \quad \Rightarrow \quad k = \frac{\csc\theta}{2}

Why this step? This step establishes the relationship between the coordinates of the locus point (h,k)(h, k) and the parameter θ\theta. Our goal is to find an equation relating hh and kk without θ\theta.

Step 5: Eliminate the parameter θ\theta using a trigonometric identity. From the expressions for hh and kk, we can isolate secθ\sec\theta and cscθ\csc\theta: secθ=2hcosθ=12h\sec\theta = 2h \quad \Rightarrow \quad \cos\theta = \frac{1}{2h} cscθ=2ksinθ=12k\csc\theta = 2k \quad \Rightarrow \quad \sin\theta = \frac{1}{2k} Now, we use the fundamental trigonometric identity sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1. Substitute the expressions for sinθ\sin\theta and cosθ\cos\theta: (12k)2+(12h)2=1\left(\frac{1}{2k}\right)^2 + \left(\frac{1}{2h}\right)^2 = 1

Why this step? This is the crucial step to find the locus. We have two equations involving h,k,sinθ,cosθh, k, \sin\theta, \cos\theta. The identity sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 allows us to combine them and eliminate θ\theta.

Step 6: Simplify the equation to get the locus. 14k2+14h2=1\frac{1}{4k^2} + \frac{1}{4h^2} = 1 Multiply the entire equation by 4h2k24h^2k^2: h2+k2=4h2k2h^2 + k^2 = 4h^2k^2 Finally, to express the locus, replace hh with xx and kk with yy: x2+y2=4x2y2x^2 + y^2 = 4x^2y^2 Rearranging to match the options: x2+y24x2y2=0x^2 + y^2 - 4x^2y^2 = 0

This matches option (A).

Common Mistakes & Tips

  • Parametric Form: Using the parametric form simplifies the calculations significantly compared to using (x1,y1)(x_1, y_1) and the constraint x12+y12=1x_1^2 + y_1^2 = 1.
  • Conditions: Pay attention to given conditions. Here, "distinct points" implies cosθ0\cos\theta \neq 0 and sinθ0\sin\theta \neq 0.
  • Algebra: Be careful with algebraic manipulations.

Summary

This problem demonstrates how to find the locus of a point using a parameter. The general approach is to express the coordinates of the point in terms of a parameter, eliminate the parameter using a known identity, and simplify the resulting equation. The final locus is x2+y24x2y2=0x^2 + y^2 - 4x^2y^2 = 0.

The final answer is x2+y24x2y2=0\boxed{x^2 + y^2 - 4x^2y^2 = 0}, which corresponds to option (A).

Practice More Circles Questions

View All Questions