Find the derivative of the following functions from first principle:
- \(-x\)
- \((-x)^{-1}\)
- \(\sin (x+1)\)
- \(\cos (x-\frac{\pi}{8})\)
Concept Used
The derivative from first principle is defined as:
\[ f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \]
For trigonometric functions, the following standard limits are essential:
\[ \begin{aligned} \lim_{h \to 0} \frac{\sin h}{h} = 1, \\ \lim_{h \to 0} \frac{1 - \cos h}{h} = 0 \end{aligned} \]
Solution Roadmap
- Step 1: Substitute \(f(x+h)\) into definition
- Step 2: Simplify numerator algebraically
- Step 3: Factor and cancel \(h\)
- Step 4: Apply standard limits
- Step 5: Evaluate limit
Solution
Linear function → constant slope → constant derivative
(i) \(f(x) = -x\)
\[ \begin{aligned} f'(x) &= \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \\ &= \lim_{h \to 0} \frac{-(x+h) - (-x)}{h} \\ &= \lim_{h \to 0} \frac{-x - h + x}{h} \\ &= \lim_{h \to 0} \frac{-h}{h} \\ &= -1 \end{aligned} \]
Hence, derivative is constant.
(ii) \(f(x) = (-x)^{-1} = -\dfrac{1}{x}\)
\[ \begin{aligned} f'(x) &= \lim_{h \to 0} \frac{-\frac{1}{x+h} + \frac{1}{x}}{h} \\ &= \lim_{h \to 0} \frac{\frac{-x + (x+h)}{x(x+h)}}{h} \\ &= \lim_{h \to 0} \frac{h}{h \cdot x(x+h)} \\ &= \lim_{h \to 0} \frac{1}{x(x+h)} \\ &= \frac{1}{x^2} \end{aligned} \]
Careful algebraic manipulation is critical here.
(iii) \(f(x) = \sin(x+1)\)
Shifted sine curve → derivative remains cosine
\[ \begin{aligned} f'(x) &= \lim_{h \to 0} \frac{\sin(x+1+h) - \sin(x+1)}{h} \\ \end{aligned} \]
Using identity:
\[ \sin A - \sin B = 2 \cos\left(\frac{A+B}{2}\right)\sin\left(\frac{A-B}{2}\right) \]
\[ \begin{aligned} &= \lim_{h \to 0} \frac{2 \cos\left(x+1+\frac{h}{2}\right)\sin\left(\frac{h}{2}\right)}{h} \\ &= \lim_{h \to 0} \cos\left(x+1+\frac{h}{2}\right) \cdot \frac{\sin(h/2)}{h/2} \\ &= \cos(x+1) \end{aligned} \]
(iv) \(f(x) = \cos\left(x - \frac{\pi}{8}\right)\)
\[ \begin{aligned} f'(x) &= \lim_{h \to 0} \frac{\cos\left(x - \frac{\pi}{8} + h\right) - \cos\left(x - \frac{\pi}{8}\right)}{h} \end{aligned} \]
Using identity:
\[ \cos A - \cos B = -2 \sin\left(\frac{A+B}{2}\right)\sin\left(\frac{A-B}{2}\right) \]
\[ \begin{aligned} &= \lim_{h \to 0} \frac{-2 \sin\left(x - \frac{\pi}{8} + \frac{h}{2}\right)\sin\left(\frac{h}{2}\right)}{h} \\ &= \lim_{h \to 0} -\sin\left(x - \frac{\pi}{8} + \frac{h}{2}\right) \cdot \frac{\sin(h/2)}{h/2} \\ &= -\sin\left(x - \frac{\pi}{8}\right) \end{aligned} \]
Exam Significance
- Directly tests understanding of first principle (very common in CBSE boards)
- Frequently asked in JEE/NEET as conceptual MCQs
- Forms base for all derivative rules (chain rule, product rule)
- Trigonometric limits are extremely important for competitive exams