We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

Study Guides > Boundless Algebra

Introduction to Quadratic Functions

What is a Quadratic Function?

Quadratic equations are second order polynomials, and have the form f(x)=ax2+bx+cf(x)=ax^2+bx+c.

Learning Objectives

Describe the criteria for, and properties of, quadratic functions

Key Takeaways

Key Points

  • A quadratic function is of the form f(x)=ax2+bx+cf(x)=ax^2+bx+c, where a is a nonzero constant, b and c are constants of any value, and x is the independent variable.
  • The solutions to a quadratic equation are known as its zeros, or roots.

Key Terms

  • dependent variable: Affected by a change in input, i.e. it changes depending on the value of the input.
  • independent variable: The input of a function that can be freely varied.
  • vertex: The minimum or maximum point of a quadratic function.
  • quadratic function: A function of degree two.
The single defining feature of quadratic functions is that they are of the second order, or of degree two. This means that in all quadratic functions, the highest exponent of xx in a non-zero term is equal to two.  A quadratic function is of the general form: f(x)=ax2+bx+cf(x)=ax^2+bx+c where aa, bb, and cc are constants and xx is the independent variable.  The constants bband cc can take any finite value, and aa can take any finite value other than 00. A quadratic equation is a specific case of a quadratic function, with the function set equal to zero: ax2+bx+c=0ax^2+bx+c=0 When all constants are known, a quadratic equation can be solved as to find a solution of xx.  Such solutions are known as zeros.  There are several ways of finding xx, but these methods will be discussed later.

Differences Between Quadratics and Linear Functions

Quadratic equations are different than linear functions in a few key ways.
  • Linear functions either always decrease (if they have negative slope) or always increase (if they have positive slope). All quadratic functions both increase and decrease.
  • With a linear function, each input has an individual, unique output (assuming the output is not a constant).  With a quadratic function, pairs of unique independent variables will produce the same dependent variable, with only one exception (the vertex ) for a given quadratic function.
  • The slope of a quadratic function, unlike the slope of a linear function, is constantly changing.

Forms of Quadratic Functions

Quadratic functions can be expressed in many different forms. The form written above is called standard form. Additionally f(x)=a(xx1)(xx2)f(x)=a(x-x_1)(x-x_2) is known as factored form, where x1x_1 and x2x_2 are the zeros, or roots, of the equation. These are xx values at which the function crosses the y-axis (and thus where yy equals zero). The vertex form is displayed as: f(x)=a(xh)2+kf(x)=a(x-h)^2+k where hh and kk are respectively the coordinates of the vertex, the point at which the function reaches either its maximum (if aa is negative) or minimum (if aa is positive).

The Quadratic Formula

The zeros of a quadratic equation can be found by solving the quadratic formula.

Learning Objectives

Solve for the roots of a quadratic function by using the quadratic formula

Key Takeaways

Key Points

  • The quadratic formula is: x=b±b24ac2ax=\frac{-b \pm \sqrt {b^2-4ac}}{2a}, where aa and bb are the coefficients of the x2x^2 and xx terms, respectively, in a quadratic equation, and cc is the value of the equation's constant.
  • To use the quadratic formula, ax2+bx+cax^2 + bx+c must equal zero and aa must not be zero.

Key Terms

  • zero: Also known as a root, an xx value at which the function of xx is equal to 0.
The quadratic formula is one tool that can be used to find the roots of a quadratic equation.  It is written: x=b±b24ac2ax=\dfrac{-b \pm \sqrt {b^2-4ac}}{2a} where the values of aa, bb, and cc are the values of the coefficients in the quadratic equation: ax2+bx+c=0ax^2+bx+c=0 The quadratic formula can always be used to find the roots of a quadratic equation, regardless of whether the roots are real or complex, whole numbers or fractions, and so on.

Criteria For Use

To use the quadratic formula, two criteria must be satisfied:
  1. The quadratic equation must equal zero;  ax2+bx+c=0ax^2+bx+c=0
  2. aa must not equal zero
The first criterion must be satisfied to use the quadratic formula because conceptually, the formula gives the values of xx where the quadratic function f(x)=ax2+bx+c=0f(x) = ax^2+bx+c = 0; the roots of the quadratic function. You can see why the second condition must be true by looking at the quadratic formula. If a=0a=0, the denominator of the formula is zero, which results in an undefined quantity. Conceptually, this makes sense because if a=0a=0, then the function f(x)=ax2+bx+cf(x) = ax^2 + bx+c is not quadratic, but linear!

Solving Quadratic Equations with the Quadratic Formula

Solutions to ax2+bx+c=0ax^2 + bx+c =0 can be found by using the quadratic formula x=b±b24ac2ax=\dfrac{-b \pm \sqrt {b^2-4ac}}{2a} The symbol ± indicates there will be two solutions, one that involves adding the square root of b24acb^2-4ac, and the other found by subtracting said square root. The resulting xx values (zeros) may or may not be distinct, and may or may not be real.

Example

Let's take a look at an example.  Suppose we want to find the roots of the following quadratic function: f(x)=2x2+5x+3f(x) = 2x^2+5x+3 First, we need to set the function equal to zero, as the roots are where the function equals zero. 0=2x2+5x+30 = 2x^2+5x+3 Second, we need to identify the constants in the equation.  The value of aa is two, the value of bb is five, and the value of cc is three.  We can now substitute these values into the quadratic equation and simplify: x=5±524(2)(3)2(2)x=\dfrac{-5 \pm \sqrt{5^2-4(2)(3)}}{2(2)} x=5±25244x= \dfrac{-5 \pm \sqrt{25-24}}{4} x=5±14x = \dfrac{-5 \pm \sqrt{1}}{4} x=54+14[/latex], [latex]5414\displaystyle x = \frac{-5}{4} + \frac{1}{4}[/latex], [latex]\displaystyle \frac{-5}{4} - \frac{1}{4} x=34[/latex], [latex]64x = \dfrac{-3}{4}[/latex], [latex]\dfrac{-6}{4} x=34[/latex], [latex]32x=\dfrac{-3}{4}[/latex], [latex]\dfrac{-3}{2}

The Discriminant

The discriminant of a polynomial is a function of its coefficients that reveals information about the polynomial's roots.

Learning Objectives

Explain how and why the discriminant can be used to find the number of real roots of a quadratic equation

Key Takeaways

Key Points

  • Δ=b24ac\Delta =b^2-4ac is the formula for a quadratic function 's discriminant.
  • If Δ is greater than zero, the polynomial has two real, distinct roots.
  • If Δ is equal to zero, the polynomial has only one real root.
  • If Δ is less than zero, the polynomial has no real roots, only two distinct complex roots.
  • A zero is the x value whereat the function crosses the x-axis. That is, it is the x-coordinate at which the function's value equals zero.

Key Terms

  • quadratic: Of degree two; can apply to polynomials.
  • zero: Also known as a root; an x value at which the function of x is equal to zero.
  • discriminant: An expression that gives information about the roots of a polynomial.
The discriminant of a quadratic function is a function of its coefficients that reveals information about its roots. A root is the value of the xx coordinate where the function crosses the xx-axis. That is, it is the xx-coordinate at which the function's value equals zero. The discriminant for quadratic functions is: Δ=b24ac\Delta = b^2-4ac Where aa, bb, and cc are the coefficients in f(x)=ax2+bx+cf(x) = ax^2 + bx + c. The number of roots of the function can be determined by the value of Δ\Delta.

The Discriminant and the Quadratic Formula

Recall the quadratic formula: x=b±b24ac2a{x=\dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}} where aa, bb and ccare the constants (aa must be non-zero) from a quadratic polynomial. The discriminant Δ=b24ac\Delta =b^2-4ac is the portion of the quadratic formula under the square root.

Positive Discriminant

If Δ{\Delta} is positive, the square root in the quadratic formula is positive, and the solutions do not involve imaginary numbers. x=b±positive number2ax={\dfrac{-b \pm \sqrt{\text{positive number}}}{2a}} Because adding and subtracting a positive number will result in different values, a positive discriminant results in two distinct solutions, and two distinct roots of the quadratic function.

Zero Discriminant

If Δ{\Delta} is equal to zero, the square root in the quadratic formula is zero: x=b±02ax={\dfrac{-b \pm \sqrt{0}}{2a}} Since adding zero and subtracting zero in the quadratic equation lead to the same outcome, there is only one distinct root of the quadratic function.

Negative Discriminant

If Δ{\Delta} is less than zero, the value under the square root in the quadratic formula is negative: x=b±negative number2ax=\dfrac{-b \pm \sqrt{\text{negative number}}}{2a} This means the square root itself is an imaginary number, so the roots of the quadratic function are distinct and not real.

Example

Consider the quadratic function: f(x)=x2x2f(x)=x^2-x-2 Using 11 as the value of aa, 1-1 as the value of bb, and 2-2 as the value of cc, the discriminant of this function can be determined as follows: Δ=(1)241(2)\Delta =(-1)^2-4\cdot 1 \cdot (-2) Δ=9\Delta =9 Because Δ is greater than zero, the function has two distinct, real roots. Checking graphically, we can confirm this is true; the zeros of the function can be found at x=1x=-1 and x=2x=2.
A parabola opening up with vertex at approximately (.5, -1). Example: Graph of a polynomial with the quadratic function f(x)=x2x2 f(x) = x^2 - x - 2. Because the value is greater than 0, the function has two distinct, real zeros. The graph of shows that it clearly has two roots: the function crosses the xx-axis at x=1x=-1 and x=2x=2.

Other Equations in Quadratic Form

Many equations with no odd-degree terms can be reduced to quadratics and solved with the same methods as quadratics.

Learning Objectives

Use the quadratic formula to solve any equation in quadratic form

Key Takeaways

Key Points

  • A biquadratic equation (quartic equation with no terms of odd- degree ) has the form 0=ax4+bx2+c0=ax^4+bx^2+c. It can be expressed as: 0=ap2+bp+c0=ap^2+bp+c (where p=x2p=x^2).
  • The values of pp can be found by graphing, factoring, completing the square, or using the quadratic formula. Their square roots (positive and negative) are the values of xx that satisfy the original equation.
  • Higher-order equations can be solved by a similar process that involves reducing their exponents. The requirement is that there are two terms of xx such that the ratio of the highest exponent of xx to the lower is 2:12:1.

Key Terms

  • zero: Also known as a root; an xx value at which the function of xx is equal to zero.
  • biquadratic: When a polynomial involves only the second and fourth powers of a variable.
  • quartic function: Any polynomial function whose greatest exponent is of power four.
Higher degree polynomial equations can be very difficult to solve. In some special situations, however, they can be made more manageable by reducing their exponents via substitution.  If a substitution can be made such that the higher order polynomial takes the form of a quadratic, any method for solving a quadratic equation can be applied. For example, if a quartic equation is biquadratic—that is, it includes no terms of an odd-degree— there is a quick way to find the zeroes of the quartic function by reducing it into a quadratic form. Consider a quadratic function with no odd-degree terms which has the form: 0=ax4+bx2+c0=ax^4+bx^2+c If we let an arbitrary variable pp equal x2x^2, this can be reduced to an equation of a lower degree: 0=ap2+bp+c0=ap^2+bp+c With substitution, we were able to reduce a higher order polynomial into a quadratic equation.  It can now be solved with any of a number of methods (via graphing, factoring, completing the square, or by using the quadratic formula). Once values of pp are found, each positive value of the temporary variable pp can be used to find two values of xx such that: x=px=\sqrt p As with every square root, the root of pp will have two values, one positive and one negative.  It is important to realize that the same kind of substitution can be done for any equation in quadratic form, not just quartics.

Example

As an example, consider the equation: 0=x412x2+200=x^4-12x^2+20
The function has symmetry over the y-axis and is shaped like a Quartic graph: Graph of the function f(x)=x412x2+20f(x) = x^4-12x^2+20.

We can substitute the arbitrary variable pp in place of x2x^2:

0=p212p+200=p^2-12p+20 This equation is now solvable for pp using the quadratic formula: p=12±(12)2412021p=\dfrac {12 \pm \sqrt {(-12)^2-4\cdot 1\cdot 20}}{2\cdot 1} Simplifying this, we find pp equals 2 or 10. Knowing that p=x2p=x^2, we can use each value of pp to solve for two values of xx: x=±2[/latex]and [latex]x=±10x=\pm \sqrt 2[/latex] and [latex]x= \pm \sqrt 10 A similar procedure can be used to solve higher-order equations. The requirement is that there are two terms of xx such that the ratio of the highest exponent of xx to the lower is 2:12:1.

Licenses & Attributions