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 32\frac{3}{2}, 5\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)=0f(x)=0 (roots)

Goal: Find solutions to f(x)=0f(x)=0.

Steps

  1. Type the function as y = f(x) (example: y = x^2 - 5x + 6).
  2. Find the x-intercepts (where the graph crosses the x-axis).
  3. Click the intercept point(s) (or use the graph’s trace) to read xx.

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 x25x+6=0x^2 - 5x + 6 = 0.
  • Enter y = x^2 - 5x + 6.
  • Intercepts appear at x=2x=2 and x=3x=3.
2) Solving f(x)=g(x)f(x)=g(x) (equations + systems)

Goal: Solve f(x)=g(x)f(x)=g(x).

Steps

  1. Graph both: y = f(x) and y = g(x).
  2. Use the intersection tool by clicking the point where they cross.
  3. The xx-coordinate is the solution (sometimes you also need yy).

Mini example

  • Solve 2x+1=x232x+1=x^2-3.
  • Enter y = 2x + 1 and y = x^2 - 3.
  • Click intersections → solutions are the xx-values of intersection points.
3) Finding maxima/minima (vertex / turning point)

Goal: Find the min/max value of a function (often a quadratic).

Steps

  1. Graph the function y = ....
  2. Zoom appropriately.
  3. Click the vertex / lowest / highest turning point.
  4. Read coordinates (x,y)\left(x, y\right).

Mini example

  • For y=(x4)2+7y = (x-4)^2 + 7, the minimum is at (4,7)\left(4, 7\right).
4) Inequalities & solution regions

Goal: Identify where a function is above/below another or where an inequality holds.

Steps

  1. Type the inequality directly, like y > 2x - 1 or y ≤ x^2.
  2. Desmos shades the solution region.
  3. For comparisons like f(x)>g(x)f(x) > g(x):
    • Graph y = f(x) and y = g(x).
    • Or type f(x) > g(x) directly (using expressions), e.g. x^2 > 2x + 3.
  4. Use intersection points to find boundary xx-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

  1. Click +Table.
  2. Enter xx-values in the left column.
  3. Either:
    • Type a formula in the header of the right column using the left column name, or
    • Just paste known yy-values (for regression).

Common use: Questions like “For x=2,1,0,1,2x = -2, -1, 0, 1, 2, what is f(x)f(x)?” become instant.

6) Regression (line of best fit / modeling)

Goal: Fit a model to data fast.

Steps

  1. Make a table with columns (often named) x1 and y1.
  2. Enter data points.
  3. 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)
  4. Desmos outputs parameter estimates (like mm, bb).

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 ArxA\cdot r^x,” use that form).

7) Sliders (parameter hacking)

Goal: Test answer choices / solve for unknown parameters fast.

Steps

  1. Define a parameter like a = 1.
  2. Click “Add Slider.”
  3. Use a inside equations (example: y = a(x-3)^2 + 2).
  4. Slide until the graph matches a condition (like passing through a point).

Best use cases:

  • “For what value of kk does the parabola pass through (2,5)\left(2, 5\right)?”
  • “Which parameter change shifts the graph up/down?”

Key Formulas, Rules & Facts (Desmos-Specific)

Desmos moves you should memorize
GoalWhat to type / doWhen to useNotes
Graph a functiony = ...Most problemsYou can also define f(x)=... then type y=f(x)
Solve f(x)=0f(x)=0Graph y=f(x) and find x-interceptsRoots, zerosIntercepts may be decimals; convert if needed
Solve f(x)=g(x)f(x)=g(x)Graph both and find intersectionsSystems, equation solvingClick intersection to read coords
Vertical linex = numberGeometry/coordinate boundariesGreat for showing constraints
Inequality shadingy ≥ ..., x < ...Regions, solution setsDashed vs solid boundary matters
Restrict domain/rangeUse braces in an expression (restriction)Piecewise/domain-limited graphsExample patterns below
Table+ → TablePlug-and-chug, dataHelps avoid arithmetic errors
Regressiony1 ~ ...Best-fit modelMust match the model form asked
SliderDefine parameter a=...Parameter solve / testing answersSlide 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), type f(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 xx 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 xx must be nonnegative)

Examples & Applications (What It Looks Like on SAT)

Example 1: Solve a quadratic quickly (roots)

Problem type: “How many solutions does x22x8=0x^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)=0f(x)=0.

  • You’ll see roots at x=2x=-2 and x=4x=4.
Example 2: System of equations (intersection)

Problem type: Solve
{2x+y=7xy=1\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 (x,y)\left(x,y\right).

Example 3: Minimum value (vertex)

Problem type: “What is the minimum value of x26x+13x^2-6x+13?”

Desmos setup

  • Type y = x^2 - 6x + 13
  • Click the vertex.

Key insight: The minimum is the vertex’s yy-value.

  • Vertex occurs at x=3x=3, minimum y=4y=4.
Example 4: Data modeling (line of best fit)

Problem type: Given data points, estimate a linear model and interpret slope.

Desmos setup

  1. + → Table
  2. Put xx in x1 and yy in y1
  3. Type y1 ~ m x1 + b

Key insight: Desmos gives mm (slope) and bb (intercept) fast; then you interpret mm in context (“per 1 unit increase in xx, yy increases by about mm”).


Common Mistakes & Traps

  1. 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.

  2. Reading the wrong coordinate (mixing up xx and yy)
    Intersections show (x,y)\left(x,y\right), but many questions only want xx (solution) or only yy (value). Fix: underline what the question asks for.

  3. 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.

  4. Assuming decimals are “good enough” when exact is required
    Desmos might show 1.414213561.41421356 but the answer is 2\sqrt{2}. Fix: recognize common decimals (like 0.5=120.5=\frac{1}{2}, 1.5=321.5=\frac{3}{2}, 0.333...=130.333...=\frac{1}{3}) and use algebra to express exact forms.

  5. Missing extra solutions (or counting fake ones)
    Graphs can have multiple intersections/roots. Fix: scan the full relevant domain, and count all intersection points.

  6. 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.

  7. Regression model mismatch
    If the question says “exponential of the form ArxA\cdot r^x,” but you fit a linear model, you’ll get nonsense. Fix: match the exact model family requested.

  8. 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 / mnemonicWhat it helps you rememberWhen to use
“Intercepts solve equals zero”xx-intercepts are solutions to f(x)=0f(x)=0Any root/zero question
“Intersection = system solution”Where two graphs cross solves f(x)=g(x)f(x)=g(x)Systems & equation solving
“Graph first, algebra second”Use Desmos to locate values, then convert to exactWhen answers look like fractions/roots
Slider hackTurn unknown constants into sliders and match conditionsParameter questions, transformations
Table = no arithmetic mistakesLet Desmos compute repeated evaluationsPlugging multiple xx values
Boundary-first for inequalitiesFind boundary intersections, then decide intervalsSolve f(x)>g(x)f(x)>g(x) or shaded regions

Quick Review Checklist

  • You can solve f(x)=0f(x)=0 by graphing y=f(x) and finding x-intercepts.
  • You can solve f(x)=g(x)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 xx-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.