Quadratic Functions

Certain functions are symmetric in nature and quadratic function is one of them. If you remember from previous articles, we classified the functions as even and odd which means even functions are symmetric over y-axis and odd functions are symmetric over x-axis in a 2d coordinate plane.

Advertisements

What is a quadratic function ?

A quadratic function is a polynomial function with greatest exponent or degree of 2. Any function of the following form,

f(x) = ax^2 + bx + c 

where a, b, c are real numbers and a \neq 0.

We can use the equation above and plot a graph for the quadratic function.

The Parabola

The graph of quadratic function is called the parabola. Since, the quadratic function is even, the graph is symmetric over y-axis. Suppose f(x) = ax^2 + bx + c is a quadratic function where coefficient {b, c} = 0. Then the quadratic function is f(x) = x^2. The graph of this function is given below.

Figure 1 - The graph of f(x) = x^2 is a parabola.
Figure 1 – The graph of f(x) = x^2 is a parabola.

If you notice, the above function can be written as f(x) = ax^2 where a = 1. If the coefficient of x^2 term is greater than 0, that is, a > 0, then the parabola open upwards.

Let us say, a < 0, then quadratic function f(x) = -x^2 is downward facing.

Figure 2 - If a < 0, parabola is downward facing.
Figure 2 – If a < 0, parabola is downward facing.

Whatever may be the type of parabola, certain features are common to all of these parabolas. Let us discuss each on of them.

Features of Parabola

The parabola has certain common features despite various transformations. It does not matter whether graph of quadratic function is wide, narrow, upward facing, or downward facing, these features are always present.

Consider the following quadratic equation, f(x) = 2x^2 - 4x + 1 and its graph.

Figure 3 - Features of parabola
Figure 3 – Features of parabola

The common features of all parabola are:

  • Axis of symmetry
  • Vertex
  • x-intercepts
  • y-intercept

We shall now discuss each of them briefly.

Axis of Symmetry

The axis of symmetry is the y-axis because parabola is graph of a quadratic function which is even. Any even function reflects along the y-axis in a 2D coordinate plane.

Vertex of Parabola

The vertex of a parabola is lowest or the highest point in the graph. When the function is f(x) = x^2 - 2x + 3, which means coefficient b, c = 0, then the vertex is at (0, 0) on the coordinate plane.

When the parabola is opening upward , the vertex is the lowest point in the graph.

Figure 4 - Vertex is the lowest point in parabola opening upwards.
Figure 4 – Vertex is the lowest point in parabola opening upwards.

When the parabola open downwards, which is f(x) = -x^2 - 2x + 3, the vertex is the highest point on the graph.

Figure 5 - The downward facing parabola has highest point as vertex.
Figure 5 – The downward facing parabola has highest point as vertex.

Now we know the vertex and parabola features. Note that the graph is transforming, and this gives us a standard form of quadratic equation.

Standard Form of Quadratic Equation And Transformation of Graph

The basic form of quadratic equation is f(x) = ax^2 + bx + c where a \neq 0 and b,c = 0. The vertex of such a graph is at (0, 0). If we apply transformation on the parabola, whose vertex (h , k) is away from origin (0,0), we get:

f(x) = a(x - h)^2 + k

where a \neq 0.

Here are some important points to note:

  • If a > 0, then the graph open upwards, else if a < 0, then the graph open downwards.
  • The transformed quadratic function from f(x)=ax^2 has a vertex (h, k).
  • When the value of h is positive, the graph shifts h unit to the right, and if h < 0, the graph shifts h unit to left.
  • When the value of k > 0, then graph shifts upwards in y-axis, otherwise, it shift down k unit along the y-axis.
  • The equation of axis of symmetry is x = h where (h , k) is the vertex.
  • The x-intercepts can be calculated by solving the quadratic equation, that is, f(x) = 0.
  • The y-intercept can be calculated using f(0).

Let us graph a quadratic equation in standard form.

Advertisements

Example #1

Graph the following quadratic equation: f(x) = 2(x - 1)^2 +3.

Solution:

Before we construct the graph, let us observe a few things about this quadratic equation which is in standard form.

a > 0 | a = 2, which means that the graph open upwards. The vertex is (1, 3).

We know that the line of symmetry is x = h, therefore, x = 1. Also, the graph shifts upwards 3 units.

The y-intercept is f(0) = 2(0 - 1)^2 + 3 = 2 + 3 = 5. There is no x-intercepts in the graph because the graph already shifted 3 units up in the y-axis.

Based on the information above we can construct the graph, which look like the following.

Figure 6 - Graph of 2(x -1)^2 + 3
Figure 6 – Graph of 2(x -1)^2 + 3

What if we are given equation in the form: f(x) = ax^2 + bx + c, a \neq 0.

Graphing Equation Of Form: f(x) = ax^2 + bx + c

To solve equation of form f(x) = ax^2 + bx + c, we need to change it into standard form. This is achieved through completing the square process.

Example #2

Change the given equation into standard form: f(x) = 2x^2 + 4x + 5.

Solution:

Let the equation be perfect square.

\begin{aligned}
&2x^2 + 4x + 5 = 0\\ \\ 
&dividing \hspace{2 mm} all \hspace{2 mm}terms\hspace{2 mm} by\hspace{2 mm} 2\\ \\
&=x^2 + 2x + 5/2 = 0 \\ \\
&=(x^2 + 2x + 1) -1 + 5/2 = 0\\ \\
&Completing\hspace{2 mm} square \hspace{2 mm}and \hspace{2 mm}multiply \hspace{2 mm} by\hspace{2 mm} 2\\ \\
&=2(x + 1)^2 - 2 + 5 = 0 \\ \\
&=2(x + 1)^2 + 3 = 0
\end{aligned}

Now, in the standard form, it is easy to graph the equation. The vertex of the above equation is (-1, 3). However, there is an easier way to get coordinates for vertex,

If f(x) = ax^2 + bx + c, a \neq 0, then its vertex is (h, k), where

\begin{aligned}
&h = \frac{-b}{2a}\\\\
& f\left(\frac{-b}{2a}\right)
\end{aligned}

Example #3

Find the vertex of equation: f(x) = 2x^2 + 4x + 5.

Solution:

Vertex is (h, k)

\begin{aligned}
&h = \frac{-4}{4} = -1 \\\\
&k = f(-1) = 2(-1)^2 + 4 (-1) + 5 = 2 - 4 + 5 = 3

\end{aligned}

Therefore, the vertex is (-1, 3).

Maximum and Minimum Points

The quadratic equation problems are find three values starting point, maximum or minimum point on the graph, and ending of the graph. The x-coordinate value of vertex gives the location of maximum or minimum point, and y-coordinate value gives the value of maximum or minimum point in the graph of quadratic equation.

Advertisements

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.