Polynomials & Linear Equations in Two Variables
Polynomials & Linear Equations in Two Variables
POLYNOMIALS
POLYNOMIAL : An algebraic expression of the form
n-1 n-2 1 0
p(x) = anxn + an-1x + an-2x + …… + a1x + a0x
where a0 ≠ 0 and a0, a1, a2 ....an are real numbers and each power of x is a positive integer is called a
polynomial.
n n-1 0 n-1 n-2
Hence, an, an-1, an-2, are coefficient of x , x …….. x and anxn, an-1x ,an-2x are terms of the polynomial.
n n-1
Example - (i) p(x) = anx + an-1 x + …. a1 x + a0 is a polynomial in variable x.
n n-1
(ii) p(y) = any + an-1 y + …. a1 y + a0 is a polynomial in variable y.
n n-1
(iii) p(z) = anz + an-1 z + …. a1 z + a0 is a polynomial in variable z.
above all are called polynomials if
Example -
1 3
(i) p(u) = u - 3u2 + 2y - 4 is a polynomial in variable u.
2
1 3 1
(ii) u , -3u2, 2u, -4 are known as terms of polynomial and , -3, 2, -4 are their coefficients.
2 2
TYPES OF POLYNOMIALS
Generally we divided the polynomials in two categories.
Types of polynomials
q(x) = 2 + x + x2
(B) BASED ON DEGREE :-
Degree of Polynomials : The highest power of variable in a polynomial is known as it degree.
For example :
(a) p(y) = 2y2 - 3y + 7 is a polynomial in the variable y of degree 2.
r(t) = t + 2
s(u) = 3 - u
(ii) Quadratic Polynomial : A polynomial of degree two is called a quadratic polynomial.
Ex. 2x2 + 5
5x2 + 3x + π
2
x2 + x
5
(iii) Cubic Polynomial : A polynomial of degree three is called a cubic polynomial.
Ex. 4x2 . 2x3 + 1, 5x3 + x2
2x3 + 4x2 + 6x + 7
(vi) Biquadrate polynomial : A polynomial of fourth degree is called a biquadrate polynomial.
Ex. 4x4 + 2x3 + 5x2 + x + 1
VALUE OF POLYNOMIALS :
If p(x) is a polynomial in variable and α is any real number, then the value obtained by replacing x by α in
p(x) is called value of p(x) at = α and is denoted by p( α ).
For example : Find the value of p(x) = x3 - 6 x2 + 11x - 6 at x = -2
⇒ p(-2) = (-2)3 - 6 (-2)2 + 11(-2) -6 = -8 -24 - 22 - 6
⇒ p(-2) = - 60
ZERO OF POLYNOMIALS :
A real number α is a zero of the polynomial p(x) if p( α ) = 0
REMAINDER THEOREM :
If p(x) is any polynomial of degree greater than or equal to 1 and α be any real number. If p(x) is divided by
x-a. then the remainder is equal to p(a).
Dividend = Divisor × quotient + Remainder
Ex.1 Find the remainder when the polynomial
f (x) = 2x4 - 6x3 + 2x2 - x + 2 is divided by x + 2.
Sol. We have , (x + 2) = 0 ⇒ x = - 2.
So, by remainder theorem, when f(x) is divided by (x + 2) = 0 ⇒ x = - 2 the remainder is equal to f (-2).
• f(x) = 2x4 - 6x3 + 2x2 - x + 2
• f(-2) = 2(-2)4 - 6(-2)3 + 2(-2)2 - (-2) + 2
• f(-2) = 2 × 16 - 6 × - 8 + 2 × 4 + 2 + 2
= 32 + 48 + 8 + 2 + 2 = 92
Required remainder = 92
Ex.2 Divide the polynomial 3x4 - 4x3 - 3x - 1 by (x - 1)
Sol. By long division
3x 3 − x 2 − x − 4
x − 1 3x 4 − 4 x 3 − 3x − 1
3x 4 − 3x 3
− 4
− x 3 − 3x − 1
− x3 +x2
+ −
− x 2 − 3x − 1
− x2 + x
+ −
−4 x − 1
− 4x + 4
+ 1
-5
Here, the remainder is -5. Now, the zero of (x - 1) is 1. So, putting x = 1 is p(x), we see that p(1) = 3(1)4 -
4(1)3 -3(1) - 1
=3-4-3-1
= - 5, which is the remainder.
FACTOR THEOREM :
If p(x) is polynomial of degree n ≥ 1 and α is any real number, then (i) x - a is a factor of p(x), if p(a) = 0
and (ii) p(a) = 0 if x - is a factor of p(x).
Proof : By the remainder theorem, p(x) = (x - a) (x) + p(a).
(i) If p(a) = 0, then p(x) = (x - a) q(x), which shows that x - a is a factor of p(x).
(ii) Since x - a is a factor of p(x), p(x) = (x - a) g(x) for same polynomial g(x). In this case, p(a) = (a - a) g(a)
= 0.
PRAYAS Education
b
(ii) (ax - b) is a factor of p(x) = p = 0
a
−b
(iii) (ax + b) is a factor of p(x) = p =0
a
Ex-1 Using factor theorem, show that (x - 1) is a factor of 2x4 + 9x3 + 6x2 - 11x - 6
Sol. Let f(x) = 2x4 + 9x3 + 6x2 - 11x -6
By factor theorem, (x - 1), x - 1 = 0 ⇒ x = 1 will be factor of f(x), if f(1) = 0.
Now, f(x) = 2x4 + 9x3 + 6x2 - 11x - 6
⇒ f(1) = 2 × 14 + 9 × 13 + 6 × 12 - 11 × 1 - 6 = 2 + 9 6 - 11 - 6 = 0
⇒ (x - 1) is factor of f(x).
Hence, (x - 1) is a factor of the given polynomial.
Ex.2 Determine the value of a for which the polynomial 2x4 - ax3 - 4x2 + 2x + 1 is divisible by 1 - 2x.
Sol. Let p(x) = 2x4 - ax3 - ax2 + 2x + 1. If the polynomial z p(x) is divisible by (1 - 2x), then (1 - 2x) is a factor of
p(x).
1
∴ p = 0
2
4 3 2
1 1 1 1
⇒ 2 − a × + 4 + 2 × + 1 = 0
2 2 2 2
2 a 4 2 1 a 25 a
⇒ − + + +1 = 0 ⇒ − +1+1+1 = 0 ⇒ = ⇒ a = 25
16 8 4 2 8 8 8 8
Hence, the given polynomial will be divisible by 1 - 2x, if a = 25.
TYPE OF FACTORIZATION :-
(i) Factorization by taking out the common factors
Ex. ab(a2 + b2 - c2 ) + bc (a2 + b2 - c2) - ca(a2 + b2 - c2)
Sol. We have
ab(a2 + b2 - c2) + bc (a2 + b2 - c2) - ca(a2 + b2 - c2)
= (a2 + b2 - c2) (ab + bc - ca)
Ex. x2 + 3 3 x - 30
Sol. In order to factorize x2 + 3 3 x - 30, we have to find two numbers p and q such that p + q = 3 3 and pq = -
∴ x2 + 3 3x - 30
= x2 + 5 3x - 2 3x - 30
= (x2 + 5 3x ) -( 2 3x + 30)
= (x2 + 5 3x ) ( 2 3x + 10 3 × 3)
= x(x + 5 3 ) -2 3 (x + 5 3 ) = (x + 5 3 ) (x - 2 3 )
• Algebraic Identities :
(i) (a + b)2 = a2 + 23ab + b2
(ii) (a - b)2 = a2 - 2ab + b2
(iii) a2 - b2 = (a + b) (a - b)
(iv) (a + b)3 = a3 + 3a2b + 3ab2 + b3
= a3 + b3 + 3ab (a + b)
(v) (a - b)3 = a3 - 3a2b + 3ab2 - b3
= a3 - b3 - 3ab (a - b)
PRAYAS Education
(ii) We have,
(2x + 3y) (2x - 3y)
= (2x)2 - (3y)2 [Using (a + b) (a - b) = a2 - b2)]
= 4a2 - 9y2
3 3 3
(iv) We have, [using (a + b) = a + b + 3ab (a + b)]
(2x + 3y)3
= (2x)3 + (3y)3 + 3 × 2x × 3y × (2x + 3y)
⇒ (2x + 3y)3 = 8x3 + 27y3 + 18xy × 2x + 18xy × 3y
(v) We have,
(x + 3y) (x2 - 3xy + 9y2)
= (x + 3y) {(x2 - x × 3y + (3y)2]
= (a + b) (a2 - ab + b2), where, a = x and b = 3y
= a3 + b3 [ ∴ (a + b) (a2 - ab + b2) = a3 + b3]
= x3 + (3y)3 = x3 + 27y3
(vi) We have,
(x + y + 2x) (x2 + y2 + 4z2 - xy - 2yz - 2zx)
= (x + y + 2z) (x2 + y2 + (2z)2 - x × y - y × 2x - 2z × x]
= (a + b + c) (a2 + b2 + c2 - ab - bc - ca), where a = x, b = y, c = 2z
= a3 + b3 + c3 - 3abc
= x3 + y3 + (2z)3 - x × xy × 2z
= x3 + y3 + 8z3 - 6xyz
(vii) We have,
2
1 1
x − = x2 + 2 − 2
x x
2
1 1
= x − = 83 − 2 [Putting x2 + = 83]
x x2
2
1
= x − = 81
x
1
= x − = 92
x
1
= x− =9 [Taking square root of both sides]
x
3
1
= x − = 93 [Cubing both sides]
x
1 1
= x3 − − 3 x − = 729
x
3
x
1 1 1
= x3 − 3
− 3 × 9 = 729 ⇒ x 3 − 3
= 729 + 27 = x 3 − = 756
x x x3
PRAYAS Education
x 2 2 2
y 0 4 -1
Plotting any two point say (2, 0), (2, 4) and (2, -1) given by the above table on the graph paper and joining
them we obtain the straight as shown fig.
PRAYAS Education
ax + c
Step-II : Express y in terms of x to obtain y = - .
b
Step-III : Put any two or three values of a x and calculate the corresponding value of y from the
expression in step-II to obtain two solution say α1, β1 and (α 2 , β2 ) if possible take value of x as integers in
x 1 2 3
y 3 4 5
Plotting the points (1, 3), (2, 4) and (3, 5) on the graph paper and drawing the line joining them we obtain
the graph of the line represented by the given equation as shown fig.
PRAYAS Education
EXERCISE - 1 POLYNOMIAL
1. One of the factor of the expression x4 + 8x is -
(A) x + 2 (B) x - 2 (C) x2 + 8 (D) x2 + 2x + 2
2. One of the factor of the expression (a + b)3 - (a - b)3 is -
(A) a (B) 3a2 - b (C) 2b (D) (a + b) (a - b)
3 2
3. If (p(x) = 2x + 5x - 3x - 2 is divided by (x - 1) then remainder is -
(A) 2 (B) -1 (C) 0 (D) -2
4. Zero of the polynomials 2x4 + 9x3 + 11x2 + 4x - 6 is -
(A) 1 (B) -1 (C) 3 (D) -3
3
5. If x + (x + m leaves the remainder 7, when divided by (x - 1) or (x + 1) find and m -
6. Write the coefficient of x2 in each of the following -
π 2
(i) 2 + x2 + x (ii) 3 - x2 + x3 (iii) x +x ( iv) 2x − 3
2
7. Verify whether the following are zeros (roots) of the polynomials, indicated against them -
−1 4
(i) p(x) = 3x + 1, x = (ii) p(y) = 5y - ,
3 5
4
8. If x = is root of the polynomial p(x) = 6x3 - 11x2 + 9x - 20, find the value of a.
3
9. Find the remainder, when x3 - ax2 + 6x - a is divided by (x - a). Also find the remainder using division
method.
10. Using factor theorem, show that (x - 1) is a factor of 2x4 + 9x3 + 6x2 - 11x - 6.
POLYNOMIAL EXERCISE -1
π
1. A 2. C 3. A 4. A 5. 0 = 1, m = 7 6. (i) 1 (ii) -1 (iii) , (iv) 0
2
1
7. (i) − , (ii) ( 4 − π) ≠ 0 8. 19 9.59 10. 0 11. 0 12. -12
3
3x 4
13. (x - 5) (x + 1)2 14. x − 15. (x + 2) (x - 3) (2x + 1)
2 3
PRAYAS Education
4 3 4 5
(A) 0, (B) 0, (C) ,0 (D) ,0
3 4 5 4
4. If x = 1, y = 1 is a solution of equation 9ax + 12ay = 63 then the value of a is -
(A) -3 (B) 3 (C) 7 (D) 5
5. Find three solution of equation : 2x + y = 7.
6. Find the value of k if x = 2. y = 1 is solution of the equation 2x + 3y = k
7. (2p - 1, p) is solution of equation 10 x - 9y = 15, find the value of p.
8. A linear equation of the form y = mx, always pass through the -
9. If the co-ordinates of a point p are (-2, 5) then abscissa & ordinates are -
10. The graph of a linear equation in two variables is a ..........
11. Slop of the line ax + by + c = 0 is.......
12. Equation of x-axis is ....... and equation of y-axis is ............
13. The graph of the line x = a is parallel to ..............
14. The graph of the line y = b is parallel to ...........
1. (i) No. (ii) Yes, (iii) Yes, (iv) Yes, (v) No 2. A 3. B 4. B 5. (0, 7), (1, 5), (2, 3)
25 a
6. k = 7 7. p = 8. Origin, 9. -2, 5 10. Straight line 11. −
11 b
12. y = 0, x= 0 13. y-axis 14. x-axis
PRAYAS Education