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

Question

A particle is moving in the xy-plane along a curve C passing through the point (3, 3). The tangent to the curve C at the point P meets the x-axis at Q. If the y-axis bisects the segment PQ, then C is a parabola with :

Options

Solution

Key Concepts and Formulas

This problem requires a strong understanding of coordinate geometry, differential calculus, and the properties of conic sections, specifically parabolas. We will use these concepts to translate a geometric condition into a differential equation, solve it, and then identify the resulting curve.

  1. Equation of a Tangent Line: For a curve y=f(x)y = f(x), the equation of the tangent at a specific point P(x1,y1)P(x_1, y_1) is given by the point-slope form: Yy1=m(Xx1)Y - y_1 = m(X - x_1) where m=dydx(x1,y1)m = \frac{dy}{dx}\Big|_{(x_1, y_1)} is the slope of the tangent at that point. Here, (X,Y)(X, Y) are the general coordinates of any point on the tangent line, distinct from the fixed point P(x1,y1)P(x_1, y_1) on the curve.

  2. Midpoint Formula: The coordinates of the midpoint MM of a line segment with endpoints A(xA,yA)A(x_A, y_A) and B(xB,yB)B(x_B, y_B) are: M=(xA+xB2,yA+yB2)M = \left( \frac{x_A + x_B}{2}, \frac{y_A + y_B}{2} \right)

  3. Condition for a Point on the y-axis: A point lies on the y-axis if and only if its x-coordinate is zero.

  4. Solving Differential Equations by Separation of Variables: A first-order differential equation where variables can be separated, typically of the form dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y) or dxdy=g(x)h(y)\frac{dx}{dy} = g(x)h(y), can be solved by rearranging terms to get all xx terms with dxdx and all yy terms with dydy on opposite sides, and then integrating both sides. For example, 1h(y)dy=g(x)dx\frac{1}{h(y)} \, dy = g(x) \, dx.

  5. Standard Form and Properties of a Parabola:

    • The equation y2=4axy^2 = 4ax represents a parabola with its vertex at the origin (0,0)(0,0). Its axis of symmetry is the x-axis.
      • Its focus is at (a,0)(a, 0).
      • The length of its latus rectum is 4a|4a|.
    • Similarly, x2=4ayx^2 = 4ay represents a parabola with its vertex at the origin (0,0)(0,0). Its axis of symmetry is the y-axis.
      • Its focus is at (0,a)(0, a).
      • The length of its latus rectum is 4a|4a|.

Step-by-Step Solution

1. Define the Point P and Initial Setup

  • Why this step? The problem describes a curve CC and a property related to its tangent at an arbitrary point. To derive a general differential equation that describes this curve, we must first define an arbitrary point on it.
  • Let P(x1,y1)P(x_1, y_1) be an arbitrary point on the curve CC.
  • Our goal is to find a relationship between x1x_1, y1y_1, and dydx(x1,y1)\frac{dy}{dx}\Big|_{(x_1, y_1)} based on the given condition. Once this relationship is found, we will generalize it by replacing (x1,y1)(x_1, y_1) with (x,y)(x, y) to obtain the differential equation of the curve.

2. Formulate the Equation of the Tangent Line at P

  • Why this step? The problem explicitly mentions the tangent to the curve, so the first crucial step is to write down its equation. This equation will allow us to find the coordinates of point QQ.
  • The slope of the tangent to the curve CC at point P(x1,y1)P(x_1, y_1) is given by the derivative of yy with respect to xx, evaluated at PP. Let's denote this slope as m=dydx(x1,y1)m = \frac{dy}{dx}\Big|_{(x_1, y_1)}.
  • Using the point-slope form, the equation of the tangent line to the curve CC at P(x1,y1)P(x_1, y_1) is: Yy1=m(Xx1)Y - y_1 = m(X - x_1) Yy1=dydx(x1,y1)(Xx1)Y - y_1 = \frac{dy}{dx}\Big|_{(x_1, y_1)} (X - x_1) Here, (X,Y)(X, Y) represent the running coordinates of any point on the tangent line, while (x1,y1)(x_1, y_1) is the fixed point of tangency on the curve.

3. Find the Coordinates of Point Q (x-intercept of the Tangent)

  • Why this step? Point QQ is explicitly mentioned as an endpoint of the segment PQPQ. To apply the midpoint formula later, we need the coordinates of QQ.
  • Point QQ is where the tangent line meets the x-axis. Any point on the x-axis has a y-coordinate of 00. Let the x-coordinate of QQ be XQX_Q. So, Q=(XQ,0)Q = (X_Q, 0).
  • Substitute Y=0Y=0 into the tangent equation: 0y1=dydx(x1,y1)(XQx1)0 - y_1 = \frac{dy}{dx}\Big|_{(x_1, y_1)} (X_Q - x_1)
  • Now, we solve for XQX_Q. To make the algebra simpler, especially when the derivative is in the denominator, it's often convenient to think of dydx\frac{dy}{dx} as the reciprocal of dxdy\frac{dx}{dy}. y1=1dxdy(x1,y1)(XQx1)-y_1 = \frac{1}{\frac{dx}{dy}\Big|_{(x_1, y_1)}} (X_Q - x_1) XQx1=y1(dxdy(x1,y1))X_Q - x_1 = -y_1 \left( \frac{dx}{dy}\Big|_{(x_1, y_1)} \right) XQ=x1y1dxdy(x1,y1)X_Q = x_1 - y_1 \frac{dx}{dy}\Big|_{(x_1, y_1)}
  • Therefore, the coordinates of point QQ are (x1y1dxdy(x1,y1),0)\left( x_1 - y_1 \frac{dx}{dy}\Big|_{(x_1, y_1)}, 0 \right).

4. Apply the Midpoint Condition

  • Why this step? This is the core geometric condition provided in the problem statement. Applying it will allow us to establish a relationship between x1x_1, y1y_1, and their derivatives, leading directly to the differential equation of the curve.
  • We are given that the y-axis bisects the segment PQPQ. This means the midpoint of PQPQ lies on the y-axis. For a point to be on the y-axis, its x-coordinate must be zero.
  • Let P=(x1,y1)P = (x_1, y_1) and Q=(x1y1dxdy(x1,y1),0)Q = \left( x_1 - y_1 \frac{dx}{dy}\Big|_{(x_1, y_1)}, 0 \right).
  • Using the midpoint formula, the coordinates of the midpoint MM of PQPQ are: M=(x1+(x1y1dxdy(x1,y1))2,y1+02)M = \left( \frac{x_1 + \left( x_1 - y_1 \frac{dx}{dy}\Big|_{(x_1, y_1)} \right)}{2}, \frac{y_1 + 0}{2} \right) M=(2x1y1dxdy(x1,y1)2,y12)M = \left( \frac{2x_1 - y_1 \frac{dx}{dy}\Big|_{(x_1, y_1)}}{2}, \frac{y_1}{2} \right)
  • Since MM lies on the y-axis, its x-coordinate must be 0: 2x1y1dxdy(x1,y1)2=0\frac{2x_1 - y_1 \frac{dx}{dy}\Big|_{(x_1, y_1)}}{2} = 0 2x1y1dxdy(x1,y1)=02x_1 - y_1 \frac{dx}{dy}\Big|_{(x_1, y_1)} = 0
  • Now, we generalize this for any point (x,y)(x, y) on the curve CC. This gives us the differential equation that describes the curve: 2xydxdy=02x - y \frac{dx}{dy} = 0

5. Solve the Differential Equation

  • Why this step? The differential equation defines the curve implicitly. Solving it will yield the explicit algebraic equation of the curve CC.
  • We have the differential equation: 2xydxdy=02x - y \frac{dx}{dy} = 0
  • Rearrange the equation to separate the variables xx and yy. We want all terms involving xx with dxdx on one side, and all terms involving yy with dydy on the other side. 2x=ydxdy2x = y \frac{dx}{dy} Assuming x0x \neq 0 and y0y \neq 0 (these are typically considered boundary cases that don't affect the general solution derived from integration): 2ydy=1xdx\frac{2}{y} \, dy = \frac{1}{x} \, dx
  • Now, integrate both sides: 2ydy=1xdx\int \frac{2}{y} \, dy = \int \frac{1}{x} \, dx 2lny=lnx+lnCint2 \ln|y| = \ln|x| + \ln|C_{int}|
    • Explanation: We use lnCint\ln|C_{int}| as the constant of integration.

Practice More Conic Sections Questions

View All Questions