Skip to main content
Back to Application of Derivatives
JEE Main 2018
Application of Derivatives
Application of Derivatives
Medium

Question

If the tangent at a point P, with parameter t, on the curve x = 4t 2 + 3, y = 8t 3 −1, t \in R , meets the curve again at a point Q, then the coordinates of Q are :

Options

Solution

Key Concepts and Formulas

  • Parametric Representation of a Curve: A curve defined by equations x=f(t)x = f(t) and y=g(t)y = g(t), where tt is a parameter.
  • Slope of the Tangent to a Parametric Curve: The derivative dydx\frac{dy}{dx} for a parametric curve is given by the chain rule: dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}
  • Equation of a Tangent Line: The equation of a tangent line at point (x0,y0)(x_0, y_0) with slope mm is yy0=m(xx0)y - y_0 = m(x - x_0).
  • Slope of a Line (Chord): Given two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the slope of the line passing through them is y2y1x2x1\frac{y_2 - y_1}{x_2 - x_1}.

Step-by-Step Solution

Step 1: Understand the Curve and Identify Point P

The curve is given by the parametric equations: x=4t2+3x = 4t^2 + 3 y=8t31y = 8t^3 - 1 For a specific value of the parameter tt, the point P on the curve is P(t)=(4t2+3,8t31)P(t) = (4t^2 + 3, 8t^3 - 1). This is our initial point of tangency.

Step 2: Calculate the Slope of the Tangent at Point P

To find the slope of the tangent line at P, we need to calculate dydx\frac{dy}{dx}.

  • Step 2a: Differentiate xx with respect to tt dxdt=ddt(4t2+3)=8t\frac{dx}{dt} = \frac{d}{dt}(4t^2 + 3) = 8t Explanation: This gives us the instantaneous rate of change of the x-coordinate with respect to the parameter tt.

  • Step 2b: Differentiate yy with respect to tt dydt=ddt(8t31)=24t2\frac{dy}{dt} = \frac{d}{dt}(8t^3 - 1) = 24t^2 Explanation: This gives us the instantaneous rate of change of the y-coordinate with respect to the parameter tt.

  • Step 2c: Calculate dydx\frac{dy}{dx} using the Chain Rule dydx=dy/dtdx/dt=24t28t=3t\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{24t^2}{8t} = 3t Explanation: This is the slope of the tangent line to the curve at the point P, corresponding to the parameter tt.

Step 3: Represent Point Q and Calculate the Slope of Chord PQ

Let Q be another point on the curve, corresponding to a different parameter, say λ\lambda. Explanation: We use a new parameter λ\lambda to denote point Q because Q is distinct from P (unless λ\lambda happens to be equal to tt). This helps us differentiate between the two points.

The coordinates of Q are Q(λ)=(4λ2+3,8λ31)Q(\lambda) = (4\lambda^2 + 3, 8\lambda^3 - 1).

Now, we calculate the slope of the chord connecting P and Q: Slope of PQ=yQyPxQxP\text{Slope of PQ} = \frac{y_Q - y_P}{x_Q - x_P} =(8λ31)(8t31)(4λ2+3)(4t2+3)= \frac{(8\lambda^3 - 1) - (8t^3 - 1)}{(4\lambda^2 + 3) - (4t^2 + 3)} =8λ38t34λ24t2= \frac{8\lambda^3 - 8t^3}{4\lambda^2 - 4t^2} Factor out common terms and use the difference of cubes (a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2+ab+b^2)) and difference of squares (a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)) identities: =8(λ3t3)4(λ2t2)= \frac{8(\lambda^3 - t^3)}{4(\lambda^2 - t^2)} =2(λt)(λ2+λt+t2)(λt)(λ+t)= \frac{2(\lambda - t)(\lambda^2 + \lambda t + t^2)}{(\lambda - t)(\lambda + t)} Explanation: Factoring is a critical step here. It allows us to simplify the expression and will later help us identify the parameter for Q.

Step 4: Equate Slopes and Solve for λ\lambda

Since the tangent at P meets the curve again at Q, the slope of the chord PQ must be equal to the slope of the tangent at P.

Slope of PQ=Slope of tangent at P\text{Slope of PQ} = \text{Slope of tangent at P} 2(λt)(λ2+λt+t2)(λt)(λ+t)=3t\frac{2(\lambda - t)(\lambda^2 + \lambda t + t^2)}{(\lambda - t)(\lambda + t)} = 3t

Since Q is a point other than P, we know that λt\lambda \neq t. Therefore, we can safely cancel the term (λt)(\lambda - t) from both the numerator and the denominator: 2(λ2+λt+t2)λ+t=3t\frac{2(\lambda^2 + \lambda t + t^2)}{\lambda + t} = 3t Explanation: Cancelling (λt)(\lambda - t) is valid because if λ=t\lambda = t, Q would be the same point as P, which contradicts the problem statement that the tangent meets the curve again at Q.

Now, we solve for λ\lambda: 2(λ2+λt+t2)=3t(λ+t)2(\lambda^2 + \lambda t + t^2) = 3t(\lambda + t) 2λ2+2λt+2t2=3λt+3t22\lambda^2 + 2\lambda t + 2t^2 = 3\lambda t + 3t^2 Rearrange the terms to form a quadratic equation in λ\lambda: 2λ2+(2t3t)λ+(2t23t2)=02\lambda^2 + (2t - 3t)\lambda + (2t^2 - 3t^2) = 0 2λ2tλt2=02\lambda^2 - t\lambda - t^2 = 0 Explanation: We rearrange the equation to have all terms on one side equal to zero.

Now, we solve this quadratic equation for λ\lambda. We can factor the quadratic: 2λ22tλ+tλt2=02\lambda^2 - 2t\lambda + t\lambda - t^2 = 0 2λ(λt)+t(λt)=02\lambda(\lambda - t) + t(\lambda - t) = 0 (2λ+t)(λt)=0(2\lambda + t)(\lambda - t) = 0 The solutions are λ=t\lambda = t and λ=t2\lambda = -\frac{t}{2}. Since λt\lambda \neq t, we take λ=t2\lambda = -\frac{t}{2}. Explanation: We solve the quadratic equation to find the value of λ\lambda for point Q. We discard λ=t\lambda=t as Q and P must be distinct.

Step 5: Find the Coordinates of Point Q

Now that we have the value of λ\lambda, we can find the coordinates of Q by substituting λ=t2\lambda = -\frac{t}{2} into the parametric equations: xQ=4λ2+3=4(t2)2+3=4(t24)+3=t2+3x_Q = 4\lambda^2 + 3 = 4\left(-\frac{t}{2}\right)^2 + 3 = 4\left(\frac{t^2}{4}\right) + 3 = t^2 + 3 yQ=8λ31=8(t2)31=8(t38)1=t31y_Q = 8\lambda^3 - 1 = 8\left(-\frac{t}{2}\right)^3 - 1 = 8\left(-\frac{t^3}{8}\right) - 1 = -t^3 - 1 Therefore, the coordinates of Q are (t2+3,t31)(t^2 + 3, -t^3 - 1).

Common Mistakes & Tips

  • Don't forget the chain rule: When finding dydx\frac{dy}{dx} for parametric equations, remember to use dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}.
  • Simplify carefully: Be meticulous when simplifying algebraic expressions, especially when factoring.
  • Remember the condition λt\lambda \neq t: The points P and Q are distinct, so their parameters must be different. This allows you to cancel (λt)(\lambda - t).

Summary

We found the coordinates of point Q by first finding the slope of the tangent at point P using the chain rule. Then, we found the slope of the chord PQ and equated it to the slope of the tangent at P. Solving for λ\lambda, the parameter of point Q, and substituting it into the parametric equations gave us the coordinates of Q as (t2+3,t31)(t^2 + 3, -t^3 - 1).

Final Answer

The final answer is (t2+3,t31)\boxed{(t^2 + 3, -t^3 - 1)}, which corresponds to option (A).

Practice More Application of Derivatives Questions

View All Questions