We find the tangent to a curve using differentiation. We only use functions that can be written as \(y = kx^n\) (except \(n = -1\)).
To find the equation of a tangent at a point:
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\).
Find the tangent to \(y = \sqrt{x}\) at \(x = 4\).
Rewrite: \[ y = x^{1/2} \] Differentiate: \[ \frac{dy}{dx} = \frac{1}{2}x^{-1/2} \] Gradient at \(x=4\): \[ m = \frac{1}{2}(4^{-1/2}) = \frac{1}{2}\cdot\frac{1}{2} = \frac{1}{4} \] Point on curve: \( y = \sqrt{4} = 2 \Rightarrow (4,2)\) Tangent: \[ y - 2 = \frac{1}{4}(x - 4) \]
Find the tangent to \(y = \frac{5}{x^3}\) at \(x = 1\).
Rewrite: \[ y = 5x^{-3} \] Differentiate: \[ \frac{dy}{dx} = 5(-3)x^{-4} = -15x^{-4} \] Gradient when \(x=1\): \[ m = -15(1)^{-4} = -15 \] Point: \(y = \frac{5}{1^3} = 5 \Rightarrow (1,5)\) Tangent: \[ y - 5 = -15(x - 1) \]