Zum Inhalt springen

English:The Quadratic Formula

Aus MOOCsWiki Staging
aiMOOC-Siegel

The Quadratic Formula



Introduction

A quadratic equation is an equation that can be written in the standard form ax2+bx+c=0, where a, b, and c are numbers and a0. In Grades 9–10, you often solve such equations by factoring, completing the square, graphing, or using the quadratic formula. The quadratic formula is especially useful because it works for every quadratic equation once the equation is in standard form.

Fehler beim Erstellen des Vorschaubildes:

The formula is

x=b±b24ac2a.

The symbol ± means "plus or minus." It tells you to calculate two possibilities when the expression under the square root is positive. The expression b24ac is called the discriminant. It predicts how many real solutions the equation has before you finish the calculation.

By the end of this aiMOOC, you should be able to identify the coefficients of a quadratic equation, use the quadratic formula accurately, interpret the discriminant, connect solutions with x-intercepts of a parabola, choose an appropriate solving method, and apply quadratic equations to mathematical and real-world situations.


Before You Use the Formula


Recognize Standard Form

The quadratic formula assumes that your equation is written as ax2+bx+c=0. The coefficient a multiplies x2, b multiplies x, and c is the constant term. The sign in front of each term belongs to its coefficient.

For example, in 3x28x5=0, you have a=3, b=8, and c=5. A common error is to record b as positive 8 or c as positive 5. Keeping the signs attached to the coefficients prevents many mistakes.

If an equation is not equal to zero, rearrange it first. For example, x2+5x=14 becomes x2+5x14=0, so a=1, b=5, and c=14.


What a Solution Means

A solution, also called a root or zero, is a value of x that makes the equation true. When you graph y=ax2+bx+c, real roots appear where the parabola meets the x-axis. The quadratic formula and the graph therefore describe the same mathematical situation in two different ways.

Datei:Roots of a quadratic function via the quadratic formula.png

The graph above shows how calculated roots correspond to x-intercepts. This connection is useful for checking whether an algebraic answer is reasonable.


Using the Quadratic Formula


A Reliable Step-by-Step Method

Use this routine whenever you solve a quadratic equation with the formula:

  1. Standard form: Rewrite the equation as ax2+bx+c=0.
  2. Coefficient: Identify a, b, and c, including their signs.
  3. Discriminant: Calculate b24ac.
  4. Quadratic formula: Substitute the values into x=b±b24ac2a.
  5. Simplification: Evaluate the square root and calculate both values indicated by ±.
  6. Verification: Substitute each proposed solution into the original equation or compare it with a graph.

A useful written habit is to calculate the discriminant on a separate line before substituting everything. This reduces arithmetic errors and immediately tells you what kind of answers to expect.


Worked Example: Two Real Solutions

Solve 2x27x+3=0.

Here a=2, b=7, and c=3. The discriminant is (7)24(2)(3)=4924=25. Substitute into the formula:

x=(7)±252(2)=7±54.

Using the plus sign gives x=3. Using the minus sign gives x=12. Therefore the equation has two real solutions: x=3 and x=12.

To check, substitute each value into 2x27x+3. Both produce zero.


Worked Example: One Repeated Real Solution

Solve x2+6x+9=0.

Here a=1, b=6, and c=9. The discriminant is 624(1)(9)=3636=0. The formula gives

x=6±02=3.

Both branches of ± lead to the same value, so x=3 is a repeated root. On the graph, the parabola touches the x-axis at exactly one point.


Worked Example: No Real Solutions

Solve x2+2x+5=0 over the real numbers.

Here a=1, b=2, and c=5. The discriminant is 224(1)(5)=420=16. Since the discriminant is negative, its square root is not a real number. Therefore the equation has no real solutions.

If you later study complex numbers, the same formula gives x=1±2i. For a Grades 9–10 real-number course, the important conclusion is that the graph does not cross the x-axis.


The Discriminant

The discriminant is D=b24ac. You can use its sign to classify the roots without fully solving the equation.

Value of the discriminant Real solutions Graphical meaning
D>0 Two distinct real roots The parabola crosses the x-axis twice
D=0 One repeated real root The parabola touches the x-axis once
D<0 No real roots The parabola does not meet the x-axis
Fehler beim Erstellen des Vorschaubildes:

Before calculating roots, predict the result from the discriminant. This prediction acts as an error check. For example, if you calculate a positive discriminant but later obtain only one real solution, you should inspect your arithmetic.


Why the Formula Works

The quadratic formula can be derived from the general equation ax2+bx+c=0 by completing the square. This derivation shows that the formula is not a rule to memorize without reason; it is the result of valid algebraic transformations.

Start with ax2+bx+c=0 and assume a0. Divide every term by a:

x2+bax+ca=0.

Move the constant term:

x2+bax=ca.

Add (b2a)2 to both sides so that the left side becomes a perfect square:

(x+b2a)2=b24ac4a2.

Take square roots, remember both signs, and isolate x. After simplification, you obtain the quadratic formula.

Datei:Quadratic formula via completing the square.png

Understanding this derivation also explains why the discriminant appears inside the square root: its sign controls whether the square-root step produces two real values, one real value, or no real value.


Connecting Algebra and Graphs

The graph of a quadratic function y=ax2+bx+c is a parabola. When a>0, it opens upward; when a<0, it opens downward. The roots found by the quadratic formula are the x-coordinates of the x-intercepts.

The axis of symmetry of the parabola is

x=b2a.

Notice that this expression is also the central value in the quadratic formula. If the equation has two real roots, they lie symmetrically on either side of x=b2a. The vertex lies on this same vertical line.

This graphical view can help you estimate solutions before calculating them exactly. It can also reveal impossible answers. If a graph clearly crosses the x-axis near x=1 and x=5, answers such as x=8 and x=12 should make you recheck your work.


Choosing a Solving Method

You do not have to use the quadratic formula for every quadratic equation. A strong algebra student chooses a method that fits the structure of the equation.

Method When it is especially useful Main advantage
Factoring The quadratic factors easily into simple binomials Often fastest
Completing the square You want vertex form or want to understand the formula Reveals structure
Quadratic formula Factoring is difficult or the roots are irrational Works for every quadratic equation
Graphing You need a visual estimate or want to check roots Shows intercepts and overall behavior

For example, x25x+6=0 factors quickly as (x2)(x3)=0. The quadratic formula would also work, but factoring is shorter. By contrast, 3x2+x7=0 does not factor conveniently over the integers, so the quadratic formula is a natural choice.


Common Errors and How to Avoid Them

A minus sign can change an entire solution. If b=7, then the numerator begins with (7)=7. Write parentheses around negative coefficient values when you substitute.

The denominator is 2a, so the entire numerator b±b24ac is divided by 2a. Do not divide only the square-root term.

Remember to use both the plus and minus branches when the discriminant is positive. A quadratic equation can have two real roots, and writing only one branch loses a valid solution.

Calculate powers before subtraction. For instance, if b=4, then b2=(4)2=16, not negative 16.

Finally, do not use the formula before writing the equation equal to zero. The coefficients a, b, and c must come from standard form.


Applications

Quadratic equations appear in models of projectile motion, area, optimization, engineering, and other settings. The formula helps you find the input values at which a quadratic model reaches a chosen output.

Suppose a simplified height model for a ball is h(t)=5t2+20t, where h is height in meters and t is time in seconds. The ball is on the ground when h(t)=0, so solve 5t2+20t=0. Using the quadratic formula with a=5, b=20, and c=0 gives t=0 and t=4. In context, these values represent launch time and the time when the ball returns to the ground.

When you solve an application problem, the mathematics may produce a value that does not make sense in context. A negative time, negative length, or other impossible measurement may need to be rejected even if it is algebraically valid. Always interpret your solutions in the situation described.


Interactive Tasks


Quiz: Test Your Knowledge

Which equation is in standard quadratic form? (3x² plus 2x minus 5 equals 0) (!3x plus 2 equals 0) (!x³ plus 2x minus 5 equals 0) (!3 divided by x plus 2 equals 0)




In 4x² minus 9x plus 1 equals 0, what is b? (negative 9) (!positive 9) (!positive 4) (!positive 1)




Which expression is the discriminant? (b² minus 4ac) (!b² plus 4ac) (!2a minus b) (!a² minus 4bc)




What does a positive discriminant indicate? (Two distinct real roots) (!One repeated real root) (!No real roots) (!The equation is linear)




What does a zero discriminant indicate? (One repeated real root) (!Two distinct real roots) (!No real roots) (!Three real roots)




What does a negative discriminant indicate in the real number system? (No real roots) (!Two distinct real roots) (!One repeated real root) (!Every real number is a root)




For x² minus 5x plus 6 equals 0, which pair gives the roots? (2 and 3) (!negative 2 and negative 3) (!1 and 6) (!negative 1 and negative 6)




If b is negative, what should you do when substituting it into negative b? (Keep the negative sign with b and simplify carefully) (!Change b to zero) (!Ignore the negative sign) (!Replace b with a)




What do real roots of a quadratic function represent on its graph? (x-intercepts) (!y-intercepts only) (!The slope everywhere) (!The axis labels)




Why is the quadratic formula especially useful? (It works for every quadratic equation in standard form) (!It works only when the equation factors easily) (!It avoids all arithmetic) (!It always gives integer roots)





Memory Game

Quadratic equation Equality whose highest variable power is two
Coefficient Number multiplying a variable term
Discriminant Expression b² - 4ac
Root Value that makes the equation equal zero
Parabola U-shaped or inverted U-shaped graph of a quadratic function
Substitution Replacing symbols with known values





Drag and Drop

Match the correct terms. Topic
Positive discriminant Two distinct real roots
Zero discriminant One repeated real root
Negative discriminant No real roots
Coefficient a Multiplier of the squared term
Coefficient c Constant term




Match each phrase first without looking back at the explanatory text. Then explain one match in your own words.


Crossword Puzzle

Parabola What is the graph of a quadratic function called?
Discriminant What expression predicts the number of real roots?
Coefficient What do you call a number multiplying a variable term?
Vertex What is the turning point of a parabola called?
Roots What name is given to values that make a quadratic equation equal zero?
Substitute What verb means to replace a symbol with a known value?





LearningApps


Cloze Text

Complete the text.

A quadratic equation can be written in

with one side equal to zero. The coefficient of the squared term is called

. The expression inside the square root is the

. A positive discriminant gives

distinct real roots. A zero discriminant gives one

real root. A negative discriminant gives no real roots in the

number system. On a graph, real roots appear as

. The quadratic formula can be derived by

. After calculating solutions, you should

them by substitution or graphing.




Open-Ended Tasks


Easy

  1. Coefficient Hunt: Find five quadratic equations in a textbook or trusted learning resource and label a, b, and c for each one, paying special attention to negative signs.
  2. Formula Poster: Create a clear one-page poster that shows the quadratic formula, explains each symbol, and includes one worked example.
  3. Root Check: Solve two quadratic equations with the formula and verify every solution by substituting it into the original equation.
  4. Parabola Sketch: Draw a parabola with two real roots, mark the x-intercepts, and explain how those points relate to solutions of a quadratic equation.


Standard

  1. Method Comparison: Solve the same factorable quadratic by factoring and by the quadratic formula, then compare the efficiency and the reasoning of both methods.
  2. Discriminant Investigation: Create three quadratic equations whose discriminants are positive, zero, and negative, and graph them to show the corresponding root patterns.
  3. Teaching Video: Record a short instructional video in which you explain how to use the quadratic formula and warn viewers about at least three common errors.
  4. Real-World Model: Find or design a simple situation modeled by a quadratic equation, solve it with the formula, and interpret which solutions make sense in context.


Advanced

  1. Formula Derivation: Reproduce the derivation of the quadratic formula by completing the square and annotate each algebraic step with the property that justifies it.
  2. Parameter Exploration: Investigate how changing a, b, or c affects the discriminant, roots, axis of symmetry, and graph, and present your findings with examples.
  3. Interview Mathematics: Interview an engineer, technician, science teacher, programmer, or other professional about where quadratic relationships appear in their work, then connect one example to the quadratic formula.
  4. Digital Quadratic Lab: Use graphing software to create a mini-investigation with at least six quadratics, predict their roots from the discriminant, verify them graphically, and explain any patterns you discover.



Learning Assessment

  1. Reasoning with the Discriminant: Given several quadratic equations, classify their real-root behavior from the discriminant and justify each classification without fully solving every equation.
  2. Error Analysis: Analyze a worked solution containing sign and denominator errors, identify each incorrect step, correct it, and explain why the correction matters.
  3. Method Selection: For a set of quadratic equations, choose factoring, completing the square, graphing, or the quadratic formula, and defend each choice based on the structure of the equation.
  4. Application Transfer: Build a quadratic equation from a geometric or motion context, solve it, and explain which algebraic solutions are meaningful in the original situation.
  5. Graph and Formula Connection: Compare an equation, its discriminant, its formula-based roots, and its graph, then explain how all four representations support the same conclusion.
  6. Derivation Explanation: Explain how completing the square leads from the general quadratic equation to the formula and identify where the plus-or-minus sign enters the reasoning.




Evidence of Learning

Strong evidence of learning includes accurate identification of a, b, and c; correct use of the quadratic formula; reliable discriminant calculations; correct classification of real-root cases; and the ability to verify solutions.

You should also be able to explain why real roots correspond to x-intercepts, compare solving methods, recognize and correct common errors, and communicate a derivation or worked solution clearly enough that another learner can follow it.

Useful products include annotated calculations, graphs, a formula poster, a short teaching video, a discriminant investigation, and a real-world modeling task. Transfer is demonstrated when you can decide independently that a new problem is quadratic, choose a suitable solution method, interpret the results in context, and check whether the answers are reasonable.




OERs on the Topic



Linked Learning Areas

The quadratic formula connects equation solving, functions, graphs, algebraic structure, and mathematical modeling. The table below provides a pathway into related topics that support or extend your understanding.


aiMOOC Projects