Chapter 2: Algebra
This chapter revisits some fundamental algebraic rules involving fractions, exponents, polynomials, and the use of parentheses. A firm grasp of these ideas is essential, since many common mistakes in computation and symbolic manipulation arise from misunderstanding or misapplying these basic principles.
Algebraic expressions and their underlying rules appear across a wide range of mathematical contexts. Developing the ability to recognize, interpret, and manipulate such expressions is therefore a key skill—both for simplifying symbolic formulas and for solving more complex problems in later chapters.
Unless otherwise specified, all constants, variables, and placeholders are assumed to belong to subsets of the real numbers (i.e., ).
In other words, when we perform standard operations such as addition, subtraction, multiplication, or division (except division by zero), the results remain within .
Basic Algebraic Properties
Before we explore more advanced algebraic concepts, it is useful to recall a few basic properties that govern addition and multiplication. These properties, i.e., the commutative, associative, and distributive laws, apply to all real numbers and allow us to manipulate expressions, regardless of how they are written or grouped.
The commutative law states that the order of two elements does not affect the result:
The associative law states that the way elements are grouped does not affect the result:
The distributive law of multiplication over addition (and subtraction):
This property allows us to distribute a factor across terms inside parentheses.
Consider the expression:
Using the distributive law, we multiply by each term inside the parentheses:
The result is the same as first adding the terms inside the parentheses and then multiplying:
This confirms that the distributive and associative properties are consistent, i.e., the order in which we group or distribute the factors does not change the result.
Consider the expression:
Here, the negative sign in front of the parentheses can be interpreted as multiplying by :
Applying the distributive law, we multiply by each term inside the parentheses:
This shows that placing a negative sign in front of parentheses changes the sign of each term inside.
Fractions
Fractions represent parts of a whole and are especially useful when dealing with proportions, ratios, and percentages. A fraction consists of two parts:
- A numerator (top number): represents how many parts we have.
- A denominator (bottom number): represents how many equal parts make up the whole.
In symbolic form, a fraction is written as a ratio of two integers:
The set of all such numbers is called the rational numbers and denoted by , and it forms a subset of the real numbers:
Adding fractions is not done by simply adding the numerators and denominators:
For example:
but
which is incorrect for addition. Always use a common denominator as explained below.
To add or subtract fractions, the denominators must be the same. Once a common denominator is found, we can add (or subtract) the numerators and keep the denominator unchanged.
If the denominators are already the same:
If they are different, multiply each numerator by the other fraction’s denominator to obtain a common base:
-
Evaluate the following expression (fractions with the same denominator):
-
Evaluate the following expression (fractions with different denominators):
-
Evaluate the following expression (subtracting two fractions):
Multiplication of fractions is straightforward: multiply the numerators together and the denominators together.
-
Evaluate the following expression (multiply two fractions directly): Multiplying straight across gives , which simplifies to .
-
Evaluate the following expression (simplify before multiplying): Since appears in both numerator and denominator, it can be simplified before or after multiplication.
-
Evaluate the following expression (multiply a whole number by a fraction): Whole numbers can be treated as fractions with denominator , making the same rule apply.
To divide one fraction by another, multiply the first fraction by the reciprocal (or multiplicative inverse) of the second fraction.
-
Evaluate the following expression (divide one fraction by another): The reciprocal of is ; multiplying gives .
-
Evaluate the following expression (divide by a smaller fraction): Dividing by a smaller fraction increases the result, since fits multiple times into .
-
Evaluate the following expression (divide a fraction by a whole number): Note here that the whole number can be written as , and its reciprocal is .
The rational numbers are closed under addition, subtraction, multiplication, and division (except division by zero). This means performing these operations on fractions always produces another rational number.
Exponents
Exponents indicate how many times a base number is multiplied by itself. For example:
In these expressions, the base ( and , respectively) tells us what to multiply, while the exponent ( and , respectively) tells us how many times to multiply it.
Exponents essentially provide a compact way to represent repeated multiplication and follow a consistent set of algebraic rules, which we go into details with below.
For any nonzero base , raising it to the power of zero equals 1:
The reason must be nonzero is to avoid ambiguity. Depending on how we reason about it, we can arrive at two conflicting interpretations. From one perspective, since for any positive , it might seem natural to conclude that . From another, because for any positive , one could instead argue that . These two lines of reasoning contradict each other, so is left undefined to avoid inconsistency.
When multiplying powers that share the same (nonzero) base (), we add their exponents ( and ):
This rule follows from the idea that each exponent represents repeated multiplication of the same base, and combining them extends that repetition into just a single product.
In the following we apply the Product of Powers rule to see how it works. That is, we evaluate the following expression:
Here, each exponent counts how many times the base 2 appears as a factor. Combining both terms gives factors of 2 in total.
When raising an exponential term () to another power (), we simply multiply the exponents:
This rule reflects that each copy of contributes factors of , and there are such copies in total, giving us factors altogether.
In the following we apply the Power of a Power rule to see how it works. That is, we evaluate the following expression:
Here, the inner exponent () tells us there are three factors of 5 in each group, and the outer exponent () tells us there are two such groups. Altogether, we get factors of 5.
When a base () is raised to a negative exponent (), the result is the reciprocal of the base () raised to the corresponding positive exponent ():
This rule essentially expresses that a negative exponent "flips" the base, moving it from the numerator to the denominator.
Let us apply the Negative Exponent rule to see how it works.
- First let us evaluate an expresseion when the base is positive:
- Next, we evaluate an expression when the base is negative:
When dividing powers that share the same base (), then we subtract the exponents ( and ).
This rule follows directly from the Product of Powers and Negative Exponent rules, i.e., division is simply multiplication by the reciprocal:
This rules apply when , since division by zero is undefined.
Let us apply the Quotient of Powers rule to see how it works directly:
We can also expand the numerator and denominator to illustrate how factors cancel out:
Here, the two factors of 3 in the denominator remove two factors from the numerator, leaving factors in total.
Roots can be expressed as fractional exponents. In general, the -th root of can be written as follows:
This allows us to apply exponent rules even when working with roots, as roots are simply another form of exponentiation.
Let us apply the rule by expressing roots as fractional exponents:
-
The square root of a number:
-
The cube root of a number:
-
The fourth root of a power:
Here, the denominator of the exponent corresponds to the root, while the numerator corresponds to the power.
The root of a product is equal to the product of the roots (for non-negative and ):
For square roots (), this simplifies to:
This property holds only for non-negative real numbers, since roots of negative numbers are not real (they care complex numbers).
Let us apply the Product of Roots rule to simplify a root expression:
Here, expressing as allows us to separate the square root into two simpler factors,
making the simplification straightforward.
All these exponent rules apply for any real exponent, not just integers.
However, it is generally not possible to simplify expressions such as when the bases are different and unrelated by a common factor.
Likewise, exponent rules do not apply to addition or subtraction, so expressions like cannot be simplified using these rules.
Algebraic Identities
When working with algebraic expressions, we often encounter recurring patterns that make calculations simpler. The commutative, associative, and distributive laws, together with the rules of exponents, provide the foundation for manipulating and simplifying such expressions.
In particular, by applying the distributive law repeatedly, and interpreting exponents like or as repeated multiplication, we can derive a number of useful algebraic identities. These identities, summarized in the table below, describe common patterns that occur when expanding or factoring expressions and offer compact formulas that are helpful in later algebraic work.
| Name | Expression | Factored Form | Expanded Form |
|---|---|---|---|
| Square of a Sum | |||
| Square of a Difference | |||
| Difference of Squares |