Mathematics Lesson 26 – Absolute Value Functions | Dataplexa

Absolute Value Functions

Absolute value represents the distance of a number from zero on the number line. Distance is always non-negative, which is why absolute value never produces negative results.

Absolute value functions appear in mathematics, physics, engineering, economics, and real-life decision making, especially wherever distance, error, or deviation matters.


What Is Absolute Value?

The absolute value of a number is its distance from zero on the number line, regardless of direction.

It is written using vertical bars.

Notation: |x|

Examples:

  • |5| = 5
  • |−5| = 5
  • |0| = 0

Why Absolute Value Is Always Non-Negative

Distance cannot be negative. It only tells how far something is from zero, not the direction.

This is the key idea behind absolute value.


Absolute Value on the Number Line

Absolute value measures how far a point is from zero.

−3 3 |−3| = |3| = 3

Definition of Absolute Value (Piecewise Form)

Absolute value can be defined using two cases.

|x| =

  • x, if x ≥ 0
  • −x, if x < 0

This definition is important for solving equations and inequalities.


What Is an Absolute Value Function?

An absolute value function involves the absolute value of an expression.

General form: f(x) = |x|

More complex forms shift or stretch the graph.


Graph of the Basic Absolute Value Function

The graph of y = |x| is a V-shaped graph.

It is symmetric about the y-axis.

Vertex (0,0)

Vertex of an Absolute Value Function

The vertex is the lowest (or highest) point of the graph.

For y = |x|, the vertex is at (0,0).

For y = |x − a|, the vertex shifts to (a,0).


Transformations of Absolute Value Functions

Absolute value graphs can be shifted and stretched.

  • |x − a| → horizontal shift
  • |x| + b → vertical shift
  • k|x| → vertical stretch

These transformations are very common in exams.


Solving Absolute Value Equations

Absolute value equations often produce two solutions.

Rule: |x| = a ⇒ x = a or x = −a

Example:

|x − 3| = 5

x − 3 = 5 ⇒ x = 8
x − 3 = −5 ⇒ x = −2


Solving Absolute Value Inequalities

Absolute value inequalities describe distance constraints.

  • |x| < a → −a < x < a
  • |x| > a → x < −a or x > a

These are extremely important for competitive exams.


Absolute Value in Real Life

Absolute value is used whenever only size or error matters.

  • Distance between two locations
  • Error margins
  • Temperature difference
  • Quality control tolerances

Absolute Value in Physics

Physics uses absolute value to measure displacement magnitude without direction.

Speed is the absolute value of velocity.


Absolute Value in Business & Economics

Businesses use absolute value to measure deviation from targets.

  • Profit variance
  • Forecast error
  • Cost deviation

Absolute Value in Technology & IT

Absolute value appears in computing and data science.

  • Error functions in ML
  • Distance metrics
  • Signal processing
  • Robotics movement calculations

Absolute Value in Competitive Exams

Exams test:

  • Graph interpretation
  • Equation solving
  • Inequality handling

Understanding distance intuition makes questions easy.


Common Mistakes to Avoid

Most mistakes happen when students forget the two-case nature of absolute value.

  • Giving only one solution
  • Incorrect inequality conversion
  • Sign mistakes

Practice Questions

Q1. Evaluate: |−9|

9

Q2. Solve: |x| = 7

x = 7 or x = −7

Q3. Solve: |x − 2| < 4

−2 < x < 6

Quick Quiz

Q1. Can absolute value be negative?

No

Q2. What shape is the graph of y = |x|?

V-shape

Quick Recap

  • Absolute value measures distance from zero
  • Always non-negative
  • Graph is V-shaped
  • Produces two solutions in equations
  • Used widely in real life and technology