Grade 10Math

Deriving the Quadratic Formula

Derive the quadratic formula by completing the square on ax^2+bx+c=0: follow each algebraic step to understand why x=(-b plus-or-minus sqrt(b^2-4ac))/2a works universally.

Key Concepts

Property The quadratic formula is derived by applying the 'completing the square' method to the general quadratic equation, $ax^2 + bx + c = 0$. By systematically isolating the variable $x$ through algebraic steps, the general solution is revealed. This process proves that the formula works for all quadratic equations.

Start with $ax^2 + bx + c = 0$ and divide by $a$: $x^2 + \frac{b}{a}x + \frac{c}{a} = 0$. Move the constant term: $x^2 + \frac{b}{a}x = \frac{c}{a}$. Add $(\frac{b}{2a})^2$ to both sides, which simplifies to $(x + \frac{b}{2a})^2 = \frac{b^2 4ac}{4a^2}$, leading to the formula.

The quadratic formula isn't just some random magic spell; it's pure mathematical logic. By taking the generic form of a quadratic equation and using the 'completing the square' technique on it, you can see exactly how the formula is built, step by step. It’s like seeing how a master key is designed to fit any lock.

Common Questions

What are the key steps in deriving the quadratic formula?

Start with ax^2+bx+c=0. Divide by a. Add (b/2a)^2 to both sides to complete the square, giving (x+b/2a)^2=(b^2-4ac)/4a^2. Take square roots: x+b/2a=plus-or-minus sqrt(b^2-4ac)/2a. Subtract b/2a to get x=(-b plus-or-minus sqrt(b^2-4ac))/2a.

What is the discriminant and what does it tell you?

The discriminant is b^2-4ac, the expression under the square root. If positive, there are two distinct real solutions. If zero, there is one repeated real solution. If negative, the two solutions are complex numbers with no real part.

Why is deriving the formula valuable compared to just memorizing it?

Deriving the formula shows that completing the square always works, explaining why the formula is universal. It reinforces completing the square as a technique, deepens understanding of the discriminant's role, and prepares students for more complex equations in higher math.