Quadratic function: Difference between revisions
(Created page with "==Definition== A '''quadratic function''' is a function of the form: <math>x \mapsto ax^2 + bx + c</math> where <math>a,b,c</math> are real numbers and <math>a \ne 0</math>. I...") |
No edit summary |
||
| Line 8: | Line 8: | ||
==Key invariants== | ==Key invariants== | ||
{| class="sortable" border="1" | |||
! Expression !! Name !! Significance in the case <math>a,b,c \in \R</math> | |||
|- | |||
| <math>b^2 - 4ac</math> || (unnormalized) [[discriminant]] || The discriminant is positive (i.e., <math>b^2 - 4ac > 0</math>) iff the quadratic has two distinct real roots<br>The discriminant is zero (i.e., <math>b^2 - 4ac = 0</math>) iff the quadratic has a real root of multiplicity two<br>The discriminant is negative (i.e., <math>b^2 - 4ac < 0</math>) iff the quadratic has no real roots | |||
|- | |||
| <math>a</math> || leading coefficient || Leading coefficient is positive (i.e., <math>a > 0</math>) iff that the function approaches infinity as <math>x \to \infty</math> and as <math>x \to -infty</math><br>Leading coefficient is negative (i.e., <math>a < 0</math>) iff that the function approaches infinity as <math>x \to \infty</math> and as <math>x \to -infty</math> | |||
|- | |||
| <math>-b/a</math> || sum of roots || If the roots are <math>\alpha,\beta</math> (counted with multiplicity, and they need not be real roots), then the polynomial is <math>a(x - \alpha)(x - \beta)</math> and the sum of roots <math>\alpha + \beta</math> is <math>-b/a</math>. | |||
|- | |||
| <math>c/a</math> || product of rots || If the roots are <math>\alpha,\beta</math> (counted with multiplicity, and they need not be real roots), then the polynomial is <math>a(x - \alpha)(x - \beta)</math> and the product of roots <math>\alpha\beta</math> is <math>c/a</math>. | |||
|} | |||
Revision as of 14:37, 11 May 2014
Definition
A quadratic function is a function of the form:
where are real numbers and . In other words, a quadratic function is a polynomial function of degree two.
Key invariants
| Expression | Name | Significance in the case |
|---|---|---|
| (unnormalized) discriminant | The discriminant is positive (i.e., ) iff the quadratic has two distinct real roots The discriminant is zero (i.e., ) iff the quadratic has a real root of multiplicity two The discriminant is negative (i.e., ) iff the quadratic has no real roots | |
| leading coefficient | Leading coefficient is positive (i.e., ) iff that the function approaches infinity as and as Leading coefficient is negative (i.e., ) iff that the function approaches infinity as and as | |
| sum of roots | If the roots are (counted with multiplicity, and they need not be real roots), then the polynomial is and the sum of roots is . | |
| product of rots | If the roots are (counted with multiplicity, and they need not be real roots), then the polynomial is and the product of roots is . |