User Tools

Site Tools


quadratic

Quadratic

Quadratic = 2nd Degree Polynomial.

Quadratic 1

$$y = x^2$$ $$y = ax^2 + bx + c$$ $$y = ax^2 + 2ax + a^2$$

To visualize:

  • Solve for x to find the roots (where y = 0).
  • The constant is the y-intercept.

Complete the Square

Make the left-size into some expression squared, taking advantage of the fact that: $$(a+x)^2 = ax^2 + 2ax + a^2$$

Like this: \begin{align*} x^2 + 16x - 57 &= 0\\ x^2 + 16x + 64 &= 57+64\\ (x+8)^2 &= 121\\ \end{align*}

Quadratic Formula

\begin{align*} ax^2 + bx + c &= 0\\ x &= \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \end{align*}

quadratic.txt · Last modified: 2021/01/28 05:46 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki