Math Problem Statement

Find equations of the tangents to the curve x = 9t^2 + 3, y = 6t^3 + 3 that pass through the point (12, 9).

Solution

To solve this problem, let's go through each step to find the equations of the tangents.

Given Information

The parametric equations of the curve are: x=9t2+3x = 9t^2 + 3 y=6t3+3y = 6t^3 + 3 We are asked to find the tangent lines that pass through the point (12,9)(12, 9).

Step 1: Find dydx\frac{dy}{dx} in Terms of tt

To get the slope of the tangent line, we need to compute dydx\frac{dy}{dx}, which can be done using: dydx=dydtdxdt\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}

  1. Differentiate xx with respect to tt: dxdt=18t\frac{dx}{dt} = 18t

  2. Differentiate yy with respect to tt: dydt=18t2\frac{dy}{dt} = 18t^2

So, dydx=18t218t=t\frac{dy}{dx} = \frac{18t^2}{18t} = t Thus, the slope of the tangent line at a point on the curve is given by tt.

Step 2: Find the Points on the Curve

To determine the points on the curve that might give us tangents passing through (12,9)(12, 9), we equate xx and yy expressions to match this point.

  1. Solve for tt when x=12x = 12: 9t2+3=129t^2 + 3 = 12 9t2=99t^2 = 9 t2=1t^2 = 1 t=±1t = \pm 1

  2. Evaluate yy at t=1t = 1 and t=1t = -1:

    • For t=1t = 1: y=6(1)3+3=6+3=9y = 6(1)^3 + 3 = 6 + 3 = 9 So, the point (x,y)=(12,9)(x, y) = (12, 9) is on the curve when t=1t = 1.

    • For t=1t = -1: y=6(1)3+3=6+3=3y = 6(-1)^3 + 3 = -6 + 3 = -3 So, for t=1t = -1, the point on the curve is (x,y)=(12,3)(x, y) = (12, -3).

Step 3: Find the Tangent Lines

Now we have two points on the curve where a tangent might pass through (12,9)(12, 9):

  1. At t=1t = 1:

    • Slope of the tangent m=t=1m = t = 1.
    • Equation of the tangent line in point-slope form: y9=1(x12)y - 9 = 1(x - 12) Simplifying: y=x3y = x - 3
  2. At t=1t = -1:

    • Slope of the tangent m=t=1m = t = -1.
    • Equation of the tangent line: y+3=1(x12)y + 3 = -1(x - 12) Simplifying: y=x+9y = -x + 9

Final Answer

The equations of the tangent lines that pass through (12,9)(12, 9) are: y=x3,y=x+9y = x - 3, \quad y = -x + 9

Would you like further explanation or have any questions?


Related Questions

  1. How can we find the slope of the tangent line at any point on a parametric curve?
  2. What are the steps to determine whether a line passes through a given point?
  3. How do we derive the equation of a tangent line to a parametric curve?
  4. How can we verify that the point (12,9)(12, 9) lies on both tangent lines?
  5. What role does parametric differentiation play in finding slopes of curves?

Tip

When working with parametric equations, always remember to differentiate xx and yy with respect to tt before finding dydx\frac{dy}{dx}. This makes it easier to determine the slope of the tangent line at a given point.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Parametric Equations
Differentiation
Tangent Line

Formulas

dy/dx = (dy/dt) / (dx/dt)
Point-slope form of a line: y - y1 = m(x - x1)

Theorems

Slope of Tangent Line to a Parametric Curve

Suitable Grade Level

Grades 11-12