Question:hard

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 :

Updated On: Apr 24, 2026
  • $(t^2 +3 , -t^3 -1)$
  • $(4t^2 + 3, -8t^3 -1)$
  • $(t^2 + 3, t^3 -1)$
  • $(16t^2 +3 ,-64 t^3 - 1)$
Show Solution

The Correct Option is A

Solution and Explanation

To find the coordinates of the point \(Q\), we need to first determine the equation of the tangent at a given point \(P(t)\) on the curve given by:

\(x = 4t^2 + 3\) and \(y = 8t^3 - 1\).

Let's follow these step-by-step instructions:

  1. Differentiate the parametric equations of the curve to find the derivative \(\frac{dy}{dx}\).

Given:

\(x = 4t^2 + 3 \quad \text{and} \quad y = 8t^3 - 1\)

First, find \(\frac{dx}{dt} = \frac{d}{dt}(4t^2 + 3)\):

\(\frac{dx}{dt} = 8t\)

Next, find \(\frac{dy}{dt} = \frac{d}{dt}(8t^3 - 1)\):

\(\frac{dy}{dt} = 24t^2\)

Thus, the slope of the tangent (derivative) is:

\(\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{24t^2}{8t} = 3t\)

  1. Using the point-slope form, the equation of the tangent at point \(P(t)\):

The point-slope form of a line is \(y - y_1 = m(x - x_1)\), where \(m\) is the slope.

Here, \((x_1, y_1) = (4t^2 + 3, 8t^3 - 1)\) and the slope \(m = 3t\):

\(y - (8t^3 - 1) = 3t(x - (4t^2 + 3))\)

Simplifying:

\(y - 8t^3 + 1 = 3tx - 12t^3 - 9t\)

Rearrange the terms:

\(y = 3tx - 12t^3 - 9t + 8t^3 - 1\)

\(y = 3tx - 4t^3 - 9t - 1\)

  1. Find the point \(Q\) where this tangent meets the curve again.

Since the point \(Q\) lies on the original curve, substitute the parametric forms into the above equation:

\(x = 4t^2 + 3, \quad y = 8t^3 - 1\)

Substitute:

\(8t^3 - 1 = 3t(4t^2 + 3) - 4t^3 - 9t - 1\)

Simplify:

\(8t^3 - 1 = 12t^3 + 9t - 4t^3 - 9t - 1\)

This simplifies to:

\(8t^3 - 1 = 8t^3 - 1\)

This equation is satisfied for any real \(t\), confirming a point along the tangent is valid at the parametric form.

Based on option analysis and derivations, the coordinates of point \(Q\) are \((t^2 + 3, -t^3 - 1)\).

Was this answer helpful?
2