Sei sulla pagina 1di 5

Polynomial

In algebra, letters are used to stand for values that can change (variables) or for values that aren't known
(unknowns). A term is a number or letter on its own, or numbers and letters multiplied together, such as
-2, 5b3c , 2b

A combination of constants and variables connected by +,−,× , ÷ signs is known as an algebraic


expression. The parts of an algebraic expression separated by +¿−¿ signs are called the terms of the
expression.

Terms having the same variables are called “like terms”. Only like terms can be added or subtracted. A term
is made up of factors. Term 2xy has three factors 2,x,y; Constant term (say 5) has one factor.

Co-efficient - a numerical or constant quantity placed before and multiplying the variable (e.g. 4 in 4x 2).

Coefficient is of two types. Numbers form Numerical coefficients and symbols/letters literal coefficients.
Example: In 2xy, 2 is the Numerical coefficient while xy, the letter(s), is the Literal Coefficient.

An algebraic expression with finite number of terms in which the variables have only non-negative integral
powers is called a Polynomial. (Exponents cannot be negative or fractions in a polynomial; But there is no
restrictions on the coefficients. Coefficients can be negative and fractions or decimals).
5
Examples of Polynomials:5 x 2−8 x +7 ; 3 x 3 + x 2−9 ; 5 .4 y 3 +9 y 2 + z ; 2 x 3 y 2 +9 x y2 +7 xy ;
3
Polynomial with one term Monomial 5b3c , 2b, 2ax/3y , k2 are examples
Polynomial with two terms Binomial m + n , a2 + 2b , 5x3 – 9y2 , -11p – q2 ,b3/2 + c/3 , 5m2n2 + 1/7
Polynomial with three terms Trinomial x + y + z , xy + x + 2y2 , -7m5 + n3 – 3m2n2 , x2/3 + ay – 6bz
Every real number is a constant polynomial. A non-zero constant polynomial has no zero (e.g.
0
5=5 x =5 ×1=5 for all va lues of x ¿

Every real number is a zero of zero polynomial p ( x ) , where all the constants are 0. ( 0 x 2−0 x+ 0 )
whatever value x is given, the polynomial value will be zero.

Degrees of Polynomial (sometimes also called “order” of the polynomial)

The degree of a term is the sum of the exponents of the variables, and thus is a non-negative integer.

The degree of a polynomial is the highest degree of its individual terms with non-zero coefficients.
The leading term is the term with the highest power, and its coefficient is called the leading coefficient.

The Degree for a polynomial with one variable, like x , is the largest exponent (or index) of that variable.
3 2
3 x +5 x −9 is a Polynomial of one variable x with degree 3. Polynomial 4 x is of degree 1.
2 x 3 y 2+ 9 x y 2 +7 xy ; Degree of 1st term is 5, 2nd term is 3, and 3rd term is 2. The polynomial has a degree
of 5.

 Degree 0 – non-zero constant  Degree 3 – cubic  Degree 6 – sextic (or hexic)


 Degree 1 – linear  Degree 4 – quartic  Degree 7 – septic (or heptic)
 Degree 2 – quadratic  Degree 5 – quintic 
Writing a Polynomial in Standard form means that you write the terms by descending degree.

The value of a polynomial f (x) at x=a is obtained by substituting ‘ a ’ in the place of ‘ x ’ and
denoted by f (a) .

Functional Notation
f ( x ) means, function of x; f ( y) means, function of y ; f (x , y) means, function of
x∧ y ;
If a quantity depends on the value of another quantity, the first quantity is said to be a function of the second.
E.g., The distance travelled depends on the time taken, then distance is a function of time.
2
E.g., If y=3 x + x−5 , the value of y varies with the value of x . So y is a function of x .
Division of Polynomial: If p ( x ) ∧g ( x) are two polynomials, where g( x) ≠ 0 , then we can find
polynomials q ( x )∧r ( x) such that
p ( x ) =g ( x ) ×q ( x ) +r ( x ) ; wherer ( x )=0∨degree of r ( x )< degree of g(x ) .

Factorization is the process of converting an algebraic expression as a product of two or more algebraic
expressions.

Factors and Roots of a Polynomial Equation

A polynomial function of one variable x and degree n is of the form:


f(x) = a0xn + a1xn−1 + a2xn−2 + ... + an, where a0 ≠ 0 and n is a positive integer,
The process of expressing any polynomial as a product of its factors is called factorization.
(a) A polynomial of n-th degree can be factored into n linear factors.
(b) A polynomial equation of degree n has exactly n roots.
(c) If (x−r) is a factor of a polynomial, then x=r is a root of the associated polynomial equation.
Finding the roots of a polynomial means "to find values of x which make the equation f ( x )=0 true."
Note that root r is also called the “zero” of the function or “zero” of the polynomial

The Factor and Remainder Theorem


Consider f(x) = (x − r)q(x) + R; if x = r, the expression becomes f(r) = (r − r) q(r) + R = R
If a polynomial f(x) is divided by (x − r) and a remainder R is obtained, then f(r) = R. <Remainder
Theorem>
If the remainder f(r) = R = 0, then (x − r) is a factor of f(x). < Factor Theorem >
The Factor Theorem is powerful because it can be used to find roots of polynomial equations. Whereas
remainder theorem can only be used to find the remainder.
Descartes’ Factor Theorem:
If p(x) is a polynomial, then p(x) has a zero r precisely when ( x−r ) is a factor
of p(x) .
Linear Equations

An equation involving one or more variables each with each term having an exponent of 1 is called a linear
equation. E.g., ax +by +c=0 where a ≠ 0, a .b ,c are constants ;

A linear equation with two variables gives a straight line when plotted on a graph. E.g. y = mx + b;
−b
ax +b=0 is the general form of linear equation in one variable, and has a unique solution. x=
a
Pair of linear equations in two variables taken together are called simultaneous linear equations. The
solution of simultaneous linear equations is the ordered pair (x, y) which satisfies both the equations.

a1 x+ b1 y + c1 =0 and a2 x+ b2 y+ c 2=0
a1 b 1 −a
1. Has unique solution (where both lines intersect at one point (x,y)) if ≠ (slopes are
a2 b 2 b
different)
a1 b1 c 1 −a
2. Has NO solution (where both lines are parallel) if = ≠ (slopes are
a2 b 2 c 2 b
same)
a1 b1 c1 −a
3. Infinitely many solutions (where both represent the same line) if = = (slopes are
a2 b 2 c 2 b
same)

Simultaneous linear equations can be solved by plotting a graph (or) substitution (or) elimination.

Quadratic Equations
The equation of the form a x 2+ bx+ c=0 where a ≠ 0, a .b ,c are constants is called a quadratic
equation.

Two ways of finding the roots of a quadratic equation: 1) Factorization Method 2)Application of Formula

Example of factorization method:


x 2−5 x+6=0 ; x 2−2 x−3 x+ 6=x ( x−2 )−3 ( x−2 ) =( x−3 ) ( x−2 )=0 ; So x=3 ( ¿ ) x=2
−8 ( )
3 x2 +11 x +8=0 ; 3 x 2 +3 x+ 8 x +8=3 x ( x +1 ) +8 ( x+ 1 )=( 3 x+ 8 ) ( x +1 ) =0 ; x= ¿ x=−1
3
Tip: Find two numbers such that their product = ac and sum=b; If ac is positive, both numbers are of same sign;

Factorization may not always be possible and so formula can be used to find the roots;

−b ± √ b2−4 ac
The roots of a quadratic equation a x 2+ bx+ c=0 are
2a
2 2
b −4 ac isthe discriminant ; If b −4 ac =0 , then roots are real and equal
ie .,+ ve
If 2 ), then roots are real and unequal (equation has two distinct roots)
b −4 ac >0 ¿
ie. ,−ve
If ), then roots are imaginary (as it involves √ −ve number )
b2−4 ac <0 ¿
2 2
By completing the square method a x + bx+ c can be turned into a(x +d ) +e where
2
b b
d= ,e=c−
2a 4a

By completing the square method 2


x + bx+ c can be turned into ( x+ m)2=n where

b b2
m= ,n= −c
2 4
−b −( coefficient of x ) c ( constant term )
If α ∧β arethe two roots ,then α + β= = ∧αβ = =
a ( coefficient of x 2) a ( coefficient of x 2 )

Cubic Polynomial
3 2
If α , β , γ are the roots of a cubic polynomial a x + b x +cx + d=0, then
2
−b −( coe fficient of x ) c
α + β+ γ = = and αβ + βγ+ γα= and
a ( coefficient of x 3 ) a
−d ( constant term )
αβγ= =
a ( coefficient of x 3 )

If α , β , γ are the roots of a cubic polynomial , thenk [ x 3−( α + β+ γ ) x 2 + ( αβ + βγ + γα ) x−αβγ ]=0

In General for any polynomial:


1. Adding the roots gives −b/a
2. Multiplying the roots gives (where "z" is the constant at the end):
 z/a (for even degree polynomials like quadratics)
 −z/a (for odd degree polynomials like cubics)

Factorizing a Cubic Polynomial


To factor a cubic polynomial (which has three roots), we can try to find at least one factor using Factor
Theorem and then by long division.

3 2
p ( x ) =x −3 x + 4 x−70 ; Look for zeroes, which are factors of 70 (
αβγ is 70 ; so a root could be 2,5,7 ¿ ; Using trial and error method, you can find that p (5 )=0 ; By
Factor theorem we know that ( x−5 ) is a factor;
Divide p ( x ) by ( x−5) using long division and get the other factor ( x 2+ 2 x +14 ) . You can try to
factorize the quadratic equation further if possible

For example k ( x )=2 x3 −7 x2 −14 x−5= ( x −5 ) ( x +1 ) (2 x+ 1)

Cubic polynomial can also be factorized, if possible, by applying the splitting method
p ( x ) =x3 −23 x 2 +142 x−120
3 2 2
¿ x −1 x −22 x + 22 x +120 x−120
¿ x 2 ( x−1 )−22 x ( x −1 )+ 120 ( x−1 )=( x−1 ) ( x2 −22 x +120 )
x−12
x( x−12)−10¿
2
¿ ( x−1 ) ( x −12 x−10 x +120 )= ( x −1 ) ¿
= ( x−1 ) ( x−12)(x−10)

Homogenous, Symmetric and Cyclic Expressions


An algebraic expression in which the degree of all the terms is equal is a homogenous expression. A
homogenous expression is complete if it contains all the possible terms in it. The product of two or more
homogenous expression is a homogenous expression whose degree is the sum of the degrees of all
expressions. Example: ( x+ y ) ( 2 x 2+ xy+ y 2) =2 x3 +3 x 2 y +2 x y 2 + y 3

If an expression remains the same after interchanging the variables x∧ y , it is a symmetric expression.
2 2
f ( x , y ) =f ( y , x ) ; Examples: ax +ay +b ; a x +bxy +a y ; The sum, difference, product and
quotient of two symmetric expressions is always symmetric.

If f ( x , y , z )=f ( y , z , x )=f (z , x , y) then it is called Cyclic Expression.


Example: a2 ( a−b ) +b 2 ( b−c ) +c 2 ( c−a ) which can be represented as ∑ a2 ( a−b )
a ,b ,c
x 2 ( y 2−z 2 ) + y 2 ( z 2−x 2 )+ z 2 ( x 2− y 2 ) can be represented as ∑ x 2 ( y 2−z 2 )
x , y ,z

Odd and Even Functions (symmetric functions) - Note that most functions are neither odd nor even.
function f is even when f (−x )=f ( x ) for all values of x ; ( graph of f is symmetric w . r .t y axis )
function f is odd when f (−x )=−f ( x ) for all values of x ; ( graph of f is symmetric w . r . t origin )

Potrebbero piacerti anche