Part of ALG-05 — Quadratic Equations

Quadratic Expression Sign Analysis

by Notetube Official148 words6 views

For f(x) = ax2ax^2 + bx + c:

Case 1: D < 0 (no real roots)

  • a > 0: f(x) > 0 for all x (always positive)
  • a < 0: f(x) < 0 for all x (always negative)

Case 2: D = 0 (one repeated root r)

  • a > 0: f(x) >= 0, equals 0 only at x = r
  • a < 0: f(x) <= 0, equals 0 only at x = r

Case 3: D > 0 (two real roots alpha < beta)

  • a > 0: f(x) < 0 for alpha < x < beta, f(x) > 0 outside
  • a < 0: f(x) > 0 for alpha < x < beta, f(x) < 0 outside

Key application: ax2ax^2 + bx + c > 0 for all x iff a > 0 and D < 0. This condition appears frequently in JEE.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes