Quadratic function

From Wikipedia, the free encyclopedia
x^{2}-x-2\!

A quadratic function, in mathematics, is a polynomial function of the form

f(x)=ax^{2}+bx+c,\quad a\neq 0.[1]

The graph of a quadratic function is a parabola whose axis of symmetry is parallel to the y-axis.

The expression ax2 + bx + c in the definition of a quadratic function is a polynomial of degree 2 or second order, or a 2nd degree polynomial, because the highest exponent of x is 2. This expression is also called a quadratic polynomial or quadratic.

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

Origin of word

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.

In general, a prefix quadr(i)- indicates the number 4. Examples are quadrilateral and quadrant. Quadratum is the Latin word for square because a square has four sides.

Roots

The roots (zeros) of the quadratic function

f(x)=ax^{2}+bx+c\,

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

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

x={\frac  {-b\pm {\sqrt  {\Delta }}}{2a}},

where the discriminant is defined as

\Delta =b^{2}-4ac\,.

Forms of a quadratic function

A quadratic function can be expressed in three formats:[2]

  • f(x)=ax^{2}+bx+c\,\! is called the standard form,
  • f(x)=a(x-x_{1})(x-x_{2})\,\! is called the factored form, where x1 and x2 are the roots of the quadratic equation, it is used in logistic map
  • f(x)=a(x-h)^{2}+k\,\! is called the vertex form, where h and k are the x and y coordinates of the vertex, respectively.

To convert the standard form to factored form, one needs only the quadratic formula to determine the two roots x1 and x2. 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

f(x)=ax^{2}|_{{a=\{0.1,0.3,1,3\}}}\!
f(x)=x^{2}+bx|_{{b=\{1,2,3,4\}}}\!
f(x)=x^{2}+bx|_{{b=\{-1,-2,-3,-4\}}}\!

Regardless of the format, the graph of a quadratic function is a parabola (as shown above).

  • If a > 0, (or is a positive number), the parabola opens upward.
  • If a < 0, (or is a negative number), the parabola opens downward.

The coefficient a controls the speed of increase (or decrease) of the quadratic function from the vertex, bigger positive a makes the function increase faster and the graph appear more closed.

The coefficients b and a together control the axis of symmetry of the parabola (also the x-coordinate of the vertex) which is at x=-{\frac  {b}{2a}}.

The coefficient b alone is the declivity of the parabola as y-axis intercepts.

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

Vertex

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

f(x)=ax^{2}+bx+c\,\!

into

f(x)=a\left(x+{\frac  {b}{2a}}\right)^{2}-{\frac  {b^{2}-4ac}{4a}},

so the vertex of the parabola in the vertex form is

\left(-{\frac  {b}{2a}},-{\frac  {\Delta }{4a}}\right).

If the quadratic function is in factored form

f(x)=a(x-r_{1})(x-r_{2})\,\!

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

{\frac  {r_{1}+r_{2}}{2}}\,\!

is the x-coordinate of the vertex, and hence the vertex is

\left({\frac  {r_{1}+r_{2}}{2}},f\left({\frac  {r_{1}+r_{2}}{2}}\right)\right).\!

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

The vertical line

x=h=-{\frac  {b}{2a}}

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:

f(x)=ax^{2}+bx+c\quad \Rightarrow \quad f'(x)=2ax+b\,\!,

giving

x=-{\frac  {b}{2a}}

with the corresponding function value

f(x)=a\left(-{\frac  {b}{2a}}\right)^{2}+b\left(-{\frac  {b}{2a}}\right)+c=-{\frac  {(b^{2}-4ac)}{4a}}=-{\frac  {\Delta }{4a}}\,\!,

so again the vertex point coordinates can be expressed as

\left(-{\frac  {b}{2a}},-{\frac  {\Delta }{4a}}\right).

The square root of a quadratic function

The square root of a quadratic function gives rise to one of the four conic sections, almost always either to an ellipse or to a hyperbola. If a>0\,\! then the equation y=\pm {\sqrt  {ax^{2}+bx+c}} describes a hyperbola. The axis of the hyperbola is determined by the ordinate of the minimum point of the corresponding parabola y_{p}=ax^{2}+bx+c\,\!.
If the ordinate is negative, then the hyperbola's axis is horizontal. If the ordinate is positive, then the hyperbola's axis is vertical.
If a<0\,\! then the equation y=\pm {\sqrt  {ax^{2}+bx+c}} describes either an ellipse or nothing at all. If the ordinate of the maximum point of the corresponding parabola y_{p}=ax^{2}+bx+c\,\! is positive, then its square root describes an ellipse, but if the ordinate is negative then it describes an empty locus of points.

Iteration

Given an f(x)=ax^{2}+bx+c, one cannot always deduce the analytic form of f^{{(n)}}(x), which means the nth iteration of f(x). (The superscript can be extended to negative number referring to the iteration of the inverse of f(x) if the inverse exists.) But there is one easier case, in which f(x)=a(x-x_{0})^{2}+x_{0}.

In such case, one has

f(x)=a(x-x_{0})^{2}+x_{0}=h^{{(-1)}}(g(h(x)))\,\!,

where

g(x)=ax^{2}\,\! and h(x)=x-x_{0}\,\!.

So by induction,

f^{{(n)}}(x)=h^{{(-1)}}(g^{{(n)}}(h(x)))\,\!

can be obtained, where g^{{(n)}}(x) can be easily computed as

g^{{(n)}}(x)=a^{{2^{{n}}-1}}x^{{2^{{n}}}}\,\!.

Finally, we have

f^{{(n)}}(x)=a^{{2^{n}-1}}(x-x_{0})^{{2^{n}}}+x_{0}\,\!,

in the case of f(x)=a(x-x_{0})^{2}+x_{0}.

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

Bivariate (two variable) quadratic function

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

f(x,y)=Ax^{2}+By^{2}+Cx+Dy+Exy+F\,\!

Such a function describes a quadratic surface. Setting f(x,y)\,\! equal to zero describes the intersection of the surface with the plane z=0\,\!, which is a locus of points equivalent to a conic section.

Minimum/maximum

If 4AB-E^{2}<0\, the function has no maximum or minimum, its graph forms an hyperbolic paraboloid.

If 4AB-E^{2}>0\, the function has a minimum if A>0, and a maximum if A<0, its graph forms an elliptic paraboloid.

The minimum or maximum of a bivariate quadratic function is obtained at (x_{m},y_{m})\, where:

x_{m}=-{\frac  {2BC-DE}{4AB-E^{2}}}
y_{m}=-{\frac  {2AD-CE}{4AB-E^{2}}}

If 4AB-E^{2}=0\, and DE-2CB=2AD-CE\neq 0\, the function has no maximum or minimum, its graph forms a parabolic cylinder.

If 4AB-E^{2}=0\, and DE-2CB=2AD-CE=0\, the function achieves the maximum/minimum at a line. Similarly, a minimum if A>0 and a maximum if A<0, its graph forms a parabolic cylinder.

Quadratic polynomial

In mathematics, a quadratic polynomial or quadratic is a polynomial of degree two, also called second-order polynomial. That means the exponents of the polynomial's variables are no larger than 2. For example, x^{2}-4x+7 is a quadratic polynomial, while x^{3}-4x+7 is not.

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, or multiple variables such as x, y, and z.

The one-variable case

Any single-variable quadratic polynomial may be written as

ax^{2}+bx+c,\,\!

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 ax^{2}+bx+c=0. 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.

If the polynomial is a polynomial in one variable, it determines a quadratic function in one variable. An example is given by f(x) = x2 + x  2;. The graph of such a function is a parabola (in degenerate cases a line), and its zeroes can be found by solving the quadratic equation f(x) = 0.

There are three main forms :

Two variables case

Any quadratic polynomial with two variables may be written as

ax^{2}+bxy+cy^{2}+dx+ey+f,\,\!

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. 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.

N variables case

In the general case, a quadratic polynomial in n variables x1, ..., xn can be written in the form

\sum _{{i,j=1}}^{{n}}Q_{{i,j}}x_{i}x_{j}+\sum _{{i=1}}^{{n}}P_{i}x_{i}+R

where Q is a symmetric n-dimensional matrix, P is an n-dimensional vector, and R a constant.

See also

References

  1. "Quadratic Equation -- from Wolfram MathWorld". Retrieved January 6, 2013. 
  2. Hughes-Hallett, Deborah; Connally, Eric; McCallum, William G. (2007), College Algebra, John Wiley & Sons Inc, p. 205, ISBN 0-471-27175-6, 9780471271758 Check |isbn= value (help) , Search result

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.