14
POLYNOMIALS Khushi Jaiswal Ix-B Roll No: 15

Polynomials

Embed Size (px)

DESCRIPTION

class 9 Polynomials.

Citation preview

Page 1: Polynomials

POLYNOMIALS

Khushi JaiswalIx-B

Roll No: 15

Page 2: Polynomials

Introduction

E.g.- (a) 2x3–4x2+6x–3 is a polynomial in one variable x.

(b) 8p7+4p2+11p3-9p is a polynomial in one variable p.

(c) 4+7x4/5+9x5 is an expression but not a polynomial since it contains a term x4/5, where 4/5 is not

a non-negative integer.

An algebraic expression in which variables involved have only non-negative integral powers

is called a polynomial.

Page 3: Polynomials

Degree of a Polynomial in one variable.

• What is degree of the following binomial? 35 2 x

The answer is 2. 5x2 + 3 is a polynomial in x of degree 2.

In case of a polynomial in one variable, the highest power of the variable is called the

degree of polynomial.

Page 4: Polynomials

Degree of a Polynomial in two variables.

• What is degree of the following polynomial? 49375 332 yxyxyx

• The answer is five because if we add 2 and 3 , the answer is five which is the highest power in the whole polynomial.

E.g.- is a polynomial in x and y of degree 7.

92853 243 yxyxyx

In case of polynomials on more than one variable, the sum of powers of the variables in each term is taken up and the highest sum so obtained is called the degree of polynomial.

Page 5: Polynomials

Polynomials in one variable

• A polynomial is a monomial or a sum of monomials.

• Each monomial in a polynomial is a term of the polynomial.

The number factor of a term is called the coefficient.

The coefficient of the first term in a polynomial is the lead coefficient.

• A polynomial with two terms is called a binomial. • A polynomial with three term is called a trinomial.

Page 6: Polynomials

Polynomials in one variable

The degree of a polynomial in one variable is the largest exponent of that variable.

14 x

A constant has no variable. It is a 0 degree polynomial.

2This is a 1st degree polynomial. 1st degree polynomials are linear.

1425 2 xx This is a 2nd degree polynomial. 2nd degree polynomials are quadratic.

183 3 xThis is a 3rd degree polynomial. 3rd degree polynomials are cubic.

Page 7: Polynomials

Examples

Text

Text

Text

Polynomials Degree Classify by degree

Classify by no. of terms.

5 0 Constant Monomial

2x - 4 1 Linear Binomial

3x2 + x 2 Quadratic Binomial

x3 - 4x2 + 1

3 Cubic Trinomial

Page 8: Polynomials

Standard Form

Phase 1Phase 1 Phase 2Phase 2

To rewrite a polynomial in standard form, rearrange the terms of the polynomial starting with the largest degree term and ending with the lowest degree term.

The leading coefficient, the coefficient of the first term in a polynomial written in standard form, should be positive.

How to convert a polynomial into standard

form?

Page 9: Polynomials

Remainder TheoremLet f(x) be a polynomial of degree n > 1 and let a be any real number.When f(x) is divided by (x-a) , then the remainder is f(a).

PROOF Suppose when f(x) is divided by (x-a), the quotient is g(x) and the remainder is r(x). Then, degree r(x) < degree (x-a) degree r(x) < 1 [ therefore, degree (x-a)=1] degree r(x) = 0 r(x) is constant, equal to r (say)

Thus, when f(x) is divided by (x-a), then the quotient is g9x) and the remainder is r.Therefore, f(x) = (x-a)*g(x) + r (i)Putting x=a in (i), we get r = f(a)Thus, when f(x) is divided by (x-a), then the remainder is f(a).

Page 10: Polynomials

Questions on Remainder Theorem

Q.) Find the remainder when the polynomial f(x) = x4 + 2x3 – 3x2 + x – 1 is divided by (x-2).

A.) x-2 = 0 x=2By remainder theorem, we know that when f(x) is divided by (x-2), the remainder is x(2).Now, f(2) = (24 + 2*23 – 3*22 + 2-1) = (16 + 16 – 12 + 2 – 1) = 21.Hence, the required remainder is 21.

Page 11: Polynomials

Factor TheoremLet f(x) be a polynomial of degree n > 1 and let a be any real number.(i) If f(a) = 0 then (x-a) is a factor of f(x).

PROOF let f(a) = 0 On dividing f(x) by 9x-a), let g(x) be the quotient. Also, by

remainder theorem, when f(x) is divided by (x-a), then the remainder is f(a).

therefore f(x) = (x-a)*g(x) + f(a) f(x) = (x-a)*g(x) [therefore f(a)=0(given] (x-a) is a factor of f(x).

Page 12: Polynomials

Algebraic Identities

Some common identities used to factorize polynomials

(x+a)(x+b)= x 2 + (a+b)x + ab (a+b)2=a2+b2+2ab (a-b)2=a2+b2-2ab a2-b2=(a+b)(a-b)

Page 13: Polynomials

Algebraic IdentitiesAdvanced identities used to factorize polynomials

(x+y+z)2=x2+y2+z2+2xy+2yz+2zx

(x-y)3=x3-y3-3xy(x-y)

(x+y)3=x3+y3+3xy(x+y)

x3+y3=(x+y) * (x2+y2-xy)

x3-y3=(x+y) * (x2+y2+xy)

`

x3 + y3 + z3 – 3xyz = (x + y + z)(x2 + y2 + z2 – xy – yz – zx)

Page 14: Polynomials