Quadratic function: Difference between revisions

From Calculus
No edit summary
Line 18: Line 18:
|-
|-
| <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>.
| <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>.
|-
| <math>b^2/(4a^2) - c/a</math> || normalized discriminant || Similar observations as for the discriminant.
|}
|}

Revision as of 14:40, 11 May 2014

Definition

A quadratic function is a function of the form:

x↦ax2+bx+c

where a,b,c are real numbers and a≠0. In other words, a quadratic function is a polynomial function of degree two.

Key invariants

Expression Name Significance in the case a,b,c∈R
b2−4ac (unnormalized) discriminant The discriminant is positive (i.e., b2−4ac>0) iff the quadratic has two distinct real roots
The discriminant is zero (i.e., b2−4ac=0) iff the quadratic has a real root of multiplicity two
The discriminant is negative (i.e., b2−4ac<0) iff the quadratic has no real roots
a leading coefficient Leading coefficient is positive (i.e., a>0) iff that the function approaches infinity as x→∞ and as x→−infty
Leading coefficient is negative (i.e., a<0) iff that the function approaches infinity as x→∞ and as x→−infty
−b/a sum of roots If the roots are α,β (counted with multiplicity, and they need not be real roots), then the polynomial is a(x−α)(x−β) and the sum of roots α+β is −b/a.
c/a product of rots If the roots are α,β (counted with multiplicity, and they need not be real roots), then the polynomial is a(x−α)(x−β) and the product of roots αβ is c/a.
b2/(4a2)−c/a normalized discriminant Similar observations as for the discriminant.