Difference between revisions of "Quadratic Functions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A Quadratic function is a polynomial where the highest power is two. The basic form of this function is
+
In algebra, a '''quadratic function''', a '''quadratic polynomial''', a '''polynomial of degree 2''', or simply a '''quadratic''', is a polynomial function with one or more variables in which the highest-degree term is of the second degree.
  
: <math> f(x) = ax^2 + bx + c </math>
+
[[Image:Polynomialdeg2.svg|thumb|right|A quadratic polynomial with two real roots (crossings of the ''x'' axis) and hence no complex roots. Some other quadratic polynomials have their minimum above the ''x'' axis, in which case there are no real roots and two complex roots.]]
  
where, ax² is the ''quadratic term'', bx is the ''linear term'' and c is the ''independent term'' or "constant", which does not depend on the variable, x. The letters a and b are called "coefficients", a being the "leading coefficient". The standard form is F(X) = ax² + bx + c.
+
For example, a ''univariate'' (single-variable) quadratic function has the form
The x-intercepts of the function are:
 
  
<math> x = \frac{-b + \sqrt{b^2 - 4ac}}{ 2a} </math> OR  <math> x = \frac{-b - \sqrt{b^2 - 4ac}}{2a} </math>
+
:<math>f(x)=ax^2+bx+c,\quad a \ne 0</math>
 +
in the single variable ''x''. The graph of a univariate quadratic function is a parabola whose axis of symmetry is parallel to the {{math|''y''}}-axis, as shown at right.
  
The independent term is also the y-coordinate of the point of intersection with the y-axis (when X=0, F(X)=C).
+
If the quadratic function is set equal to zero, then the result is a quadratic equation. The solutions to the univariate equation are called the roots of the univariate function.
  
A quadratic function has a "vertex" or "turning point", which is the point where the function has either a maximum or minimum value.  If a is greater than zero, then there will be a minimum and the curve will be concave.  If a is less than zero, then there will be a maximum and the curve will be convex.  If a = 0, then we have a linear function rather than a quadratic function.The x-coordinate of the vertex is <math> x = -\frac{b}{2a} </math> The y-coordinate of the vertex is <math> F(-\frac{b}{2a}) </math>
+
The bivariate case in terms of variables ''x'' and ''y'' has the form
  
The general form of a quadratic equation is actually F(X) = ax² + bxy + cy² + dx + ey + f = 0, which can take many shapes including circles, ellipses and parabolas, but in most Western high schools, quadratic equation refers only to those of the form F(X) = ax² + bx + c, which forms a parabola.
+
:<math> f(x,y) = a x^2 + by^2 + cx y+ d x+ ey + f \,\!</math>
  
===Deriving the Quadratic Equation===
+
with at least one of ''a, b, c'' not equal to zero, and an equation setting this function equal to zero gives rise to a conic section (a circle or other ellipse, a parabola, or a hyperbola).
  
The solutions to the general-form quadratic function <math>ax^2+bx+c=0</math> can be given by a simple equation called the quadratic equation. To solve this equation, recall the ''completed square form'' of the quadratic equation derived in the previous section:
+
A quadratic function in three variables ''x'', ''y,'' and ''z'' contains exclusively terms ''x''<sup>2</sup>, ''y''<sup>2</sup>, ''z''<sup>2</sup>, ''xy'', ''xz'', ''yz'', ''x'', ''y'', ''z'', and a constant:
:<math>y=a\left(x+\frac{b}{2a}\right)^2+c-\frac{b^2}{4a}</math>
 
  
In this case, <math> y = 0 </math> since we're looking for the root of this function. To solve, first subtract c and divide by a:
+
:<math>f(x,y,z)=ax^2+by^2+cz^2+dxy+exz+fyz+gx+hy+iz +j,</math>
:<math>\left(x+\frac{b}{2a}\right)^2=\frac{b^2}{4a^2}-\frac{c}{a}</math>
 
Take the (plus and minus) square root of both sides to obtain:
 
:<math>x+\frac{b}{2a}=\pm\sqrt{\frac{b^2}{4a^2}-\frac{c}{a}}</math>
 
  
Subtracting <math>\frac{b}{2a}</math> from both sides:
+
with at least one of the coefficients ''a, b, c, d, e,'' or ''f'' of the second-degree terms being non-zero.
:<math>x=-\frac{b}{2a}\pm\sqrt{\frac{b^2}{4a^2}-\frac{c}{a}}</math>
 
  
This is the solution but it's in an inconvenient form. Let's rationalize the denominator of the square root:
+
In general there can be an arbitrarily large number of variables, in which case the resulting surface of setting a quadratic function to zero is called a quadric, but the highest degree term must be of degree 2, such as ''x''<sup>2</sup>, ''xy'', ''yz'', etc.
:<math>\sqrt{\frac{b^2}{4a^2}-\frac{c}{a}}=\sqrt{\frac{b^2-4ac}{4a^2}}=\frac{\sqrt{b^2-4ac}}{2|a|}=\pm\frac{\sqrt{b^2-4ac}}{2a}</math>
 
  
Now, adding the fractions, the final version of the quadratic formula is:
+
==Etymology==
  
<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
+
The adjective ''quadratic'' comes from the Latin word ''quadrātum'' ("square"). A term like {{math|''x''<sup>2</sup>}} is called a square in algebra because it is the area of a ''square'' with side {{math|''x''}}.
  
This formula is very useful, and it is suggested that the students memorize it as soon as they can.
+
==Terminology==
 +
 
 +
===Coefficients===
 +
The coefficients of a polynomial are often  taken to be real or complex numbers, but in fact, a polynomial may be defined over any ring.
 +
 
 +
===Degree===
 +
When using the term "quadratic polynomial", authors sometimes mean "having degree exactly 2", and sometimes "having degree at most 2". If the degree is less than 2, this may be called a "degenerate case". Usually the context will establish which of the two is meant.
 +
 
 +
Sometimes the word "order" is used with the meaning of "degree", e.g. a second-order polynomial.
 +
 
 +
===Variables===
 +
 
 +
A quadratic polynomial may involve a single variable ''x'' (the univariate case), or multiple variables such as ''x'', ''y'', and ''z'' (the multivariate case).
 +
 
 +
====The one-variable case====
 +
 
 +
Any single-variable quadratic polynomial may be written as
 +
:<math>ax^2 + bx + c,\,\!</math>
 +
where ''x'' is the variable, and ''a'', ''b'', and ''c'' represent the coefficients.  In elementary algebra, such polynomials often arise in the form of a quadratic equation <math>ax^2 + bx + c = 0</math>.  The solutions to this equation are called the roots of the quadratic polynomial, and may be found through factorization, completing the square, graphing, Newton's method, or through the use of the quadratic formula.  Each quadratic polynomial has an associated quadratic function, whose graph is a parabola.
 +
 
 +
====Bivariate case====
 +
 
 +
Any quadratic polynomial with two variables may be written as
 +
:<math> f(x,y) = a x^2 + b y^2 + cxy + dx+ e y + f, \,\!</math>
 +
where ''x'' and ''y'' are the variables and ''a'', ''b'', ''c'', ''d'', ''e'', and ''f'' are the coefficients.  Such polynomials are fundamental to the study of conic sections, which are characterized by equating the expression for ''f'' (''x'', ''y'') to zero. 
 +
Similarly, quadratic polynomials with three or more variables correspond to quadric surfaces and hypersurfaces.  In linear algebra, quadratic polynomials can be generalized to the notion of a quadratic form on a vector space.
 +
 
 +
==Forms of a univariate quadratic function==
 +
A univariate quadratic function can be expressed in three formats:
 +
 
 +
* <math>f(x) = a x^2 + b x + c \,\!</math>  is called the '''standard form''',
 +
* <math>f(x) = a(x - r_1)(x - r_2)\,\!</math> is called the '''factored form''', where {{math|''r''<sub>1</sub>}} and {{math|''r''<sub>2</sub>}} are the roots of the quadratic function and the solutions of the corresponding quadratic equation.
 +
* <math>f(x) = a(x - h)^2 + k \,\!</math> is called the '''vertex form''', where {{math|''h''}} and {{math|''k''}} are the {{math|''x''}} and {{math|''y''}} coordinates of the vertex, respectively.
 +
 
 +
The coefficient {{math|''a''}} is the same value in all three forms.  To convert the '''standard form''' to '''factored form''', one needs only the quadratic formula to determine the two roots {{math|''r''<sub>1</sub>}} and {{math|''r''<sub>2</sub>}}. To convert the '''standard form''' to '''vertex form''', one needs a process called completing the square. To convert the factored form (or vertex form) to standard form, one needs to multiply, expand and/or distribute the factors.
 +
 
 +
==Graph of the univariate function==
 +
[[Image:Function ax^2.svg|thumb|350px|<math>f(x) = ax^2 |_{a=\{0.1,0.3,1,3\}} \!</math>]]
 +
[[Image:Function x^2+bx.svg|thumb|350px|<math>f(x) = x^2 + bx |_{b=\{1,2,3,4\}} \!</math>]]
 +
[[Image:Function x^2-bx.svg|thumb|350px|<math>f(x) = x^2 + bx |_{b=\{-1,-2,-3,-4\}} \!</math>]]
 +
 
 +
Regardless of the format, the graph of a univariate quadratic function <math>f(x) = ax^2 + bx + c</math> is a parabola (as shown at the right). Equivalently, this is the graph of the bivariate quadratic equation <math>y = ax^2 + bx + c</math>.
 +
 
 +
* If {{math|''a'' &gt; 0}}, the parabola opens upwards.
 +
* If {{math|''a'' &lt; 0}}, the parabola opens downwards.
 +
 
 +
The coefficient {{math|''a''}} controls the degree of curvature of the graph; a larger magnitude of  {{math|''a''}} gives the graph a more closed (sharply curved) appearance.
 +
 
 +
The coefficients {{math|''b''}} and {{math|''a''}} together control the location of the axis of symmetry of the parabola (also the {{math|''x''}}-coordinate of the vertex and the ''h'' parameter in the vertex form) which is at
 +
:<math>x = -\frac{b}{2a}.</math>
 +
 
 +
The coefficient {{math|''c''}} controls the height of the parabola; more specifically, it is the height of the parabola  where it intercepts the {{math|''y''}}-axis.
 +
 
 +
===Vertex===
 +
 
 +
The '''vertex''' of a parabola is the place where it turns; hence, it is also called the '''turning point'''. If the quadratic function is in vertex form, the vertex is {{math|(''h'', ''k'')}}. Using the method of completing the square, one can turn the standard form
 +
:<math>f(x) = a x^2 + b x + c \,\!</math>
 +
into
 +
: <math>\begin{align}
 +
  f(x) &= a x^2 + b x + c \\
 +
      &= a (x - h)^2 + k \\
 +
      &= a\left(x - \frac{-b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right),\\
 +
\end{align}</math>
 +
so the vertex, {{math|(''h'', ''k'')}}, of the parabola in standard form is
 +
: <math> \left(-\frac{b}{2a}, c - \frac{b^2}{4a}\right). </math>
 +
If the quadratic function is in factored form
 +
:<math>f(x) = a(x - r_1)(x - r_2) \,\!</math>
 +
the average of the two roots, i.e.,
 +
: <math>\frac{r_1 + r_2}{2} \,\!</math>
 +
is the {{math|''x''}}-coordinate of the vertex, and hence the vertex {{math|(''h'', ''k'')}} is
 +
: <math> \left(\frac{r_1 + r_2}{2}, f\left(\frac{r_1 + r_2}{2}\right)\right).\!</math>
 +
 
 +
The vertex is also the maximum point if {{math|''a'' &lt; 0}}, or the minimum point if {{math|''a'' &gt; 0}}.
 +
 
 +
The vertical line
 +
 
 +
: <math> x=h=-\frac{b}{2a} </math>
 +
 
 +
that passes through the vertex is also the '''axis of symmetry''' of the parabola.
 +
 
 +
====Maximum and minimum points====
 +
 
 +
Using calculus, the vertex point, being a maximum or minimum of the function, can be obtained by finding the roots of the derivative:
 +
:<math>f(x)=ax^2+bx+c \quad \Rightarrow \quad f'(x)=2ax+b \,\!.</math>
 +
{{math|''x''}} is a root of {{math|''f'' '(''x'')}} if ''f'' '(''x'') = 0
 +
resulting in
 +
:<math>x=-\frac{b}{2a}</math>
 +
with the corresponding function value
 +
:<math>f(x) = a \left (-\frac{b}{2a} \right)^2+b \left (-\frac{b}{2a} \right)+c = c-\frac{b^2}{4a} \,\!,</math>
 +
so again the vertex point coordinates, {{math|(''h'', ''k'')}}, can be expressed as
 +
:<math> \left (-\frac {b}{2a}, c-\frac {b^2}{4a} \right). </math>
 +
 
 +
==Roots of the univariate function==
 +
[[File:Quadratic function graph key values.svg|thumb|Quadratic function graph key values|Graph of <math> y = ax^2 + bx + c</math>, where a and the discriminant <math>b^2 - 4ac</math> are positive, with <li> Roots and y-intercept in <span style="color:red"> red </span> </li> <li>Vertex and axis of symmetry in <span style="color:blue"> blue </span></li> <li>Focus and directrix in <span style="color:#FF1694"> pink </span></li>]]
 +
[[File:Quadratic function graph complex roots.svg|thumb|Quadratic function graph complex roots|Visualisation of the complex roots of <math>y = ax^2 + bx + c</math>: the parabola is rotated 180° about its vertex (<span style="color:orange"> orange </span>). Its x-intercepts are rotated 90° around their mid-point, and the Cartesian plane is interpreted as the complex plane (<span style="color:green"> green </span>)]]
 +
 
 +
===Exact roots===
 +
 
 +
The roots (or ''zeros''), {{math|''r''<sub>1</sub>}} and {{math|''r''<sub>2</sub>}}, of the univariate quadratic function
 +
 
 +
: <math>\begin{align}
 +
f(x) &= ax^2+bx+c \\
 +
  &= a(x-r_1)(x-r_2), \\
 +
\end{align}</math>
 +
 
 +
are the values of {{math|''x''}} for which ''f''(''x'') = 0.
 +
 
 +
When the coefficients {{math|''a''}}, {{math|''b''}}, and {{math|''c''}}, are real or complex, the roots are
 +
 
 +
:<math>r_1=\frac{-b - \sqrt{b^2-4ac}}{2a}, </math>
 +
 
 +
:<math>r_2=\frac{-b + \sqrt{b^2-4ac}}{2a}. </math>
 +
 
 +
===Upper bound on the magnitude of the roots===
 +
 
 +
The modulus of the roots of a quadratic <math>ax^2+bx+c\,</math> can be no greater than <math>\frac{\max(|a|, |b|, |c|)}{|a|}\times \phi,\, </math> where <math>\phi</math> is the golden ratio <math>\frac{1+\sqrt{5}}{2}.</math>
 +
 
 +
==The square root of a univariate quadratic function==
 +
The square root of a univariate quadratic function gives rise to one of the four conic sections, almost always either to an ellipse or to a hyperbola.
 +
 
 +
If <math>a>0\,\!</math> then the equation <math> y = \pm \sqrt{a x^2 + b x + c} </math> describes a hyperbola, as can be seen by squaring both sides. The directions of the axes of the hyperbola are determined by the ordinate of the minimum point of the corresponding parabola <math> y_p = a x^2 + b x + c \,\!</math>. If the ordinate is negative, then the hyperbola's major axis (through its vertices) is horizontal, while if the ordinate is positive then the hyperbola's major axis is vertical.
 +
 
 +
If <math>a<0\,\!</math> then the equation <math> y = \pm \sqrt{a x^2 + b x + c} </math> describes either a circle or other ellipse or nothing at all.  If the ordinate of the maximum point of the corresponding parabola
 +
<math> y_p = a x^2 + b x + c \,\!</math> is positive, then its square root describes an ellipse, but if the ordinate is negative then it describes an empty locus of points.
 +
 
 +
==Iteration==
 +
To iterate a function <math>f(x)=ax^2+bx+c</math>, one applies the function repeatedly, using the output from one iteration as the input to the next.
 +
 
 +
One cannot always deduce the analytic form of <math>f^{(n)}(x)</math>, which means the ''n''<sup>th</sup> iteration of <math>f(x)</math>. (The superscript can be extended to negative numbers, referring to the iteration of the inverse of <math>f(x)</math> if the inverse exists.) But there are some analytically tractable cases.
 +
 
 +
For example, for the iterative equation
 +
 
 +
:<math>f(x)=a(x-c)^2+c</math>
 +
 
 +
one has
 +
:<math>f(x)=a(x-c)^2+c=h^{(-1)}(g(h(x))),\,\!</math>
 +
where
 +
:<math>g(x)=ax^2\,\!</math> and <math>h(x)=x-c.\,\!</math>
 +
So by induction,
 +
:<math>f^{(n)}(x)=h^{(-1)}(g^{(n)}(h(x)))\,\!</math>
 +
can be obtained, where <math>g^{(n)}(x)</math> can be easily computed as
 +
:<math>g^{(n)}(x)=a^{2^{n}-1}x^{2^{n}}.\,\!</math>
 +
Finally, we have
 +
:<math>f^{(n)}(x)=a^{2^n-1}(x-c)^{2^n}+c\,\!</math>
 +
 
 +
as the solution.
 +
 
 +
See Topological conjugacy for more detail about the relationship between ''f'' and ''g''. And see Complex quadratic polynomial for the chaotic behavior in the general iteration.
 +
 
 +
The logistic map
 +
 
 +
:<math> x_{n+1} = r x_n (1-x_n), \quad  0\leq x_0<1</math>
 +
 
 +
with parameter 2<''r''<4 can be solved in certain cases, one of which is chaotic and one of which is not. In the chaotic case ''r''=4 the solution is
 +
 
 +
:<math>x_{n}=\sin^{2}(2^{n} \theta \pi)</math>
 +
 
 +
where the initial condition parameter <math>\theta</math> is given by <math>\theta = \tfrac{1}{\pi}\sin^{-1}(x_0^{1/2})</math>.  For rational <math>\theta</math>, after a finite number of iterations <math>x_n</math> maps into a periodic sequence.  But almost all <math>\theta</math> are irrational, and, for irrational <math>\theta</math>, <math>x_n</math> never repeats itself &ndash; it is non-periodic and exhibits sensitive dependence on initial conditions, so it is said to be chaotic.
 +
 
 +
The solution of the logistic map when ''r''=2 is
 +
 
 +
<math>x_n = \frac{1}{2} - \frac{1}{2}(1-2x_0)^{2^{n}}</math>
 +
 
 +
for <math>x_0 \in [0,1)</math>.  Since <math>(1-2x_0)\in (-1,1)</math> for any value of <math>x_0</math> other than the unstable fixed point 0, the term <math>(1-2x_0)^{2^{n}}</math> goes to 0 as ''n'' goes to infinity, so <math>x_n</math> goes to the stable fixed point <math>\tfrac{1}{2}.</math>
 +
 
 +
==Bivariate (two variable) quadratic function==
 +
A '''bivariate quadratic function''' is a second-degree polynomial of the form
 +
:<math> f(x,y) = A x^2 + B y^2 + C x + D y + E x y + F \,\!</math>
 +
where ''A, B, C, D'', and ''E'' are fixed coefficients and ''F'' is the constant term.
 +
Such a function describes a quadratic surface.  Setting <math>f(x,y)\,\!</math> equal to zero describes the intersection of the surface with the plane <math>z=0\,\!</math>, which is a locus of points equivalent to a conic section.
 +
 
 +
===Minimum/maximum===
 +
 
 +
If <math> 4AB-E^2 <0 \,</math> the function has no maximum or minimum; its graph forms a hyperbolic paraboloid.
 +
 
 +
If <math> 4AB-E^2 >0 \,</math> the function has a minimum if ''A''>0, and a maximum if ''A''<0; its graph forms an elliptic paraboloid. In this case the minimum or maximum occurs at <math> (x_m, y_m) \,</math> where:
 +
 
 +
:<math>x_m = -\frac{2BC-DE}{4AB-E^2},</math>
 +
 
 +
:<math>y_m = -\frac{2AD-CE}{4AB-E^2}.</math>
 +
 
 +
If <math> 4AB- E^2 =0 \,</math> and <math> DE-2CB=2AD-CE \ne 0 \,</math> the function has no maximum or minimum; its graph forms a parabolic cylinder.
 +
 
 +
If <math> 4AB- E^2 =0 \,</math> and <math> DE-2CB=2AD-CE =0 \,</math> the function achieves the maximum/minimum at a line—a minimum if ''A''>0 and a maximum if ''A''<0; its graph forms a parabolic cylinder.
  
 
==Resources==
 
==Resources==
Line 42: Line 219:
 
== Licensing ==  
 
== Licensing ==  
 
Content obtained and/or adapted from:
 
Content obtained and/or adapted from:
* [https://en.wikibooks.org/wiki/Algebra/Quadratic_functions Quadratic functions, Wikibooks: Algebra] under a CC BY-SA license
+
* [https://en.wikipedia.org/wiki/Quadratic_function Quadratic function, Wikipedia] under a CC BY-SA license

Latest revision as of 20:29, 22 January 2022

In algebra, a quadratic function, a quadratic polynomial, a polynomial of degree 2, or simply a quadratic, is a polynomial function with one or more variables in which the highest-degree term is of the second degree.

A quadratic polynomial with two real roots (crossings of the x axis) and hence no complex roots. Some other quadratic polynomials have their minimum above the x axis, in which case there are no real roots and two complex roots.

For example, a univariate (single-variable) quadratic function has the form

in the single variable x. The graph of a univariate quadratic function is a parabola whose axis of symmetry is parallel to the y-axis, as shown at right.

If the quadratic function is set equal to zero, then the result is a quadratic equation. The solutions to the univariate equation are called the roots of the univariate function.

The bivariate case in terms of variables x and y has the form

with at least one of a, b, c not equal to zero, and an equation setting this function equal to zero gives rise to a conic section (a circle or other ellipse, a parabola, or a hyperbola).

A quadratic function in three variables x, y, and z contains exclusively terms x2, y2, z2, xy, xz, yz, x, y, z, and a constant:

with at least one of the coefficients a, b, c, d, e, or f of the second-degree terms being non-zero.

In general there can be an arbitrarily large number of variables, in which case the resulting surface of setting a quadratic function to zero is called a quadric, but the highest degree term must be of degree 2, such as x2, xy, yz, etc.

Etymology

The adjective quadratic comes from the Latin word quadrātum ("square"). A term like x2 is called a square in algebra because it is the area of a square with side x.

Terminology

Coefficients

The coefficients of a polynomial are often taken to be real or complex numbers, but in fact, a polynomial may be defined over any ring.

Degree

When using the term "quadratic polynomial", authors sometimes mean "having degree exactly 2", and sometimes "having degree at most 2". If the degree is less than 2, this may be called a "degenerate case". Usually the context will establish which of the two is meant.

Sometimes the word "order" is used with the meaning of "degree", e.g. a second-order polynomial.

Variables

A quadratic polynomial may involve a single variable x (the univariate case), or multiple variables such as x, y, and z (the multivariate case).

The one-variable case

Any single-variable quadratic polynomial may be written as

where x is the variable, and a, b, and c represent the coefficients. In elementary algebra, such polynomials often arise in the form of a quadratic equation . The solutions to this equation are called the roots of the quadratic polynomial, and may be found through factorization, completing the square, graphing, Newton's method, or through the use of the quadratic formula. Each quadratic polynomial has an associated quadratic function, whose graph is a parabola.

Bivariate case

Any quadratic polynomial with two variables may be written as

where x and y are the variables and a, b, c, d, e, and f are the coefficients. Such polynomials are fundamental to the study of conic sections, which are characterized by equating the expression for f (x, y) to zero. Similarly, quadratic polynomials with three or more variables correspond to quadric surfaces and hypersurfaces. In linear algebra, quadratic polynomials can be generalized to the notion of a quadratic form on a vector space.

Forms of a univariate quadratic function

A univariate quadratic function can be expressed in three formats:

  • is called the standard form,
  • is called the factored form, where r1 and r2 are the roots of the quadratic function and the solutions of the corresponding quadratic equation.
  • is called the vertex form, where h and k are the x and y coordinates of the vertex, respectively.

The coefficient a is the same value in all three forms. To convert the standard form to factored form, one needs only the quadratic formula to determine the two roots r1 and r2. To convert the standard form to vertex form, one needs a process called completing the square. To convert the factored form (or vertex form) to standard form, one needs to multiply, expand and/or distribute the factors.

Graph of the univariate function

Regardless of the format, the graph of a univariate quadratic function is a parabola (as shown at the right). Equivalently, this is the graph of the bivariate quadratic equation .

  • If a > 0, the parabola opens upwards.
  • If a < 0, the parabola opens downwards.

The coefficient a controls the degree of curvature of the graph; a larger magnitude of a gives the graph a more closed (sharply curved) appearance.

The coefficients b and a together control the location of the axis of symmetry of the parabola (also the x-coordinate of the vertex and the h parameter in the vertex form) which is at

The coefficient c controls the height of the parabola; more specifically, it is the height of the parabola where it intercepts the y-axis.

Vertex

The vertex of a parabola is the place where it turns; hence, it is also called the turning point. If the quadratic function is in vertex form, the vertex is (h, k). Using the method of completing the square, one can turn the standard form

into

so the vertex, (h, k), of the parabola in standard form is

If the quadratic function is in factored form

the average of the two roots, i.e.,

is the x-coordinate of the vertex, and hence the vertex (h, k) is

The vertex is also the maximum point if a < 0, or the minimum point if a > 0.

The vertical line

that passes through the vertex is also the axis of symmetry of the parabola.

Maximum and minimum points

Using calculus, the vertex point, being a maximum or minimum of the function, can be obtained by finding the roots of the derivative:

x is a root of f '(x) if f '(x) = 0 resulting in

with the corresponding function value

so again the vertex point coordinates, (h, k), can be expressed as

Roots of the univariate function

Graph of , where a and the discriminant are positive, with
  • Roots and y-intercept in red
  • Vertex and axis of symmetry in blue
  • Focus and directrix in pink
  • Visualisation of the complex roots of : the parabola is rotated 180° about its vertex ( orange ). Its x-intercepts are rotated 90° around their mid-point, and the Cartesian plane is interpreted as the complex plane ( green )

    Exact roots

    The roots (or zeros), r1 and r2, of the univariate quadratic function

    are the values of x for which f(x) = 0.

    When the coefficients a, b, and c, are real or complex, the roots are

    Upper bound on the magnitude of the roots

    The modulus of the roots of a quadratic can be no greater than where is the golden ratio

    The square root of a univariate quadratic function

    The square root of a univariate quadratic function gives rise to one of the four conic sections, almost always either to an ellipse or to a hyperbola.

    If then the equation describes a hyperbola, as can be seen by squaring both sides. The directions of the axes of the hyperbola are determined by the ordinate of the minimum point of the corresponding parabola . If the ordinate is negative, then the hyperbola's major axis (through its vertices) is horizontal, while if the ordinate is positive then the hyperbola's major axis is vertical.

    If then the equation describes either a circle or other ellipse or nothing at all. If the ordinate of the maximum point of the corresponding parabola is positive, then its square root describes an ellipse, but if the ordinate is negative then it describes an empty locus of points.

    Iteration

    To iterate a function , one applies the function repeatedly, using the output from one iteration as the input to the next.

    One cannot always deduce the analytic form of , which means the nth iteration of . (The superscript can be extended to negative numbers, referring to the iteration of the inverse of if the inverse exists.) But there are some analytically tractable cases.

    For example, for the iterative equation

    one has

    where

    and

    So by induction,

    can be obtained, where can be easily computed as

    Finally, we have

    as the solution.

    See Topological conjugacy for more detail about the relationship between f and g. And see Complex quadratic polynomial for the chaotic behavior in the general iteration.

    The logistic map

    with parameter 2<r<4 can be solved in certain cases, one of which is chaotic and one of which is not. In the chaotic case r=4 the solution is

    where the initial condition parameter is given by . For rational , after a finite number of iterations maps into a periodic sequence. But almost all are irrational, and, for irrational , never repeats itself – it is non-periodic and exhibits sensitive dependence on initial conditions, so it is said to be chaotic.

    The solution of the logistic map when r=2 is

    for . Since for any value of other than the unstable fixed point 0, the term goes to 0 as n goes to infinity, so goes to the stable fixed point

    Bivariate (two variable) quadratic function

    A bivariate quadratic function is a second-degree polynomial of the form

    where A, B, C, D, and E are fixed coefficients and F is the constant term. Such a function describes a quadratic surface. Setting equal to zero describes the intersection of the surface with the plane , which is a locus of points equivalent to a conic section.

    Minimum/maximum

    If the function has no maximum or minimum; its graph forms a hyperbolic paraboloid.

    If the function has a minimum if A>0, and a maximum if A<0; its graph forms an elliptic paraboloid. In this case the minimum or maximum occurs at where:

    If and the function has no maximum or minimum; its graph forms a parabolic cylinder.

    If and the function achieves the maximum/minimum at a line—a minimum if A>0 and a maximum if A<0; its graph forms a parabolic cylinder.

    Resources

    Licensing

    Content obtained and/or adapted from: