Find the equation of the tangent to \(y = x^3\) at \(x = 2\).
Step 1: Differentiate.
\[
y = x^3 \quad \Rightarrow \quad \frac{dy}{dx} = 3x^2
\]
Step 2: Find gradient when \(x = 2\).
\[
m = 3(2)^2 = 12
\]
Step 3: Find the point on the curve.
\[
y = 2^3 = 8 \Rightarrow (2,\,8)
\]
Step 4: Use \(y - y_1 = m(x - x_1)\).
\[
y - 8 = 12(x - 2)
\]
Final tangent: \(y = 12x - 16\).