Innings2
Powered by Innings 2

Glossary

Select one of the keywords on the left…

Chapter 2: Polynomials > Introduction

Introduction

are an important mathematical concept that appear in many different areas of mathematics and science. They are used to model and analyze various phenomena, such as the motion of objects, the behavior of electrical circuits, and the distribution of data.

Understanding polynomials is important for many practical applications, such as constructing graphs, modeling data, and solving real-world problems. For example, you might use polynomials to model the relationship between the size of a loan and the interest rate, or to predict the trajectory of a baseball.

By converting a problem into "space", it makes it easy for us to model things without actually doing the real experiments.

The language of polynomials allows you to model many kinds of situations that occur in the real world: from the trajectory of a football, to determining the speed, deceleration and acceleration of an object launched straight up into the atmosphere, to modeling behaviors of the economy of a country over time. Once you convert a problem to x's and y's, your imagination is your limit.

Let us now look at some definitions.

A polynomial is a mathematical expression that is made up of (such as x) and (such as numbers), and is combined using only the operations of addition, subtraction, and multiplication.

For example, 4x + 2 is a polynomial in the variable x of degree 1, 2y23y+4 is a polynomial in the variable y of degree 2, 5x34x2+x2 is a polynomial in the variable x of degree 3 and 7u632u4+u8 is a polynomial in the variable u of degree 6. Expressions like 1x1, x+2,1x2+2x+3 etc., are not polynomials.

The degree of a polynomial is the power of the variable in the polynomial.

For example, in the polynomial 4x3+2x25x+3, the degree is 3 because the highest power of x is x3.

A linear polynomial has a degree of .

For example,2x – 3,3x+5,y+2 etc., are all linear polynomials. Polynomials such as 2x+5x2, x3+1, etc., are not linear polynomials.

A quadratic polynomial has a degree of .

The name ‘quadratic’ has been derived from the word ‘quadrate’, which means .

2x2+3x25,y22,2x2+3, u32u2+5, 5v223v, 4z2+17 are some examples of quadratic polynomials (whose coefficients are real numbers). More generally, quadratic polynomial in x is of the form ax2+bx+c, where a, b, c are real numbers and a ≠ 0.

A cubic polynomial has a degree of .

Some examples of a cubic polynomial are 2x3, x3, 2x3, 3x2+x3, 3x32x2+x1.

In fact, the most general form of a cubic polynomial is ax3+bx2+cx+d, where, a, b, c, d are real numbers and a ≠ 0.

The zeros of a polynomial are the values of the variable (such as x) that make the polynomial equal to .

Now consider the polynomial p(x) = x23x4. Then, putting x = 2 in the polynomial, we get p(2) = 223×24 = .

The value ‘– 6’, obtained by replacing x by 2 in x23x4, is the value of x23x4 at x = 2.

Similarly, p(0) is the value of p(x) at x = , which is .

If p(x) is a polynomial in x, and if k is any real number, then the value obtained by replacing x by k in p(x), is called the value of p(x) at x = k, and is denoted by p(k).

What is the value of p(x) = x23x4 at x = –1?

We have :p(–1) = 123×14 = .

Also, note that p(4) = 423x44 = .

As p(–1) = 0 and p(4) = 0, –1 and 4 are called the zeroes of the quadratic polynomial x23x4. More generally, a real number k is said to be a zero of a polynomial p(x), if p(k) = 0.

You have already studied in previously, how to find the zeroes of a linear polynomial. For example, if k is a zero of p(x) = 2x + 3, then p(k) = 0 gives us 2k + 3 = 0, i.e., k =32.

In general, if k is a zero of p(x) = ax + b, then p(k) = ak + b = 0, i.e., k=ba.

So, the zero of the linear polynomial ax + b is =ba= Constant termCoefficient of x.

Thus, the zero of a linear polynomial is related to its .

Does this happen in the case of other polynomials too? For example, are the zeroes of a quadratic polynomial also related to its coefficients?

In this chapter, we will try to answer these questions. We will also study the division algorithm for polynomials.