Content deleted Content added
m →Graph of the univariate function: : cleaned up the junk characters in the equations of the image descriptions. |
rm \, and \! at the end of formulas |
||
Line 45:
Any single-variable quadratic polynomial may be written as
:<math>ax^2 + bx + c,
where ''x'' is the variable, and ''a'', ''b'', and ''c'' represent the [[coefficient]]s. 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 [[Root of a function|roots]] of the quadratic polynomial, and may be found through [[factorization]], [[completing the square]], [[Graph of a function|graphing]], [[Newton's method]], or through the use of the [[quadratic formula]]. Each quadratic polynomial has an associated quadratic function, whose [[graph of a function|graph]] is a [[parabola]].
Line 51:
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,
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 section]]s, 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 [[hypersurface]]s. In [[linear algebra]], quadratic polynomials can be generalized to the notion of a [[quadratic form]] on a [[vector space]].
Line 71:
</ref>
* <math>f(x) = a x^2 + b x + c
* <math>f(x) = a(x - r_1)(x - r_2)
* <math>f(x) = a(x - h)^2 + k
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.
Line 97:
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
into
: <math>\begin{align}
Line 107:
: <math> \left(-\frac{b}{2a}, c - \frac{b^2}{4a}\right). </math>{{Citation needed|date=October 2022}}
If the quadratic function is in factored form
:<math>f(x) = a(x - r_1)(x - r_2)
the average of the two roots, i.e.,
: <math>\frac{r_1 + r_2}{2}
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).
The vertex is also the maximum point if {{math|''a'' < 0}}, or the minimum point if {{math|''a'' > 0}}.
Line 124:
Using [[calculus]], the vertex point, being a [[minima and maxima|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|''x''}} is a root of {{math|''f'' '(''x'')}} if {{math|''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}
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>
Line 157:
===Upper bound on the magnitude of the roots===
The [[absolute value|modulus]] of the roots of a quadratic <math>ax^2+bx+c
==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
If <math>a<0
<math> y_p = a x^2 + b x + c
==Iteration==
Line 177:
one has
:<math>f(x)=a(x-c)^2+c=h^{(-1)}(g(h(x))),
where
:<math>g(x)=ax^2
So by induction,
:<math>f^{(n)}(x)=h^{(-1)}(g^{(n)}(h(x)))
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}}.
Finally, we have
:<math>f^{(n)}(x)=a^{2^n-1}(x-c)^{2^n}+c
as the solution.
Line 210:
{{Further|Quadric|Quadratic form}}
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
where ''A, B, C, D'', and ''E'' are fixed [[coefficient]]s and ''F'' is the constant term.
Such a function describes a quadratic [[Surface (mathematics)|surface]]. Setting <math>f(x,y)
===Minimum/maximum===
If <math> 4AB-E^2 <0
If <math> 4AB-E^2 >0
:<math>x_m = -\frac{2BC-DE}{4AB-E^2},</math>
Line 224:
:<math>y_m = -\frac{2AD-CE}{4AB-E^2}.</math>
If <math> 4AB- E^2 =0
If <math> 4AB- E^2 =0
==See also==
|