Kahibaro
Discord Login Register

1.4.2 Integers

Understanding Integers

Integers extend the idea of whole counting numbers to include negative values and zero. In this chapter, we focus on what integers are, how they are arranged, and how they behave under basic operations. Ideas that depend on other number types (like fractions or decimals) will be left for later chapters.

What Integers Are

The set of integers is usually written as $\mathbb{Z}$ (from the German word “Zahlen,” meaning “numbers”).

An integer is any whole number that is:

So we can list them as:
$$
\mathbb{Z} = \{ \dots, -3, -2, -1, 0, 1, 2, 3, \dots \}
$$

Key points:

The Number Line for Integers

Integers are often shown on a horizontal line called the number line.

If one integer is to the right of another on the number line, it is greater. If it is to the left, it is smaller.

For example:

Sign and Opposites

Every integer (except $0$) has a sign:

Each nonzero integer has an opposite:

We say that $a$ and $-a$ are opposites. They are the same distance from $0$ on the number line, but on opposite sides.

Zero is its own opposite:
$$
-0 = 0
$$

Comparing Integers

To compare two integers, think about their positions on the number line.

  1. Any positive integer is greater than zero, and any negative integer is less than zero:
    • If $n$ is positive, then $n > 0$.
    • If $n$ is negative, then $n < 0$.
    • Therefore, any positive integer is greater than any negative integer. For example, $1 > -100$.
  2. When both are positive:
    • The one with the larger usual size is greater.
    • For example, $7 > 3$.
  3. When both are negative:
    • The one that is “less negative” (closer to zero) is greater.
    • For example, $-2 > -5$ because $-2$ is to the right of $-5$ on the number line.

Inequality symbols you will see:

Absolute Value of Integers

The absolute value of an integer is its distance from zero on the number line, ignoring the sign.

Examples:

In general:
$$
|a| =
\begin{cases}
a & \text{if } a \ge 0 \\
-a & \text{if } a < 0
\end{cases}
$$

Absolute value turns a number into its nonnegative size, but does not care about direction.

Adding Integers

Addition with integers extends the idea of counting to include moving in both directions on the number line.

Adding with the Same Sign

If both integers have the same sign:

Examples:

On the number line, adding a positive number moves you to the right; adding a negative number moves you to the left.

Adding with Different Signs

If the integers have different signs:

Examples:

When the two numbers are opposites, their sum is $0$.

Subtracting Integers

Subtraction of integers can always be turned into addition by using opposites.

The key idea:
$$
a - b = a + (-b)
$$

That is, subtracting $b$ is the same as adding its opposite.

Examples:

On the number line:

Multiplying Integers

Multiplication with integers follows definite sign rules.

Sign Rules for Multiplication

More symbolically:

Examples:

Multiplying Several Integers

When multiplying more than two integers, the sign of the product depends on how many negative factors there are.

Examples:

Dividing Integers

Division of integers uses the same sign rules as multiplication.

If $b \ne 0$, then $a \div b$ (or $a/b$) is the integer that, when multiplied by $b$, gives $a$, provided such an integer exists.

Sign Rules for Division

In brief:

Examples:

Important:

Basic Properties of Integer Operations

When we add or multiply integers, they behave in predictable ways. These patterns are important and will be used throughout mathematics.

Let $a, b, c$ be integers.

Closure

(Closure generally does not hold for division: $a/b$ need not be an integer.)

Commutative Property

The order does not matter for addition or multiplication:

Associative Property

How you group numbers does not matter for addition or multiplication:

Distributive Property

Multiplication distributes over addition:
$$
a(b + c) = ab + ac
$$

This works for all integers $a, b, c$.

Identity Elements

Additive Inverses

Every integer $a$ has an additive inverse $-a$ such that:
$$
a + (-a) = 0
$$

This is why opposites add to zero.

Integers in Context

Integers often describe situations with direction, gain, or loss. A few typical uses:

In each case, $0$ is a reference point (no gain or loss, sea level, freezing point, and so on), positive values are one “direction” from it, and negative values the opposite.

These interpretations help give meaning to the signs and operations you perform with integers, and connect the abstract number line to real situations you encounter.

Views: 65

Comments

Please login to add a comment.

Don't have an account? Register now!