BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon102 Learners

Last updated on July 16th, 2025

Math Whiteboard Illustration

Absolute Value

Professor Greenline Explaining Math Concepts

In algebra, an absolute value is an important concept. Absolute value involves a variable within the absolute value symbol, which is vertical bars(||). It is generally written in the form f(x) = a|x -h| + k, and the commonly used form is f(x) = |x|, where a = 1, h = 0, and k = 0. The result of f(x) = |x| is always zero or a positive value. This function can be written as: x, if x ≥ 0 -x, if x < 0 In this article, we will learn about absolute value function, its properties and formulas, and how to solve absolute value functions.

Absolute Value for Saudi Students
Professor Greenline from BrightChamps

What is Absolute Value Function?

An absolute value function, also known as a modulus function, is an algebraic function where the variables are placed inside the absolute value bars. The common form of representing this function is f(x) = |x|, where x is a real number. 

The function can be written as f(x) = a |x - h| + k, where:

A is the vertical stretch of the graph,

‘h’ shows the horizontal shift, and

‘k’ is the vertical shift to the graph of f(x) = |x|.
The graph of an absolute value function is always V-shaped, and it opens upwards if a > 0 and opens downwards if a < 0. 
 

Professor Greenline from BrightChamps

What are the Properties of the Absolute Value Function?

To understand the concept of the absolute value function, we need to learn its special properties. Let’s look at some common properties of the absolute value (modulus) function:

 

 

Idempotent Property


According to this property, if we apply the absolute value function twice, the result stays the same.
For example:
| |x| | = |x|, for any real number x.

 

 

Non-Negativity


For any real number, the absolute value is always zero or positive.
|x| ≥ 0, where x is a real number.

 

 

Multiplicative Property


For any real numbers a and b, the absolute value of their product is the same as the product of their absolute values.
|ab| = |a| × |b|, for all real numbers a and b.

 

 

Positive Definiteness


The absolute value of a number can be zero only when the number itself is zero.
|x| = 0 ⇔ x = 0

 

 

Symmetry


The absolute value of a number and its opposite are the same, irrespective of its sign 
|–x| = |x|

 

 

Triangle Inequality


The absolute value of a sum is always less than or equal to the sum of the absolute values of individual terms.
|a + b| ≤ |a| + |b|

Some related forms are:

||a| – |b|| ≤ |a – b|

|a + b| ≤ |a + b|

For any real numbers a₁, a₂, ..., aₙ:
  |a₁ + a₂ + ... + aₙ| ≤ |a₁| + |a₂| + ... + |aₙ|
 

Professor Greenline from BrightChamps

How to Represent the Absolute Value Function in a Graph?

The graph of the absolute value function is a V-shape. For example, the graph of y = |x| has a V shape with its vertex at the origin (0, 0).

To plot it on a graph, we first need to break the function into two parts, depending on whether x is positive or negative. This enables us to simplify the expression inside the absolute value.

For y = |x|, we can write:

y = x when x ≥ 0 (a straight line going up from the origin)

y = –x when x < 0 (a straight line going down to the left from the origin)

Now, we draw both lines on the graph:

For x ≥ 0, plot y = x, a line with a slope of 1.

For x < 0, plot y = –x, a line with a slope of –1.

When both lines are drawn, we get a V-shaped graph.


This graph is symmetric about the y-axis, which indicates that:

  • Here, both sides of the graph are mirror images. 
  • The point where the graph changes direction is called the vertex, and it lies at the origin for y = |x|.
     
Professor Greenline from BrightChamps

Absolute Value Function of a Complex Number

The absolute value of a complex number gives the distance of the number from the origin in the complex plane.

If z = x + iy, where x is the real part and y is the imaginary part, then the absolute value of z, written as |z|, is:

|z| = √(x² + y²)

 

 

Example:
Find the absolute value of z = 5 + 12i.

 

Solution:
|z| = √(5² + 12²)
|z| = √(25 + 144)
|z| = √169
|z| = 13

So, the distance of z = 5 + 12i from the origin is 13 units.
 

Professor Greenline from BrightChamps

Absolute Value Function in Calculus

In calculus, we look into the continuity, differentiability, derivative, and integration of absolute value functions.

 

 

Continuity of the Absolute Value Function

 

A function f(x) is said to be continuous at x = a if:
limx→a f(x) = f (a)
lim x→a⁻ f(x) = f(a) = f(a) [Left hand limit]
lim x→a⁺ f(x) = f(a+) = f(a) [Right hand limit]

Example: Check continuity of y = |x| at x = 3
Solution:
lim x→3⁻ |x| = 3
lim x→3⁺ |x| = 3
f(3) = |3| = 3

Since all values are equal, y = |x| is continuous at x = 3.

 

 

Differentiability of the Absolute Value Function

 

A function is differentiable at a point x = c if:

f'(c) = lim h→0 [f(c + h) - f(c)] / h

Example: Check differentiability of y = |x| at x = 0

f'(0) = lim h→0 |h| / h

If h > 0 → |h| / h = 1
If h < 0 → |h| / h = -1

Left-hand and right-hand limits are not equal, so x = 0, that is y = |x| is not differentiable at that point.
 

Professor Greenline from BrightChamps

Derivative of the Absolute Value Function

The derivative of |f(x)| is:

d/dx |f(x)| = f'(x) if f(x) > 0

d/dx |f(x)| = -f'(x) if f(x) < 0

Example: Derivative of y = |x|

If x > 0 → d/dx |x| = 1
If x < 0 → d/dx |x| = -1

 

 

Integration of the Absolute Value Function

 

To integrate |x|, split the interval at the point where x = 0.

Example: Evaluate ∫– 55  |x| dx

We know:
|x| = -x when x < 0
|x| = x when x ≥ 0

So,
I = ∫₋₅⁰ |x| dx + ∫₀⁵ |x| dx
= ∫₋₅⁰ (−x) dx + ∫₀⁵ x dx

Now calculate each part:
I = −∫₋₅⁰ x dx + ∫₀⁵ x dx

We know that ∫ x dx = (x²)/2, so:
I = −[(x²/2)]₋₅⁰ + [(x²/2)]₀⁵

= −[ (0²)/2 − (−5)²/2 ] + [ (5)²/2 − (0)²/2 ]
= −[ 0 − 25/2 ] + [ 25/2 − 0 ]
= 25/2 + 25/2
= 25
 

Professor Greenline from BrightChamps

Absolute Value Equation

Now that we have understood the meaning of the absolute value function, let’s learn about the absolute value equation of the form:
f(x) = a |x - h| + k
This equation tells us how the graph changes based on the values of a, h, and k.

 

 

  • The value of ‘a’ decides how much the graph stretches or compresses vertically.
  • The value of h represents the horizontal shift.
  • The value of k represents the vertical shift.
  • The value of (h, k) represents the vertex of the graph 

 

 

The vertex of the graph can be calculated by solving (x - h) = 0 to get x = h. Then substitute it in the original function to find f(x), which is the value of k.
 

Professor Greenline from BrightChamps

Real-Life Applications of Absolute Value

The absolute value of a number represents how far it is from zero on the number line, regardless of its sign.  Absolute values are frequently used in real life to determine the whole distance, difference, or change. Here, a few real-life applications of absolute value. 

 

 

  • The absolute value is used to determine the temperature change of a place over time.For example, if the temperature changed from – 5oC to 3oC, the temperature change is: |3 – (-5)| = |3 + 5| = 8oC

 

  • In sports, coaches utilize this concept to determine how much a team won or lost.For example:The score of Team A is 85 points and Team B is 75, so the coaches determine the score difference as: |85 – 75| = 10.

 

  • Navigation systems like GPS make use of absolute value to calculate the shortest distances.For example: When your sister is 5 km south, and you are 5 km north, the distance between you both will be: |5 − (−5)| = |10| = 10 km.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Absolute Value

Students need to understand the concept of absolute value. But also students often make errors when working with them. So, here are a few common mistakes and ways to avoid them:
 

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not Understanding the Definition of Absolute Value 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Mostly students make errors when they misunderstand the concept of absolute value when solving equations, for example, assuming |x| = -3 instead of 3. So, remember that absolute value is the distance from zero, so |x| cannot be negative.
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Thinking the Absolute Value Function is Differentiable at All Points

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students may mistakenly assume that the absolute value function is differentiable at all points which is wrong. So remember that the absolute value function is not differentiable at points where the expressions inside the absolute value equals zero. For example, y = |x|is not differentiable at x = 0.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Eliminating the Sign of the Absolute Value

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Some students mistakenly remove the absolute value symbols without checking whether the expression inside is negative, which can lead to mistakes. So always remember that when the expression inside the absolute value is negative in certain domain, the expression is replaced with its negative, that is, |x| = -x, when x < 0. 
 
For example: 
For x < 4,
|x – 4| = 4 – x
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Overlooking Parentheses 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Ignoring parentheses while substituting values into absolute value expressions can lead to errors.
Solution: Check if the parentheses are used correctly to avoid sign errors. 
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Believing that |a + b| = |a| + |b|
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often incorrectly assume that |a + b| = |a| + |b|, is always true, but it is not true in all cases.
Solution: Keep in mind that absolute value is not distributed over addition.
For example:
|3 + (−5)| = |−2| = 2
but
|3| + |−5| = 3 + 5 = 8
Therefore, |a + b| ≠ |a| + |b| in general.
 

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples of Absolute Value

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the value of |−8|.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 8

Explanation

The absolute value of a number is the distance of the number from 0.  
The distance of −8 from 0 is 8
So, |−8| = 8

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

Solve |x| = 7.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

x = 7 or x = −7
 

Explanation

Given,  |x| = 7, that means x can be 7 or −7.
Next, we write both solutions.
x = 7 or x = −7
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

Solve |x + 2| = 5.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

x = 3 or x = −7
 

Explanation

To solve |x + 2| = 5, we first remove the absolute value and then write two equations:
x + 2 = 5 or x + 2 = −5
Now, solve both equations:
When, x + 2 = 5
x = 5 - 2 
x = 3

Solving, x + 2 = -5
x = -5 - 2 
x = -7
x = 3 or x = −7
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

Evaluate |2x − 4| when x = 3.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

2
 

Explanation

Let’s first substitute x = 3 in the expression.
|2(3) − 4| = |6 − 4|
Then, simplify inside the absolute value to get the final answer.
|2| = 2
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Find the value of |−3| + |6|.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 9

Explanation

Find the absolute value of each number, 
|−3| = 3
|6| = 6
Now, add both values.
3 + 6 = 9
 

Max from BrightChamps Praising Clear Math Explanations
Ray Thinking Deeply About Math Problems

FAQs on Absolute Value

1.What do you mean by the absolute value of a number?

Math FAQ Answers Dropdown Arrow

2.Can the absolute value of a number be negative?

Math FAQ Answers Dropdown Arrow

3.How can we solve absolute value equations?

Math FAQ Answers Dropdown Arrow

4.What does absolute value look like?

Math FAQ Answers Dropdown Arrow

5.Are the absolute values and modulus the same?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in Saudi Arabia make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in Saudi Arabia support learning Algebra topics such as Absolute Value ?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Saudi Arabia support learning Algebra and Absolute Value ?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in Saudi Arabia?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom