behavior

Quadratic Analysis

What do we want to know when we analyze any function?

We want to know the

  • Domain
  • Zeros
  • Continuity

    • discontinuities
    • singularities
  • End-Behavior
  • Behavior

    • intervals where increasing
    • intervals where decreasing
  • Global Maximum and Minimum
  • Local Maximums and Minimums
  • Range
  • ...and we would like a nice graph

We want all of this information for quadratic functions and we want exact information, not approximations.

Remember, we are beginning with graphical analysis, because that is a familiar jumping off point for students. But, graphs are inherently inaccurate tools. That isn’t what we want. We are taking our familiarity with graphical descriptions and moving them over to algebraic descriptions, because algebra is our exact tool.

Linear and quadratic functions are our first bridges to exactness.

Quadratic functions are those functions which can be described with formulas like

  • \(A \, x^2 + B \, x + C\)
  • \(A \, (x - H)^2 + K\)
  • \(A \, (x - r_1) (x-r_2)\)

For a quadratic function, much of the analysis information is connected to vertex of the graph, which is why we like the vertex form for a formula, which is why we like completing the square. But, we can get all of our information from the standard or factored forms as well.

We want to keep the graph in our heads, but translate to function and algebraic reasoning.

Domain

All quadratic functions are defined for all real numbers. Their natural domain is \(\mathbb {R}\).

If you can identify a function as quadratic, then you automatically know its domain.

Zeros

The quadratic formula gives the zeros of a quadratic function, when we have the standard form. The quadratic formula gives the solutions to the quadratic equation

\[ a \, t^2 + b \, t + c = 0 \]
\[ t = \frac {-b \pm \sqrt {b^2 - 4 a c}}{2a} \]

which we can separate into

\[ t = \frac {-b}{2a} \pm \frac {\sqrt {b^2 - 4 a c}}{2a} \]

The \(\pm \) shows that the zeros are symmetric about \(\frac {-b}{2a}\), which means that the intercepts are symmetric about the vertical line \(t = \frac {-b}{2a}\).

Intercepts are \(\left ( \frac {-b - \sqrt {b^2 - 4 a c}}{2a}, 0 \right )\) and \(\left ( \frac {-b + \sqrt {b^2 - 4 a c}}{2a}, 0 \right )\).

Working from a formula to a graph, we can see that if we have the zeros or roots, like from factoring or the quadratic formula, then we have the intercepts, and the line of symmetry must run in the middle.

On the other hand, if we know the coordinates of the intercepts of a parabola, then we know the zeros or roots, which means we know the factors of the quadratic.

Continuity

Quadratic functions are continuous functions. They have no discontinuities or singularities.

End-Behavior

Quadratic functions have the same end-behavior on both sides, which is given by the sign of the leading coefficient.

End-behavior describes what the function is doing out in the “tails” of the domain. That is where the domain numbers are really really really really big positively or negatively.

For quadratic functions, \(f(x) = a \, x^2 + b \, x + c\), when \(x\) is really really really really big positively or negatively, then the leading term “dominates” the other two terms. The whole function behaves just like \(a \, x^2\).

That tells us that the whole function will become unbounded.

  • Quadratic functions become unbounded positively if the leading coefficient is positive.
  • Quadratic functions become unbounded negatively if the leading coefficient is negative.

Behavior

Increasing and Decreasing

The graph vividly suggests that quadratic functions switch from increasing to decreasing (or vice versa) at the “vertex” number in the domain, which is called a critical number.

  • If the leading coefficient is positive, (then the graph is opening up) then the quadratic function is

    decreasing on \(\left ( -\infty , \frac {-b}{2a} \right )\) and increasing on \(\left ( \frac {-b}{2a}, \infty \right )\)

  • If the leading coefficient is negative, (then graph is opening down) then the quadratic function is

    increasing on \(\left ( -\infty , \frac {-b}{2a} \right )\) and decreasing on \(\left ( \frac {-b}{2a}, \infty \right )\)

Increasing and decreasing refer to the rate of change.

  • Increasing is a positive rate of change. (The domain and function values change in the same way.)
  • Decreasing is a negative rate of change. (The domain and function values change in the opposite way.)

Now, we can replace our graphical intuition with algebraic rigor.

We have seen if we write a quadratic function as \(f(x) = a (x - h)^2 + k\), then the instantaneous rate of change of \(f\) is the linear function \(iRoC_f(x) = 2 a (x - h)\). The values of \(iRoC\) are the slopes of the lines tangent to the parabola.

Since \(iRoC_f\) is a linear function, its graph is a line.

Here is a graph of both the parabola for \(f\) and the line for \(iRoC_f\).

Our linear rate of change function now informs us about the behavior of \(f\).

As we can see, the behavior of our function, \(f(x)\), can change drastically where \(iRoC_f(x) = 0\). Such domain numbers deserve a special name.

Note: Domain numbers where \(iRoC_f\) doesn’t exist are also places where a function’s behavior can change drastically.

Note: Singularities are not in the domain. However, a function’s behavior can also change across singularities. (Quadratics don’t have singularities.)

We have a procedure for obtaining the \(iRoC\) of a quadratic function, when the formula is in vertex form (completed square form).

\(\blacktriangleright \) What about standard form?
We can get standard form by multiplying out vertex form.

\begin{align*} Q(x) & = a (x - h)^2 + k \\ & = a \, x^2 - 2 \, a \, h \, x + a \, h^2 \, k \\ & = a \, x^2 + (- 2 \, a \, h) x + (a \, h^2 \, k) \end{align*}

\begin{align*} iRoC_Q(x) &= 2 a (x - h) \\ & = 2 \, a \, x - 2 \, a \, h \\ \end{align*}

Comparing this to standard form, \(a \, x^2 + b \, x + c\), tells us that \(-2ah = b\).

There is probably an overall pattern going on here, which will be revealed in Calculus.

Maximums and Minimums

The maximum and minimum values of a quadratic function, \(f\), are visually encoded in the coordinates of the highest or lowest points on the graph, which is the vertex of the parabola.

  • Depending on the sign of the leading coefficient, the maximum or minimum value of \(f(x) = a \, x^2 + b \, x + c\) occurs at \(\frac {-b}{2a}\).
  • Depending on the sign of the leading coefficient, the maximum or minimum value of \(f(x) = a \, (x - h)^2 + k\) is \(k\) and occurs at \(h = \frac {-b}{2a}\).

Either way, the maximum or minimum value is \(f\left ( \frac {-b}{2a} \right )\)

We can also look at the linear \(iRoC_f(x)\) function. Where \(iRoC_f(x) = 0\) is where the vertex is located, which encodes the maximum or minimum value of \(f\).

\begin{align*} iRoC_Q(x) &= 0 \\ 2 \, a \, x + b & = 0 \\ x &= \frac {-b}{2a} \end{align*}

\(\blacktriangleright \) \(\frac {-b}{2a}\) is the critical number for a quadratic function given in standard form: \(a \, x^2 + b \, x + c\).

\(\blacktriangleright \) \(h\) is the critical number for a quadratic function given in vertex form: \(a \, (x - h)^2 + c\).

\(\blacktriangleright \) \(\frac {r_1 + r_2}{2}\) is the critical number for a quadratic function given in factored form: \(a \, (x - r_1) (x - r_2)\).

Range

\(\blacktriangleright \) Vertex Form

The graph of a quadratic function is a parabola, which is easily connected to the completed square form of the formula (vertex form).

Below is the graph of \(y = f(x) = a (x - h)^2 + k\), with \(a\), and \(h\), and \(k\) all real numbers and \(a > 0\). The extreme point is called the vertex. If \(a<0\), then the parabola opens downward and the extreme point is at the top.

The vertex visually encodes the minimum (or maximum) value of the function.

If \(a<0\), then everything is reveresed.

We can see from the formula \(f(x) = a (x - h)^2 + k\), that since \((x - h)\) is squared, and thus nonnegative, the range of \(f\) depends on the sign of \(a\), the leading coefficient.

  • When the leading coefficient is positive, the values of \(f(x)\) are greater than or equal to \(k\). This corresponds to the graph opening up. The only way to get the least value possible for \(f\) is to select \(x = h\). That corresponds to the vertex \((k, h)\).
  • When the leading coefficient is negative, the values of \(f(x)\) are less than or equal to \(k\). This corresponds to the graph opening down. The only way to get the greatest value possible for \(f\) is to select \(x = h\). That corresponds to the vertex \((k, h)\).

We can see that the implied range of a quadratic comes in two types.

  • The range could be all real numbers greater than or equal to some particular number: \(\{ r \in \textbf {R} \, | \, r \geq k \} = [k, \infty )\).
  • The range could be all real numbers less than or equal to some particular number: \(\{ r \in \textbf {R} \, | \, r \leq k \} = (-\infty , k]\).

\(\blacktriangleright \) Standard Form

\(\frac {-b}{2 \, a}\) is the critical number for a quadratic given in standard form, \(f(x) = a \, x^2 + b \, x + c\).

The maximum or minium value will be

\[ f\left ( \frac {-b}{2 \, a} \right ) \]
  • If the leading coefficient is negative, then the range is \(\left (-\infty , f\left ( \frac {-b}{2 \, a} \right )\right ]\)
  • If the leading coefficient is positive, then the range is \(\left [f\left ( \frac {-b}{2 \, a} \right ), \infty \right )\)

ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Quadratic Behavior

2025-01-07 02:44:58