Original Site Title: Appetizers and Lessons for Mathematics and Reason, June 1995 to April 2012. New site title:
Logic and Mathematics Skill & Concept Development with How-TOs Français: 26 pages
for college students, gifted teens, home-tutoring and K1-12 schooling. Avid readers in school and out may like Site Volumes.

Logic 5 Chapters Arithmetic 10 Steps Algebra 12 Starter Steps & 5 Advanced Steps
Work & Study 23 Tips Geometry 15 Steps Calculus 70 Lessons. See Site Map

Ages 15+: Why study slopes Polynomials Quadratics Why factor polynomials Logarithms Functions
What is similarity Euclidean geometry leanly Coordinates + complex no.s Vectors DC Electric Circuits
Ages 12+: Prime factorization Written work formats Decimal place value Extend arithmetic skills orally
What is a variable 5. Fraction Operations by Raising Terms Solving Linear Equations: Take I Take II


Online Volumes: 1 - Elements of Reason, 2 - 3 Skills For Algebra, 3 - Why Slopes and
More Math
, 1A - Pattern Based Reason, 1B - Skill Development Principles + Troubles

Welcome: Site content may develop critical thinking, improve reading and writing, and build mathematics skills. See online chapters on on logic and pattern based reason.

Teachers: This December 2011, 5-phase framework offers a context for mathematics & logic instruction. Phases 1 to 3 focus on skills with actual or potential value for adult & daily life. College-oriented phases 5 & 4 focus on calculus & preparation for it. Phases 1 to 4 may also serve trades & professions not dependent on calculus.

Site Review: Math resources ... span ... arithmetic, logic, algebra, calculus, complex numbers, and Euclidean geometry. Lessons and how-tos .... provide a good foundation for high school and college ... mathematics. Read more.

Home < More Algebra < 3 Quadratics Geometrically << 7 quadratic formulla derivation

[1] [2] [3] [4] [5] [6] [7] [8][9] [10] [11] [12]


Deriving the Quadratic Formula
A Factorization Route

The quadratic formula for finding roots of expressions  comes follow from [i] completing the square and then [ii] factoring if [i] results in the difference of two squares. Numerical examples were given in the previous lesson. Here is an algebraic approach.

Alternative Expositions

For skill development and perfection, preparation for calculus, you should follow both the equation solving and factorization routes 


What is a reducible quadratic?

Definition: A quadratic polynomial ax2+bx+c is irreducible with respect to the real numbers if and only if there are no real real numbers r and s such that ax2+bx+c = a[x-r][x-s].

Example of an irreducible quadratic:   5[[x-2]2 + 16] > 5*16 = 80 > 0 has no zeroes because all its values are >  80 > 0.  If [x-2]2 + 16  were equal to [x-r][x-s] for one or two real numbers r and s, it would be equal to zero when x = r or x = s. That possibility is inconsistent with the observation that 5[[x-2]2 + 16]  > 0 for all real numbers x. Consistency requires that [[x-2]2 + 16] be irreducible.

Definition: A quadratic polynomial ax2+bx+c is reducible with respect to the real numbers if and only if ax2+bx+c = a[x-r][x-s] for some real numbers r and s.

Example of a reducible quadratic:  

5[[x-2]2 -9]

= 5[[x-2]2 -32]
= 5[[x-2+3][x-2-3]]
= 5[x+1][x-5]
= 5[x-r][x-s] if r = -1 and s = 5.

Thus 5[[x-2]2 -9] = 5[x2-4x+5] = 5x2-20x+25 is reducible.


Theorem A: If a quadratic ax2+bx+c = a[[x-h]2 + k ] for some real numbers h and k with k > 0 then the quadratic is irreducible with respect to the real numbers. It has no real roots.

Proof: The absolute value of the quadratic

|ax2+bx+c| = |a[[x-h]2 + k ]| = |a|.|[x-h]2 + k| > |a|.k > 0

can is non-zero for all real numbers x. So the quadratic cannot have the value zero.

Derivation of Quadratic Formula, Step I

Theorem B: If a quadratic ax2+bx+c = a[[x-h]2 + k ] for some real numbers h and k with k < 0  then this quadratic is reducible and its has one or two real roots, namely

\[ x = h+\sqrt{-k} \hbox{ and } x = h-\sqrt{-k} \]

These formulas for roots both give x = h when k = 0.


Proof -Equation Solving Route: If k < 0, then [x-h]2 + k = 0 when and only when  [x-h]2 = -k The latter is equivalent to: \[x-h = +\sqrt k \hbox{ or }x-h = -\sqrt k\] The latter in turn are equivalent to \[x = h +\sqrt k = r \hbox{ or }x = h- \sqrt k =s\]

This gives the first way to solve a[[x-h]2 + k ] = 0 or  ax2+bx+c = 0 when ax2+bx+c = a[[x-h]2 + k ]. The roots or solutions are equidistant from the axis of symmetry, the line x = h.

Proof - difference of two squares route: If k = 0, then ax2+bx+c = a[x-h] is zero when and only when x = h. In the remaining case k < 0.  So -k is positive and we can write  -k as the square of its principal square root \[ w = \sqrt{-k} \] Hence -k = w2.

The foregoing gives

ax2+bx+c

= a[[x-h]2 + k ]
= a[[x-h]2 - [-k] ]  [algebraic trick:  +k = -[-k]
                              adding k is the same as 
                              subtracting -k
 = a[[x-h]2 - w2 ]    since  -k = w2
= a[x-h+w][x-h-w]  due to difference of 2 squares.
= a[x - r][x - s]

where $r = h + w = h +\sqrt {-k} $ and $s = h +\sqrt {-k} $ give two roots or zeroes of the quadratic ax2+bx+c .

Above 5[[x-2]2 -9] = a[[x-h]2 + k ] when a = 5, h = 2 and k = -9. The above theorem or its proof puts or takes $w = \sqrt{-k} = \sqrt 9 = 3,$ and so implies


Derivation of Quadratic Formula, Step II

Conversion of ax2+bx+c into the form a[[x-h]2 + k] leads to expressions for h and k in terms of a, b  and c. The substitution of those expressions into

\[x = h +\sqrt {-k} \hbox{ or }x = h- \sqrt{-k} \]

provides the quadratic formula. The second proof, a difference of two squares, route also shows how to express quadratic expressions ax2+bx+c as a product of factors.

    Theorem C: Each quadratic expression

    ax2+bx+c = a[[x-h]2 + k]

    where

    \[ h = -\frac b{2a} \mbox{ and } -k = \frac{b^2-4ac}{(2a)^2} \]

    provided the x2-coefficient $a \ne 0$

    Proof: The proof here follows the path taken in the proof of Theorem B.

    \begin{eqnarray*} ax^2+bx+c &=& a\left[x^2+\frac ba x + \frac ca \right] \\ &=& a\left[ \left( x+\frac b{2a}\right)^2 - \frac{b^2}{(2a)^2} + \frac ca \right] \\ &=& a\left[ \left( x+\frac b{2a}\right)^2 - \frac{b^2}{4a^2} + \frac {4ac}{4a^2} \right] \\ &=& a\left[ \left( x+\frac b{2a}\right)^2 + \frac {4ac-b^2}{4a^2} \right] \\ &=& a\left[ \left( x+\frac b{2a}\right)^2 - \frac{b^2-4ac}{4a^2} \right] \\ &=& a[(x+h)^2+k ] \end{eqnarray*}

    where

    \[ h = -\frac b{2a} \mbox{ and } k = -\frac{b^2-4ac}{(2a)^2} \]

    Derivation of Quadratic Formula, Step III

    Recall
    Theorem B: If a quadratic ax2+bx+c = a[[x-h]2 + k ] for some real numbers h and k with k < 0  then this quadratic is reducible and its has one or two real roots, namely

    \[ x = h+\sqrt{-k} \hbox{ and } x = h-\sqrt{-k} \]

    For k zero or negative, the formula

    ax2+bx+c = a[[x-h]2 + k]

    where

    \[ h = -\frac b{2a} \mbox{ and } -k = \frac{b^2-4ac}{(2a)^2} \] The latter expression gives two roots of the quadratic equation $ax^2+bx+c =0,$ namely \begin{eqnarray*} x &=& h\pm\sqrt{-k} \\ &=& -\frac b{2a} \pm \sqrt{\frac{b^2-4ac}{(2a)^2}} \\ &=& -\frac b{2a} \pm \frac{\sqrt{b^2-4ac}}{ 2a } \\ &=& \frac{-b \pm\sqrt{b^2-4ac}}{ 2a } \end{eqnarray*} The last expression is called the quadratic formula.

    The first square in  C2 - R2 is

    Remarks and Conclusions

    The factorization

    ax2+bx+c = a [ x +

     b + sqrt[b2 -4ac]
    2a

    ] [ x +

     b - sqrt[b2 -4ac]
    2a

    ]

    says

    ax2+bx+c = = a[x -r][x-s]

    where

    r =  -

     b + sqrt[b2 -4ac]
    2a

     -b - sqrt[b2 -4ac]
    2a

    and

    s =  -

     b - sqrt[b2 -4ac]
    2a

     -b + sqrt[b2 -4ac]
    2a

    Observe ½[r+s] = - b/2a = h

    Thus the two roots s and r are given by or can be summarized by the formulas

    x =

    -b   ± sqrt[b2 -4ac]


    2a

    Here the plus sign gives the s-value for x and the negative sign gives the r-value for x.  The quadratic formula with the  plus-minus sign ± is actually two formulas in one.

    Discriminant d = b2 - 4ac and Counting Roots

    A. If  the discriminant d = b2 - 4ac < 0 then  k = [4ac-b2]/[4a2] > 0 and the

    y = ax2+bx+c = a[[x-h]2 + k ]

    has magnitude > |ak| > 0 and so no real roots. Here completing the square would lead to the sum of squares and not a difference.

    B. If  the discriminant d = b2 - 4ac = 0 then  k = [4ac-b2]/[4a2] = 0 and the

    y = ax2+bx+c = a[x-h]2 

    has one real root  y = 0 at x = h =  -b/2a on the axes of symmetry  x = h =  -b/2a. Here completing the square would lead to  zero value for k, and neither a difference nor a sum of squares.

     C. If  the discriminant d = b2 - 4ac > 0 then  k = [4ac-b2]/[4a2] < 0 and the

    y = ax2+bx+c = a[[x-h]2 + k ]

    has two real roots r and s with  $\frac{r+s}2 = - \frac b{2a} = h.$ Here completing the square would lead to the difference of two squares.  The quadratic formula $x=\frac{-b+\pm\sqrt{b^2-4ac}}{ 2a } $ gives two roots, namely

    \[ r= \frac{-b+ \sqrt{b^2-4ac}}{ 2a } \]

    and

    \[ s= \frac{-b -\sqrt{b^2-4ac}}{ 2a } \]

    with

    ax2+bx+c = a[x -r][x-s]

    The property $\frac{r+s}2 = - \frac b{2a} = h $ implies the axis of symmetry x = h = -b/2a is midway between the two roots or zeroes of the quadratic

    ax2+bx+c = a[x -r][x-s]

Teachers & Tutors: Site pages offer better or best practices for providing skills - simpler than expected & comprehensive but for exercises. For your charges, your duty is to study them alone or in groups and develop skill building exercises & activities to share. Start now. The effort here is the best I can do. Others are welcome to refine or exceed it. Please do.

Secondary Mathematics for Ages 11+, A Practical Approach for home-tutoring or -schooling, or for schools & colleges with local curriculum control. Study how to include site content - its skill development how-TOs and innovations into present or future lesson plans - some reading required.

Road Safety Messages and Questions: When and why should you face traffic when walking along a road or cycle path? Is it a good idea to hang limbs outside of cars etc? What gives more protection in a crash: a car, motorbike or bicycle? See too, the BBC-Belgium story Texting and Driving - texting & the impossible test - the article links to a gruesome utube video on the subject

The Logic of Injustice: How Texas sent an innocent man to his death - The wrong Carlos. Some judgments are irreversible. Procescution: Where and when prosectors play to win rather than for justice, guilt beyond a reasonable doubt goes unrespected due to prosecutors who putting winning first, those innocence before the law may be convicted. Some procescutors offices in continuing to accuse after a pardon due to reasonable doubt or innocent being shown, may sucessfully oppose compensaton for false convictions by asserting a pardon individual is still under suspicion. Then the pardoned individual or the latter's estate is not compensation for years or decade of improper or false imprisonment, or for execution. Site chapters on Logic
and some in Pattern Based Reason may slowly lead to greater precision in reading, applying and writing laws.

May 2012, Composition Starting: Pre-School and Primary Mathematics - Quantitative Skills, An Intellectual View, Feedback Welcome:

The 8 Most Popular Site Inlinks

20 Times Table - the most popular site page - popular pages - unexpected.
Fractions & Ratios - with lesson on raising terms to introduce & justify times, division & comparison as well addition & subtraction
Parent Center - See below
Volume 1, Elements of Reason - Intro to all site books.
What is a Variable - best for ages 13+
Written work formats for Arithmetic and Algebra - a skill method and standard!
Complex Numbers Visually - best for ages 13+
Natural Logs, Exponentials, Powers, Roots

Division of Labour: This site offers advice and directions with pointers to resources elsewhere, if known, when they help or lessen the need to write more.

Parent Center: Help your child or teen learn:

Parent-friendly Work Booklets for ages 3+ to 13 Use these or others to check or build skills. Other booklets are available but these booklets allow parents unsure of themselves in mathematics to help their children. The selection acquired in Canada is published in the USA. So it has a US orientation. In retrospect, the selection shows parents what to check with the booklets or by other ways, the choice is theirs. But in retrospect, the selection does not cover integral and fractions liquid weights and measures - ask the publishers to correct that! For ages 9 to 12 say, parents may compensate by showing boys and girls how to use weights or mass, and further measures in food preparation. Beyond that children may be shown how to measure and calculate angles, lengths and areas [proportional amounts too] directly or by using maps and plans drawns to scale. Learning how to gather and measure all the ingredients, pots and pans for a dish or a meal, along with cleaning up sets the stage for like activities or experiments in science courses, and in developing organizational skills, gives boys and girls a head start. Good luck. At the other extreme, more comprehensive than light, if your motto is McCainian: drill, drill, drill then Toronto mathematician and actor John Mighton's jump math organization has jump math workbooks for at least grades 3 to 8 for at-home and in-school use - training sessions for teachers available. Jump math has been expanding to cover older students. Jump Math Samples: plus Fractions for Grades 3-4 & Grades 5-6 [Read] Free Resources grades 1 to 8 [unread - likely to be good]. and

Mathematics Skills For Ages 3 to 14 - technical!

Skills with take home value - A few ideas

Basic skills include time-date-calendar Matters; money matters; map, plan and scale diagram matters;counting, measuring and figuring; decision making with logic and likelyhood; being careful and being aware of the domino effect of mistakes; reading and writing with precision.

Is your child able to add, subtract and multiply amounts of money, work with fractions, work with clocks and calendars, work with maps and plans, and measure length, weight-mass and volume? Schools may promote your son or daughter without providing basic skills in reading, writing and arithmetic.

Arithmetic and Number Theory Skills

Algebra Starter Lessons

1 Working With Sets
2 Formula Forward Use - Evaluation
3 Solving Linear Equations - Skip first step with students able to solve 1 eqn in 1 unknown.
4 Computation Rules and Function Notation
5 Real Numbers
6 More Less Greater Than Inequalities and Comparison
7 Axioms Logic and Equivalent Equations
8 Unifying Theme For Algebra
9 Proportionality Backwards and Forwards
10 Examples of Algebraic Reasoning
A Origins of Counting and Figuring Methods
B Real Numbers Extrinsic Development


Site coverage of formuala evaluation format, of computation rules and axioms, and of the forward and backward use of formulas and proportionality relations lessens the amount of natural talent needed to understand and explain algebra.

Geometry - maps plans trigonometry vectors

1 Maps Plans Measurement
2 Euclidean Geometry - Constructions + extras
3 Cartesian and Polar Coordinates
4 Lines and Slopes Take 1
5 What is Similarity
6 Trigonometry first steps
7 Complex Numbers
8 Unit-Circle Trigonometry
9 Lines and Slopes Take 2 with tangent function
10 Intersecting Straight Lines and Transversals
11 Parallel Straight Lines and Transversals
12 Function Translating and Rescaling
13 Vectors
14 Degrees to Radians and Radians to Degrees
15 Arc or Inverse Trigonometric Function

Pre-Teen and young teen mastery of skills and practices which should be common with map-plans-diagrams drawn to scale, contour interpretation included, has actual or potential take-home value for daily- and adult-life in solving routine problems. Elevating some practices to principles, axioms or postualates, provides a base for analytic and Euclidean geometry, an analytic view of similarity, and an efficient mastery of trigonometry and complex numbers. Right triangle trigonometry provide an analytic alternative to solving geometric problems by drawing diagrams to scale.

More Algebra

Natural-Logarithms Exponentials Powers Roots
Five Polynomial Operations
Quadratics Geometrically
Functions
5 Factored Polynomial Sign Analysis Examples
Rewriting algebraic substitution as function substitutions

The first topic leads to a full high school level theory for the forward and backward mastery of growth and decay models and for definition, range and domains of radicals, roots and powers. The next two topics make quadratics and polynomials easier to learn and teach. Site coverage of functions turns vertical and horizontal line rules into computation methods for evaluating functions.

70 Calculus Starter Lessons

Calculus Lessons Elsewhere:

  1. How to Ace Calculus: Street Wise Guide - Mostly Text.

  2. Flash Video for Calculus Phobics

They cover basic topics in ways likely to complement your notes, your textbooks and site material. When Goldilocks trespassed in the house of the three bears, she found three bowls of porridge, two not to her liking, and one just right. Different bears have different tastes. As invited guest here and elsewhere, if one or more explanations is not to liking, try another. It may be better or just right.

Unsolicited Advice

Learning to do and high marks if it comes to easy is often deceptive - light rather than deep. For that reason, students with learning difficulties determined not to let it get in their way may go deeper and farther than those with none. High marks, if the come easy, may be deceptive - provide a too light and not a deep mastery. That could have been your problem in secondary school, one that leads to comprehension shock or difficulties in calculus and more generally in the first year of college. Bon Appetite.


Return to Page Top

Home < More Algebra < 3 Quadratics Geometrically << 7 quadratic formulla derivation

[1] [2] [3] [4] [5] [6] [7] [8][9] [10] [11] [12]


Logic-Reason for all
Careful Thinking
Chains of Reason
Mathematical Induction
Responsibility
Bodies-of-Knowledge

Arithmetic - Ages 10+
1. Deciml Place Value - fun
2. Decimals for Tutors
3. Prime Factors - quickly
4. Fractions + Ratios
5. Arith with units - science

Geometry
1 Maps + Plans Use
2 Euclidean Geometry
3 Rct +Polr Coordinates
4 Lines-Slopes [I]
5. What is Similarity
Algebra Starters - the base
1. Better Work Format
2. Solve Linear Eqns
3. Computation Rules
4. Axioms, Item 3 Viewpnt
5. Formulas Backwards
More Algebra
Logarithms-ax & m/nth roots
Five Polynomial Operations
Quadratics Geometrically
Functions || Vectors too
Arith. Skill Check+Answers
Calculus Prep/Preview
What is a Variable
Why study slopes
Why factor polynomials
Complex Numbers
Limits + Continuity

All trademarks and copyrights in this are owned by their respective owners.
Copyright to comments & contributions are owned by the Poster.
The Rest © 1995-2011, by site author, Alan Selby, Ph. D., Montreal,
All Rights Reserved --- Skype or Email to contact.