How to Use Desmos/Desmos Hack Sheet
Why Desmos Is a Big Deal on the Digital SAT
Desmos (the built-in graphing calculator) can turn many “algebra grind” questions into quick visual or numeric answers. Your job is to know which question types Desmos crushes, and the fastest button/typing patterns to get what you need.
Core idea: Convert the question into something Desmos can graph, intersect, tabulate, or regress, then read off the answer.
When Desmos is the move (high-yield):
- Solve equations (especially quadratics/higher-degree) by finding x-intercepts
- Solve systems by finding intersection points
- Find minima/maxima (vertex / turning points) from the graph
- Compare functions (where one exceeds another) using inequalities or intersections
- Model data (line of best fit / exponential fit) using tables + regression
- Check your algebra fast (plugging in, graphing to verify)
Critical reminder: Desmos gives decimal approximations. The SAT sometimes wants an exact form (like \frac{3}{2}, \sqrt{5}). Use Desmos to find the value, then convert to exact if needed.
Step-by-Step Breakdown (The Desmos “Playbook”)
1) Solving a single equation f(x)=0 (roots)
Goal: Find solutions to f(x)=0.
Steps
- Type the function as
y = f(x)(example:y = x^2 - 5x + 6). - Find the x-intercepts (where the graph crosses the x-axis).
- Click the intercept point(s) (or use the graph’s trace) to read x.
Fast alternative: Type x^2 - 5x + 6 = 0 directly; Desmos will graph the relation, and you can still read intersection(s) with the x-axis.
Mini example
- Solve x^2 - 5x + 6 = 0.
- Enter
y = x^2 - 5x + 6. - Intercepts appear at x=2 and x=3.
2) Solving f(x)=g(x) (equations + systems)
Goal: Solve f(x)=g(x).
Steps
- Graph both:
y = f(x)andy = g(x). - Use the intersection tool by clicking the point where they cross.
- The x-coordinate is the solution (sometimes you also need y).
Mini example
- Solve 2x+1=x^2-3.
- Enter
y = 2x + 1andy = x^2 - 3. - Click intersections → solutions are the x-values of intersection points.
3) Finding maxima/minima (vertex / turning point)
Goal: Find the min/max value of a function (often a quadratic).
Steps
- Graph the function
y = .... - Zoom appropriately.
- Click the vertex / lowest / highest turning point.
- Read coordinates \left(x, y\right).
Mini example
- For y = (x-4)^2 + 7, the minimum is at \left(4, 7\right).
4) Inequalities & solution regions
Goal: Identify where a function is above/below another or where an inequality holds.
Steps
- Type the inequality directly, like
y > 2x - 1ory ≤ x^2. - Desmos shades the solution region.
- For comparisons like f(x) > g(x):
- Graph
y = f(x)andy = g(x). - Or type
f(x) > g(x)directly (using expressions), e.g.x^2 > 2x + 3.
- Graph
- Use intersection points to find boundary x-values.
Decision point:
- Need boundary points? Use intersections.
- Need an interval? Look left/right of boundaries and confirm shading/relative position.
5) Tables (plug-in fast, pattern spotting)
Goal: Evaluate many inputs quickly or work with discrete data.
Steps
- Click + → Table.
- Enter x-values in the left column.
- Either:
- Type a formula in the header of the right column using the left column name, or
- Just paste known y-values (for regression).
Common use: Questions like “For x = -2, -1, 0, 1, 2, what is f(x)?” become instant.
6) Regression (line of best fit / modeling)
Goal: Fit a model to data fast.
Steps
- Make a table with columns (often named)
x1andy1. - Enter data points.
- On a new line, type a regression like:
- Linear:
y1 ~ m x1 + b - Quadratic:
y1 ~ a x1^2 + b x1 + c - Exponential:
y1 ~ a b^(x1)
- Linear:
- Desmos outputs parameter estimates (like m, b).
Use regression carefully: SAT questions sometimes want a specific given model form, and you must match it (for example, if it says “exponential of the form A\cdot r^x,” use that form).
7) Sliders (parameter hacking)
Goal: Test answer choices / solve for unknown parameters fast.
Steps
- Define a parameter like
a = 1. - Click “Add Slider.”
- Use
ainside equations (example:y = a(x-3)^2 + 2). - Slide until the graph matches a condition (like passing through a point).
Best use cases:
- “For what value of k does the parabola pass through \left(2, 5\right)?”
- “Which parameter change shifts the graph up/down?”
Key Formulas, Rules & Facts (Desmos-Specific)
Desmos moves you should memorize
| Goal | What to type / do | When to use | Notes |
|---|---|---|---|
| Graph a function | y = ... | Most problems | You can also define f(x)=... then type y=f(x) |
| Solve f(x)=0 | Graph y=f(x) and find x-intercepts | Roots, zeros | Intercepts may be decimals; convert if needed |
| Solve f(x)=g(x) | Graph both and find intersections | Systems, equation solving | Click intersection to read coords |
| Vertical line | x = number | Geometry/coordinate boundaries | Great for showing constraints |
| Inequality shading | y ≥ ..., x < ... | Regions, solution sets | Dashed vs solid boundary matters |
| Restrict domain/range | Use braces in an expression (restriction) | Piecewise/domain-limited graphs | Example patterns below |
| Table | + → Table | Plug-and-chug, data | Helps avoid arithmetic errors |
| Regression | y1 ~ ... | Best-fit model | Must match the model form asked |
| Slider | Define parameter a=... | Parameter solve / testing answers | Slide to match a point/feature |
High-yield syntax patterns (typed as Desmos input)
Use these as calculator commands (not “math proofs”).
- Define a function:
f(x) = x^2 - 3x + 1 - Evaluate a function at a value: after defining
f(x), typef(2) - Absolute value:
abs(x) - Square root:
sqrt(x) - Exponent:
x^3,(x-2)^2 - Log / ln:
log(x)(base 10),ln(x)(natural) - Trig:
sin(x),cos(x),tan(x)
Angle mode trap: SAT trig is usually in degrees. Make sure Desmos is set to degrees if the problem uses degrees.
Restrictions & piecewise (very test-useful)
Common ways to show “only for certain x values.”
- Domain restriction (multiply by a restriction):
y = (x^2 - 4){x ≥ 0}
- Piecewise definition:
f(x) = {x < 0: x^2, x ≥ 0: x + 1}
When to use:
- Questions that define a function differently in different intervals
- Modeling constraints (like x must be nonnegative)
Examples & Applications (What It Looks Like on SAT)
Example 1: Solve a quadratic quickly (roots)
Problem type: “How many solutions does x^2 - 2x - 8 = 0 have, and what are they?”
Desmos setup
- Type
y = x^2 - 2x - 8 - Find x-intercepts.
Key insight: Intercepts give solutions to f(x)=0.
- You’ll see roots at x=-2 and x=4.
Example 2: System of equations (intersection)
Problem type: Solve
\begin{cases}
2x+y=7\\
x-y=1
\end{cases}
Desmos setup
- Type
2x + y = 7 - Type
x - y = 1 - Click the intersection.
Key insight: The intersection point is the solution \left(x,y\right).
Example 3: Minimum value (vertex)
Problem type: “What is the minimum value of x^2-6x+13?”
Desmos setup
- Type
y = x^2 - 6x + 13 - Click the vertex.
Key insight: The minimum is the vertex’s y-value.
- Vertex occurs at x=3, minimum y=4.
Example 4: Data modeling (line of best fit)
Problem type: Given data points, estimate a linear model and interpret slope.
Desmos setup
- + → Table
- Put x in x1 and y in
y1 - Type
y1 ~ m x1 + b
Key insight: Desmos gives m (slope) and b (intercept) fast; then you interpret m in context (“per 1 unit increase in x, y increases by about m”).
Common Mistakes & Traps
Wrong angle mode (degrees vs radians)
If the problem uses degrees and Desmos is in radians, trig values will be wrong. Fix: check the settings and set to Degrees before trig problems.Reading the wrong coordinate (mixing up x and y)
Intersections show \left(x,y\right), but many questions only want x (solution) or only y (value). Fix: underline what the question asks for.Bad window / zoom hides the answer
If you don’t see intercepts/intersections, they might be off-screen. Fix: zoom out, or adjust by scrolling/pinching until key features appear.Assuming decimals are “good enough” when exact is required
Desmos might show 1.41421356 but the answer is \sqrt{2}. Fix: recognize common decimals (like 0.5=\frac{1}{2}, 1.5=\frac{3}{2}, 0.333...=\frac{1}{3}) and use algebra to express exact forms.Missing extra solutions (or counting fake ones)
Graphs can have multiple intersections/roots. Fix: scan the full relevant domain, and count all intersection points.Forgetting domain constraints from the problem
The equation might allow solutions that the word problem forbids (e.g., negative length). Fix: after Desmos gives candidate solutions, apply the context constraints.Regression model mismatch
If the question says “exponential of the form A\cdot r^x,” but you fit a linear model, you’ll get nonsense. Fix: match the exact model family requested.Over-relying on the graph when the question is about exact structure
Sometimes SAT wants you to identify something like a factor or a transformation exactly. Fix: use Desmos to confirm and to get candidates, then finish with quick algebra.
Memory Aids & Quick Tricks
| Trick / mnemonic | What it helps you remember | When to use |
|---|---|---|
| “Intercepts solve equals zero” | x-intercepts are solutions to f(x)=0 | Any root/zero question |
| “Intersection = system solution” | Where two graphs cross solves f(x)=g(x) | Systems & equation solving |
| “Graph first, algebra second” | Use Desmos to locate values, then convert to exact | When answers look like fractions/roots |
| Slider hack | Turn unknown constants into sliders and match conditions | Parameter questions, transformations |
| Table = no arithmetic mistakes | Let Desmos compute repeated evaluations | Plugging multiple x values |
| Boundary-first for inequalities | Find boundary intersections, then decide intervals | Solve f(x)>g(x) or shaded regions |
Quick Review Checklist
- You can solve f(x)=0 by graphing
y=f(x)and finding x-intercepts. - You can solve f(x)=g(x) by graphing both and clicking intersections.
- Vertex/turning points give min/max (read the vertex coordinates).
- Inequalities shade regions; use intersections to find critical boundary x-values.
- Tables speed up evaluation and support regression.
- Regression:
y1 ~ ...gives parameters fast (match the model form). - Sliders are your secret weapon for unknown parameters.
- Check degrees vs radians before trig.
- Desmos outputs decimals—convert to exact when the question demands it.
You don’t need to do everything in Desmos—just use it to delete the hardest steps and keep your brain for the final decision.