Explanation vs Derivation Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

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

Solution

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

Answer

x=โˆ’bยฑb2โˆ’4ac2ax = \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.

About Explanation vs Derivation

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

Learn more about Explanation vs Derivation โ†’

More Explanation vs Derivation Examples