Explanation vs Derivation Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Explanation vs Derivation.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

The distinction between explaining WHY a result is true (conceptual insight) and showing HOW it can be derived step by step (procedural derivation).

Derivation: here are the steps. Explanation: here's why it makes sense.

Read the full concept explanation โ†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: Good explanations provide insight; derivations provide certainty.

Common stuck point: Students often confuse showing calculations with giving an explanation โ€” a derivation can be technically correct while explaining nothing about why the result holds.

Sense of Study hint: After completing a derivation, go back and annotate each step with WHY it works, not just WHAT it does. If you cannot annotate a step, that is where your understanding has a gap.

Worked Examples

Example 1

easy
Derive the quadratic formula from ax^2+bx+c=0, then give an explanation of what the formula tells us conceptually.

Solution

  1. 1
    Derivation โ€” start from ax^2+bx+c=0 and complete the square. Divide by a: x^2 + \frac{b}{a}x = -\frac{c}{a}. Add \left(\frac{b}{2a}\right)^2 to both sides: \left(x+\frac{b}{2a}\right)^2 = \frac{b^2-4ac}{4a^2}.
  2. 2
    Take square roots of both sides: x + \frac{b}{2a} = \pm\frac{\sqrt{b^2-4ac}}{2a}. Solve for x: x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
  3. 3
    Conceptual explanation: the formula locates each root at signed distance \frac{\sqrt{b^2-4ac}}{2a} from the axis of symmetry x = -\frac{b}{2a}. The discriminant \Delta = b^2-4ac signals: \Delta > 0 gives two distinct real roots, \Delta = 0 gives one repeated root, \Delta < 0 gives two complex-conjugate roots.

Answer

x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}
A derivation shows how a result follows step-by-step from axioms or earlier results. An explanation tells you what the result means and why it behaves as it does. Both are essential: derivation establishes validity, explanation builds understanding.

Example 2

medium
The sum formula \sum_{k=1}^{n}k = \frac{n(n+1)}{2} can be derived by induction or explained by Gauss's pairing argument. Give both.

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

easy
You know that (a+b)^2 = a^2+2ab+b^2. Give an explanation (not just algebraic expansion) of why the cross-term 2ab appears.

Example 2

medium
State the difference between a derivation and an explanation in mathematics, then give one example of each for the statement e^{i\pi}+1=0.

Related Concepts

Background Knowledge

These ideas may be useful before you work through the harder examples.

proof intuition