ACT Math: Intermediate Algebra and Coordinate Geometry

SA
StudyAI Editorial
Reviewed by StudyAI tutors
· Published Updated

From the ACT Prep curriculum

ACT Math: Intermediate Algebra and Coordinate Geometry

TL;DR

Intermediate Algebra on the ACT focuses on complex equations, functions, and sequences, building on basic algebra. Coordinate Geometry tests your understanding of points, lines, and shapes on the xy-plane. Mastering these helps you solve about 30% of the math questions efficiently.

1. The Mental Model

Think of Intermediate Algebra as moving beyond simple "solve for x" to understanding how equations behave and relate. Coordinate Geometry is like drawing those algebraic relationships on a map, letting you visualize solutions.

2. The Core Material

Intermediate Algebra: Beyond the Basics

Mathematical study scene with open book, graph paper, and pen for learning and homework.
Photo by Lum3n on Pexels

You'll encounter more complex equations, including quadratic functions, radical equations, and exponential functions. It's not just solving for a single variable anymore; it's about understanding the behavior of equations and how they interact.

Quadratic Equations: These are equations of the form $ax^2 + bx + c = 0$. You'll need to know how to solve them by:
* Factoring: If $x^2 - 5x + 6 = 0$, then $(x-2)(x-3) = 0$, so $x=2$ or $x=3$.
* Quadratic Formula: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ This works for any quadratic.
* Completing the Square: Less common on the ACT, but good to know for understanding vertex form.

Functions: $f(x)$ notation is key. You'll need to evaluate functions, understand domains and ranges, and sometimes compose functions (e.g., $f(g(x))$).
* Domain: The set of all possible input values ($x$).
* Range: The set of all possible output values ($y$ or $f(x)$).
* Inverse Functions: If $f(x)$ takes $x$ to $y$, $f^{-1}(x)$ takes $y$ back to $x$.

Sequences: These are ordered lists of numbers, often following a pattern.
* Arithmetic Sequences: Add a constant difference ($d$) each time. Example: 2, 5, 8, 11... ($d=3$). The $n$-th term is $a_n = a_1 + (n-1)d$.
* Geometric Sequences: Multiply by a constant ratio ($r$) each time. Example: 2, 6, 18, 54... ($r=3$). The $n$-th term is $a_n = a_1 \cdot r^{n-1}$.

Coordinate Geometry: Plotting Your Course

A heart-shaped graph on paper with a pencil on top, showcasing mathematical elegance.
Photo by Sergey Meshkov on Pexels

This is where you bring algebra to life on the $xy$-plane.

Points: Represented as $(x, y)$.
* Distance Formula: The distance between $(x_1, y_1)$ and $(x_2, y_2)$ is $d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$.
* Midpoint Formula: The midpoint of the segment connecting $(x_1, y_1)$ and $(x_2, y_2)$ is $M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)$.

Lines: Key properties are slope and intercepts.
* Slope ($m$): $m = \frac{y_2-y_1}{x_2-x_1}$ (rise over run).
* Slope-Intercept Form: $y = mx + b$, where $m$ is the slope and $b$ is the $y$-intercept.
* Point-Slope Form: $y - y_1 = m(x - x_1)$. Useful when you have a point and a slope.
* Parallel Lines: Have the same slope.
* Perpendicular Lines: Have slopes that are negative reciprocals of each other (e.g., $m$ and $-1/m$).

Conic Sections (Circles, Parabolas, Ellipses, Hyperbolas): You'll mostly see circles and parabolas in their standard forms.
* Circle: $(x-h)^2 + (y-k)^2 = r^2$, where $(h, k)$ is the center and $r$ is the radius.
* Parabola: $y = a(x-h)^2 + k$ (opens up/down, vertex at $(h,k)$) or $x = a(y-k)^2 + h$ (opens left/right).

This diagram helps you see how different algebraic expressions correspond to geometric shapes you'll work with on the coordinate plane.

graph TD
    A["Algebraic Expression"] --> B{"Type of Equation?"}
    B --> C{{"Linear Equation
(e.g., $y = 2x + 1$)"}}
    C --> D["Represents a Straight Line"]
    B --> E{{"Quadratic Equation
(e.g., $y = x^2 - 4$)"}}
    E --> F["Represents a Parabola"]
    B --> G{{"Circle Equation
(e.g., $(x-1)^2 + y^2 = 9$)"}}
    G --> H["Represents a Circle"]
    B --> I{{"Other Polynomials/Functions"}}
    I --> J["Represents various Curves/Shapes"]
    D -- "Properties" --> K["Slope, Intercepts, Parallel/Perpendicular"]
    F -- "Properties" --> L["Vertex, Axis of Symmetry, Roots"]
    H -- "Properties" --> M["Center, Radius"]
    J -- "Properties" --> N["Domain, Range, Asymptotes (if any)"]

3. Worked Example

Question: A line passes through the points $(2, 5)$ and $(4, k)$. If this line is perpendicular to the line $y = -2x + 7$, what is the value of $k$?

Solution:
1. Find the slope of the given line: The line $y = -2x + 7$ is in slope-intercept form ($y = mx + b$). Its slope ($m_1$) is $-2$.
2. Find the slope of our line: Since our line is perpendicular to $y = -2x + 7$, its slope ($m_2$) must be the negative reciprocal of $-2$.
$m_2 = -1/(-2) = 1/2$.
3. Use the slope formula with the given points: We know the slope of our line is $1/2$ and it passes through $(2, 5)$ and $(4, k)$.
$m = \frac{y_2 - y_1}{x_2 - x_1}$
$1/2 = \frac{k - 5}{4 - 2}$
$1/2 = \frac{k - 5}{2}$
4. Solve for $k$:
Multiply both sides by 2:
$1 = k - 5$
Add 5 to both sides:
$k = 6$

So, the value of $k$ is 6.

4. Key Takeaways

  • Recognize and apply the quadratic formula efficiently for any quadratic equation.
  • Understand function notation ($f(x)$) and how to evaluate and compose functions.
  • Memorize the formulas for distance, midpoint, and slope on the coordinate plane.
  • Know that parallel lines have identical slopes and perpendicular lines have negative reciprocal slopes.
  • Be able to identify the center and radius of a circle from its standard equation.
  • The vertex of a parabola $y = a(x-h)^2 + k$ is $(h, k)$.

Common Mistakes to Avoid:
- Forgetting to take the negative reciprocal for perpendicular line slopes.
- Mixing up $x$ and $y$ values in distance or slope formulas.
- Sign errors when applying the quadratic formula or manipulating equations.
- Confusing arithmetic sequences (adding) with geometric sequences (multiplying).
- Incorrectly identifying the center and radius from the circle equation (especially sign changes for $h$ and $k$).

5. Now Try It

Work through 5-7 practice problems involving quadratic equations, function evaluation, and finding slopes/equations of lines from the official ACT practice tests. Focus on problems that combine these skills, like finding the intersection of a line and a parabola. Success looks like solving these problems accurately within 1-2 minutes each, without needing to look up formulas or steps.

Frequently asked about ACT Math: Intermediate Algebra and Coordinate Geometry

Intermediate Algebra on the ACT focuses on complex equations, functions, and sequences, building on basic algebra. Coordinate Geometry tests your understanding of points, lines, and shapes on the xy-plane. Read the full notes above for the details.

ACT Math: Intermediate Algebra and Coordinate Geometry is a core topic in ACT Prep. Most exam papers test it via a mix of definitions, worked examples, and applied problems. The notes above cover the high-yield sub-topics, common pitfalls, and the kind of questions examiners typically set.

Yes. Every note in the StudyAI Campus Hub is free to read. Create a free account if you want to clone the full plan, generate your own notes from your textbook, or get AI-powered practice quizzes and flashcards.

More from ACT Prep


Get the full ACT Prep curriculum

Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.

Create Free Account