Derivatives | CBSE - Wyatt's Notes
sources:
- text: Standard textbook reference
Derivatives
Section titled “Derivatives”Derivatives measure the rate of change of a function with respect to its variable. This topic covers basic rules, chain rule, implicit differentiation, and applications.
Key Concepts
Section titled “Key Concepts”- (power rule)
- ,
- ,
- ,
- Product rule:
- Quotient rule:
- Chain rule:
Worked Example 1 — Product Rule
Section titled “Worked Example 1 — Product Rule”Problem: Find .
Solution:
Let and . Then and .
Common mistake: Forgetting to differentiate one of the factors. Both terms must be present.
Worked Example 2 — Chain Rule
Section titled “Worked Example 2 — Chain Rule”Problem: Find .
Solution:
Let , so .
Common mistake: Forgetting the inner derivative. The answer is not just .
Worked Example 3 — Implicit Differentiation
Section titled “Worked Example 3 — Implicit Differentiation”Problem: Find if .
Solution:
Differentiate both sides with respect to :
Solve for :
Common mistake: Treating as a constant when differentiating. Remember that is a function of , so .
Worked Example 4 — Quotient Rule
Section titled “Worked Example 4 — Quotient Rule”Problem: Find .
Solution:
Let and . Then and .
Common mistake: Swapping and in the quotient rule formula. The numerator is , not .
Worked Example 5 — Higher-Order Derivatives
Section titled “Worked Example 5 — Higher-Order Derivatives”Problem: If , find .
Solution:
First derivative:
Second derivative:
Common mistake: Forgetting to apply the chain rule at each differentiation step. Each derivative of brings down a factor of 2.
Practice Problems
Section titled “Practice Problems”- Find using the product rule.
- Find using the chain rule.
- Find if using implicit differentiation.
- Find using the quotient rule.
- Find the second derivative of .
Common Exam Patterns
Section titled “Common Exam Patterns”- Identify which rule to apply before differentiating
- For chain rule, always differentiate the outer function first, then multiply by derivative of inner function
- Practice implicit differentiation with equations of circles and ellipses
- Check answers by substituting back into the original equation when possible
- Higher-order derivatives require applying the differentiation rule repeatedly
- When a function is a product of more than two factors, differentiate one pair at a time
Exam Tips
Section titled “Exam Tips”- Write down and (or and for quotient rule) explicitly before computing derivatives.
- For chain rule, identify the outermost function and work inward layer by layer.
- In implicit differentiation, collect all terms on one side and factor.
- Simplify your answer by factoring common terms; examiners reward simplified forms.
- Verify your derivative by checking dimensions or testing a specific value.
Worked Example 6 — Product of Three Functions
Section titled “Worked Example 6 — Product of Three Functions”Problem: Find .
Solution:
Apply the product rule iteratively. Let , .
First, find using the product rule on :
Now apply the product rule to :
Factor:
Common mistake: Trying to apply the product rule to three factors at once. Instead, group two factors together and apply the rule iteratively.
Worked Example 7 — Logarithmic Differentiation
Section titled “Worked Example 7 — Logarithmic Differentiation”Problem: Find if for .
Solution:
Take the natural logarithm of both sides:
Differentiate both sides with respect to :
Solve for :
Common mistake: Treating as a power function () or an exponential function (). It is neither — use logarithmic differentiation.
Worked Example 8 — Derivative of an Inverse Function
Section titled “Worked Example 8 — Derivative of an Inverse Function”Problem: If , find .
Solution:
Let . Then and:
Compute using the quotient rule:
Now compute :
Therefore:
Common mistake: Forgetting the chain rule when differentiating inverse trigonometric functions. The derivative of is , not just .
Key Formulas
Section titled “Key Formulas”| Function | Derivative | Notes |
|---|---|---|
| Power rule | ||
| Chain rule applied | ||
| Chain rule gives same result | ||
| Chain rule applied | ||
| Inverse trig derivative | ||
| Inverse trig derivative | ||
| (chain rule) | Generalised power rule |
Additional Exam Tips
Section titled “Additional Exam Tips”- For logarithmic differentiation, take of both sides first, then differentiate implicitly. This is useful for functions of the form .
- The derivative of is — remember the absolute value for the domain.
- When differentiating inverse trigonometric functions, always apply the chain rule: .
- For piecewise functions, check differentiability at the boundary by verifying that the left and right derivatives are equal.
- In CBSE exams, questions often combine multiple rules (product + chain, quotient + chain). Practice identifying which rules to apply in which order.
Intuition
Section titled “Intuition”A derivative measures how fast something changes at a single instant. Think of it as the slope of a tangent line touching a curve — it tells you whether the function is going up, going down, or flat at that point. The power rule is the simplest case: the derivative of x^n is n times x^(n-1), which follows from the pattern of how polynomial rates work. The chain rule handles nested functions: if something depends on something else that depends on x, you multiply their individual rates of change. Implicit differentiation is useful when y is buried inside an equation and you cannot isolate it efficiently.
Cross-References
Section titled “Cross-References”- Integrals — the reverse of differentiation
- Matrices — linear algebra foundations
- CBSE Physics — applications of derivatives in mechanics
Common Mistakes
Section titled “Common Mistakes”Confusing the product rule and chain rule. The product rule (uv)’ = u’v + uv’ applies to the product of two functions. The chain rule (f(g(x)))’ = f’(g(x)) * g’(x) applies to composition. Students often apply the product rule to composite functions or the chain rule to products, giving incorrect derivatives.
Forgetting the negative sign in trigonometric derivatives. The derivatives of cos(x), cot(x), csc(x), and their reciprocals all have negative signs. Students frequently forget these negatives, especially for cos(x) -> -sin(x) and csc(x) -> -csc(x)cot(x). This is the most common source of sign errors in differentiation.
Incorrectly applying the chain rule to nested functions. When differentiating sin(x^2), the result is cos(x^2) * 2x, not just cos(x^2). Students often differentiate the outer function but forget to multiply by the derivative of the inner function. The chain rule must be applied at every level of nesting.