On the Digital SAT, the built-in Desmos graphing calculator is available for all 44 questions in the Mathematics section.
Mastering Desmos allows you to convert complex algebraic manipulation into rapid visual inspection, cutting question solve times from 90 seconds down to 20 seconds.
1. Why Desmos is the Ultimate Math Tool
Unlike handheld graphing calculators (like the TI-84) that require navigating sub-menus and adjusting window axes manually, Desmos renders equations dynamically and automatically snaps to intercepts, intersection points, and vertex extrema.
2. Hack 1: Solving Systems via Point Intersections
Whenever a question asks for the solution (x, y) or the number of solutions to a pair of linear or non-linear equations:
- 1Type the first equation directly into Line 1 (e.g.,
3x - 4y = 12). - 2Type the second equation directly into Line 2 (e.g.,
y = x^2 - 4x + 1). - 3Click directly on the intersection point(s) in the graph window. Desmos displays the coordinates immediately.
- 4If the curves do not intersect, the system has 0 solutions. If they touch at one tangent point, it has 1 solution. If they cross twice, it has 2 solutions.
3. Hack 2: Finding Quadratic Extrema & Roots Instantly
When given a quadratic in standard form y = ax^2 + bx + c and asked for the maximum height, minimum value, or zeros:
- Graph the equation directly.
- Click the peak or valley: Desmos shows the vertex
(h, k). The maximum/minimum value is alwaysk, occurring atx = h. - Click the x-axis intercepts to view the exact real roots without applying the quadratic formula.
4. Hack 3: Table Regression for Unknown Equations
When given a table of (x, y) data points or two points and asked for the linear or exponential equation:
- 1Click the
+icon in Desmos and select Table. - 2Input the given x and y values into
x1andy1. - 3For a linear model, type:
y1 ~ m x1 + b - 4For a quadratic model, type:
y1 ~ a x1^2 + b x1 + c - 5For an exponential model, type:
y1 ~ a b^(x1)
Desmos calculates the exact parameters (m, b, a, c) with 100% precision.
5. Hack 4: Sliders for Constant Unknowns
When an equation contains an unknown constant (e.g., 2x + ky = 8) and the question states that (3, 2) is a solution:
- Type the equation into Desmos with the letter
k. - Click Add Slider for k.
- Adjust the slider or graph the point
(3, 2)to find the exact value ofkwhere the line passes through the point.
6. Hack 5: Inequality Shading & Boundary Testing
For systems of inequalities (e.g., y <= 2x + 1 and y > -x + 3):
- Type both inequalities into Desmos. Desmos shades the overlapping feasible region with distinct colors.
- To check if a point
(a, b)satisfies the system, plot(a, b)in Desmos and observe if it falls in the doubly shaded area.