Loading [MathJax]/jax/output/HTML-CSS/jax.js

Friday, September 4, 2015

Univariate Polynomials

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+a1xn1+a2xn2+...+an1x+an

Here x is the variable with a0,a1,a2,....,anR coefficients.
We call that this is a nthdegree polynomial if a00

For example,


  • f(x)=x+2 is a polynomial of 1st degree
  • f(x)=5x6+3x42x+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
  • (ab)2=a22ab+b2
  • (a+b)3=a3+3a2b+3ab2+b3
  • (ab)3=a33a2b+3ab2b3
  • a2b2=(ab)(a+b)
  • a3+b3=(a+b)(a2ab+b2)
  • a3b3=(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 (ab)4, then we need to use 4th raw of the pascal triangle.

(ab)4=1a44a3b+6a2b24ab3+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+5x3

x3|2x2+6x+212x3+3x+52x36x26x2+3x+56x218x21x+521x6368

So the quotient is 2x2+6x+21 and remainder is 68.

2)5x4+2x4x23

x23|5x2+155x4+2x45x415x215x2+2x415x2452x+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) 5x33x+2x+1     2) 3x2+3x+12x1     3) 2x53x2+2     4) x43x32x4     5) 4x63x7x32


Remainder Theorem

Let f(x) be a univariate polynomial. The remainder, after dividing f(x) by the linear factor xa is f(a). Here aR

Proof

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)(xa)+R

Let's substitute x=a in the above equation.

f(a)=Φ(a)(aa)+R

As aa=0,

R=f(a) 


Examples

1) Find the remainder of following fractions.

i) 3x2+2x3x5     ii) 2x34x2x+2     iii) 2x3+5x+42x1

i) 3×52+2×53=82
ii) 2×(2)34×(2)2=10
iii) 2×(12)3+5×12+4=254


2) If the remainder is 2 after dividing 2x2ax+3 by the linear factor x2, then find the value of a.

f(x)=2x2ax+3
As the remainder is 2 after dividing f(x) by x2,
f(2)=2
2×22a×2+3=2
a=92


Factor Theorem 


If there is a real number a, which is as f(a)=0, then (xa) 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 (xa)

Proof

Now we know that remainder of the polynomial f(x) which has divided by the linear factor (xa), is f(a). Then,

f(x)=Φ(x)(xa)+f(a) where Φ(x) is the quotient.

If the corresponding a satisfies the requirement f(a)=0, then,

f(x)=Φ(x)(xa)

So (xa) is a factor of f(x).

To be continued...

No comments:

Post a Comment