
A polynomial is a mathematical expression that is constructed from one or more variables and constants, using only the operations of addition, subtraction, and multiplication. The constants of the polynomials are real numbers, whereas the exponents of the variables are positive integers.
For example, ` x^2 + 5x-3` is a polynomial in a single variable x.
The highest power of the variable present in a polynomial is called the degree of the polynomial. In the above example, the degree of the polynomial is 2.
The constant values present in a polynomial are knows as its coefficients / coefficient values. The constants used in the above polynomial are 1, 5 and -3.
Variables are alphabets like a,b,c, x, y, z etc that are used in a polynomial. They are called variables because they can take up any value from a given range (thus called "vary-ables"). In the above example, x is the variable. There also exist polynomials that use more than one variable. For example,` x^2 + 5xy-3y^2 ` is a polynomial of degree 2 in two variables x and y.
Until this point, we have only mentioned what a polynomial is. However, for many reasons it is wise to make clear as to what is not a polynomial. Without this specification, it is likely that you render a non-polynomial to be a polynomial.
Each part of a polynomial that is being added or subtracted is called a "term". So the polynomial has three terms.
Shown above is a simple example of the polynomial, and this is how polynomials are usually expressed. The term having the largest value of exponent (2 in this case) is written first, and is followed by the term with the next lower value of exponent which in turn is followed by a term with the next lower exponent value and so on. The term with the maximum value of exponent is called the "Leading Term" and the value of its exponent is called the "degree of the polynomial".
Since the highest power of the variable present in a polynomial is called the degree of the polynomial,
And
The given polynomial has four terms with the term 5x6 having the largest value of exponent equal to 6,
The given polynomial involves two variables x and y. And each term in the polynomial has some degree of each of the two variables. In this case,
The degree of each term is given by the sum of the exponents of the two variables involved in the term, and the degree of the entire polynomial is given by the maximum value of the sum.
In order to determine the degree of the polynomial, we calculate the degree of individual terms first:
Degree of first term ` (4x^3y): 3 + 1 = 4 `
Degree of second term `(6x^2y): 2 + 1 = 3 `
Degree of third term `(4xy): 1 + 1 = 2 `
Degree of fourth term `(3y^2): 0 + 2 = 2 `
When a variable is absent in a term, its exponent is zero)
Now the degree of the polynomial is given by the maximum of the above degrees.
=> Degree of the given polynomial = max( 4, 3, 2, 2)
=> Degree of the given polynomial = 4
( Interesting Note: 0 is also a polynomial)
Polynomials are very often classified depending on their corresponding degrees. You must have a brief idea of what is a linear or quadratic polynomial.
Similarly we can refer to other higher degree polynomials as 'quintic' , 'hexic' etc.
Polynomials have a few basic properties that are peculiar to them. These have been presented below:
We learn some basic examples related with polynomials that will help you have a thorough understanding of polynomials and their related concepts.
Each term in a polynomial is a combination of a number (positive or negative) and a variable. The numbers involved in a polynomial are termed as its coefficients. There are 4 terms in the given polynomial, hence there are four coefficients as well. These coefficients are 5, 6,-3,-1. Some people however do not take the constant term as a coefficient.
The exponents are the powers of variables present in a polynomial. In the given polynomial, exponents are 3, 2, 1 and 0 Whenever there is no power mentioned on a variable, its power is equal to one as shown below.
In order to evaluate a polynomial at certain value/values of the variables involved, we simply put in the value of that variable / those variables in to the polynomial and do the ordinary addition, subtraction and multiplications present in the polynomial expression.
Since the given polynomial involves a single variable x, we replace x with 3 in the polynomial.
= 54 + 45-21 + 10
= 88
Hence the given polynomial evaluates to 88 at x = 3.
The given polynomial involves two variables x and y, and in order to evaluate the polynomial for given values of x and y, we simply replace x with 1 and y with 2.
=> ` 4(1)^3 (2) + 6(1)^2 (2)-4(1)(2) + 3(2)^2 `
= ` 4(1)(2) + 6(1)(2)-4(1)(2) + 3(4)` = ` 8 + 12-8 + 12` = 24Hence the given polynomial evaluates to 24 at x = 1, y = 2
`3x-8 ` is linear (degree 1)
`x + 7 ` is linear (degree 1)
`5x^2 -4x + 3 ` is quadratic (degree 2)
`x^3 + x^2-1 ` is cubic (degree 3)
`x^2 -4 ` is quadratic (degree 2)
`2y^5-6y^4 + 12y^3 + y^2 + 4 ` is quintic (degree 5)
`7x4 -4 ` is quartic / biquadratic (degree 4)
Let a,b,c be three variables. Then the followings are some basic rules of algebra applicable to these variables.
` a+ b = b + a `
`a*b=b*a`
` a+( b+c ) = ( a+b )+c`
` a*( b*c )=( a*b )*c`
`a*( b+c ) = ( a*b )+( a*c )`
` a+c=b+c iff a=b `
`a*c=b*c iff a=b` where `c!=0`
In the next section, we make use of these simple formulas to find solutions to given problems.
Making use of the Commutative Law For Addition stated above
a + b = b + a
=> For the given expression, we have x = 5
Making use of the Commutative Law For Multiplication stated above
a . b = b . a
=> For the given expression, we have r = 2
According to the Distributive Law, we have
`a*( b + c ) = ( a*b ) + ( a*c )`
Through comparison of the given expression with the above formula, we conclude that
m=a=2
We can also prove that m = 2 by method of equating the two sides of the given expression as shown below.
Given that
L.H.S (Left Hand Side)
= 2 . ( 3 + 1 )R.H.S (Right Hand Side)
= ( 2 . 3 ) + ( m . 1 )By equating the two sides,
Hence we get the same answer as we got using the Distributive Formula.
Here we make use of the Associative Law For Multiplication which states that for any variables a, b and c
a . ( b . c ) = ( a . b ) . c
Through comparison we get
d = c = 5
Using the Cancellation law For Addition
`a + c = b + c iff a = b`
Here
a = x
b = 5
c = 2
And the formula states that the identity will hold if and only if a = b i.e., if x = 5
Using the Cancellation law For Multiplication
`a*c = b*c iff a=b ` where `c!= 0`
Here
a = n
b = 5
c = 3 `!=` 0
Hence the equation will hold if and only if a = b, that is if n = 5
We have studied Distributive law which states that
` a*( b + c )=( a*b ) + ( a*c ) `
Here we can split up 14 = 10 + 4
=> 4 . ( 10 + 4 ) = ( 4 . 10 ) + ( 4 . 4 )
=> 4 x 14 = 40 + 16 = 56
Hence we can split our problem using this property and find the solution with greater ease
We have studied that in the distributive property, we distribute the operation of multiplication over addition. We can use this property to simplify the above expression.
We see that both 3, and 9 are multiples of 3. So if we take 3 out of the above expression, leaving the rest inside the parentheses, what we get is a distributed equivalent of the above expression.
=> 3x + 9 = 3 ( x + 3 )
A mentionable point here is that the property also holds for subtraction. For example
=> 3x-9=3 ( x-3 )=3 ( x+(-3 ) )
is also true.
Using the Associative Property for Multiplication
` a*( b*c ) = ( a*b )*c `
=> 2 x ( 4 x n ) = ( 2 x 4 ) x n
=> 2 x ( 4 x n ) = 8 x n
For Example :Here we need to mention that subtraction, division, matrix multiplication, vector product are all non-commutative.
Similarly Matrix Multiplication and vector Product can be shown to be non-commutative.
© 2023 iPracticeMath | All Rights Reserved | Terms of Use.