Quadratic function: Difference between revisions

From Calculus
No edit summary
Line 6: Line 6:


where <math>a,b,c</math> are real numbers and <math>a \ne 0</math>. In other words, a quadratic function is a [[defining ingredient::polynomial function]] of degree two.
where <math>a,b,c</math> are real numbers and <math>a \ne 0</math>. In other words, a quadratic function is a [[defining ingredient::polynomial function]] of degree two.
Unless otherwise specified, we consider quadratic functions where the inputs, outputs, and coefficients are all real numbers.
==Key data==
{| class="sortable" border="1"
! Item !! Value
|-
| Default [[domain]] || all real numbers, i.e., all of <math>\R</math>
|-
| [[range]] || Case <math>a > 0</math>: <math>\left[c - \frac{b^2}{4a},\infty\right)</math><br>Case <math>a < 0</math>: <math>\left(-\infty,c - \frac{b^2}{4a}\right]</math>
|}


==Key invariants==
==Key invariants==

Revision as of 14:45, 11 May 2014

Definition

A quadratic function is a function of the form:

xax2+bx+c

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

Unless otherwise specified, we consider quadratic functions where the inputs, outputs, and coefficients are all real numbers.

Key data

Item Value
Default domain all real numbers, i.e., all of R
range Case a>0: [cb24a,)
Case a<0: (,cb24a]

Key invariants

Expression Name Significance in the case a,b,cR
b24ac (unnormalized) discriminant The discriminant is positive (i.e., b24ac>0) iff the quadratic has two distinct real roots
The discriminant is zero (i.e., b24ac=0) iff the quadratic has a real root of multiplicity two
The discriminant is negative (i.e., b24ac<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 xinfty
Leading coefficient is negative (i.e., a<0) iff that the function approaches infinity as x and as xinfty
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.