<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AQuadratic_Equations</id>
	<title>English:Quadratic Equations - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AQuadratic_Equations"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Quadratic_Equations&amp;action=history"/>
	<updated>2026-08-21T22:28:41Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Quadratic_Equations&amp;diff=46656&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Quadratic_Equations&amp;diff=46656&amp;oldid=prev"/>
		<updated>2026-08-21T13:40:27Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Quadratic Equations]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;quadratic equation&amp;#039;&amp;#039;&amp;#039; is an equation that can be written in the standard form &amp;lt;math&amp;gt;ax^2+bx+c=0&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;a\neq 0&amp;lt;/math&amp;gt;. The highest power of the variable is two, so a quadratic equation is a second-degree [[English:Polynomial|polynomial equation]]. In Grades 9–10, quadratic equations connect algebraic manipulation, [[English:Quadratic function|quadratic functions]], graphs, and mathematical modelling.&lt;br /&gt;
&lt;br /&gt;
You will learn to recognize quadratic equations, solve them by several methods, check solutions, interpret graphs, use the discriminant, and choose a method that fits the structure of a problem. You will also apply quadratics to situations involving area, height, motion, and optimization.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Learning goals:&amp;#039;&amp;#039;&amp;#039; By the end of this aiMOOC, you should be able to explain what a quadratic equation is, solve quadratic equations by factoring, square roots, completing the square, and the quadratic formula, connect solutions to x-intercepts of a parabola, interpret the discriminant, verify solutions by substitution, and model suitable real-world situations.&lt;br /&gt;
&lt;br /&gt;
[[File:Quadratic-function.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The graph above shows the basic quadratic function &amp;lt;math&amp;gt;f(x)=x^2&amp;lt;/math&amp;gt;. Its U-shaped graph is called a [[English:Parabola|parabola]]. Quadratic equations and parabolas are closely connected because solving &amp;lt;math&amp;gt;f(x)=0&amp;lt;/math&amp;gt; means finding where the graph meets the x-axis.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= What Makes an Equation Quadratic? =&lt;br /&gt;
&lt;br /&gt;
A quadratic equation contains a nonzero &amp;lt;math&amp;gt;x^2&amp;lt;/math&amp;gt; term and no power of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; higher than two. The standard form is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ax^2+bx+c=0,\quad a\neq 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; are coefficients. The coefficient &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; controls the quadratic term, &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; controls the linear term, and &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; is the constant term.&lt;br /&gt;
&lt;br /&gt;
For example, &amp;lt;math&amp;gt;2x^2-5x-3=0&amp;lt;/math&amp;gt; is quadratic because the highest exponent is two and the coefficient of &amp;lt;math&amp;gt;x^2&amp;lt;/math&amp;gt; is not zero. The equation &amp;lt;math&amp;gt;4x-7=0&amp;lt;/math&amp;gt; is linear, not quadratic, while &amp;lt;math&amp;gt;x^3+x=0&amp;lt;/math&amp;gt; is cubic.&lt;br /&gt;
&lt;br /&gt;
Before solving, rearrange the equation so that one side is zero. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2+7=5x&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
becomes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2-5x+7=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Equations and Functions ==&lt;br /&gt;
&lt;br /&gt;
The expression &amp;lt;math&amp;gt;ax^2+bx+c&amp;lt;/math&amp;gt; can define a quadratic function &amp;lt;math&amp;gt;f(x)=ax^2+bx+c&amp;lt;/math&amp;gt;. The equation &amp;lt;math&amp;gt;ax^2+bx+c=0&amp;lt;/math&amp;gt; asks for the inputs where &amp;lt;math&amp;gt;f(x)=0&amp;lt;/math&amp;gt;. These inputs are called &amp;#039;&amp;#039;&amp;#039;solutions&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;roots&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;zeros&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Quadratic roots.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
In the graph above, the roots are the x-values where the parabola crosses the x-axis. This graphical meaning helps you check whether an algebraic answer is reasonable.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=N30tN9158Kc|500|center}}&lt;br /&gt;
&lt;br /&gt;
This Khan Academy video demonstrates solving a quadratic equation by factoring. As you watch, notice how the zero-product property turns a product equal to zero into separate linear equations.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Solving by Factoring =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Factoring&amp;#039;&amp;#039;&amp;#039; is often the fastest method when the quadratic expression can be written as a product of linear factors. The key rule is the &amp;#039;&amp;#039;&amp;#039;zero-product property&amp;#039;&amp;#039;&amp;#039;: if &amp;lt;math&amp;gt;pq=0&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;p=0&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;q=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2-5x+6=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Factor the left-hand side:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(x-2)(x-3)=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set each factor equal to zero:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x-2=0&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;x-3=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, &amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;x=3&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can check both answers in the original equation. For &amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;2^2-5(2)+6=0&amp;lt;/math&amp;gt;. For &amp;lt;math&amp;gt;x=3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;3^2-5(3)+6=0&amp;lt;/math&amp;gt;. Both are valid.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Factoring When the Leading Coefficient Is Not One ==&lt;br /&gt;
&lt;br /&gt;
Consider &amp;lt;math&amp;gt;2x^2+7x+3=0&amp;lt;/math&amp;gt;. One useful strategy is to search for two binomials whose product gives the quadratic:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(2x+1)(x+3)=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2x+1=0&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;x+3=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so the solutions are &amp;lt;math&amp;gt;x=-\frac{1}{2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x=-3&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Factoring is efficient when the factors are easy to recognize. If the expression does not factor conveniently over the integers, another method may be better.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Solving by Taking Square Roots =&lt;br /&gt;
&lt;br /&gt;
If a quadratic has the form &amp;lt;math&amp;gt;(x-h)^2=k&amp;lt;/math&amp;gt;, isolate the squared expression and take both square roots:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x-h=\pm\sqrt{k}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(x-4)^2=25&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gives&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x-4=\pm 5&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
so &amp;lt;math&amp;gt;x=9&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;x=-1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The symbol &amp;lt;math&amp;gt;\pm&amp;lt;/math&amp;gt; matters because both a positive and a negative number can have the same positive square. Forgetting the negative square root is a common error.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;k&amp;lt;0&amp;lt;/math&amp;gt;, there is no real number whose square equals &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;. In Grades 9–10, you can usually report that the equation has &amp;#039;&amp;#039;&amp;#039;no real solutions&amp;#039;&amp;#039;&amp;#039; unless your course has introduced [[English:Complex number|complex numbers]].&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Completing the Square =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Completing the square&amp;#039;&amp;#039;&amp;#039; rewrites a quadratic expression so that part of it becomes a perfect-square trinomial. This method is important because it works even when factoring is difficult, reveals the vertex form of a quadratic function, and leads directly to the quadratic formula.&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;x^2+6x+5=0&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2+6x=-5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Half of 6 is 3, and &amp;lt;math&amp;gt;3^2=9&amp;lt;/math&amp;gt;. Add 9 to both sides:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2+6x+9=4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(x+3)^2=4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Take square roots:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x+3=\pm 2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so &amp;lt;math&amp;gt;x=-1&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;x=-5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:Completing the square visual1.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The image gives a geometric way to think about completing the square: pieces representing the quadratic and linear terms can be rearranged so that adding a smaller square creates a complete square.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=2MKigAgPZMQ|500|center}}&lt;br /&gt;
&lt;br /&gt;
Use this video to compare the algebraic steps with the geometric idea. Pay attention to the rule that whatever you add to one side of an equation must also be added to the other side.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Completing the Square When the Leading Coefficient Is Not One ==&lt;br /&gt;
&lt;br /&gt;
For an equation such as &amp;lt;math&amp;gt;2x^2+8x-10=0&amp;lt;/math&amp;gt;, first divide every term by 2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2+4x-5=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then complete the square:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2+4x=5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2+4x+4=9&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(x+2)^2=9&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so &amp;lt;math&amp;gt;x+2=\pm 3&amp;lt;/math&amp;gt;, giving &amp;lt;math&amp;gt;x=1&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;x=-5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This example shows why simplifying first can make the method easier.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= The Quadratic Formula =&lt;br /&gt;
&lt;br /&gt;
Every quadratic equation &amp;lt;math&amp;gt;ax^2+bx+c=0&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;a\neq 0&amp;lt;/math&amp;gt; can be solved using the &amp;#039;&amp;#039;&amp;#039;quadratic formula&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:Quadratic formula.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
To use the formula accurately:&lt;br /&gt;
&lt;br /&gt;
# [[English:Standard form|Standard form]]: Rearrange the equation to &amp;lt;math&amp;gt;ax^2+bx+c=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
# [[English:Coefficient|Coefficient]]: Identify &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt;, including their signs.&lt;br /&gt;
# [[English:Substitution|Substitution]]: Substitute the values into the formula.&lt;br /&gt;
# [[English:Square root|Square root]]: Evaluate the expression under the square root.&lt;br /&gt;
# [[English:Simplification|Simplification]]: Simplify both values produced by &amp;lt;math&amp;gt;\pm&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Example: Solve &amp;lt;math&amp;gt;2x^2-3x-2=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;a=2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b=-3&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;c=-2&amp;lt;/math&amp;gt;. Substitute:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=\frac{-(-3)\pm\sqrt{(-3)^2-4(2)(-2)}}{2(2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=\frac{3\pm\sqrt{9+16}}{4}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=\frac{3\pm 5}{4}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, &amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;x=-\frac{1}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:Roots of a quadratic function via the quadratic formula.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The image connects substitution in the quadratic formula with the x-intercepts of a parabola.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=IlNAJl36-10|500|center}}&lt;br /&gt;
&lt;br /&gt;
This worked-example video is useful for checking sign handling, substitution, and simplification.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Where the Formula Comes From ==&lt;br /&gt;
&lt;br /&gt;
The quadratic formula can be derived from the general equation &amp;lt;math&amp;gt;ax^2+bx+c=0&amp;lt;/math&amp;gt; by completing the square. You do not need to memorize every derivation step immediately, but understanding the derivation helps you see that the formula is not an isolated trick.&lt;br /&gt;
&lt;br /&gt;
[[File:Completing the square for the quadratic eq.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=mDmRYfma9C0|500|center}}&lt;br /&gt;
&lt;br /&gt;
As you study the derivation, look for the same operations you use when solving a specific equation: move terms, divide by the leading coefficient, complete a square, take square roots, and isolate the variable.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= The Discriminant =&lt;br /&gt;
&lt;br /&gt;
The expression under the square root in the quadratic formula is called the &amp;#039;&amp;#039;&amp;#039;discriminant&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;D=b^2-4ac&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The discriminant tells you how many real solutions a quadratic equation has before you calculate the solutions.&lt;br /&gt;
&lt;br /&gt;
# [[English:Positive number|Positive discriminant]]: If &amp;lt;math&amp;gt;D&amp;gt;0&amp;lt;/math&amp;gt;, there are two distinct real solutions.&lt;br /&gt;
# [[English:Zero|Zero discriminant]]: If &amp;lt;math&amp;gt;D=0&amp;lt;/math&amp;gt;, there is one repeated real solution.&lt;br /&gt;
# [[English:Negative number|Negative discriminant]]: If &amp;lt;math&amp;gt;D&amp;lt;0&amp;lt;/math&amp;gt;, there are no real solutions.&lt;br /&gt;
&lt;br /&gt;
[[File:Quadratic eq discriminant.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The three parabolas illustrate the three cases. Two x-axis crossings correspond to two real roots, one touching point corresponds to one repeated real root, and no x-axis crossing corresponds to no real roots.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=JBSDQLZtjFo|500|center}}&lt;br /&gt;
&lt;br /&gt;
Use the discriminant as a prediction tool. It can help you decide what kind of answer to expect before you finish a calculation.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Graphs, Roots, and the Vertex =&lt;br /&gt;
&lt;br /&gt;
A quadratic function &amp;lt;math&amp;gt;f(x)=ax^2+bx+c&amp;lt;/math&amp;gt; has a parabolic graph. Important features include the &amp;#039;&amp;#039;&amp;#039;vertex&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;axis of symmetry&amp;#039;&amp;#039;&amp;#039;, x-intercepts, and y-intercept.&lt;br /&gt;
&lt;br /&gt;
The x-coordinate of the vertex is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=-\frac{b}{2a}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Substitute this x-value into the function to find the y-coordinate. The vertical line through the vertex is the axis of symmetry. If &amp;lt;math&amp;gt;a&amp;gt;0&amp;lt;/math&amp;gt;, the parabola opens upward and the vertex is a minimum. If &amp;lt;math&amp;gt;a&amp;lt;0&amp;lt;/math&amp;gt;, the parabola opens downward and the vertex is a maximum.&lt;br /&gt;
&lt;br /&gt;
[[File:Quadratic function graph key values.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
For a quadratic equation, the x-intercepts are especially important because they are the real solutions. A graph can provide exact solutions when intercepts are clearly known, but most hand-drawn or calculator graphs give approximate solutions. Algebraic methods are usually better when an exact answer is required.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Choosing a Solving Method =&lt;br /&gt;
&lt;br /&gt;
Good problem solving includes choosing an efficient method rather than applying the same method every time.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Structure of the equation&lt;br /&gt;
! Useful method&lt;br /&gt;
! Reason&lt;br /&gt;
|-&lt;br /&gt;
| A product of factors equals zero&lt;br /&gt;
| Factoring&lt;br /&gt;
| The zero-product property gives the roots quickly&lt;br /&gt;
|-&lt;br /&gt;
| A squared expression equals a number&lt;br /&gt;
| Taking square roots&lt;br /&gt;
| The square can be undone directly&lt;br /&gt;
|-&lt;br /&gt;
| A monic quadratic is close to a perfect square&lt;br /&gt;
| Completing the square&lt;br /&gt;
| The equation can be rewritten in square form&lt;br /&gt;
|-&lt;br /&gt;
| Any quadratic in standard form&lt;br /&gt;
| Quadratic formula&lt;br /&gt;
| The formula works for every quadratic equation&lt;br /&gt;
|-&lt;br /&gt;
| A visual estimate or interpretation is needed&lt;br /&gt;
| Graphing&lt;br /&gt;
| Intercepts show approximate real roots&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A strong solver can use more than one method and compare them. For example, &amp;lt;math&amp;gt;x^2-9=0&amp;lt;/math&amp;gt; can be factored as &amp;lt;math&amp;gt;(x-3)(x+3)=0&amp;lt;/math&amp;gt; or solved by taking square roots from &amp;lt;math&amp;gt;x^2=9&amp;lt;/math&amp;gt;. Both methods give &amp;lt;math&amp;gt;x=\pm 3&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Checking Solutions and Common Errors =&lt;br /&gt;
&lt;br /&gt;
Checking is part of solving. Substitute each proposed solution into the &amp;#039;&amp;#039;&amp;#039;original equation&amp;#039;&amp;#039;&amp;#039;. If both sides are equal, the value is a solution.&lt;br /&gt;
&lt;br /&gt;
Common errors include losing the negative sign when identifying &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;, forgetting the &amp;lt;math&amp;gt;\pm&amp;lt;/math&amp;gt; symbol, dividing only some terms by a number, factoring incorrectly, taking the square root of a negative number while working only with real numbers, and rounding too early.&lt;br /&gt;
&lt;br /&gt;
A useful habit is to estimate first. If a graph suggests roots near 2 and 5, an algebraic answer of 200 should make you recheck your work.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Real-World Models =&lt;br /&gt;
&lt;br /&gt;
Quadratic equations appear when a quantity depends on the square of a variable. Examples include area models, projectile height under simplified assumptions, revenue or profit models, and optimization problems.&lt;br /&gt;
&lt;br /&gt;
Suppose a rectangular garden has width &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; metres and length &amp;lt;math&amp;gt;x+5&amp;lt;/math&amp;gt; metres, with area 84 square metres. Then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x(x+5)=84&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x^2+5x-84=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(x+12)(x-7)=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The algebraic solutions are &amp;lt;math&amp;gt;x=-12&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x=7&amp;lt;/math&amp;gt;, but a physical width cannot be negative. The meaningful solution is therefore &amp;lt;math&amp;gt;x=7&amp;lt;/math&amp;gt; metres, giving a length of 12 metres.&lt;br /&gt;
&lt;br /&gt;
This example shows an important modelling principle: an algebraic solution may be mathematically correct but not meaningful in the context of the problem.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== A Height Model ==&lt;br /&gt;
&lt;br /&gt;
A simplified height model might be &amp;lt;math&amp;gt;h(t)=-5t^2+20t+1&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; is time in seconds and &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; is height in metres. Solving &amp;lt;math&amp;gt;-5t^2+20t+1=0&amp;lt;/math&amp;gt; estimates when the object reaches ground level. The vertex of the parabola gives the maximum height and the time at which it occurs.&lt;br /&gt;
&lt;br /&gt;
When using a model, always state units and interpret which solutions make sense. Negative time values, for example, may not belong to the situation being modelled.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which equation is quadratic?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(3x squared plus 2x minus 5 equals zero)&lt;br /&gt;
(!7x minus 4 equals zero)&lt;br /&gt;
(!x cubed plus x equals zero)&lt;br /&gt;
(!5 divided by x equals two)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What condition must the leading coefficient satisfy in a quadratic equation?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It must not be zero)&lt;br /&gt;
(!It must equal one)&lt;br /&gt;
(!It must be positive)&lt;br /&gt;
(!It must be an integer)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What are the solutions of x squared minus 9 equals zero?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(x equals 3 or x equals negative 3)&lt;br /&gt;
(!x equals 9 only)&lt;br /&gt;
(!x equals 3 only)&lt;br /&gt;
(!x equals negative 9 only)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which method is especially efficient when a quadratic is already written as a product equal to zero?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Factoring)&lt;br /&gt;
(!Graph translation)&lt;br /&gt;
(!Long division)&lt;br /&gt;
(!Elimination)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a positive discriminant indicate?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Two distinct real solutions)&lt;br /&gt;
(!One repeated real solution)&lt;br /&gt;
(!No real solutions)&lt;br /&gt;
(!Infinitely many solutions)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a discriminant of zero indicate?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(One repeated real solution)&lt;br /&gt;
(!Two distinct real solutions)&lt;br /&gt;
(!No real solutions)&lt;br /&gt;
(!The equation is linear)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the graph of a quadratic function called?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Parabola)&lt;br /&gt;
(!Circle)&lt;br /&gt;
(!Hyperbola)&lt;br /&gt;
(!Straight line)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Where do real roots appear on the graph of a quadratic function?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(At the x intercepts)&lt;br /&gt;
(!At every y intercept)&lt;br /&gt;
(!Only at the vertex)&lt;br /&gt;
(!Only on the axis of symmetry)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why should you substitute a proposed root into the original equation?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(To check that it satisfies the equation)&lt;br /&gt;
(!To change the equation into a function)&lt;br /&gt;
(!To remove the quadratic term)&lt;br /&gt;
(!To create an extra root)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which method works for every quadratic equation in standard form?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Quadratic formula)&lt;br /&gt;
(!Factoring over integers)&lt;br /&gt;
(!Taking square roots immediately)&lt;br /&gt;
(!Guessing from a table)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Coefficient || A number multiplying a variable term&lt;br /&gt;
|-&lt;br /&gt;
| Root || A value that makes the quadratic expression equal zero&lt;br /&gt;
|-&lt;br /&gt;
| Vertex || The turning point of a parabola&lt;br /&gt;
|-&lt;br /&gt;
| Discriminant || The expression that predicts the number of real solutions&lt;br /&gt;
|-&lt;br /&gt;
| Factorization || Rewriting an expression as a product&lt;br /&gt;
|-&lt;br /&gt;
| Parabola || The graph of a quadratic function&lt;br /&gt;
|-&lt;br /&gt;
| Substitution || Replacing a variable with a chosen value to check or evaluate&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Factoring&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Best when the expression splits conveniently into linear factors&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Square-root method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Best when a squared expression is isolated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Completing the square&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Rewrites a quadratic into a perfect-square form&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Quadratic formula&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| General method that works for every quadratic equation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Graphing&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Useful for estimating roots from x-axis crossings&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Match each solving method with the description that best explains when or why to use it.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Parabola || What is the U-shaped graph of a quadratic function called?&lt;br /&gt;
|-&lt;br /&gt;
| Discriminant || What expression tells you the number of real roots?&lt;br /&gt;
|-&lt;br /&gt;
| Factorization || What process rewrites a polynomial as a product?&lt;br /&gt;
|-&lt;br /&gt;
| Vertex || What is the turning point of a parabola called?&lt;br /&gt;
|-&lt;br /&gt;
| Intercepts || What points show where a graph crosses an axis?&lt;br /&gt;
|-&lt;br /&gt;
| Symmetry || What property makes the two sides of a parabola mirror each other?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Quadratic+Equations &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A quadratic equation can be written in standard form with a nonzero { leading coefficient }. The graph of the related quadratic function is a { parabola }. Values that make the quadratic expression equal zero are called { roots }. Factoring uses the { zero-product property } when a product equals zero. Completing the square creates a { perfect square } within the equation. The general method that works for every quadratic is the { quadratic formula }. The expression under its square root is the { discriminant }. A positive discriminant predicts { two real solutions }. A zero discriminant predicts { one repeated real solution }. Substituting a proposed answer into the original equation helps you { check the solution }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Quadratic Equation Poster|Quadratic Equation Poster]]: Create a one-page poster that shows standard form, labels the coefficients, and includes one correctly solved example.&lt;br /&gt;
# [[English:Root Check Cards|Root Check Cards]]: Make four study cards with quadratic equations on the front and verified solutions on the back.&lt;br /&gt;
# [[English:Parabola Sketch|Parabola Sketch]]: Draw a quadratic graph with a labelled vertex, axis of symmetry, x-intercepts, and y-intercept, then explain each feature in two or three sentences.&lt;br /&gt;
# [[English:One-Minute Quadratic Video|One-Minute Quadratic Video]]: Record a short video explaining why the symbol plus-or-minus is necessary when solving a squared equation.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Method Comparison|Method Comparison]]: Solve the same quadratic equation by two different methods and write a comparison of efficiency, clarity, and risk of error.&lt;br /&gt;
# [[English:Error Analysis|Error Analysis]]: Invent three realistic mistakes in quadratic-equation work, exchange them with a partner, and write corrected solutions with explanations.&lt;br /&gt;
# [[English:Quadratics Interview|Quadratics Interview]]: Interview a teacher, engineer, technician, designer, or other professional about where they meet parabolic shapes, optimization, or quadratic models, then summarize what you learned.&lt;br /&gt;
# [[English:Projectile Data Project|Projectile Data Project]]: Use a safe tossed-ball video or teacher-provided data to estimate height over time, fit or use a quadratic model, and explain what the roots and vertex mean in context.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Quadratic Formula Derivation|Quadratic Formula Derivation]]: Produce a step-by-step derivation of the quadratic formula by completing the square and annotate why each transformation preserves equivalence.&lt;br /&gt;
# [[English:Discriminant Investigation|Discriminant Investigation]]: Create several quadratic equations with positive, zero, and negative discriminants, graph them, and explain the connection between algebraic predictions and x-axis intersections.&lt;br /&gt;
# [[English:Optimization Design Challenge|Optimization Design Challenge]]: Design a realistic maximum-area or minimum-cost problem that leads to a quadratic function, solve it, and justify why the vertex gives the optimum.&lt;br /&gt;
# [[English:Quadratic Modelling Report|Quadratic Modelling Report]]: Collect or generate data that approximately follows a parabola, fit a quadratic model with a suitable digital tool, evaluate its limitations, and present your findings as a report or video.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Method Selection Assessment|Method Selection Assessment]]: Given six quadratic equations in different forms, choose an efficient solving method for each and justify every choice before solving.&lt;br /&gt;
# [[English:Multiple Representation Assessment|Multiple Representation Assessment]]: For one quadratic, show the equation in standard form, a factored or vertex form, its graph, and its solutions, then explain how the representations correspond.&lt;br /&gt;
# [[English:Discriminant Reasoning Assessment|Discriminant Reasoning Assessment]]: Predict the number of real roots of several quadratics from their discriminants, then verify the predictions algebraically or graphically.&lt;br /&gt;
# [[English:Modelling Assessment|Modelling Assessment]]: Build and solve a quadratic equation from a realistic area, height, or revenue situation, and explain which algebraic solutions are meaningful in context.&lt;br /&gt;
# [[English:Error Diagnosis Assessment|Error Diagnosis Assessment]]: Analyze a worked solution containing a sign or factoring error, identify the first incorrect step, repair the solution, and explain why the correction works.&lt;br /&gt;
# [[English:Transfer Assessment|Transfer Assessment]]: Create a new quadratic problem whose solution cannot be read off immediately, solve it with two methods, and compare the exact and graphical results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;: You can explain standard form, roots, factors, the vertex, the axis of symmetry, the discriminant, and the relationship between a quadratic equation and its graph.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Skills&amp;#039;&amp;#039;&amp;#039;: You can rearrange equations, factor suitable quadratics, take square roots correctly, complete the square, use the quadratic formula, interpret graphs, and verify answers.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Products&amp;#039;&amp;#039;&amp;#039;: Your portfolio can include solved examples, annotated graphs, an error analysis, a modelling task, a poster, a short explanatory video, or a digital investigation.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Reasoning&amp;#039;&amp;#039;&amp;#039;: You can choose a solving method based on structure, predict the number of real solutions, explain why a method works, and identify unreasonable results.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;: You can create or analyze a real-world model, interpret roots and the vertex in context, use units correctly, and reject algebraically valid answers that are not meaningful for the situation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
The English Wikipedia article below provides an open reference for definitions, solution methods, graphs, the quadratic formula, and further mathematical context.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Quadratic_equation &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also explore related open topics through [[English:Quadratic function|Quadratic function]], [[English:Parabola|Parabola]], [[English:Polynomial|Polynomial]], [[English:Factoring|Factoring]], [[English:Completing the square|Completing the square]], [[English:Quadratic formula|Quadratic formula]], and [[English:Discriminant|Discriminant]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Quadratic Equations|Quadratic Equations]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Standard form|Standard form]]&lt;br /&gt;
# [[English:Factoring|Factoring]]&lt;br /&gt;
# [[English:Zero-product property|Zero-product property]]&lt;br /&gt;
# [[English:Completing the square|Completing the square]]&lt;br /&gt;
# [[English:Quadratic formula|Quadratic formula]]&lt;br /&gt;
# [[English:Discriminant|Discriminant]]&lt;br /&gt;
# [[English:Quadratic function|Quadratic function]]&lt;br /&gt;
# [[English:Parabola|Parabola]]&lt;br /&gt;
# [[English:Vertex|Vertex]]&lt;br /&gt;
# [[English:Axis of symmetry|Axis of symmetry]]&lt;br /&gt;
# [[English:Roots|Roots]]&lt;br /&gt;
# [[English:Mathematical modelling|Mathematical modelling]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Quadratic equations connect several learning areas. In [[English:Algebra|Algebra]], you transform expressions and solve equations. In [[English:Functions|Functions]], you connect symbolic rules with graphs. In [[English:Geometry|Geometry]], you study the structure and symmetry of parabolas. In [[English:Physics|Physics]], simplified motion models can produce quadratic relationships. In [[English:Statistics and data science|data analysis]], quadratic models can approximate curved trends. In [[English:Mathematical modelling|Mathematical modelling]], you decide whether algebraic solutions make sense in a real situation.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Quadratic Equations]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Algebra]]&lt;br /&gt;
[[Category:Functions]]&lt;br /&gt;
[[Category:Mathematics Education]]&lt;br /&gt;
[[Category:Grades 9-10]]&lt;br /&gt;
[[Category:Secondary Education]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>