DSAT-2.2

Quadratic Equations & the Discriminant

Master Digital SAT quadratics: solve by factoring and the quadratic formula, then use the discriminant to classify how many real solutions an equation has.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Quadratic Equations & the Discriminant, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Quadratic equations are everywhere on the Digital SAT — in projectile problems, area questions, and abstract algebra items. You need two reliable tools: factoring, which is fastest when it works, and the quadratic formula, which always works. Just as important, the SAT loves to ask how many solutions an equation has without asking you to find them. That is where the discriminant becomes your secret weapon.

In this lesson you will learn to solve any equation of the form ax2+bx+c=0ax^2+bx+c=0, recognize when factoring beats the formula, and read the discriminant b24acb^2-4ac to instantly classify the number of real solutions. These skills show up in both the calculator and no-calculator halves of the Math section.

The Standard Form and Solving by Factoring

Every quadratic can be written in standard form ax2+bx+c=0ax^2+bx+c=0, where a0a\neq 0. The values of xx that make this true are the solutions, roots, or zeros — three words for the same thing.

Factoring works when the quadratic splits into two binomials. To factor x2+bx+cx^2+bx+c, find two numbers that multiply to cc and add to bb. For example, x27x+12=0x^2-7x+12=0 factors to (x3)(x4)=0(x-3)(x-4)=0. Then apply the zero-product property: if a product equals zero, at least one factor is zero. So x3=0x-3=0 or x4=0x-4=0, giving x=3x=3 and x=4x=4.

When a1a\neq 1, look for a common factor first, or use the AC method. A frequent SAT shortcut: a difference of squares x2k2=(xk)(x+k)x^2-k^2=(x-k)(x+k), and a perfect-square trinomial x2+2kx+k2=(x+k)2x^2+2kx+k^2=(x+k)^2.

A common misconception is dividing both sides by xx to "simplify." If you divide x2=5xx^2=5x by xx, you lose the solution x=0x=0. Instead, move everything to one side: x25x=0x^2-5x=0, factor x(x5)=0x(x-5)=0, so x=0x=0 or x=5x=5. Always set the equation equal to zero before factoring.

The Quadratic Formula

When factoring is slow or impossible, use the quadratic formula, which solves any quadratic in standard form:x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}The key is careful substitution, especially with signs. For 2x2+3x5=02x^2+3x-5=0, we have a=2a=2, b=3b=3, c=5c=-5. Thenx=3±324(2)(5)2(2)=3±9+404=3±74.x=\frac{-3\pm\sqrt{3^2-4(2)(-5)}}{2(2)}=\frac{-3\pm\sqrt{9+40}}{4}=\frac{-3\pm 7}{4}.This gives x=1x=1 and x=52x=-\tfrac{5}{2}.

Watch three things. First, b2b^2 is always positive because you square it. Second, 4ac-4ac can flip signs when cc is negative — here 4(2)(5)=+40-4(2)(-5)=+40. Third, the ±\pm produces two answers; do not stop after one.

On the Digital SAT, the built-in Desmos graphing calculator can solve quadratics on the calculator section — graph y=ax2+bx+cy=ax^2+bx+c and read the x-intercepts. But you must know the formula by hand for no-calculator items and for problems with symbolic coefficients.

The Discriminant and Number of Real Solutions

The discriminant is the expression under the square root in the quadratic formula: D=b24acD=b^2-4ac. Its sign alone tells you how many real solutions exist, without solving.
DiscriminantReal solutionsGraph meaning
b24ac>0b^2-4ac>0Two distinct real solutionsParabola crosses x-axis twice
b24ac=0b^2-4ac=0Exactly one real solution (a repeated root)Parabola is tangent to x-axis
b24ac<0b^2-4ac<0No real solutionsParabola never touches x-axis
Why? A positive discriminant gives a real ±D\pm\sqrt{D} producing two values. A zero discriminant makes the ±\pm term vanish, leaving one value x=b2ax=\tfrac{-b}{2a}. A negative discriminant means the square root is not a real number, so no real solutions exist.

The SAT frequently gives an equation with an unknown coefficient and asks for the value that produces exactly one solution. Set b24ac=0b^2-4ac=0 and solve. It may also ask which value of a constant makes an equation have no real solutions — set b24ac<0b^2-4ac<0 and solve the inequality.

How the SAT Tests This and Common Traps

Expect three question flavors. First, straight solving: "What is a solution to x2x12=0x^2-x-12=0?" Factor to (x4)(x+3)=0(x-4)(x+3)=0, so x=4x=4 or x=3x=-3.

Second, count-the-solutions: "How many distinct real solutions does the equation have?" Compute the discriminant only — do not fully solve. This saves time.

Third, find-the-constant: "The equation x2+kx+9=0x^2+kx+9=0 has exactly one real solution. What is a possible value of kk?" Set k24(1)(9)=0k^2-4(1)(9)=0, so k2=36k^2=36 and k=±6k=\pm 6.

Common traps to avoid. Forgetting to set the equation to zero before factoring. Sign errors when cc is negative inside the discriminant. Confusing "one solution" with "no solution." And on find-the-constant problems, forgetting that a squared variable yields two values, so k=6k=6 and k=6k=-6 are both valid.

Always confirm the equation is in standard form first, then decide: can I factor quickly? If not, reach for the formula or the discriminant.

Key terms

Standard form.
A quadratic written as ax2+bx+c=0ax^2+bx+c=0 with a0a\neq 0; required before factoring or applying the formula.
Root / zero / solution.
A value of xx that satisfies the equation; graphically, an x-intercept of y=ax2+bx+cy=ax^2+bx+c.
Zero-product property.
If a product of factors equals zero, at least one factor must equal zero — the basis of solving by factoring.
Quadratic formula.
x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}, which solves any quadratic in standard form.
Discriminant.
The expression b24acb^2-4ac under the radical; its sign determines the number of real solutions.
Repeated (double) root.
The single solution that occurs when b24ac=0b^2-4ac=0; the parabola touches the x-axis at exactly one point.
Difference of squares.
The pattern x2k2=(xk)(x+k)x^2-k^2=(x-k)(x+k), a fast factoring shortcut.

Worked example

In the equation 2x2+bx+8=02x^2+bx+8=0, bb is a constant. If the equation has exactly one distinct real solution, what is a possible value of bb?
Exactly one real solution means the discriminant equals zero. Identify the coefficients: a=2a=2, the middle coefficient is bb, and c=8c=8.

Set the discriminant to zero:b24ac=0b^2-4ac=0b24(2)(8)=0b^2-4(2)(8)=0b264=0b^2-64=0b2=64b^2=64Taking the square root of both sides gives b=±8b=\pm 8. Both values produce exactly one real solution, so a possible value is b=8b=8 (and b=8b=-8 also works).

To verify with b=8b=8: the equation is 2x2+8x+8=02x^2+8x+8=0, or dividing by 2, x2+4x+4=0=(x+2)2x^2+4x+4=0=(x+2)^2. This gives the single repeated root x=2x=-2, confirming exactly one real solution.

Practice questions

How many distinct real solutions does the equation 3x24x+5=03x^2-4x+5=0 have?
  1. Zero
  2. One
  3. Two
  4. Infinitely many

Answer: Zero

Compute the discriminant: b24ac=(4)24(3)(5)=1660=44b^2-4ac=(-4)^2-4(3)(5)=16-60=-44. Because 44<0-44<0, the square root is not real, so the equation has no real solutions. You never need to solve it fully — the sign of the discriminant is enough.
What are the solutions to x2+2x15=0x^2+2x-15=0?
  1. x=3x=3 and x=5x=-5
  2. x=3x=-3 and x=5x=5
  3. x=5x=5 and x=15x=15
  4. x=1x=1 and x=15x=-15

Answer: x=3x=3 and x=5x=-5

Find two numbers that multiply to 15-15 and add to 22: those are 55 and 3-3. Factor to (x+5)(x3)=0(x+5)(x-3)=0. By the zero-product property, x=5x=-5 or x=3x=3. Check: 32+2(3)15=9+615=03^2+2(3)-15=9+6-15=0.
The equation x2+kx+16=0x^2+kx+16=0 has no real solutions. Describe all values of the constant kk for which this is true.

Answer: 8<k<8-8<k<8

No real solutions requires a negative discriminant: k24(1)(16)<0k^2-4(1)(16)<0, so k264<0k^2-64<0 and k2<64k^2<64. This inequality holds when 8<k<8-8<k<8. At the endpoints k=±8k=\pm 8 the discriminant is zero (one solution), and outside that range it is positive (two solutions), so only the open interval gives no real solutions.

FAQ

When should I factor instead of using the quadratic formula?
Factor first when the coefficients are small integers and you can quickly spot two numbers that multiply to acac and add to bb. If nothing factors cleanly within a few seconds, or the numbers are messy, switch to the quadratic formula, which always works.
What is the fastest way to tell how many solutions a quadratic has?
Compute the discriminant b24acb^2-4ac. Positive means two real solutions, zero means one, and negative means none. You do not need to fully solve the equation, which saves valuable time on the SAT.
Can I just use the Desmos calculator on the Digital SAT?
On the calculator portion you can graph y=ax2+bx+cy=ax^2+bx+c and read the x-intercepts, which is great for numeric problems. But for the no-calculator section and problems with unknown coefficients like kk, you must know factoring, the formula, and the discriminant by hand.
Why does a zero discriminant give only one solution?
When b24ac=0b^2-4ac=0, the ±b24ac\pm\sqrt{b^2-4ac} term becomes ±0\pm 0, which adds nothing. Both branches of the formula collapse to the same value x=b2ax=\frac{-b}{2a}, a repeated root where the parabola just touches the x-axis.

Learn this with a teacher, not a page

The Crimsora tutor teaches Quadratic Equations & the Discriminant live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.