Calculus · real student question

Find the derivative of f(t) = t * sin(3t).

Question

Differentiate

f(t)=tsin(3t)f(t) = t\sin(3t)

Step-by-step solution

  1. Identify the structure as a product. ff is a product of u=tu = t and v=sin(3t)v = \sin(3t), so the product rule applies:

    ddt[uv]=uv+uv\frac{d}{dt}\left[uv\right] = u'v + uv'

    Neither factor can be simplified away first, so there is no shortcut around it.

  2. Differentiate the simple factor.

    u=tu=1u = t \quad\Longrightarrow\quad u' = 1

  3. Differentiate the composite factor with the chain rule. sin(3t)\sin(3t) is the outer function sin\sin applied to the inner function 3t3t, whose derivative is 33:

    v=sin(3t)v=3cos(3t)v = \sin(3t) \quad\Longrightarrow\quad v' = 3\cos(3t)

    Forgetting that factor of 33 is the single most common error here.

  4. Assemble with the product rule.

    f(t)=(1)sin(3t)+t(3cos(3t))=sin(3t)+3tcos(3t)f'(t) = (1)\sin(3t) + t\left(3\cos(3t)\right) = \sin(3t) + 3t\cos(3t)

  5. Verify numerically. At t=0.7t = 0.7: the formula gives sin(2.1)+2.1cos(2.1)=0.8632091.060177=0.196967\sin(2.1) + 2.1\cos(2.1) = 0.863209 - 1.060177 = -0.196967. A central difference of ff at t=0.7t = 0.7 with step 10610^{-6} returns 0.196967-0.196967 — agreement to six decimals. Note f(0)=sin0+0=0f'(0) = \sin 0 + 0 = 0, matching the fact that tsin3t3t2t\sin 3t \approx 3t^2 near the origin and so has a flat minimum there.

Answer

f(t)=sin(3t)+3tcos(3t)f'(t) = \sin(3t) + 3t\cos(3t)

Need to solve a different problem like this? Open the solver →