1. Quadratic Equation & Root Nature
- Formula:
Use the discriminant whenever the question asks about the nature or number of roots.
- Example: For what values of (k) does (x^2+kx+9=0) have equal roots? Solution:
For equal roots:
Δ=0Here:
a=1,b=k,c=9Therefore:
k2−4(1)(9)=0 k2−36=0 (k−6)(k+6)=0 k=±62. Quadratic Equation with Real/Distinct Roots
- Formula:
For two distinct real roots, the discriminant must be positive.
- Example: Find the range of (k) for which (x^2-4x+k=0) has two distinct real roots. Solution:
For distinct real roots:
16−4k>0 k<4 k<43. Quadratic Formula
- Formula:
Use when the actual roots are required and factorization is inconvenient.
- Example: Solve (2x^2-5x-3=0). Solution:
Here:
a=2,b=−5,c=−3 x=45±25+24 =45±7Thus:
x=412=3or
x=4−2=−21 x=3,−214. Sum and Product of Roots
- Formula: If (\alpha,\beta) are roots of
then:
α+β=−ab αβ=acUse these instead of solving the quadratic when only expressions involving the roots are required.
- Example: If (2x^2-5x+3=0) has roots (\alpha,\beta), find (\alpha+\beta) and (\alpha\beta). Solution:
5. Expressions Involving Roots
- Formula:
- Example: The roots of (2x^2-5x+3=0) are (\alpha,\beta). Find (\alpha^2+\beta^2). Solution:
Therefore:
α2+β2================(25)2−2(23) =425−3=413 4136. Forming a Quadratic from Given Roots
- Formula: If roots are (\alpha,\beta):
Use when roots or their sum and product are known.
- Example: Form the quadratic equation whose roots are 3 and 5. Solution:
Therefore:
x2−8x+15=0 x2−8x+15=07. Transformed Roots
- Formula: If (\alpha,\beta) are roots and new roots are expressions such as (k\alpha,k\beta), use their sum and product:
For roots (\alpha+k,\beta+k):
sum=α+β+2k product=αβ+k(α+β)+k2- Example: If (\alpha,\beta) are roots of (x^2-5x+6=0), form the equation whose roots are (2\alpha,2\beta). Solution:
Original:
α+β=5,αβ=6New sum:
2α+2β=10New product:
(2α)(2β)=24Therefore:
x2−10x+24=08. Common Root of Two Quadratics
- Formula: A common root (\alpha) must satisfy both equations:
Subtract/eliminate terms to obtain the common root or parameter.
- Example: If (x^2-px+12=0) and (x^2-7x+12=0) share a root, find (p). Solution:
The second equation factors as:
x2−7x+12=(x−3)(x−4)So its roots are (3,4).
If the first equation shares a root, test:
For (x=3):
9−3p+12=0 3p=21 p=7For (x=4):
16−4p+12=0 4p=28 p=7Therefore:
p=79. Common Both Roots
- Formula: Two quadratic equations have the same two roots if their coefficients are proportional:
For monic quadratics, equal roots sets imply equal coefficients.
- Example: Find (k) if (x^2-6x+8=0) and (2x^2-kx+16=0) have the same roots. Solution:
For the equations to represent the same roots, the second must be twice the first:
2(x2−6x+8)=2x2−12x+16Comparing:
k=12 k=1210. Completing the Square
- Formula:
For (a>0), the expression has a minimum; for (a<0), it has a maximum.
- Example: Find the minimum value of (x^2-6x+13). Solution:
Since:
(x−3)2≥0Minimum occurs when (x=3).
Minimum value=411. Maximum/Minimum Value Using Vertex
- Formula: For
the turning point occurs at:
x=−2aband:
fextreme=4a4ac−b2Use minimum when (a>0), maximum when (a<0).
- Example: Find the maximum value of (-2x^2+8x+5). Solution:
Substitute:
f(2)=−2(4)+16+5 =−8+21=13 Maximum=1312. Number of Positive/Negative Roots
- Formula: For roots (\alpha,\beta):
If (\alpha\beta<0), roots have opposite signs. If (\alpha\beta>0), roots have the same sign; use the sum to determine whether both are positive or negative.
- Example: Determine the signs of the roots of (x^2-7x+12=0). Solution:
Product positive means same sign.
Sum positive means both are positive.
Both roots are positive13. Positive and Negative Root Conditions
- Formula: For
two real roots of opposite signs require:
ac<0Two positive roots require:
Δ≥0,−ab>0,ac>0Two negative roots require:
Δ≥0,−ab<0,ac>0- Example: For what values of (k) does (x^2-kx+4=0) have two positive real roots? Solution:
For real roots:
k2−16≥0 ∣k∣≥4For positive roots:
α+β=k>0Hence:
k≥4For distinct positive roots:
k>4For positive real roots allowing equal roots:
k≥4Advanced Variants
14. Parameter for Roots in a Given Interval
- Formula: For a quadratic (f(x)), to ensure both roots lie in an interval, combine:
with sign/value conditions at the interval boundaries and the vertex.
- Example: Find the condition on (k) such that both roots of (x^2-kx+4=0) are positive. Solution:
For both roots to be positive:
α+β=k>0and:
αβ=4>0Also:
Δ=k2−16≥0Thus:
k≥4 k≥415. Quadratic Inequality
- Formula: First find the roots of:
then use the sign of (a) to determine the intervals.
For (a>0):
ax2+bx+c>0outside the roots and (<0) between them.
- Example: Solve (x^2-5x+6>0). Solution:
Factor:
x2−5x+6=(x−2)(x−3)Roots:
x=2,3Since the coefficient of (x^2) is positive, the expression is positive outside the roots.
Therefore:
x<2 or x>316. Minimum/Maximum of a Quadratic Under a Constraint
- Formula: If (x+y=k), substitute:
into the expression and reduce it to a single-variable quadratic. Then use the vertex/minimum formula.
- Example: If (x+y=10), find the minimum value of (x^2+y^2). Solution:
Therefore:
x2+y2=x2+(10−x)2 =2x2−20x+100Complete the square:
=2(x−5)2+50Minimum occurs at:
x=5,y=5Hence:
Minimum=5017. Reciprocal Roots
- Formula: If (\alpha,\beta) are roots of
then (1/\alpha,1/\beta) have:
sum=αβα+β=c−b product=αβ1=ca- Example: Find the quadratic whose roots are the reciprocals of the roots of (2x^2-5x+3=0). Solution:
Original:
α+β=25,αβ=23For reciprocal roots:
\frac1\alpha+\frac1\beta ======================== # \frac{5/2}{3/2} \frac53 αβ1=32Thus:
x2−35x+32=0Multiplying by 3:
3x2−5x+2=0Premium Content
Unlock Quadratic Equations Concepts and all premium lessons with a subscription.
From ₹199.99/year — See plans