VIEW THIS AS

Auto mode follows the Route Engine until you choose a viewpoint.

YOU ARE HERE

ROUTE CHECK

CONNECTED TO

WHAT NEXT

Use the canonical route for this room, or HELP if you are unsure.

How to Check a Derivative Before Moving On

A derivative can look algebraically sophisticated and still be wrong. The strongest students build checking into the differentiation process rather than waiting until the end of an entire question.

This guide develops several independent checks: structural checks, equivalent-form checks, graph checks, numerical-gradient checks, domain checks and reverse reasoning. None is perfect alone. Together they make derivative errors much easier to locate.

1. Check the function structure first

Before looking at the derivative, identify the original structure. Was it a sum, product, quotient or composite function? If the original contains a product and the derivative has only a product of derivatives, that is an immediate warning sign.

Example: y=x²sin x. A plausible derivative must contain contributions from differentiating x² and from differentiating sin x. The correct derivative is 2xsin x+x²cos x.

2. Check degree for polynomials

Differentiating a nonconstant polynomial lowers each term’s degree by one. If y=4x⁵−3x²+7, the derivative should have highest degree 4, not 5 or 6.

The correct derivative is 20x⁴−6x. This quick degree check can expose a power-rule mistake before any substitution.

3. Check constants

A constant has zero rate of change. If a derivative still contains an isolated +7 produced from differentiating the constant 7, the rule has been misapplied.

4. Expand independently when possible

For y=(x+1)(x²−2), product rule gives

y′=(x²−2)+2x(x+1)=3x²+2x−2.

Independent route: expand y=x³+x²−2x−2, then differentiate to get 3x²+2x−2. Agreement between two different routes is strong evidence of correctness.

5. Simplify before comparing answers

Two correct derivatives may look different. For example, 2x(x+1)+x² and 3x²+2x are equivalent.

Do not declare disagreement until both forms have been expanded, factorised or otherwise simplified to a comparable representation.

6. Check the chain-rule multiplier

For y=(5x−2)^4, the derivative must include the derivative of 5x−2. A result 4(5x−2)^3 is incomplete; the correct derivative is 20(5x−2)^3.

Ask: “What was the inside function, and where is its derivative in my answer?”

7. Check signs in trig derivatives

Derivative of sin x is cos x; derivative of cos x is −sin x. A missing minus sign often propagates into later stationary-point or tangent calculations.

Graph behaviour offers a memory check: near x=0, cos x begins at a maximum and initially decreases, so its derivative at small positive x should be negative. −sin x has exactly that sign.

8. Check derivative sign against graph behaviour

If the original function is visibly increasing at a point but your derivative is negative there, investigate. If the tangent is horizontal, the derivative should be zero.

For y=x², derivative 2x is negative on x<0, zero at 0 and positive on x>0. This matches the parabola decreasing, flattening, then increasing.

9. Numerical secant check

To check a derivative value at x=a, compare it with a nearby secant gradient:

[f(a+h)−f(a)]/h for a small h.

For f(x)=x² at x=3, the derivative predicts 6. Using h=0.001 gives [(3.001)²−9]/0.001≈6.001, close to 6.

This is a numerical check, not a proof. It is useful for catching a large sign or factor error.

10. Check dimensions or units

If displacement s is measured in metres and time t in seconds, ds/dt should have units metres per second. If your final interpretation says metres, the rate meaning may have been lost.

Unit checks are particularly valuable in kinematics and applied rate problems.

11. Check the domain

For y=ln(x−2), the original domain is x>2. Its derivative 1/(x−2) is algebraically defined for x≠2, but the derivative of the original real logarithm should still be interpreted only where x>2.

Differentiation does not automatically enlarge the original function’s domain.

12. Reverse check with integration intuition

If you know that derivative of x³ is 3x², then an antiderivative of 3x² should return x³ plus a constant. This reverse relationship can help check simple derivative patterns.

Use this as a structural check rather than a replacement for the original differentiation.

13. Special values can expose errors

Suppose y=e^xcos x and you obtain y′=e^x(cos x−sin x). At x=0, this gives 1. A nearby numerical change in the original function should be consistent with a positive slope near 1.

Choose values that make the original function easy to evaluate: x=0, π/2, 1 or other simple inputs depending on the function.

14. Check quotient-rule order

For y=u/v, the numerator is u′v−uv′. If the entire result has the opposite sign from an independent simplification, the subtraction order may have been reversed.

Where possible, rewrite a simple quotient with negative powers and differentiate by another route.

15. A derivative can be correct but unsimplified

Leaving a derivative in a valid product-rule form may be perfectly acceptable unless the next step requires factorisation, solving y′=0 or substitution.

Do not introduce new algebra errors merely to make a correct derivative look shorter.

16. A derivative can be simplified but misleading

If cancellation changes the visible domain, remember the original restriction. For example, simplifying a rational function before differentiation may remove a factor algebraically while the original function still has a missing point.

17. Error diagnosis by first unsafe line

When an answer is wrong, find the earliest derivative step that is not justified. Later algebra may be perfectly executed but built on that first mistake.

  • Wrong outer structure → wrong rule choice.
  • Missing inner derivative → chain-rule failure.
  • Wrong sign → trig or quotient error.
  • Wrong power → power-rule error.
  • Correct derivative, wrong point → evaluation error.

18. A 30-second derivative checklist

  1. What was the original structure?
  2. Did every changing factor contribute?
  3. Did every composite function contribute its inner derivative?
  4. Are signs and powers plausible?
  5. Does the derivative agree with the graph’s local direction?
  6. Are domain and units preserved?

19. Independent practice

  1. A student differentiates (x²+1)(x−3) as 2x. Diagnose the missing structure.
  2. Check d/dx[(2x+1)^5]=10(2x+1)^4.
  3. Check d/dx[cos(3x)]=−3sin(3x).
  4. Differentiate (x+2)(x²−1) in two independent ways.
  5. For f(x)=x³, compare f′(2) with a secant estimate using h=0.01.
  6. Explain why derivative 1/(x−4) of ln(x−4) should still be interpreted only for x>4.

20. Answers

  1. The original is a product; product rule gives 2x(x−3)+(x²+1).
  2. Correct: 5(2x+1)^4×2=10(2x+1)^4.
  3. Correct: derivative of cos is −sin and inner derivative is 3.
  4. Product rule gives (x²−1)+2x(x+2)=3x²+4x−1. Expanding first gives x³+2x²−x−2, whose derivative is the same.
  5. f′(2)=12. Secant estimate: [(2.01)^3−8]/0.01≈12.0601, close to 12.
  6. The derivative belongs to the original real logarithm, whose argument must be positive.

21. What mastery looks like

A strong differentiation workflow does not end at the equals sign. It produces a derivative, tests its structure, checks its meaning and only then uses it for tangents, stationary points, optimisation or motion.

Continue with Derivative Rules, Differentiating Trigonometric, Exponential and Logarithmic Functions, or return to the Additional Mathematics Hub.