mirror of
https://gitlab.com/magicalsoup/Highschool.git
synced 2025-01-23 16:11:46 -05:00
Update Unit 2: Quadratic Equations.md
This commit is contained in:
parent
09ae154a6c
commit
a55a3da232
@ -58,7 +58,7 @@ x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} \\
|
||||
- The formula is derived from completing the square.
|
||||
- The **sums of the roots** is simply $`\dfrac{-b}{a}`$, or $`X_1 + X_2 = \dfrac{-b}{a}`$
|
||||
- The **products of the roots**, is simply $`\dfrac{c}{a}`$, or $`(X_1)(X_2) = \dfrac{c}{a}`$
|
||||
- The **Axis of Symmetry** is at $`\drac{-b}{2a}`$
|
||||
- The **Axis of Symmetry** is at $`\dfrac{-b}{2a}`$
|
||||
|
||||
## Discriminant
|
||||
- $`D =b^2 - 4ac`$, this is also part of the **quadratic formula**!
|
||||
|
Loading…
Reference in New Issue
Block a user