traits

The Core Absolute Value Function

The Core absolute value function is a piecewsie defined function.

\[ |k| = \begin{cases} -k & \text {if $k<0$,}\\ k & \text {if $k\ge 0$}. \end{cases} \]

Graph of \(y = |k|\).

The symbol for the Core absolute value function are two vertical bars surrounding the domain value.

The domain is \((-\infty , \infty )\).

Its only zero is \(0\).

It is continuous.

It is unbounded positively in both directions.

It decreases on \((-\infty , 0)\) and increases on \((0, \infty )\).

It has a global minimum of \(0\) at \(0\) and no global maximum. This is also the only local extreme number.

Its range is \([0, \infty )\).

All other absolute value functions are compositions of linear funcitons with the Core absolute value function.

General Absolute Value Functions

Absolute value functions are those functions that can be represented by formulas of the form

\[ A \, |B \, x + C| + D \, \text { with } \, A \ne 0, B \ne 0 \]

These can be viewed as compositions.

  • Let \(|t|\) be the Core absolute value function.
  • Let \(L_{in}(u) = B \, u + C\) be a linear function.
  • Let \(L_{out}(v) = A \, v\) be a linear function.

Then, our general absolute value function can be expressed as a composition.

\[ A \, |B \, x + C| + D = L_{out}(v) \circ |t| \circ L_{in}(x) \]

Now we can use the Chain Rule to establish whether an absolute value function increases or decreases.

Reading Coeffients

Behavior

Formulas for absolute value functions look like

\[ abs(x) = A | B \, x + C | + D \]

where \(A \ne 0\), \(B \ne 0\), \(C\), and \(D\) are real numbers.

The critical number for an absolute value function is the domain number that makes the inside of the absolute value bars equal to \(0\).

\[ B \, x + C = 0 \]

The absolute value function increases on one side of the critical number and decreases on the other. The sign of the leading coefficient determines which way it goes.

  • If \(A > 0\), then decreasing switching to increasing.
  • If \(A < 0\), then increasing switching to decreasing.

End-Behavior

The end-behavior is the same on both sides for an absolute value function. The sign of the leading coefficient determines which way it goes.

If the leading coefficent is positive, then

\[ \lim _{x \to -\infty } abs(x) = \infty \]
\[ \lim _{x \to \infty } abs(x) = \infty \]

If the leading coefficent is negative, then

\[ \lim _{x \to -\infty } abs(x) = -\infty \]
\[ \lim _{x \to \infty } abs(x) = -\infty \]

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

2026-05-17 15:05:34