Course Content
[Section-1] Numbers and Algebra
[Section-2] Functions and Graphs
[Section-3] Geometry and Mensuration
[Section-4] Trigonometry
[Section-5] Calculus (Basic) (Low priority)
[Section-6] Probability and Statistics
[Section-7] Logic and Problem Solving
IMAT Mathematics [Active learning tutor]
IMAT Interactive Study Tool: Absolute Value

Absolute Value

IMAT Interactive Study Tool

1. Core Theory
What is Absolute Value?

The absolute value of a number is its distance from zero on the number line. Since distance cannot be negative, the absolute value of a number is always non-negative (either positive or zero).

It is denoted by two vertical bars around the number, like \(|x|\).

0 -3 Distance = 3 3 Distance = 3

As you can see, both 3 and -3 are a distance of 3 from zero. So, \(|3| = 3\) and \(|-3| = 3\).

Formal Definition

Mathematically, the absolute value is defined as a piecewise function:

\[ |x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases} \]

This definition just means:

  • If the number inside is already positive or zero, do nothing.
  • If the number inside is negative, make it positive by multiplying by -1. (e.g., \(|-5| = -(-5) = 5\)).

2. Concept Check

1. True or False: The absolute value of any non-zero number is always positive.

2. True or False: \(|x|\) is always equal to \(x\).

3. Solved Examples

Example 1: Solving an Absolute Value Equation

Solve for \(x\) in the equation \(|2x - 1| = 7\).

Step 1: Understand the core concept.

The expression inside the absolute value bars, \(2x - 1\), must have a distance of 7 from zero. This means the expression itself can be either 7 or -7.

Step 2: Set up two separate linear equations.

Case 1: \(2x - 1 = 7\)

Case 2: \(2x - 1 = -7\)

Step 3: Solve each equation for \(x\).

Case 1: \(2x = 8 \implies x = 4\)

Case 2: \(2x = -6 \implies x = -3\)

Conclusion: The two possible solutions are \(x = 4\) and \(x = -3\).

Example 2: Evaluating an Expression

Evaluate the expression \(|5 - 12| - |-3|\).

Step 1: Evaluate the inside of each absolute value separately.

First term: \(|5 - 12| = |-7|\)

Second term: \(|-3|\)

Step 2: Apply the definition of absolute value to each term.

First term: \(|-7| = 7\)

Second term: \(|-3| = 3\)

Step 3: Perform the final subtraction.

\(7 - 3 = 4\)

Conclusion: The value of the expression is 4.

4. MCQ Practice

1. Which of the following is equal to \(|4 - 9|\)?

2. How many solutions does the equation \(|x| = -4\) have?

3. If \(x < 0\), then \(|x|\) is equal to:

4. Which inequality represents all numbers whose distance from 0 is less than 5?

5. What are the solutions to the equation \(|x + 3| = 2\)?

5. Summary Table
Property Formula Explanation
Non-negativity \(|a| \ge 0\) Absolute value is always positive or zero.
Symmetry \(|a| = |-a|\) A number and its opposite have the same distance from zero.
Multiplication \(|ab| = |a||b|\) The absolute value of a product is the product of the absolute values.
Triangle Inequality \(|a+b| \le |a|+|b|\) The absolute value of a sum is less than or equal to the sum of the absolute values.
0% Complete