Quadratic Equations

Class X ยท Mathematics Ch.4 ยท Interactive Explorations ยท 6 Modules

Standard form: axยฒ + bx + c = 0  |  Vertex: (0, 0)  |  Roots: x = 0 (repeated)
๐Ÿ’ก Drag sliders to see how a (width/direction), b (tilt), and c (vertical shift) change the parabola. Roots are where the curve crosses the x-axis.
Solving by Factorisation (Splitting the Middle Term)
Example: xยฒ โˆ’ 5x + 6 = 0
Step 1
Identify a = 1, b = โˆ’5, c = 6. Product ac = 1 ร— 6 = 6.
Step 2
Find two numbers whose product = ac = 6 and sum = b = โˆ’5.
Numbers: โˆ’2 and โˆ’3 (since โˆ’2 ร— โˆ’3 = 6, โˆ’2 + (โˆ’3) = โˆ’5).
Step 3
Split the middle term: xยฒ โˆ’ 2x โˆ’ 3x + 6 = 0
Step 4
Group: (xยฒ โˆ’ 2x) + (โˆ’3x + 6) = 0
Step 5
Factor each group: x(x โˆ’ 2) โˆ’ 3(x โˆ’ 2) = 0
Step 6
Common factor: (x โˆ’ 2)(x โˆ’ 3) = 0
Step 7
Apply zero-product rule: x โˆ’ 2 = 0 or x โˆ’ 3 = 0
Step 8
โˆด Roots: x = 2 or x = 3
Verify: 2ยฒ โˆ’ 5(2) + 6 = 0 โœ“   3ยฒ โˆ’ 5(3) + 6 = 0 โœ“
Solving by Completing the Square
Example: 2xยฒ โˆ’ 8x + 3 = 0
Step 1
Divide by a = 2:   xยฒ โˆ’ 4x + 3/2 = 0
Step 2
Move constant to RHS:   xยฒ โˆ’ 4x = โˆ’3/2
Step 3
Half of coefficient of x: (โˆ’4)/2 = โˆ’2. Square it: (โˆ’2)ยฒ = 4
Step 4
Add 4 to both sides: xยฒ โˆ’ 4x + 4 = โˆ’3/2 + 4 = 5/2
Step 5
Write LHS as perfect square: (x โˆ’ 2)ยฒ = 5/2
Step 6
Take square root: x โˆ’ 2 = ยฑโˆš(5/2)
Step 7
โˆด x = 2 ยฑ โˆš(5/2) = 2 ยฑ โˆš10/2
x โ‰ˆ 3.58 or x โ‰ˆ 0.42
๐Ÿ’ก The Quadratic Formula is actually derived from this method โ€” applied to the general equation axยฒ + bx + c = 0.
x = (โˆ’b ยฑ โˆš(bยฒ โˆ’ 4ac)) / 2a
The Shreedharacharya Formula โ€” works for ALL quadratic equations
Quadratic Equation Solver
Click Solve to see step-by-step solution using the quadratic formula.
Discriminant D = bยฒ โˆ’ 4ac   determines the nature of roots
โœŒ๏ธ
Two Real & Distinct
D > 0 (bยฒ โˆ’ 4ac > 0)
Parabola crosses x-axis at two points. Roots are x = (โˆ’b ยฑ โˆšD)/2a
๐Ÿค
Two Equal (Repeated)
D = 0 (bยฒ โˆ’ 4ac = 0)
Parabola touches x-axis at exactly one point. Both roots = โˆ’b/2a
๐Ÿšซ
No Real Roots
D < 0 (bยฒ โˆ’ 4ac < 0)
Parabola doesn't cross x-axis. Roots are imaginary (not in real numbers).
Example: xยฒ โˆ’ 5x + 6 = 0 โ†’ D = 25 โˆ’ 24 = 1 > 0 โ†’ Two distinct real roots (x = 2, 3)
๐Ÿ’ก Click any problem type to see how it converts to a quadratic equation.
๐Ÿ”ขNumber Problems
Pattern: Two numbers with given sum/difference and product.
Let numbers = x, (S โˆ’ x). Then x(S โˆ’ x) = P โ†’ xยฒ โˆ’ Sx + P = 0 Example: Two numbers sum to 15, product is 56. Find them.
x(15 โˆ’ x) = 56 โ†’ xยฒ โˆ’ 15x + 56 = 0 โ†’ (x โˆ’ 7)(x โˆ’ 8) = 0
Numbers: 7 and 8
๐Ÿ”ฒArea & Geometry
Pattern: Dimensions expressed in terms of one variable, area given.
Rectangle: length ร— breadth = Area โ†’ x(x + d) = A Example: Length is 5 more than breadth. Area = 150 mยฒ.
x(x + 5) = 150 โ†’ xยฒ + 5x โˆ’ 150 = 0 โ†’ (x + 15)(x โˆ’ 10) = 0
Breadth = 10 m, Length = 15 m (reject negative)
โฑ๏ธSpeed, Distance & Time
Pattern: D = S ร— T with one variable, usually gives (x)(x ยฑ k) form.
If speed increases by k: D/x โˆ’ D/(x+k) = T_diff Example: Train travels 480 km. If speed โ†‘ by 8 km/h, takes 3 hrs less.
480/x โˆ’ 480/(x+8) = 3 โ†’ xยฒ + 8x โˆ’ 1280 = 0
Original speed = 32 km/h
๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘Age Problems
Pattern: Product of ages (present/past/future) is given.
Present ร— Past_or_Future = Product โ†’ x(x ยฑ k) = P Example: Product of Ravi's age 5 years ago and 3 years later is 51.
(x โˆ’ 5)(x + 3) = 51 โ†’ xยฒ โˆ’ 2x โˆ’ 66 = 0
x = (2 + โˆš268)/2 โ‰ˆ 9.2 โ†’ x = 9 (approx)
๐Ÿ‘ทWork & Time
Pattern: Combined rates with quadratic relationship.
If A does in x days and B in (x+k) days: 1/x + 1/(x+k) = 1/T Example: Two pipes fill a tank: Pipe A takes 5 hrs less than B. Together they fill in 6 hrs.
1/x + 1/(x+5) = 1/6 โ†’ xยฒ โˆ’ 7x โˆ’ 30 = 0 โ†’ (xโˆ’10)(x+3) = 0
Pipe B = 10 hrs, Pipe A = 15 hrs... wait let me recheck.
Actually: Pipe A = 10 hrs, Pipe B = 15 hrs (reject negative)
๐Ÿ”—Consecutive Numbers
Pattern: Sum of squares, product, or other relations of consecutive integers.
Consecutive: x, x+1 | Even: x, x+2 | Odd: x, x+2 Example: Sum of squares of two consecutive odd numbers is 290.
xยฒ + (x+2)ยฒ = 290 โ†’ 2xยฒ + 4x + 4 = 290 โ†’ xยฒ + 2x โˆ’ 143 = 0
(x + 13)(x โˆ’ 11) = 0 โ†’ Numbers: 11 and 13
๐Ÿ“Pythagoras & Triangles
Pattern: Sides expressed algebraically, use hยฒ = pยฒ + bยฒ.
If sides are x, x+a, x+b: (x+b)ยฒ = xยฒ + (x+a)ยฒ Example: Hypotenuse is 2 more than one side, which is 1 more than the other.
Sides: x, x+1, x+2: (x+2)ยฒ = xยฒ + (x+1)ยฒ
xยฒ + 4x + 4 = xยฒ + xยฒ + 2x + 1 โ†’ xยฒ โˆ’ 2x โˆ’ 3 = 0
(xโˆ’3)(x+1) = 0 โ†’ Sides: 3, 4, 5
๐Ÿ’ฐProfit & Cost
Pattern: Revenue = price ร— quantity; with price/demand relationship.
If price = (base + x), items sold = (base โˆ’ x): Revenue = (a+x)(bโˆ’x) Example: Cost of each item is โ‚น(x + 5). Number sold = (50 โˆ’ x). Total revenue = โ‚น750.
(x+5)(50โˆ’x) = 750 โ†’ โˆ’xยฒ + 45x + 250 = 750
xยฒ โˆ’ 45x + 500 = 0 โ†’ (xโˆ’20)(xโˆ’25) = 0
x = 20 or x = 25