Model Comparison: Number & Quantity

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

Gemini 3 Pro

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

What You Need to Know

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

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

  • Matrix Logic: Understand that matrix multiplication is not commutative (ABBAAB \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 pq\frac{p}{q} (e.g., 0.50.5, 3-3, 23\frac{2}{3}).

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

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

Complex Numbers

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

  • aa is the real part

  • bb is the imaginary part

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

The Cycle of Powers of ii

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

  • i1=ii^1 = i

  • i2=1i^2 = -1 (Crucial identity)

  • i3=ii^3 = -i

  • i4=1i^4 = 1

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

  • Remainder 1: Answer is ii

  • Remainder 2: Answer is 1-1

  • Remainder 3: Answer is i-i

  • Remainder 0: Answer is 11

Operations with Complex Numbers

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

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

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

  2. Simplify terms: 312i+2i8i23 - 12i + 2i - 8i^2

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

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

  5. Final result: 310i+8=1110i3 - 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 4+i2i\frac{4 + i}{2 - i} using the complex conjugate.

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

    • Finding the value of i103i^{103}.

  • Common mistakes: Forgetting that i2i^2 changes the sign of the term attached to it (e.g., turning 8i2-8i^2 into +8+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

xaxb=xa+bx^a \cdot x^b = x^{a+b}

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

Quotient Rule

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

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

Power Rule

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

(x2)3=x6(x^2)^3 = x^6

Negative Exponent

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

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

Zero Exponent

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

1450=1145^0 = 1

Rational (Fractional) Exponents

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

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

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

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

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

  3. Result: 99

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 x35\sqrt[5]{x^3}?" (Answer: x3/5x^{3/5})

    • Simplifying complex fractions involving negative exponents.

  • Common mistakes: Confusing the numerator and denominator in rational exponents (thinking x1/2x^{1/2} is xx squared instead of the square root of xx). Also, distributing an exponent across addition: (x+y)2x2+y2(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 v\mathbf{v} is often written as a,b\langle a, b \rangle or in unit vector form ai+bja\mathbf{i} + b\mathbf{j}, where:

  • aa is the horizontal component (xx-change)

  • bb is the vertical component (yy-change)

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

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

  • Magnitude (Norm): The length of the vector, found using the Pythagorean theorem.
    v=a2+b2||\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 uv\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 (u+vu+v||\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×CR \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.
    [1amp;2 3amp;4]+[5amp;6 7amp;8]=[6amp;8 10amp;12]\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×BA \times B) is more complex.

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

    • If AA is 2×32 \times 3 and BB is 3×43 \times 4, you can multiply. (Inner numbers match: 3 and 3).

    • The result will be a 2×42 \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×22 \times 2 matrix A=[aamp;b camp;d]A = \begin{bmatrix} a & b \ c & d \end{bmatrix}, the determinant is calculated as:

det(A)=adbc\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 ABAB defined? If so, what are its dimensions?"

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

    • Basic addition or scalar multiplication questions.

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

Quick Review Checklist

Can you do the following?

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

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

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

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

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

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

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

Final Exam Pitfalls

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

  2. Matrix Order: Students assume if they can multiply A×BA \times B, they can multiply B×AB \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. x2x^{-2} is 1x2\frac{1}{x^2}, not x2-x^2.

  4. Vector Magnitude: Students sometimes just add the components to find magnitude. You must use the distance formula: x2+y2\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 (powerroot\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%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 ab\frac{a}{b} where a,ba,b are integers and b0b\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,1,2,3,\dots

Whole numbers

naturals plus 00

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

Integers

negatives, 00, positives

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

Rational

fractions/terminating or repeating decimals

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

Irrational

non-terminating, non-repeating decimals

2,  π\sqrt{2},\; \pi

Real

rational + irrational

all above

Core properties to use confidently

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

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

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

Absolute value

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

  • Key forms:

    • x=k|x|=k with k0k\ge 0 gives x=±kx=\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+bia+bi where a,ba,b are real and ii is the imaginary unit with:

i2=1i^2=-1

Operations:

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

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

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

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

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

Step-by-step:

  1. Distribute: 34+35i+(2i)4+(2i)5i3\cdot4 + 3\cdot5i + (-2i)\cdot4 + (-2i)\cdot5i

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

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

  4. Final: 22+7i22 + 7i

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

  1. Multiply top and bottom by conjugate 2+i2+i:
    52i2+i2+i=5(2+i)(2i)(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:
    (2i)(2+i)=22i2=4(1)=5(2-i)(2+i)=2^2 - i^2=4-(-1)=5

  3. Final:
    5(2+i)5=2+i\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|x| or solve basic absolute-value equations/inequalities.

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

  • Common mistakes:

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

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

    • Dropping parentheses when distributing negatives or multiplying binomials.

Integer and Rational Exponents

Exponent rules (memorize + apply carefully)

For a0a\neq 0:

  • aman=am+na^m\cdot a^n=a^{m+n}

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

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

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

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

  • a0=1a^0=1

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

Rational exponents and radicals

Definition (for appropriate real domains):

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

Common equivalents (know both directions):

Rational exponent

Radical form

a12a^{\frac{1}{2}}

a\sqrt{a}

a13a^{\frac{1}{3}}

a3\sqrt[3]{a}

amna^{\frac{m}{n}}

amn\sqrt[n]{a^m}

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

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

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

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

  3. Cube: 23=82^3=8

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

  1. Combine exponents inside:
    x2x1=x2(1)=x3\frac{x^2}{x^{-1}}=x^{2-(-1)}=x^3
    y3y1=y4\frac{y^{-3}}{y^1}=y^{-4}
    So inside is x3y4x^3 y^{-4}

  2. Square:
    (x3y4)2=x6y8=x6y8(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=an+bn(a+b)^n=a^n+b^n (false).

    • Forgetting that negative exponents mean reciprocal.

    • Losing track of parentheses: (2)4(-2)^4 vs 24-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 22D: a,b\langle a,b\rangle or as a column vector \begin{pmatrix}a\b\end{pmatrix}.

  • You can think of a,b\langle a,b\rangle as “move aa units in xx, bb units in yy.”

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

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

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

Magnitude (length)

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

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

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

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

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

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

Real-world applications (quick intuition)
  • Displacement: moving a,b\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×nm\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 AA is m×nm\times n and BB is n×pn\times p, then ABAB exists and is m×pm\times p.

Entry rule:

(AB)<em>ij=</em>k=1na<em>ikb</em>kj(AB)<em>{ij}=\sum</em>{k=1}^{n} a<em>{ik}b</em>{kj}

Example 1 (multiply 2×22\times 2 matrices)

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

Compute ABAB:

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 II (for 2×22\times 2) is:

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

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

Matrices as transformations (common ACT idea)

A 2×22\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×22\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 ABBAAB\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 ii 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 am/na^{m/n} and amn\sqrt[n]{a^m} accurately?

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

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

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

  • Can you apply a 2×22\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: aman=amn\frac{a^m}{a^n}=a^{m-n}—don’t divide exponents.

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

  3. Complex-number sign errors: Use i2=1i^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 ABBAAB\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 (ii), 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 (R\mathbb{R}) include all numbers on the number line. Here's the hierarchy:

Set

Description

Examples

Natural Numbers (N\mathbb{N})

Counting numbers

1,2,3,1, 2, 3, \ldots

Whole Numbers

Natural numbers + 0

0,1,2,3,0, 1, 2, 3, \ldots

Integers (Z\mathbb{Z})

Whole numbers + negatives

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

Rational Numbers (Q\mathbb{Q})

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

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

Irrational Numbers

Non-repeating, non-terminating decimals

2, π, e\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=1soi2=1i = \sqrt{-1} \quad \text{so} \quad i^2 = -1

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

Key powers of ii cycle every four:

Power

Value

i1i^1

ii

i2i^2

1-1

i3i^3

i-i

i4i^4

11

Memory aid: The cycle is i,1,i,1i, -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(a + bi) + (c + di) = (a+c) + (b+d)i

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

(2+3i)(14i)=28i+3i12i2=25i+12=145i(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+bia + bi is abia - bi.

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

  • Typical question patterns:

    • Simplify i47i^{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 i2=1i^2 = -1 during multiplication — students leave i2i^2 terms unsimplified

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

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


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

aman=am+na^m \cdot a^n = a^{m+n}

Quotient Rule

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

Power Rule

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

Zero Exponent

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

Negative Exponent

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

Product to Power

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

Rational Exponents

Rational exponents connect exponents and radicals:

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

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

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

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

  3. Square it: 22=42^2 = 4

Memory aid: In amna^{\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:

x=x12,x23=x23\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 272327^{\frac{-2}{3}}

  • Common mistakes:

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

    • Misapplying the negative exponent: 2382^{-3} \neq -8 — it equals 18\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:

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

Here, aa is the horizontal component and bb is the vertical component.

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

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

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

Magnitude of a Vector

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

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

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

Direction

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

θ=tan1(ba)\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 a,b\langle a, b \rangle with coordinate points (a,b)(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 mm rows and nn columns is called an m×nm \times n matrix.

Basic Matrix Operations

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

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

Scalar Multiplication — Multiply every entry by the scalar:

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

Matrix Multiplication

To multiply matrix AA (size m×nm \times n) by matrix BB (size n×pn \times p), the number of columns in AA must equal the number of rows in BB. The result is an m×pm \times p matrix.

Each entry is a dot product of a row from AA and a column from BB:

[1amp;2 3amp;4][5 6]=[(1)(5)+(2)(6) (3)(5)+(4)(6)]=[17 39]\begin{bmatrix} 1 &amp; 2 \ 3 &amp; 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 commutativeABBAAB \neq BA in general.

Determinant of a 2×2 Matrix

For A=[aamp;b camp;d]A = \begin{bmatrix} a &amp; b \ c &amp; d \end{bmatrix}:

det(A)=adbc\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×22 \times 2 matrix by a 2×12 \times 1 matrix

    • Find the determinant of a 2×22 \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 (ABBAAB \neq BA)


Quick Review Checklist

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

  • Can you simplify any power of ii 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×22 \times 2 matrix?


Final Exam Pitfalls

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

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

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

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

  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 [aamp;b camp;d]\begin{bmatrix} a &amp; b \ c &amp; d \end{bmatrix}, the determinant is adbcad - bc, not ad+bcad + bc. Remember: main diagonal minus off-diagonal.