How to Use Desmos/Desmos Hack Sheet

What You Need to Know

Desmos (Graphing Calculator) on the Digital SAT is your fastest way to visualize, solve, and check many algebra problems—especially when the math is messy or the answer choices are close.

What Desmos is (and isn’t)
  • Is: a graphing calculator that can plot functions, make tables, find intersections/zeros, do numeric computations, and run regressions.
  • Isn’t: a full CAS (computer algebra system). It usually won’t give exact symbolic steps like “solve for $x$” in radicals automatically. You’ll often get numerical solutions you must interpret.
When Desmos is the best move

Use Desmos when you want to:

  • Solve equations quickly (find where a graph hits $y=0$ or where two graphs intersect).
  • Solve systems (intersection points).
  • Compare/verify answer choices (plug in, graph, or check intercepts/vertex).
  • Handle messy numbers (decimals/fractions) without algebra errors.
  • Model data (line/exponential fit via regression).

Critical reminder: Desmos answers are often approximations. Match to choices, and watch rounding requirements.


Step-by-Step Breakdown

1) Solving a single equation (like a quadratic)

Goal: solve f(x)=0f(x)=0

  1. Type the expression as a function: y = f(x) (example: y=x^2-5x+6).
  2. Find x-intercepts (where $y=0$):
    • Zoom/scroll if needed.
    • Click the curve near an intercept; Desmos shows a point like $(2,0)$.
  3. Read the $x$-values (solutions).

Fast alternative: Graph both sides.

  • If the equation is Left=Right,\text{Left} = \text{Right},
    enter y = Left and y = Right, then find intersections.
2) Solving a system of two equations

Goal: solve f(x)=g(x)f(x)=g(x)

  1. Enter y=f(x) and y=g(x).
  2. Tap/click intersection point(s) to read coordinates.
  3. If the question wants only $x$ or only $y$, take that coordinate.

If one equation is vertical/horizontal:

  • Vertical line: x=3
  • Horizontal line: y=4
3) Solving an inequality

Desmos can shade regions.

  1. Enter inequality exactly (examples):
    • y > 2x + 1
    • y ≤ x^2 - 4x
    • x ≥ -3
  2. If you need the solution set on a number line (1-variable inequality):
    • Enter the inequality in terms of $x$ only (example: x^2-5x+6 ≤ 0).
    • Desmos will show where it’s true on the axis; you can also find zeros and reason about intervals.

Decision point: If the inequality is rational (has a denominator), also check where the denominator is 0 (excluded values).

4) Using a table to plug in values (function questions)
  1. If you have f(x)=..., click Add Table.
  2. In the left column, type input values (like $x=0,1,2$).
  3. Desmos fills outputs automatically.

This is clutch for:

  • function evaluation (including messy fractions)
  • sequences/patterns
  • checking which answer choice matches a rule
5) Sliders to solve “parameter” questions

If the problem has an unknown like $k$ or $a$ and you’re trying to match a condition.

  1. Define a parameter: k=1 (Desmos creates a slider).
  2. Use it in an equation: y = (x-k)^2.
  3. Drag slider until the condition matches (like the vertex at a specific point).
  4. Read off $k$.

Use this when answer choices are discrete and you need a quick confirm.

6) Regression for “line of best fit” / modeling

If you’re given data points.

  1. Add a table; enter $x$ values in x1 and $y$ in y1.
  2. For a linear model, type:
    • y1 ~ m x1 + b
  3. Desmos estimates m and b.

For exponential models:

  • y1 ~ a*b^(x1) (or y1 ~ a*e^(k x1))

Regression gives approximate parameters; use them to answer prediction/interpolation questions.


Key Formulas, Rules & Facts

Core “Desmos moves” (high-yield)
What you needWhat to type in DesmosWhat to readNotes
Solve $f(x)=0$y=f(x)x-interceptsSolutions are $x$ where $y=0$
Solve $f(x)=g(x)$y=f(x) and y=g(x)intersectionsEach intersection is a solution
Solve a system with vertical linex=c + other equationintersectionGreat for constraints like $x=2$
Inequality regiony ≥ ..., x < ...shaded regionBoundary solid for ≤/≥, dashed for </>
Domain restrictiony=f(x) {x>2}restricted graphCurly braces apply conditions
Piecewisef(x)={x<0:-x, x≥0:x}piecewise graphUse commas between pieces
Table evaluationAdd TableoutputsQuick plug-and-chug
Linear regressiony1 ~ m x1 + b$m,b$Requires data in table
Exponential regressiony1 ~ a*b^(x1)$a,b$Check if growth factor makes sense
Syntax essentials (so you don’t fight the calculator)
  • Define a function: f(x)=x^2-3x+2
  • Define a variable: a=5 (then use a later)
  • Exponents: x^(-1) or 1/x (use parentheses!)
  • Square root: sqrt( )
  • Absolute value: abs(x-3)
  • Restrictions: { } after an expression, e.g. y=1/x {x≠0}
  • Lists: [1,2,3] (useful with stats functions)
Reading the graph correctly (test-critical)
  • Zeros/roots: where the graph crosses/touches the $x$-axis.
  • $y$-intercept: value at $x=0$.
  • Vertex (quadratic): lowest/highest point.
  • Increasing/decreasing: look left to right.
  • Solutions count: number of intersections = number of solutions (within the shown window).

If you only see one solution but suspect two, zoom out or change window—your other solution may be off-screen.


Examples & Applications

Example 1: Solve a quadratic fast

Solve: x25x+6=0x^2-5x+6=0

Desmos setup

  • Type: y=x^2-5x+6
  • Click x-intercepts → you should see $(2,0)$ and $(3,0)$

Answer: $x=2$ and $x=3$.

Key insight: Graphing avoids factoring mistakes when coefficients get ugly.


Example 2: Solve a system (intersection)

Solve:
{2x+y=7y=x2\begin{cases} 2x+y=7\\ y=x^2 \end{cases}

Desmos setup

  • Enter y=7-2x
  • Enter y=x^2
  • Intersections give solutions $(x,y)$.

What to do on SAT: Read the $x$-values (or both coordinates) and match the question.

Key insight: Turning $2x+y=7$ into y=7-2x makes graphing immediate.


Example 3: Inequality with a rational expression (trap-prone)

Solve: x1x+2>0\frac{x-1}{x+2} > 0

Desmos setup

  • Type: (x-1)/(x+2) > 0
  • Desmos shows where it’s true.

What to verify:

  • Denominator zero at $x=-2$ is excluded.
  • Numerator zero at $x=1$ makes the expression $0$ (not allowed if strict >).

Key insight: Even if Desmos shades it, you must interpret endpoints correctly (strict vs inclusive) and exclude undefined points.


Example 4: Line of best fit from data

You’re given points and asked for a best-fit line or prediction.

Desmos setup

  1. Add Table; enter points into x1 and y1.
  2. Type: y1 ~ m x1 + b
  3. Use the resulting $m,b$ to predict at some $x$.

Key insight: Regression is faster (and usually more accurate) than hand-calculating slope from noisy data.


Common Mistakes & Traps

  1. Only looking at what’s on-screen

    • What goes wrong: You see 1 intersection/root and assume that’s it.
    • Why it’s wrong: The other solution may be outside the current window.
    • Fix: Zoom out / pan / use a better window before concluding the number of solutions.
  2. Forgetting domain restrictions (especially rational/square root)

    • What goes wrong: You report an intersection at an $x$ where the original expression is undefined.
    • Why it’s wrong: Graph intersections don’t automatically “know” your original constraints unless you encode them.
    • Fix: Check denominators ($\neq 0$) and radicands ($\ge 0$). Add restrictions like {x≠-2} when needed.
  3. Rounding too early

    • What goes wrong: You round an intercept to 1 decimal and pick a wrong choice.
    • Why it’s wrong: SAT answers/choices can hinge on small differences.
    • Fix: Keep more digits; only round at the end, and match the problem’s instruction.
  4. Typing ambiguous expressions without parentheses

    • What goes wrong: 1/2x gets interpreted as $(1/2)x$, not $\frac{1}{2x}$.
    • Why it’s wrong: Order of operations changes the function.
    • Fix: Use parentheses: 1/(2x) or (1/2)x depending on intent.
  5. Using graphing when the question needs an exact form

    • What goes wrong: You get $x\approx 1.4142$ but the answer expects $\sqrt{2}$.
    • Why it’s wrong: Desmos gives a decimal; the SAT might want an exact expression.
    • Fix: Use Desmos to identify the value, then translate (e.g., $1.414\approx\sqrt{2}$) or do a quick exact check algebraically.
  6. Misreading strict vs inclusive inequalities

    • What goes wrong: You include endpoints for > or <.
    • Why it’s wrong: Strict inequalities exclude boundary points.
    • Fix: Remember: >/< are open endpoints; / are closed endpoints.
  7. Assuming intersection points are “nice”

    • What goes wrong: You expect integers, but the intersection is messy, and you doubt it.
    • Why it’s wrong: Many SAT intersections are non-integers by design.
    • Fix: Trust the coordinate readout, then match closest choice or use it for substitution.
  8. Not checking for extraneous solutions

    • What goes wrong: You solve an equation via intersections but forget the original problem involved squaring or restrictions.
    • Why it’s wrong: Transformations can introduce solutions that don’t satisfy the original.
    • Fix: Plug the candidate solution back into the original equation/conditions.

Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use it
“Set it to 0 → x-intercepts”Solving $f(x)=0$ means find where graph hits $x$-axisQuadratics, polynomials, many word-problem equations
“Both sides = two graphs”Solve $\text{Left}=\text{Right}$ by graphing bothEquations that are annoying to rearrange
“Intersections = solutions”System solutions are intersection coordinatesAny 2-equation system
“Denominator ≠ 0”Exclude vertical asymptote x-valuesRational expressions/inequalities
“Brace yourself: { }”Curly braces restrict domain / piecewiseDomain constraints, piecewise definitions
“Table = plug-in machine”Table instantly evaluates lots of inputsFunction questions, patterns, quick checking
Regression uses ~~ fits parameters (not equals)Best-fit line/exponential modeling

Quick Review Checklist

  • [ ] For $f(x)=0$, you graphed y=f(x) and used x-intercepts.
  • [ ] For $f(x)=g(x)$ or systems, you graphed both and used intersections.
  • [ ] You zoomed/panned to ensure you didn’t miss additional solutions.
  • [ ] You checked domain restrictions (denominator $\neq 0$, square root radicand $\ge 0$).
  • [ ] You used parentheses to avoid input ambiguity.
  • [ ] You treated Desmos outputs as approximate unless the problem clearly wants a decimal.
  • [ ] You handled inequalities carefully: strict vs inclusive endpoints.
  • [ ] You used a table for fast evaluation and regression (~) for data modeling.

You don’t need to do every problem with Desmos—just use it to skip algebra grunt work and reduce mistakes.