Differentiation Techniques and Special Forms
Scope Label
Core 9758. This branch contains the main differentiation techniques, including implicit and parametric differentiation.
Use it with the hub Differentiation.
First Principles
First principles defines differentiation rather than merely giving rules.
For a curve , compare two nearby points:
The chord gradient is
Taking the limit as gives the derivative:
How to read the figure. A secant gives an average rate of change. As its second point approaches the first, its gradient approaches the tangent gradient. Keep while simplifying the quotient; only then take the limit, provided that the limit exists.
You should understand:
- as a small change in input;
- as the corresponding change in output;
- as average rate of change;
- as the limiting instantaneous rate of change.
Worked Example: First Principles
Find the derivative of
from first principles.
Start with
Now
So
Expand:
Therefore
Standard Derivatives
The following results should be fluent:
| Function | Derivative |
|---|---|
Trigonometric derivative formulas assume radians. A fuller reference is:
| Function | Derivative | Conditions |
|---|---|---|
| , , | ||
| where is defined | ||
| where is defined | ||
| where is defined |
For an inner function , apply the chain factor . For example,
on intervals where the real-valued expressions and derivatives exist. The inverse-sine and inverse-cosine derivatives below are finite for ; the functions themselves also exist at the endpoints.
For composite forms, these are combined with the chain rule.
For example:
Inverse trigonometric derivatives may be treated as standard reference results when required by the question.
Common A-level inverse trigonometric results are:
| Function | Derivative |
|---|---|
For composite inputs, apply the chain rule. For example,
Where both derivatives exist and neither is zero,
This reciprocal relationship is useful, but it is not a licence to treat every derivative expression as an ordinary fraction without context. It works when can locally be treated as a differentiable function of .
Chain Rule
Use the chain rule when one function is inside another.
If
then
Example:
Then
So
The chain rule is the reason many special-looking techniques work.
How to read the figure. Begin with the required derivative and trace the intermediate dependency. Multiplication follows a chain of rates; parametric differentiation forms a ratio because both coordinates change through the same parameter.
Choosing and Combining Rules
| Outermost structure | First choice |
|---|---|
| function inside a function | chain rule |
| product of changing factors | product rule |
| quotient of changing expressions | quotient rule |
| variable in both base and exponent, or a long product of powers | logarithmic differentiation |
| relation containing both and | implicit differentiation |
| and given through a parameter | parametric differentiation |
Rules often combine. If , product rule acts first and chain rule differentiates :
Product and Quotient Rules
Use the product rule when two changing factors are multiplied:
Use the quotient rule when one changing expression is divided by another:
The quotient formula applies where . The product and quotient rules should not be memorised as disconnected formulas. They respond to product and quotient structure.
For example,
while, for ,
The second derivative means the derivative of the first derivative:
not . It measures how gradient changes with .
Logarithmic Differentiation
Logarithmic differentiation is useful when:
- the variable appears in both base and exponent, such as ;
- the expression is a complicated product or quotient of powers;
- taking logarithms simplifies the structure before differentiating.
Example:
Take logarithms:
Differentiate implicitly:
Hence
The key idea is not “take logs randomly”. Logs are useful because they turn powers and products into simpler differentiable structures.
Worked Example: Product of Powers
Differentiate
The restriction selects an interval on which every factor and are positive, so is valid. The original algebraic function also exists for some non-positive ; those values would need a separate interval/sign analysis or the product-rule route. Logarithmic differentiation gives a cleaner structure on the stated interval:
Differentiate:
Thus
The final expression can be simplified if needed, but the main method is clear: logarithms turned a product of powers into a sum.
Implicit Differentiation
Use implicit differentiation when the curve is not given explicitly as .
For example:
does not express as one explicit function of .
Differentiate both sides with respect to :
So
The key discipline is:
You are differentiating with respect to , but is itself changing with .
Worked Example: Implicit Curve
Find for
Differentiate both sides with respect to :
Collect the terms:
So
The important step is differentiating by the product rule:
The displayed quotient for is valid where . If its denominator is zero, inspect the original curve and differentiated relation separately for a vertical tangent or singular point.
Second Derivative of an Implicit Curve
For , the first derivative is . Differentiating again,
Parametric Differentiation
Sometimes a curve is described by a parameter :
As changes, both and change. The gradient of the curve is found by comparing their rates of change:
Example:
Then
So
At , both and vanish, so the ratio formula is unavailable. Here the limiting gradient reveals a horizontal tangent at a singularly parametrised point; such exceptional values must be analysed rather than cancelled into the original formula.
The derivative is usually first found in terms of . If needed, substitute back using the parametric equations.
For the second derivative,
It is not . If , the ratio formula is unavailable; inspect the local curve, since the point may have a vertical tangent or be singular.
How to read the figure. The implicit route differentiates every term with respect to and collects . The parametric route differentiates both coordinates with respect to and forms their ratio. The second-derivative route differentiates that ratio with respect to before dividing by again.
Worked Example: Tangent Gradient from a Parameter
Let
Then
Therefore
Differentiate this gradient with respect to :
Therefore
At ,
and
So the tangent at that point has equation
This example shows why parametric differentiation belongs with tangents and normals: the parameter first gives the point, then the derivative gives the gradient.
How the Special Forms Are Related
The special forms are all ways of respecting how the curve or expression is built:
- explicit differentiation handles directly;
- logarithmic differentiation simplifies powers/products first;
- implicit differentiation handles equations involving and together;
- parametric differentiation handles curves traced by a parameter.
The common principle is:
Common Pitfalls
- Forgetting the chain rule on inner functions.
- Using the product rule where a chain rule is needed, or vice versa.
- Differentiating as if it were constant in implicit differentiation.
- Forgetting to multiply by when differentiating a function of .
- For parametric curves, using as though it were .
- Dividing by without noticing where it may be zero.
- Taking logarithms without checking that the expression is positive in the context.
Revision Checklist
- Can you identify the outermost structure before choosing a rule?
- Can you state domain and denominator restrictions?
- Can you distinguish from ?
- Can you differentiate an implicit relation and interpret exceptional points?
- Can you obtain both first and second parametric derivatives?