Difference between revisions of "Quadratic Functions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
m
Line 1: Line 1:
 +
A Quadratic function is a [[Algebra/Polynomials|polynomial]] where the highest power is two. The basic form of this function is: F(X) = ax² + bx + c. 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.
 +
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>
 +
 +
The independent term is also the y-coordinate of the point of intersection with the y-axis (when X=0, F(X)=C).
 +
 +
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 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.
 +
 +
===Deriving the Quadratic Equation===
 +
 +
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:
 +
:<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>\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:
 +
:<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:
 +
:<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:
 +
 +
<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
 +
 +
This formula is very useful, and it is suggested that the students memorize it as soon as they can.
 +
 
==Resources==
 
==Resources==
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Quadratic_Functions/MAT1053_M2.2Quadratic_Functions.pdf Quadratic Functions], Book Chapters
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Quadratic_Functions/MAT1053_M2.2Quadratic_Functions.pdf Quadratic Functions], Book Chapters
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Quadratic_Functions/MAT1053_M2.2Quadratic_FunctionsGN.pdf Guided Notes]
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Quadratic_Functions/MAT1053_M2.2Quadratic_FunctionsGN.pdf Guided Notes]

Revision as of 11:02, 4 October 2021

A Quadratic function is a polynomial where the highest power is two. The basic form of this function is: F(X) = ax² + bx + c. 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. The x-intercepts of the function are:

OR

The independent term is also the y-coordinate of the point of intersection with the y-axis (when X=0, F(X)=C).

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 The y-coordinate of the vertex is

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.

Deriving the Quadratic Equation

The solutions to the general-form quadratic function 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:

In this case, since we're looking for the root of this function. To solve, first subtract c and divide by a:

Take the (plus and minus) square root of both sides to obtain:

Subtracting from both sides:

This is the solution but it's in an inconvenient form. Let's rationalize the denominator of the square root:

Now, adding the fractions, the final version of the quadratic formula is:

This formula is very useful, and it is suggested that the students memorize it as soon as they can.

Resources