Quadratic Equations

Master the 'Sign Method' to solve quadratics in 5 seconds. Learn to compare X and Y without solving the full equation.

1. The Sign Method (5-Second Hack)

Predict the signs of the roots just by looking at the equation sign. This helps you compare X and Y instantly without calculating values.

  • ++ Equation: Roots will be (-, -).
  • -+ Equation: Roots will be (+, +).
  • +- Equation: Roots will be (+, -) (Larger root is Negative).
  • -- Equation: Roots will be (+, -) (Larger root is Positive).
Golden Rule: If Constant terms (cc) in both equations are Negative, the answer is ALWAYS 'Relationship Cannot be Established' (CND).

Example:

Q: I. x2тИТ7x+12=0x^2 - 7x + 12 = 0
II. y2+5y+6=0y^2 + 5y + 6 = 0
Solution: 1. Eq I is (-+), so roots are (+, +).
2. Eq II is (++), so roots are (-, -).
3. Positive > Negative.
Ans: x>yx > y (No calculation needed!).

2. Factorization Shortcut (Splitting B)

Find two numbers that multiply to a├Чca \times c and add/subtract to bb. Then Divide by 'a' and Change Variable Sign.

  • Step 1: Find factors.
  • Step 2: Change their signs.
  • Step 3: Divide by coefficient aa.

Example:

Q: 2x2тИТ9x+10=02x^2 - 9x + 10 = 0
Solution: 1. Product 2├Ч10=202 \times 10 = 20. Sum тИТ9-9.
2. Factors: тИТ4,тИТ5-4, -5.
3. Change Signs: +4,+5+4, +5.
4. Divide by a=2a=2: 4/2,5/24/2, 5/2.
Roots: 2,2.52, 2.5.

3. Root Comparison Rules

Systematically compare both X roots with both Y roots.

  • Compare x1x_1 with y1,y2y_1, y_2.
  • Compare x2x_2 with y1,y2y_1, y_2.
  • If ALL comparisons say >>, then x>yx > y.
  • If one says >> and another <<, then CND.

Example:

Q: x=4,3x = 4, 3 and y=3,2y = 3, 2
Solution: 4>3,4>24 > 3, 4 > 2 (Pass).
3=3,3>23 = 3, 3 > 2 (Pass).
Ans: xтЙеyx \ge y.

4. Linear Equations (System of Equations)

Sometimes exams ask for xx and yy from linear sets like 2x+3y=122x + 3y = 12. Use Co-efficient Elimination.

  • Multiply equations to make one coeff equal.
  • Subtract to find one variable.
  • Substitute to find the other.

Example:

Q: I. 2x+3y=132x + 3y = 13
II. 4xтИТy=54x - y = 5
Solution: Multiply Eq II by 3 тЖТ12xтИТ3y=15\to 12x - 3y = 15.
Add with Eq I: (2x+12x)+(3yтИТ3y)=13+15тЖТ14x=28тЖТx=2(2x+12x) + (3y-3y) = 13+15 \to 14x = 28 \to x=2.
Put x=2x=2 in II: 8тИТy=5тЖТy=38 - y = 5 \to y=3.
Ans: x<yx < y.