Mathematical expression of equality in one variable with highest power 1, is known as linear equation in one variable.
Value of variable which satisfying given linear equations (i.e. LHS = RHS) is known as solution of equation.
Eg. 7x−2=1+4x
Put x=1,
LHS =7(1)−2=5
RHS =1+4(1)=5
so, x=1 is solution.
1.0Quadratic Equations
A quadratic equation in the variable x is an equation of the form ax2+bx+c=0, where a,b,c are real numbers, a=0.
e.g., 2x2−3x+1=0,4x−3x2=0,1−x2=0 etc.
When we write the terms of a quadratic equation in descending order of their degrees, then we get the standard form of the equation i.e. ax2+bx+c=0, where a,b,c are real numbers and a=0 is called the standard form of a quadratic equation.
2.0Types of quadratic equations
A quadratic equation can be of the following types :
(i) b=0,c=0 i.e. of the type ax2+c=0 (Pure quadratic equation)
(ii) b=0,c=0 i.e. of the type ax2+bx=0
(iii) b=0,c=0 i.e. of the type ax2=0
(iv) b=0,c=0 i.e. of the type ax2+bx+c=0 (Mixed or complete quadratic equation)
Quadratic polynomial: A polynomial of the form ax2+bx+c, where a,b and c are real numbers and a=0 is called a quadratic polynomial. When we equate a quadratic polynomial to a constant, we get a quadratic equation.
Roots of quadratic equation: x=α is said to be root of the quadratic equation ax2+bx+c=0, a=0, if x=α satisfies the quadratic equation, i.e. in other words, the value of aα2+bα+c is zero.
The zeroes of the quadratic polynomials ax2+bx+c and the roots of the quadratic equation are the same.
Bullding Concepts 1
Check whether the following are quadratic equations or not.
(i) (x+1)2=2(x−3)
(ii) (x−2)(x+1)=(x−1)(x+3)
Explanation:
(i) Here, the given equation is (x+1)2=2(x−3)⇒x2+2x+1=2x−6⇒x2+2x−2x+1+6=0⇒x2+7=0⇒x2+0.x+7=0, which is of the form ax2+bx+c=0
Hence, (x+1)2=2(x−3) is a quadratic equation.
(ii) Here, the given equation is (x−2)(x+1)=(x−1)(x+3)⇒x2+x−2x−2=x2+3x−x−3⇒x2−x2−x−2x−2+3=0⇒−3x+1=0, which is not of the form ax2+bx+c=0
Hence, (x−2)(x+1)=(x−1)(x+3) is not a quadratic equation
Numerical Abiity 1
Determine whether the given values are the solutions of the given equation or not.
x22−x5+2=0;x=5,x=21
Solution:
Putting x=5 and x=21 in the given equation (5)22−55+2 and (21)22−(21)25+2⇒252−1+2 and 412−215+2⇒252+1 and 8−10+2⇒2527 and 0
i.e. x=5 does not satisfy but x=21 satisfies the given equation.
Hence, x=5 is not a solution but x=21 is a solution of x22−x5+2=0.
3.0Solving Quadratic Equations through Factorisation
Given a quadratic equation ax2+bx+c=0,a=0.
Algorithm
Step-I: Factorise the product of constant term and coefficient of x2 of the given quadratic equation.
Step-II : Express the coefficient of middle term as the sum or difference of the factors obtained in step - I. Clearly, the product of these two factors will be equal to the product of the coefficient of x2 and constant term.
Step-III: Split the middle term in two parts obtained in step - II.
Step-IV : Factorise the quadratic equation obtained in step - III by grouping method.
Arrange the quadratic equation in standard form before applying factorisation of quadratic equation using middle term splitting.
Building Concepts 2
Solve the quadratic equation 6x2−x−2=0 by factorisation method.
Explanation:
6x2−x−2=0⇒6x2−4x+3x−2=0 [We split middle term -x into −4x+3x ]
⇒2x(3x−2)+1(3x−2)=0⇒(2x+1)(3x−2)=0⇒2x+1=0 or 3x−2=0⇒x=−21 or x=32
Numerical Ability 2
Solve the following quadratic equation by factorization method :
x2−2ax+a2−b2=0
Solution:
Factors of the constant term a2−b2 are (a−b)&(a+b). Also, coefficient of the middle term =−2a=−{(a−b)+(a+b)}.
⇒x2−2ax+a2−b2=0⇒x2−{(a−b)+(a+b)}x+(a+b)(a−b)=0⇒x2−(a−b)x−(a+b)x+(a−b)(a+b)=0⇒x{x−(a−b)}−(a+b){x−(a−b)}=0⇒{x−(a−b)}{x−(a+b)}=0x−(a−b)=0 or x−(a+b)=0x=a−b or x=a+bOR(x2−2ax+a2)−b2=0⇒(x−a)2−(b)2=0[∵x2−2ax+a2=(x−a)2]⇒(x−a+b)(x−a−b)=0[∵a2−b2=(a+b)(a−b)]⇒x−(a−b)=0 or x−(a+b)=0∴x=a−b or a+b
Two quadratic equations ax2+bx+c=0 and a′x2+b′x+c′=0 have the same roots if and only if a′a=b′b=c′c
When quadratic equation is in form of ax2+bx=0 [where c=0 ], then factorise directly by taken common from two terms.
When quadratic equation is in form of ax2+c=0[ where b=0], then factorise by using algebraic identity a2−b2=(a+b)(a−b).
All the quadratic equation cannot be solved by factorisation. If factorisation is not applicable, then solve by other methods such as quadratic formula.
4.0Solving Quadratic Equations through Quadratic Formula (Sridharacharya formula)
Steps for derivation of quadratic formula:
Consider quadratic equation ax2+bx+c=0,a=0, then
Step-1: Divide the equation by 'a' both sides
x2+abx+ac=a0
Step-2: Shift constant term to RHS.
x2+abx=−ac
Step-3: Multiply the coefficient of x by 21 and add the square of term to both sides
x2+abx+(2ab)2=(2ab)2−ac
Step-4: Solve for x :
(x2+2ab)2=4a2b2−ac(x2+2ab)2=4a2b2−4acx2+2ab=4a2b2−4acx2=4a2b2−4ac−2abx2=2ab2−4ac−2abx=2a−b±b2−4ac=2a−b±b2−4ac∴ The roots of the equation are x=2a−b+b2−4ac or 2a−b−b2−4ac
Discriminant: If ax2+bx+c=0,a=0(a,b,c∈R) is a quadratic equation, then the expression b2−4ac is known as its discriminant and is generally denoted by D or Δ.
⇒x=2a−b+D or x=2a−b−D, where D=b2−4ac.
Thus, if D=b2−4ac≥0, then the quadratic equation ax2+bx+c=0 has real roots α and β given
by α=2a−b+D and β=2a−b−D
If D<0, the roots are of the form a±ib(a,b∈R&i=−1). If one root is a+ib, then the other root will be a−ib.
Numerical Ability 3
Solve x2−8x−20=0 by using quadratic formula.
Solution:
On comparing the given equation x2−8x−20=0 with ax2+bx+c=0,
we get a=1,b=−8,c=−20
Hence, the required roots are
x=2×1−(−8)±(−8)2−4×1×(−20)=28±64+80=28±144=28±12=28+12 or x=28−12⇒x=10 or x=−2
Numerical Ability 4
Solve the quadratic equation x2−6x+4=0 by using quadratic formula.
(Sri Dharacharya's Rule).
Solution:
On comparing the given equation x2−6x+4=0 with the standard form of quadratic equation ax2+bx+c=0, we get a=1,b=−6,c=4.
Hence the required roots are
x=2(1)−(−6)±(−6)2−4(1)(4)=26±36−16=26±20=26±4×5=22(3±5)=3±5
Thus, the roots of the equation are 3+5 and 3−5.
5.0Nature of roots
Let the quadratic equation be ax2+bx+c=0, where a=0 and a,b,c∈R.
The roots of the given equation are given by x=2a−b±D, where D=b2−4ac is the discriminant
i.e. if α and β are two roots of the quadratic equation. Then,
α=2a−b+D and β=2a−b−D
Now, the following cases are possible.
Case-I: When D >0,
Roots are real and unequal (distinct).
The roots are given by α=2a−b+D and β=2a−b−D
Case-II: When D =0,
Roots are real and equal and each root is given by α=2a−b=β
Case-III : When D <0,
No real roots exist. Both the roots are imaginary.
D=b2−4ac is discriminant not D
While solving quadratic equation by using formula, first find the value of D. If D≥0 then apply quadratic formula else no real roots.
Numerical Ability 5
Find the nature of the roots of the following equation. If the real roots exist, find them:
3x2−7x+4=0
Solution:
The given equation 3x2−7x+4=0 comparing it with ax2+bx+c=0, we get
a=3,b=−7 and c=4.
∴ Discriminant, D=b2−4ac=(−7)2−4×3×4=49−48=1>0∵D>0, roots are real and unequal.
Now, by quadratic formula,
x=2a−b±D=2×37±1=67±1
Hence the roots are x=34,1
Numerical Ability 6
Find the value of k for the quadratic equation 9x2+8kx+16=0, so that it has real and equal roots.
Solution:
The given equation is 9x2+8kx+16=0.
Comparing it with ax2+bx+c=0,
we get a=9,b=8k and c=16.
∴ Discriminant, D=b2−4ac=(8k)2−4×9×16=64k2−576
Since roots are real and equal, so D=0⇒64k2−576=0⇒64k2=576⇒k2=64576=9⇒k=±3
Hence, k=3 or -3
Numerical Ability 7
Find the set of values of k for which the equation kx2+2x+1=0 has distinct real roots.
Solution:
The given equation is kx2+2x+1=0.
∴D=(2)2−4×k×1=4−4k.
For distinct and real roots, we must have, D>0.
Now, D > 0
⇒(4−4k)>0⇒4>4k⇒4k<4⇒k<1. But k=0∴ All the values less than 1 except 0 is possible for k .
6.0Formation of quadratic equations using sum & product of roots
Let α and β be the roots of the quadratic equation ax2+bx+c=0,a=0.
Then α=2a−b+b2−4ac and β=2a−b−b2−4ac∴ The sum of roots α+β=a−b=− coefficient of x2 coefficient of x
and product of roots =αβ=ac= coefficient of x2 constant term
Hence the quadratic equation whose roots are α and β is given by x2−(α+β)x+αβ=0
i.e. x2−( sum of the roots )x+ product of the roots =0
Numerical Ability 8
Form the quadratic equation whose roots are 2+5 and 2−5.
Solution:
Here roots are α=2+5 and β=2−5∴ Sum of roots =α+β=(2+5)+(2−5)∴α+β=4 and product of the roots =αβ=(2+5)(2−5)=4−5=−1∴αβ=−1∴ Required equation is x2− (sum of roots) x+ product of roots =0
or x2−(α+β)x+αβ=0 or x2−(4)x+(−1)=0∴x2−4x−1=0
7.0Problems on Numbers and Ages
Algorithm, the method of solving word problems consists of the following three steps
Step-I: Translating the word problem into symbolic language (mathematical statement) which means identifying relationships existing in the problem and then forming the quadratic equation.
Step-II: Solving the quadratic equation thus formed.
Step-III: Interpreting the solution of the equation which means translating the result of mathematical statement into verbal language.
Problems based on numbers
If a is unit digit of a number and b is ten's digit of a number then the 2 digit number is 10b+a.
Numerical Ability 9
The difference of two numbers is 3 and their product is 504 . Find the numbers. Solution
Let the required numbers be x and (x−3). Then,
x(x−3)=504⇒x2−3x−504=0⇒x2−24x+21x−504=0⇒x(x−24)+21(x−24)=0⇒(x−24)(x+21)=0⇒x−24=0 or x+21=0⇒x=24 or x=−21
If x=−21, then the numbers are -21 and -24 .
Again, if x=24, then the numbers are 24 and 21.
Hence, the numbers are −21,−24 or 24,21.
8.0Problems based on ages
Numerical Ability 10
Seven years ago Varun's age was five times the square of Swati's age. Three years hence, Swati's age will be two-fifth of Varun's age. Find their present ages.
Solution:
Let the present age of Swati be x years.
Then the age of Swati seven years ago was x−7 years.
According to question, seven years ago age of Varun was 5(x−7)2
Three years hence,
Varun's age =[5(x−7)2+10] years and Swati's age =(x+3) years.
∴(x+3)=52[5(x−7)2+10]⇒x+3=52×5[(x−7)2+2]⇒x+3=2(x2−14x+49+2)⇒x+3=2x2−28x+102⇒2x2−29x+99=0⇒2x2−18x−11x+99=0⇒2x(x−9)−11(x−9)=0⇒(x−9)(2x−11)=0⇒x=9 or x=211∵x=211 is not possible (∵211<7)
So, x=9.
Varun's ages 7 years ago were 5(x−7)2=5(9−7)2=5×4=20
Therefore, Varun's present age =20+7=27 years
Hence, Varun's present age is 27 years and Swati's present age is 9 years.
While solving the problems based on ages, if age of any person is negative then ignore it because age cannot be negative.
9.0Problems on geometrical concepts
Sum of angles of a triangle is 180∘.
Sum of angles of a quadrilateral is 360∘.
Area of triangle =21× base × height
In △ABC right angled at B,AB2+BC2=AC2
Numerical Ability 11
The length of the hypotenuse of a right triangle exceeds the length of the base by 2cm and exceeds twice the length of the altitude by 1 cm . Find the length of each side of the triangle. Solution:
Let △ABC be a right triangle, right angled at B.
Let AB=x. Then AC=(2x+1) and BC=(2x+1)−2=2x−1.
⇒ In △ABC,AC2=AB2+BC2
(By Pythagoras theorem)
⇒(2x+1)2=x2+(2x−1)2⇒4x2+4x+1=x2+4x2−4x+1⇒x2=8x[x=0]⇒x=8cm∴BC=2x−1=2×8−1=15cmAC=2x+1=2×8+1=17cm
Hence, the sides of the given triangle are 8cm,15cm and 17 cm .
Sides and angles of triangle cannot be negative.
Additional Subtopics:
10.0Problems on speed, time and distance
Distance = speed × time
1 hour =60 minutes
Let xkm/hr be the speed of boat in still water and let ykm/hr be speed of stream.
Then speed upstream =(x−y)km/hr
speed downstream =(x+y)km/hr
Numerical Ability 12
A train travels 240 km at a uniform speed. If the speed had been 8km/h more, it would have taken 1 hour less for the same journey. Find the speed of the train.
Solution:
Let the speed of the train be xkm/h. Then,
Time taken to cover the distance of 240km=x240 hours.
If the speed of the train is increased by 8km/h. Then,
Time taken to cover the same distance =(x+8240)h
According to the question,
x240−x+8240=1⇒x(x+8)240(x+8)−240x=1⇒240x+1920−240x=x2+8x⇒x2+8x−1920=0⇒x2+48x−40x−1920=0⇒x(x+48)−40(x+48)=0⇒(x+48)(x−40)=0⇒x=−48 or x=40
But the speed cannot be negative.
Hence, the speed of the train is 40km/h.
Speed can't be negative. So, negative speed is not considered as solution or final answer.
11.0Problems on time and work
A alone takes x days to complete some work.
Then, A's 1-day work =x1
Numerical Ability 13
A takes 9 days less than the time taken by B to finish a piece of work. If both A and B together can finish it in 6 days, find the time taken by B to finish the work.
Solution:
Suppose B alone takes x days to finish the work, then A alone can finish it in (x−9) days.
B's 1 day's work =x1
A's 1 day's work =(x−9)1(A+B)′ 's 1 day's work =61∴x1+(x−9)1=61⇒x(x−9)(x−9)+x=61⇒(x2−9x)(2x−9)=61⇒x2−9x=12x−54⇒x2−21x+54=0⇒x2−18x−3x+54=0⇒x(x−18)−3(x−18)=0⇒(x−18)(x−3)=0⇒x−18=0 or x−3=0⇒x=18 or x=3⇒x=18(∵x=3 not possible )
Hence, B alone can finish the work in 18 days.
Number of days should be always positive. Ignore the negative value if coming while solving.
12.0Solution by completing the square
Algorithm
Step-I: Obtain the quadratic equation. Let the quadratic equation beax2+bx+c=0,a=0.
Step-II: Make the coefficient of x2 unity by dividing throughout by it, if it is not unity,
i.e. obtain x2+abx+ac=0.
Step-III: Shift the constant term ac on RHS to get x2+abx=−ac
Step-IV : Add square of half of the coefficient of x, i.e. (2ab)2 on both sides to obtain
x2+2(2ab)x+(2ab)2=(2ab)2−ac
Step-V : Write L.H.S. as the perfect square and simplify RHS to get (x+2ab)2=4a2b2−4ac
Step-VI: Take square root of both sides to get x+2ab=±4a2b2−4ac.
Step-VII : Obtain the values of x by shifting the constant term 2ab on RHS
i.e. x=−2ab±4a2b2−4ac⇒x=2a−b±b2−4ac
Numerical Ability 14
Solve : 9x2−15x+6=0
Solution:
Here, 9x2−15x+6=0⇒x2−915x+96=0⇒x2−35x+32=0 (Dividing throughout by 9 ) ⇒x2−35x=−32
(Shifting the constant term on RHS)
⇒x2−2(65)x+(6−5)2=(6−5)2−32
(Adding square of half of coefficient of x on both sides)
⇒(x−65)2=3625−32⇒(x−65)2=3625−24⇒(x−65)2=361⇒x−65=±61
(Taking square root of both sides)
⇒x=65±61⇒x=65+61=1
Or x=65−61=64=32⇒x=1 or x=32
On this page
1.0Quadratic Equations
2.0Types of quadratic equations
3.0Solving Quadratic Equations through Factorisation
4.0Solving Quadratic Equations through Quadratic Formula (Sridharacharya formula)
5.0Nature of roots
6.0Formation of quadratic equations using sum & product of roots