Calculus is the mathematics of change. While algebra deals with static numbers and fixed relationships, calculus allows us to define and calculate change at an exact, infinitely small moment in time (the instantaneous rate of change). To understand how to calculate these instantaneous rates (Derivatives), we must first master the concept of the endlessly approaching line—the Limit.
The limit of a function \(f(x)\) as \(x\) approaches a value \(a\), written as \(\lim_{x \to a} f(x)\), answers a specific question: "As my \(x\)-value creeps intimately close to \(a\) (but never quite hits it), what \(y\)-value is the graph aiming for?"
The Left Hand Limit (LHL) perfectly equals the Right Hand Limit (RHL).
If \(\text{LHL} = \text{RHL} = L\), then we say \(\lim_{x \to a} f(x) = L\).
We primarily evaluate limits using these methods, applied in this exact order:
Mémorize these fundamental limit definitions. They are derived from the Sandwich/Squeeze Theorem.
(Assuming \(x\) is in radians)
The derivative \(f'(x)\) is the instantaneous slope of the tangent line to the curve \(y = f(x)\). It is defined using a limit as the horizontal distance (\(h\)) between two points on the curve shrinks to strictly zero.
Example Derivation: \(f(x) = x^2\)
Using First Principles for every function would take hours. Instead, we use established formulas and rules.
| Function \(f(x)\) | Derivative \(f'(x)\) | Function \(f(x)\) | Derivative \(f'(x)\) |
|---|---|---|---|
| \(x^n\) | \(n \cdot x^{n-1}\) | \(\sin(x)\) | \(\cos(x)\) |
| \(C\) (Constant) | \(0\) | \(\cos(x)\) | \(-\sin(x)\) |
| \(e^x\) | \(e^x\) | \(\tan(x)\) | \(\sec^2(x)\) |
| \(\ln(x)\) | \(\frac{1}{x}\) | \(\sec(x)\) | \(\sec(x)\tan(x)\) |
| \(a^x\) | \(a^x \cdot \ln(a)\) | \(\csc(x)\) | \(-\csc(x)\cot(x)\) |
| \(\sqrt{x}\) | \(\frac{1}{2\sqrt{x}}\) | \(\cot(x)\) | \(-\csc^2(x)\) |
Show detailed steps for every problem. Calculus requires systematic algebraic neatness.
| Q | Answer & Concise Logic |
|---|---|
| 1 | \(14\). Direct substitution. \(3^2 + 2(3) - 1 = 9 + 6 - 1 = 14\). |
| 2 | \(4\). Factorise \(x^2 - 4\) as \((x-2)(x+2)\). Cancel \((x-2)\). Sub \(x=2\) to get \(2+2=4\). |
| 3 | \(3\). Factorise using \(x^3-1 = (x-1)(x^2+x+1)\). Cancel \((x-1)\). Sub \(x=1\) to get \(1^2+1+1=3\). |
| 4 | \(6\). Factorise top: \((x-3)(x+3)\). Bottom: \((x-2)(x-3)\). Cancel \((x-3)\). Sub \(x=3 \to \frac{3+3}{3-2} = 6\). |
| 5 | \(\frac{1}{2}\). Rationalise! Multiply top and bottom by \(\sqrt{1+x} + 1\). Top becomes \(1+x-1 = x\). Cancel \(x\). Sub \(x=0 \to \frac{1}{1+1} = \frac{1}{2}\). |
| 6 | \(\frac{5}{2} a^{3/2}\). Use formula \(\lim_{x \to a} \frac{x^n - a^n}{x - a} = n \cdot a^{n-1}\) where \(n=5/2\). |
| 7 | \(3\). Rewrite as \(\frac{\sin 3x}{3x} \cdot 3\). The limit of \(\frac{\sin 3x}{3x}\) as \(x \to 0\) is 1. \(1 \cdot 3 = 3\). |
| 8 | \(\frac{5}{2}\). Rewrite as \(\frac{\sin 5x}{5x} \cdot \frac{2x}{\sin 2x} \cdot \frac{5x}{2x}\). Limits go to 1. Result is 5/2. |
| 9 | \(2\). Use trig identity \(1 - \cos 2x = 2 \sin^2 x\). Limit of \(\frac{2 \sin^2 x}{x^2} = 2(1)^2 = 2\). |
| 10 | \(4\). Rewrite as \(\frac{\tan 4x}{4x} \cdot 4\). Limit is 1. \(1 \cdot 4 = 4\). |
| Q | Derived Solution / Method |
|---|---|
| 11 | \(f'(x) = \lim_{h \to 0} \frac{3(x+h) - 3x}{h} = \lim_{h \to 0} \frac{3x+3h-3x}{h} = \lim_{h \to 0} \frac{3h}{h} = \mathbf{3}\). |
| 12 | \(f'(x) = \lim_{h \to 0} \frac{(x+h)^3 - x^3}{h} = \lim_{h \to 0} \frac{x^3 + 3x^2h + 3xh^2 + h^3 - x^3}{h} \to \lim_{h \to 0} (3x^2 + 3xh + h^2) = \mathbf{3x^2}\). |
| 13 | \(\mathbf{20x^4 - 4x + 7}\). Power rule applied term by term. |
| 14 | Rewrite as \(y = x + x^{-1}\). \(y' = 1 - x^{-2} = \mathbf{1 - \frac{1}{x^2}}\). |
| 15 | Rewrite \(\sqrt{x}\) as \(x^{1/2}\). \(y' = \mathbf{\frac{1}{2\sqrt{x}} + \cos x}\). |
| 16 | \(y' = \mathbf{5e^x - \frac{3}{x}}\). |
| 17 | Rewrite as \(y = \frac{1}{3}x^3 - 3x^{-3}\). \(y' = \frac{1}{3}(3x^2) - 3(-3x^{-4}) = \mathbf{x^2 + \frac{9}{x^4}}\). |
| 18 | \(\mathbf{\frac{3}{2}x^{1/2} + 2^x \ln 2}\). Or \(\frac{3}{2}\sqrt{x} + 2^x \ln 2\). |
| 19 | \(f'(x) = \mathbf{-\sin x + \sec^2 x}\). |
| 20 | \(f'(x) = 4x^3 - 6x + 1\). Sub \(x=1\): \(4(1) - 6(1) + 1 = \mathbf{-1}\). |
| 21 | Product Rule: \(\mathbf{x^2 \cos x + 2x \sin x}\). |
| 22 | Product Rule: \(e^x(-\sin x) + \cos x(e^x) = \mathbf{e^x(\cos x - \sin x)}\). |
| 23 | Product Rule or expand first to \(y = x^5 + x^3 - x^3 - x = x^5 - x\). \(y' = \mathbf{5x^4 - 1}\). |
| 24 | Product Rule: \(x(1/x) + (\ln x)(1) = \mathbf{1 + \ln x}\). |
| 25 | Quotient Rule: \(\frac{(x-1)(1) - (x+1)(1)}{(x-1)^2} = \frac{x-1-x-1}{(x-1)^2} = \mathbf{\frac{-2}{(x-1)^2}}\). |
| 26 | Quotient Rule: \(\mathbf{\frac{x \cos x - \sin x}{x^2}}\). |
| 27 | Quotient Rule: \(\frac{(1+x^2)e^x - e^x(2x)}{(1+x^2)^2} = \mathbf{\frac{e^x(1-2x+x^2)}{(1+x^2)^2}}\). |
| 28 | Chain Rule: \(4(2x+5)^3 \cdot \frac{d}{dx}(2x+5) = \mathbf{8(2x+5)^3}\). |
| 29 | Chain Rule: \(\cos(3x^2) \cdot \frac{d}{dx}(3x^2) = \mathbf{6x \cos(3x^2)}\). |
| 30 | Chain Rule: \(\mathbf{e^{x^2+x} \cdot (2x+1)}\). |