Before we move on to the relevant theorems we need to know what is a polynomial. Polynomial is an expression with several terms which might have one or more indeterminate. If a polynomial has only one variable, then we call it a Univariate Polynomial. In this lesson we are going to consider mainly about Univariate Polynomials, but there are Multivariate Polynomials as well. The general form of a Univariate Polynomial is as follows,
f(x)=a0xn+a1xn−1+a2xn−2+...+an−1x+an
Here x is the variable with a0,a1,a2,....,an∈R coefficients.
We call that this is a nthdegree polynomial if a0≠0.
For example,
- f(x)=x+2 is a polynomial of 1st degree
- f(x)=−5x6+3x4−2x+8 is a polynomial of 6th degree
If two polynomials are equal, then their degree and all the corresponding coefficients must be equal.
Note: Following algebraic expansions might help you in further studies.
_____________________________________________
- (a+b)2=a2+2ab+b2
- (a−b)2=a2−2ab+b2
- (a+b)3=a3+3a2b+3ab2+b3
- (a−b)3=a3−3a2b+3ab2−b3
- a2−b2=(a−b)(a+b)
- a3+b3=(a+b)(a2−ab+b2)
- a3−b3=(a+b)(a2+ab+b2)
It is possible to use Pascal Triangle for further expansions.
11st112nd1213rd13314th146415th15101051⋮⋮⋮⋮⋮
As we can see each raw of the pascal triangle is related to the corresponding coefficients of the terms of expansion.
Ex.-
If we need to expand (a−b)4, then we need to use 4th raw of the pascal triangle.
(a−b)4=1a4−4a3b+6a2b2−4ab3+1b4
Here the power of a has reduced from 4 to 0 and the power of b has increased from 0 to 4. As here we have a minus(−) sign we have to use it alternatively.
_____________________________________________
Divide a polynomial by another
Here are some examples how to divide polynomials using long division.
1) 2x3+3x+5x−3
x−3|2x2+6x+212x3+3x+52x3−6x26x2+3x+56x2−18x21x+521x−6368
So the quotient is 2x2+6x+21 and remainder is 68.
2)5x4+2x−4x2−3
x2−3|5x2+155x4+2x−45x4−15x215x2+2x−415x2−452x+41
x−3|2x2+6x+212x3+3x+52x3−6x26x2+3x+56x2−18x21x+521x−6368
So the quotient is 2x2+6x+21 and remainder is 68.
2)5x4+2x−4x2−3
x2−3|5x2+155x4+2x−45x4−15x215x2+2x−415x2−452x+41
In this example quotient is 5x2+15 and remainder is 2x+41.
There are certain conclusions that we can take from these examples and we need to complete some other example to ascertain it.
- If the divisor is a linear factor (that is a first degree polynomial) then the remainder is a constant.
- If the divisor is a higher degree polynomial, then the remainder can be a polynomial with a degree less than the divisor or can be a constant.
Exercise 01
Find the quotient and the remainder of the following fractions using long division.
1) 5x3−3x+2x+1 2) −3x2+3x+12x−1 3) 2x5−3x2+2 4) x4−3x3−2x−4 5) 4x6−3x−7x3−2
Remainder Theorem
Let f(x) be a univariate polynomial. The remainder, after dividing f(x) by the linear factor x−a is f(a). Here a∈RProof
Now we know that the remainder must be a constant, as the divisor is a linear factor. Let Φ(x) be the quotient and R be the remainder. Then we can write f(x) as follows,
f(x)=Φ(x)(x−a)+R
Let's substitute x=a in the above equation.
f(a)=Φ(a)(a−a)+R
As a−a=0,
R=f(a)
Examples
1) Find the remainder of following fractions.
i) 3x2+2x−3x−5 ii) 2x3−4x−2x+2 iii) −2x3+5x+42x−1
i) 3×52+2×5−3=82
ii) 2×(−2)3−4×(−2)−2=−10
iii) −2×(12)3+5×12+4=254
2) If the remainder is 2 after dividing 2x2−ax+3 by the linear factor x−2, then find the value of a.
f(x)=2x2−ax+3
As the remainder is 2 after dividing f(x) by x−2,
f(2)=2
2×22−a×2+3=2
∴a=92
Factor Theorem
If there is a real number a, which is as f(a)=0, then (x−a) is a factor of f(x).
We can see that this theorem has also derived from the Remainder Theorem. This theorem says what happen when the remainder is going to be zero, as f(a) is the remainder of polynomial which has divided by (x−a).
Proof
Now we know that remainder of the polynomial f(x) which has divided by the linear factor (x−a), is f(a). Then,
f(x)=Φ(x)(x−a)+f(a) where Φ(x) is the quotient.
If the corresponding a satisfies the requirement f(a)=0, then,
f(x)=Φ(x)(x−a)
So (x−a) is a factor of f(x).
To be continued...
No comments:
Post a Comment