ACT Math Extension

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

ACT-specific concepts that extend beyond the core SAT curriculum, including complex numbers, vectors, matrices, logarithms, sequences and series, permutations and combinations, probability, advanced trigonometry, and conic sections. Use this deck to prepare for the broader mathematical scope of the ACT.

Last updated 2:11 PM on 9/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Powers of i

The powers of i repeat every four: i^0 = 1, i^1 = i, i^2 = -1, i^3 = -i, and i^4 = 1. Reduce any exponent modulo 4.

2
New cards

Operations with complex numbers

Add or subtract real and imaginary parts separately. Multiply by distribution using i^2 = -1. To divide, multiply numerator and denominator by the denominator's conjugate.

3
New cards

Vectors

A vector from A(x1,y1) to B(x2,y2) is . Its magnitude is sqrt[(x2 - x1)^2 + (y2 - y1)^2]; add vectors component by component.

4
New cards

Matrices

An m x n matrix has m rows and n columns. Add matrices only when dimensions match. AB exists only when columns of A equal rows of B. A system can be written AX = B; if A is invertible, X = A^(-1)B.

5
New cards

Logarithms

log_b(x) = y means b^y = x, with b > 0, b not equal to 1, and x > 0. Logarithms undo exponential functions.

6
New cards

Logarithm properties

log_b(MN) = log_b(M) + log_b(N); log_b(M/N) = log_b(M) - log_b(N); log_b(M^p) = p log_b(M).

7
New cards

Arithmetic sequence

An arithmetic sequence has a constant difference d. The nth term is a_n = a_1 + (n - 1)d.

8
New cards

Arithmetic series

The sum of the first n terms is S_n = n/2(a_1 + a_n), equivalently S_n = n/2[2a_1 + (n - 1)d].

9
New cards

Geometric sequence

A geometric sequence has a constant nonzero ratio r. The nth term is a_n = a_1 r^(n - 1).

10
New cards

Factorial

For a positive integer n, n! = n(n - 1)(n - 2)…1, and 0! = 1.

11
New cards

Permutations and combinations

Use P(n,r) = n!/(n - r)! when order matters. Use C(n,r) = n!/[r!(n - r)!] when order does not matter.

12
New cards

Probability rules

Complement: P(not A) = 1 - P(A). Independent events: P(A and B) = P(A)P(B). Overlapping events: P(A or B) = P(A) + P(B) - P(A and B).

13
New cards

Law of Sines

For any triangle, a/sin(A) = b/sin(B) = c/sin(C). Use it when you know an angle-side opposite pair and one other side or angle.

14
New cards

Law of Cosines

For any triangle, c^2 = a^2 + b^2 - 2ab cos(C). Use it for SAS or SSS information; it becomes the Pythagorean theorem when C = 90°.

15
New cards

Conic sections

Recognize a circle, parabola, ellipse, or hyperbola from its equation. For axis-aligned forms, completed squares reveal the center or vertex and the denominators control the axes.