Model Comparison: Number & Quantity

═══════════════════════════════════════

Gemini 3 Pro

═══════════════════════════════════════

What You Need to Know

  • Complex Number Arithmetic: You must be comfortable treating i like a variable during algebra, but always replacing i^2 with -1 to simplify expressions.

  • Exponent Rules: Mastery of switching between fractional exponents (x^{a/b}) and radical forms (\sqrt[b]{x^a}) is essential for simplification questions.

  • Matrix Logic: Understand that matrix multiplication is not commutative (AB \neq BA) and requires specific dimension matching (inner dimensions must equal).

  • Vector Basics: Focus on component-wise operations for addition/subtraction and using the Pythagorean theorem to find magnitude.

Real and Complex Number Systems

The ACT tests your ability to classify numbers and manipulate the complex number system.

Classifying Numbers

Real numbers include everything on the continuous number line. You should know the hierarchy:

  • Rational Numbers: Can be written as a fraction \frac{p}{q} (e.g., 0.5, -3, \frac{2}{3}).

  • Irrational Numbers: Cannot be written as a simple fraction; decimals go on forever without repeating (e.g., \pi, \sqrt{2}).

  • Integers: Whole numbers and their negatives (e.g., -2, -1, 0, 1, 2).

Complex Numbers

A complex number is written in the form a + bi, where:

  • a is the real part

  • b is the imaginary part

  • i is the imaginary unit defined as i = \sqrt{-1}

The Cycle of Powers of i

The powers of i repeat in a cycle of 4. This is a frequent ACT shortcut target.

  • i^1 = i

  • i^2 = -1 (Crucial identity)

  • i^3 = -i

  • i^4 = 1

To find a high power like i^{25}, divide the exponent by 4. The remainder tells you the value:

  • Remainder 1: Answer is i

  • Remainder 2: Answer is -1

  • Remainder 3: Answer is -i

  • Remainder 0: Answer is 1

Operations with Complex Numbers

Treat i like a variable (like x) for addition and subtraction. For multiplication, use FOIL (First, Outer, Inner, Last), but remember to replace i^2 with -1 at the end.

Example: Multiply (3 + 2i)(1 - 4i)

  1. Expand: 3(1) + 3(-4i) + 2i(1) + 2i(-4i)

  2. Simplify terms: 3 - 12i + 2i - 8i^2

  3. Combine like terms: 3 - 10i - 8i^2

  4. Substitute i^2 = -1: 3 - 10i - 8(-1)

  5. Final result: 3 - 10i + 8 = 11 - 10i

Exam Focus
  • Why it matters: Complex numbers appear frequently in the intermediate algebra portion of the ACT.

  • Typical question patterns:

    • Simplifying an expression like \frac{4 + i}{2 - i} using the complex conjugate.

    • "For i = \sqrt{-1}, what is the value of (3-i)^2?"

    • Finding the value of i^{103}.

  • Common mistakes: Forgetting that i^2 changes the sign of the term attached to it (e.g., turning -8i^2 into +8). Students also often forget that complex roots come in conjugate pairs.

Integer and Rational Exponents

Exponent rules apply to both integers and variables. The ACT often asks you to rewrite expressions into equivalent forms.

Key Laws of Exponents

Rule

Formula

Example

Product Rule

x^a \cdot x^b = x^{a+b}

x^2 \cdot x^3 = x^5

Quotient Rule

\frac{x^a}{x^b} = x^{a-b}

\frac{y^9}{y^4} = y^5

Power Rule

(x^a)^b = x^{a \cdot b}

(x^2)^3 = x^6

Negative Exponent

x^{-a} = \frac{1}{x^a}

x^{-3} = \frac{1}{x^3}

Zero Exponent

x^0 = 1 (if x \neq 0)

145^0 = 1

Rational (Fractional) Exponents

A fractional exponent represents a root. The numerator is the power, and the denominator is the root.

x^{\frac{m}{n}} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m

Example: Simplify 27^{\frac{2}{3}}

  1. Interpret the denominator (3) as a cube root: \sqrt[3]{27} = 3

  2. Interpret the numerator (2) as a square: 3^2

  3. Result: 9

Exam Focus
  • Why it matters: Essential for solving equations where the variable is under a radical or in a denominator.

  • Typical question patterns:

    • "Which of the following is equivalent to \sqrt[5]{x^3}?" (Answer: x^{3/5})

    • Simplifying complex fractions involving negative exponents.

  • Common mistakes: Confusing the numerator and denominator in rational exponents (thinking x^{1/2} is x squared instead of the square root of x). Also, distributing an exponent across addition: (x+y)^2 \neq x^2 + y^2.

Vectors

Vectors are quantities with both magnitude (length) and direction. On the ACT, vectors are usually handled algebraically via components or visually.

Component Form

A vector \mathbf{v} is often written as \langle a, b \rangle or in unit vector form a\mathbf{i} + b\mathbf{j}, where:

  • a is the horizontal component (x-change)

  • b is the vertical component (y-change)

Vector Operations
  • Vector Addition: Add corresponding components.
    If \mathbf{u} = \langle 2, 5 \rangle and \mathbf{v} = \langle -1, 3 \rangle:
    \mathbf{u} + \mathbf{v} = \langle 2 + (-1), 5 + 3 \rangle = \langle 1, 8 \rangle

  • Scalar Multiplication: Multiply each component by the scalar (constant).
    3\mathbf{u} = 3\langle 2, 5 \rangle = \langle 6, 15 \rangle

  • Magnitude (Norm): The length of the vector, found using the Pythagorean theorem.
    ||\mathbf{v}|| = \sqrt{a^2 + b^2}

Exam Focus
  • Why it matters: Appears as 1-2 questions, usually near the end of the test (questions 50-60).

  • Typical question patterns:

    • Given two vectors, find \mathbf{u} - \mathbf{v}.

    • Given component forms, find the magnitude.

    • "Tail-to-head" addition: Visual questions showing arrows representing forces or paths.

  • Common mistakes: Adding magnitudes directly instead of components (||\mathbf{u} + \mathbf{v}|| \neq ||\mathbf{u}|| + ||\mathbf{v}||). Remember that magnitude represents the hypotenuse.

Matrices and Matrix Operations

A matrix is a rectangular array of numbers arranged in rows and columns. Dimensions are given as Rows \times Columns (R \times C).

Basic Operations
  • Addition/Subtraction: You can only add or subtract matrices if they have the exact same dimensions. You simply add corresponding elements.
    \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} + \begin{bmatrix} 5 & 6 \ 7 & 8 \end{bmatrix} = \begin{bmatrix} 6 & 8 \ 10 & 12 \end{bmatrix}

  • Scalar Multiplication: Multiply every single number inside the matrix by the scalar.

Matrix Multiplication

Multiplying two matrices (A \times B) is more complex.

  1. Feasibility: You can only multiply if the Columns of A equals the Rows of B.

    • If A is 2 \times 3 and B is 3 \times 4, you can multiply. (Inner numbers match: 3 and 3).

    • The result will be a 2 \times 4 matrix (Outer numbers).

  2. Calculation: Multiply Row by Column. To find the entry in row 1, column 1 of the answer, take the dot product of Row 1 from matrix A and Column 1 from matrix B.

Determinant

For a 2 \times 2 matrix A = \begin{bmatrix} a & b \ c & d \end{bmatrix}, the determinant is calculated as:

\text{det}(A) = ad - bc

Exam Focus
  • Why it matters: Often a "free point" if you know the definitions, but impossible if you don't.

  • Typical question patterns:

    • "Is the product AB defined? If so, what are its dimensions?"

    • Finding the determinant of a simple 2 \times 2 matrix.

    • Basic addition or scalar multiplication questions.

  • Common mistakes: Assuming AB = BA. Matrix multiplication is not commutative; order matters immensely. Another error is calculating determinants as ad + bc instead of ad - bc.

Quick Review Checklist

Can you do the following?

  • [ ] Simplify i^{45} without a calculator.

  • [ ] Convert x^{3/4} into radical form.

  • [ ] Multiply two complex numbers like (2+3i)(4-i).

  • [ ] Find the magnitude of vector \mathbf{v} = \langle 5, -12 \rangle.

  • [ ] Explain why a 2 \times 2 matrix cannot be multiplied by a 3 \times 2 matrix.

  • [ ] Calculate the determinant of \begin{bmatrix} 4 & 2 \ 1 & 5 \end{bmatrix}.

  • [ ] Add two vectors algebraically and visualize them geometrically.

Final Exam Pitfalls

  1. The i^2 Sign Flip: When simplifying (3-2i)(3+2i), students often write 9 - 4i^2 and stop, or write 9 - 4. The correct step is 9 - 4(-1) = 9 + 4 = 13.

  2. Matrix Order: Students assume if they can multiply A \times B, they can multiply B \times A. This is false. Always check dimensions: (Row \times Col) \times (Row \times Col). Inner numbers must match.

  3. Negative Exponents: A negative exponent does not make the number negative. x^{-2} is \frac{1}{x^2}, not -x^2.

  4. Vector Magnitude: Students sometimes just add the components to find magnitude. You must use the distance formula: \sqrt{x^2 + y^2}.

  5. Rational Exponent Flip: Students confuse the root and power. Remember "Flower Power, Root Down"—the flower (power) is on top, the root is on the bottom (\frac{\text{power}}{\text{root}}).


═══════════════════════════════════════

GPT 5.2 Pro

═══════════════════════════════════════

What You Need to Know

  • The ACT Math test is multiple-choice (calculator permitted), and Number & Quantity is an official content category within Preparing for Higher Math—typically about 7\%-10\% of the questions (per ACT’s published content descriptions).

  • Master the “number sense” skills ACT loves to test: properties of real numbers, rational exponents/radicals, and complex-number operations.

  • You must be able to perform and interpret vector and matrix operations—often in short, procedural questions where one sign error loses the point.

  • Most problems are designed to be fast: simplify correctly, choose equivalent forms, and avoid unnecessary algebra.

Real and Complex Number Systems

Real numbers (structure + properties)

Real numbers are all numbers on the number line; they include rational and irrational numbers.

  • Rational numbers: can be written as a ratio \frac{a}{b} where a,b are integers and b\neq 0.

  • Irrational numbers: cannot be written as a fraction of integers (e.g., square roots of non-perfect squares).

Set relationships (know the nesting):

Set

Description

Examples

Natural numbers

counting numbers (definitions vary by source)

1,2,3,\dots

Whole numbers

naturals plus 0

0,1,2,\dots

Integers

negatives, 0, positives

\dots,-2,-1,0,1,2,\dots

Rational

fractions/terminating or repeating decimals

\frac{3}{5},\; -7,\; 0.125,\; 0.\overline{3}

Irrational

non-terminating, non-repeating decimals

\sqrt{2},\; \pi

Real

rational + irrational

all above

Core properties to use confidently

  • Commutative: a+b=b+a and ab=ba.

  • Associative: (a+b)+c=a+(b+c) and (ab)c=a(bc).

  • Distributive: a(b+c)=ab+ac.

Absolute value

  • Absolute value is distance from 0: |x|\ge 0.

  • Key forms:

    • |x|=k with k\ge 0 gives x=\pm k.

    • |x|<k gives -k<x<k.

    • |x|>k gives x<-k or x>k.

Complex numbers

A complex number has the form a+bi where a,b are real and i is the imaginary unit with:

i^2=-1

Operations:

  • Add/subtract: combine real parts and imaginary parts.

  • Multiply: distribute and use i^2=-1.

  • Complex conjugate of a+bi is a-bi.

    • Useful because (a+bi)(a-bi)=a^2+b^2 (a real number).

Example 1 (multiply complex numbers)
Simplify (3-2i)(4+5i) .

Step-by-step:

  1. Distribute: 3\cdot4 + 3\cdot5i + (-2i)\cdot4 + (-2i)\cdot5i

  2. Combine: 12 + 15i - 8i - 10i^2

  3. Use i^2=-1: -10i^2= -10(-1)=10

  4. Final: 22 + 7i

Example 2 (rationalize with conjugate)
Simplify \frac{5}{2-i}.

  1. Multiply top and bottom by conjugate 2+i:
    \frac{5}{2-i}\cdot\frac{2+i}{2+i}=\frac{5(2+i)}{(2-i)(2+i)}

  2. Denominator is difference of squares:
    (2-i)(2+i)=2^2 - i^2=4-(-1)=5

  3. Final:
    \frac{5(2+i)}{5}=2+i

Exam Focus
  • Why it matters: ACT frequently checks fluency with number properties and complex arithmetic because it’s quick to test and easy to slip up on.

  • Typical question patterns:

    • Identify whether a number is rational/irrational (often via decimals or radicals).

    • Simplify expressions with |x| or solve basic absolute-value equations/inequalities.

    • Compute with i (simplify powers of i, multiply, or rationalize a denominator).

  • Common mistakes:

    • Treating \sqrt{a+b}=\sqrt{a}+\sqrt{b} (false in general).

    • Forgetting i^2=-1 (leading to sign errors).

    • Dropping parentheses when distributing negatives or multiplying binomials.

Integer and Rational Exponents

Exponent rules (memorize + apply carefully)

For a\neq 0:

  • a^m\cdot a^n=a^{m+n}

  • \frac{a^m}{a^n}=a^{m-n}

  • (a^m)^n=a^{mn}

  • (ab)^n=a^n b^n

  • \left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}

  • a^0=1

  • a^{-n}=\frac{1}{a^n}

Rational exponents and radicals

Definition (for appropriate real domains):

a^{\frac{m}{n}}=\sqrt[n]{a^m}

Common equivalents (know both directions):

Rational exponent

Radical form

a^{\frac{1}{2}}

\sqrt{a}

a^{\frac{1}{3}}

\sqrt[3]{a}

a^{\frac{m}{n}}

\sqrt[n]{a^m}

Domain note (ACT-relevant): for even n, \sqrt[n]{a} is real only when a\ge 0.

Example 1 (simplify rational exponent)
Simplify 16^{\frac{3}{4}}.

  1. Rewrite: 16^{\frac{3}{4}}=\left(16^{\frac{1}{4}}\right)^3

  2. Compute fourth root: 16^{\frac{1}{4}}=2 because 2^4=16

  3. Cube: 2^3=8

Example 2 (negative exponent + fraction)
Simplify \left(\frac{x^2 y^{-3}}{x^{-1}y}\right)^2.

  1. Combine exponents inside:
    \frac{x^2}{x^{-1}}=x^{2-(-1)}=x^3
    \frac{y^{-3}}{y^1}=y^{-4}
    So inside is x^3 y^{-4}

  2. Square:
    (x^3 y^{-4})^2=x^6 y^{-8}=\frac{x^6}{y^8}

Exam Focus
  • Why it matters: Exponent manipulation is a high-yield algebra skill that appears across many ACT topics, including radicals and scientific-style expressions.

  • Typical question patterns:

    • Simplify expressions with integer/negative exponents.

    • Convert between radicals and rational exponents.

    • Choose an equivalent expression (answer choices differ by one exponent rule).

  • Common mistakes:

    • Misapplying (a+b)^n=a^n+b^n (false).

    • Forgetting that negative exponents mean reciprocal.

    • Losing track of parentheses: (-2)^4 vs -2^4 (very different).

Vectors

What a vector is (ACT-level)

A vector is a quantity with magnitude and direction. On the ACT, vectors often appear as ordered pairs (components).

  • Component form in 2D: \langle a,b\rangle or as a column vector \begin{pmatrix}a\b\end{pmatrix}.

  • You can think of \langle a,b\rangle as “move a units in x, b units in y.”

Basic vector operations
  • Addition: \langle a,b\rangle+\langle c,d\rangle=\langle a+c,\; b+d\rangle

  • Subtraction: \langle a,b\rangle-\langle c,d\rangle=\langle a-c,\; b-d\rangle

  • Scalar multiplication: k\langle a,b\rangle=\langle ka,\; kb\rangle

Magnitude (length)

For \vec{v}=\langle a,b\rangle:

|\vec{v}|=\sqrt{a^2+b^2}

Example 1 (vector addition)
If \vec{u}=\langle 2,-5\rangle and \vec{v}=\langle -3,4\rangle, find \vec{u}+\vec{v}.

\vec{u}+\vec{v}=\langle 2+(-3),\; -5+4\rangle=\langle -1,-1\rangle

Example 2 (magnitude)
Find the magnitude of \langle 6,8\rangle.

|\vec{v}|=\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10

Real-world applications (quick intuition)
  • Displacement: moving \langle a,b\rangle blocks east/west and north/south.

  • Velocity: speed with direction; adding vectors models combined motions (like wind + plane velocity).

Exam Focus
  • Why it matters: Vectors are in ACT’s Number & Quantity scope and are tested with fast component arithmetic.

  • Typical question patterns:

    • Add/subtract vectors given as ordered pairs.

    • Find magnitude using the Pythagorean theorem.

    • Interpret components in a context (net displacement).

  • Common mistakes:

    • Adding magnitudes instead of adding components.

    • Dropping negative signs in the second component.

    • Forgetting the square root when computing magnitude.

Matrices and Matrix Operations

Matrix basics

A matrix is a rectangular array of numbers. Size is described as m\times n (rows by columns).

Example matrix:

A=\begin{pmatrix}1&2&3\4&5&6\end{pmatrix}

Addition and scalar multiplication

Defined only when matrices have the same dimensions.

  • \begin{pmatrix}a&b\c&d\end{pmatrix}+\begin{pmatrix}e&f\g&h\end{pmatrix}=\begin{pmatrix}a+e&b+f\c+g&d+h\end{pmatrix}

  • k\begin{pmatrix}a&b\c&d\end{pmatrix}=\begin{pmatrix}ka&kb\kc&kd\end{pmatrix}

Matrix multiplication (dimension check first)

If A is m\times n and B is n\times p, then AB exists and is m\times p.

Entry rule:

(AB){ij}=\sum{k=1}^{n} a{ik}b{kj}

Example 1 (multiply 2\times 2 matrices)

A=\begin{pmatrix}1&2\3&4\end{pmatrix},\quad B=\begin{pmatrix}5&6\7&8\end{pmatrix}

Compute AB:

AB=\begin{pmatrix}
1\cdot5+2\cdot7 & 1\cdot6+2\cdot8\
3\cdot5+4\cdot7 & 3\cdot6+4\cdot8
\end{pmatrix}
=\begin{pmatrix}19&22\43&50\end{pmatrix}

Identity matrix

The identity matrix I (for 2\times 2) is:

I=\begin{pmatrix}1&0\0&1\end{pmatrix}

Property: AI=A and IA=A (when dimensions match).

Matrices as transformations (common ACT idea)

A 2\times 2 matrix can transform a vector \begin{pmatrix}x\y\end{pmatrix}.

Example (swap coordinates):

\begin{pmatrix}0&1\1&0\end{pmatrix}\begin{pmatrix}x\y\end{pmatrix}=\begin{pmatrix}y\x\end{pmatrix}

This shows how ACT might link matrices to coordinate geometry without heavy theory.

Exam Focus
  • Why it matters: Matrix operations are explicitly listed in ACT’s Number & Quantity scope and usually appear as straightforward computation with careful bookkeeping.

  • Typical question patterns:

    • Add/subtract matrices or multiply by a scalar.

    • Multiply two small matrices (often 2\times 2).

    • Apply a matrix to a vector (basic transformation or output computation).

  • Common mistakes:

    • Trying to add matrices of different sizes.

    • Multiplying in the wrong order (in general AB\neq BA).

    • Dimension mismatch: forgetting the “inner dimensions must match” rule.

Quick Review Checklist
  • Can you classify numbers as integer, rational, irrational, or real from their forms (fractions, decimals, radicals)?

  • Can you simplify powers of i and multiply/divide complex numbers correctly?

  • Can you solve basic absolute-value equations/inequalities like |x-a|<b?

  • Can you apply exponent rules to simplify expressions with negative exponents?

  • Can you convert between a^{m/n} and \sqrt[n]{a^m} accurately?

  • Can you add/subtract vectors in component form and compute magnitude \sqrt{a^2+b^2}?

  • Do you know when matrix addition is allowed (same dimensions)?

  • Can you multiply two 2\times 2 matrices and check dimensions before multiplying?

  • Can you apply a 2\times 2 matrix to a vector \begin{pmatrix}x\y\end{pmatrix}?

Final Exam Pitfalls
  1. Exponent rule mix-ups: When dividing like bases, subtract exponents: \frac{a^m}{a^n}=a^{m-n}—don’t divide exponents.

  2. Radical false property: Never assume \sqrt{a+b}=\sqrt{a}+\sqrt{b}; instead, simplify by factoring perfect squares.

  3. Complex-number sign errors: Use i^2=-1 every time—track negatives carefully when expanding.

  4. Vector magnitude vs components: Add vectors by components (not by magnitudes), and magnitude always includes the square root.

  5. Matrix dimension/order mistakes: Check sizes before multiplying, and remember order matters (often AB\neq BA).


═══════════════════════════════════════

Claude Opus 4.6

═══════════════════════════════════════

What You Need to Know

  • The ACT Math section tests Number & Quantity concepts across approximately 10–15% of the 60-question test — these are often the most straightforward points you can earn if your foundations are solid.

  • You must be fluent with the real and complex number systems, including operations with imaginary numbers (i), and comfortable applying exponent rules with integer and rational exponents.

  • Vectors and matrices appear primarily on the higher-difficulty end of the ACT — typically 2–4 questions total — and tend to test basic operations rather than deep theory.

  • Mastering these fundamentals prevents careless errors on easier questions and gives you the tools to tackle advanced problems confidently.


Real and Complex Number Systems

The Real Number System

The real numbers (\mathbb{R}) include all numbers on the number line. Here's the hierarchy:

Set

Description

Examples

Natural Numbers (\mathbb{N})

Counting numbers

1, 2, 3, \ldots

Whole Numbers

Natural numbers + 0

0, 1, 2, 3, \ldots

Integers (\mathbb{Z})

Whole numbers + negatives

\ldots, -2, -1, 0, 1, 2, \ldots

Rational Numbers (\mathbb{Q})

Ratios of integers (\frac{p}{q}, q \neq 0)

\frac{3}{4},\ -2,\ 0.\overline{3}

Irrational Numbers

Non-repeating, non-terminating decimals

\sqrt{2},\ \pi,\ e

Every number in the sets above is a real number.

The Complex Number System

The imaginary unit is defined as:

i = \sqrt{-1} \quad \text{so} \quad i^2 = -1

A complex number has the form a + bi, where a is the real part and b is the imaginary part.

Key powers of i cycle every four:

Power

Value

i^1

i

i^2

-1

i^3

-i

i^4

1

Memory aid: The cycle is i, -1, -i, 1 — just divide the exponent by 4 and use the remainder to find the value.

Operations with Complex Numbers
  • Addition/Subtraction: Combine like parts: (a + bi) + (c + di) = (a+c) + (b+d)i

  • Multiplication: Use FOIL and replace i^2 with -1:

(2 + 3i)(1 - 4i) = 2 - 8i + 3i - 12i^2 = 2 - 5i + 12 = 14 - 5i

  • Division: Multiply numerator and denominator by the complex conjugate of the denominator. The conjugate of a + bi is a - bi.

Exam Focus
  • Why it matters: Complex number questions appear on nearly every ACT, typically 1–3 questions testing operations or powers of i.

  • Typical question patterns:

    • Simplify i^{47} (use the cycle of 4)

    • Multiply two complex numbers and simplify

    • Identify which number set a given value belongs to

  • Common mistakes:

    • Forgetting that i^2 = -1 during multiplication — students leave i^2 terms unsimplified

    • Confusing the cycle of i — always divide the exponent by 4 and use the remainder

    • Thinking \sqrt{-9} = 3 instead of 3i


Integer and Rational Exponents

Core Exponent Rules

These rules apply for all real bases (where defined) and integer or rational exponents:

Rule

Formula

Product Rule

a^m \cdot a^n = a^{m+n}

Quotient Rule

\frac{a^m}{a^n} = a^{m-n}

Power Rule

(a^m)^n = a^{mn}

Zero Exponent

a^0 = 1 (where a \neq 0)

Negative Exponent

a^{-n} = \frac{1}{a^n}

Product to Power

(ab)^n = a^n \cdot b^n

Rational Exponents

Rational exponents connect exponents and radicals:

a^{\frac{m}{n}} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m

Example: Simplify 8^{\frac{2}{3}}.

  1. Rewrite: 8^{\frac{2}{3}} = \left(\sqrt[3]{8}\right)^2

  2. Cube root of 8: \sqrt[3]{8} = 2

  3. Square it: 2^2 = 4

Memory aid: In a^{\frac{m}{n}}, think "power over root" — the numerator is the power, the denominator is the root.

Simplifying Radical Expressions

Convert between radical and exponent form freely:

\sqrt{x} = x^{\frac{1}{2}}, \quad \sqrt[3]{x^2} = x^{\frac{2}{3}}

This is especially useful when combining terms or solving equations.

Exam Focus
  • Why it matters: Exponent rules underpin algebra, functions, and even geometry problems — they appear in some form on 5+ ACT questions.

  • Typical question patterns:

    • Simplify expressions with multiple exponent rules combined

    • Convert between radical notation and rational exponents

    • Evaluate numerical expressions like 27^{\frac{-2}{3}}

  • Common mistakes:

    • Adding exponents when bases are different — the product rule only works for the same base

    • Misapplying the negative exponent: 2^{-3} \neq -8 — it equals \frac{1}{8}

    • Confusing the numerator and denominator in rational exponents (power vs. root)


Vectors

What Is a Vector?

A vector is a quantity with both magnitude (length) and direction. On the ACT, vectors are typically represented as ordered pairs or in component form:

\vec{v} = \langle a, b \rangle

Here, a is the horizontal component and b is the vertical component.

Basic Vector Operations
  • Addition: \langle a, b \rangle + \langle c, d \rangle = \langle a+c,\ b+d \rangle

  • Subtraction: \langle a, b \rangle - \langle c, d \rangle = \langle a-c,\ b-d \rangle

  • Scalar multiplication: k\langle a, b \rangle = \langle ka,\ kb \rangle

Magnitude of a Vector

|\vec{v}| = \sqrt{a^2 + b^2}

Example: Find the magnitude of \vec{v} = \langle 3, -4 \rangle.

|\vec{v}| = \sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Direction

The direction angle \theta measured from the positive x-axis:

\theta = \tan^{-1}\left(\frac{b}{a}\right)

Be mindful of the quadrant — adjust the angle if the vector doesn't lie in Quadrant I.

Exam Focus
  • Why it matters: Vectors typically appear as 1–2 questions on harder ACT problems, often in applied contexts like physics or navigation.

  • Typical question patterns:

    • Add or subtract two vectors in component form

    • Find the magnitude of a resultant vector

    • Scalar multiplication followed by finding a new magnitude

  • Common mistakes:

    • Subtracting components in the wrong order during vector subtraction

    • Forgetting to square both components when finding magnitude — or forgetting the square root

    • Mixing up vector notation \langle a, b \rangle with coordinate points (a, b)


Matrices and Matrix Operations

What Is a Matrix?

A matrix is a rectangular array of numbers organized in rows and columns. A matrix with m rows and n columns is called an m \times n matrix.

Basic Matrix Operations

Addition/Subtraction — Matrices must have the same dimensions. Add or subtract corresponding entries:

\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} + \begin{bmatrix} 5 & 6 \ 7 & 8 \end{bmatrix} = \begin{bmatrix} 6 & 8 \ 10 & 12 \end{bmatrix}

Scalar Multiplication — Multiply every entry by the scalar:

3 \begin{bmatrix} 2 & -1 \ 0 & 4 \end{bmatrix} = \begin{bmatrix} 6 & -3 \ 0 & 12 \end{bmatrix}

Matrix Multiplication

To multiply matrix A (size m \times n) by matrix B (size n \times p), the number of columns in A must equal the number of rows in B. The result is an m \times p matrix.

Each entry is a dot product of a row from A and a column from B:

\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} \begin{bmatrix} 5 \ 6 \end{bmatrix} = \begin{bmatrix} (1)(5) + (2)(6) \ (3)(5) + (4)(6) \end{bmatrix} = \begin{bmatrix} 17 \ 39 \end{bmatrix}

Important: Matrix multiplication is not commutative — AB \neq BA in general.

Determinant of a 2×2 Matrix

For A = \begin{bmatrix} a & b \ c & d \end{bmatrix}:

\det(A) = ad - bc

Exam Focus
  • Why it matters: Matrix questions appear as 1–2 problems on the ACT, almost always testing basic operations — they are free points if you know the rules.

  • Typical question patterns:

    • Add, subtract, or scalar-multiply two matrices

    • Multiply a 2 \times 2 matrix by a 2 \times 1 matrix

    • Find the determinant of a 2 \times 2 matrix

  • Common mistakes:

    • Attempting to add matrices of different dimensions — check dimensions first

    • Multiplying matrices entry-by-entry instead of using the dot-product method

    • Forgetting that matrix multiplication order matters (AB \neq BA)


Quick Review Checklist

  • Can you classify a number as natural, integer, rational, irrational, or complex?

  • Can you simplify any power of i using the cycle of 4?

  • Can you multiply and divide complex numbers, including using the conjugate?

  • Can you apply all six core exponent rules correctly?

  • Can you convert between radical form and rational exponent form?

  • Can you add, subtract, and scalar-multiply vectors in component form?

  • Can you calculate the magnitude of a vector?

  • Can you add, subtract, and scalar-multiply matrices?

  • Can you multiply two matrices and verify that their dimensions are compatible?

  • Do you know the formula for the determinant of a 2 \times 2 matrix?


Final Exam Pitfalls

  1. Forgetting the i cycle repeats every 4: For i^n, divide n by 4 and use the remainder. Remainder 0 → 1, remainder 1 → i, remainder 2 → -1, remainder 3 → -i. Never try to compute large powers by brute force.

  2. Treating negative exponents as negative numbers: 5^{-2} = \frac{1}{25}, not -25. A negative exponent means reciprocal, not negative value.

  3. Applying exponent rules across different bases: 2^3 \cdot 3^2 \neq 6^5. The product rule a^m \cdot a^n = a^{m+n} requires the same base.

  4. Mixing up vector magnitude with simple addition: The magnitude of \langle 3, 4 \rangle is 5 (via Pythagorean theorem), not 7.

  5. Multiplying matrices element-by-element: Matrix multiplication uses dot products of rows and columns. Entry-by-entry multiplication (Hadamard product) is not standard matrix multiplication and is not what the ACT tests.

  6. Confusing determinant signs: For \begin{bmatrix} a & b \ c & d \end{bmatrix}, the determinant is ad - bc, not ad + bc. Remember: main diagonal minus off-diagonal.