Introduction to Linear Polynomials

Chapter 2 · Mathematics · Class 9 32 min read

Why This Matters

Think about a small everyday problem. A chess club asks for ₹200 to join, then ₹50 for every match you play. How much will you pay after 5 matches? After 12 matches? After any number of matches?

You could work it out match by match. But there is a smarter way. You can write one short rule that works for every number of matches at once: 200 + 50m, where m is the number of matches. Put in m = 5, you get ₹450. Put in m = 12, you get ₹800. One little rule does all the work.

That short rule is a linear polynomial. This chapter is about these rules — how to write them, read them, find their values, and even draw them as a straight line. Once you can do this, a huge number of real situations become easy. A taxi fare. The water left in a tank. The pages left in a book. The growing edge of a tile pattern. All of them hide a linear polynomial inside.

A few words from earlier classes turn up again and again here — variable, term, coefficient, constant. Let’s refresh them so they feel familiar before we start.

The Big Idea

A linear polynomial is an algebraic expression in one variable whose highest power is 1 — it has the form ax + b (with a ≠ 0). Examples: 3z + 7, 2x − 5, 200 + 50m. You can find its value by putting a number in for the variable. You can find its zero by setting it equal to 0 and solving. And you can draw it as a straight line y = ax + b, where a is the slope (how steep) and b is the y-intercept (where it cuts the y-axis).

From expressions to polynomials

Let’s start with a real shop. Raju walks in. Red boxes hold 4 pens each. Blue boxes hold 5 pencils each. He buys x red boxes and y blue boxes, and gets 3 extra pens free. How many pens and pencils in total?

  • x red boxes give 4x pens.
  • y blue boxes give 5y pencils.
  • Plus the 3 free pens.

So the total is the expression 4x + 5y + 3. Let’s name every part of it. Figure 2.1 below labels each piece so you can see exactly what a term, a coefficient, a variable and a constant are.

The expression 4x plus 5y plus 3 with each part labelled.
Figure 2.1 — The anatomy of the expression 4x + 5y + 3. It is built from three terms added together: 4x, 5y and 3. In the term 4x, the letter x is a variable and the number 4 in front of it is its coefficient. In the term 5y, y is a second variable and 5 is its coefficient. The last term, 3, is a plain number with no variable, so it is the constant. Reading an expression means spotting these four kinds of parts.

So in 4x + 5y + 3: the terms are 4x, 5y and 3; the variables are x and y; the coefficients are 4 and 5; and the constant is 3.

Here is a second example. A garden of length l metres and width w metres needs fencing and seeds. Working out each cost gives the expression 200l + 160w + 50lw for the total cost. Notice this one has a term, 50lw, where two variables are multiplied together.

Now look at a third example. A wire of length 20 cm is bent into a rectangle. If the length is x cm, the width must be (10 − x) cm, because length plus width is half the wire, which is 10. The area is x × (10 − x) = 10x − x². This expression has only one variable, x, but it has an term — a power of 2.

These three examples already show an important split. The first two expressions use two variables. The third uses just one variable. In this chapter we only study expressions with one variable.

What is a polynomial?

Expressions like 4x, x² + 1, 2y − 5, 5y³ + y² + 2y − 1, and 3z + 7 all use only one variable (x, y or z) and whole-number powers of it. Such expressions have a special name.

A one-variable polynomial (also called a univariate polynomial — “uni” means one) is an algebraic expression built from a single variable and its whole-number powers, joined by + and −.

The degree of a polynomial is the highest power of the variable in it. This one number gives the polynomial its family name. The classification tree in Figure 2.2 shows the four families you will meet.

A tree classifying one-variable polynomials by degree into constant, linear, quadratic and cubic.
Figure 2.2 — One-variable polynomials split into families by their degree, the highest power of the variable. Degree 0 is a constant polynomial, like 8 (which equals 8x to the power 0). Degree 1 is a linear polynomial, like 3z + 7 — this is the family our whole chapter is about, so it is outlined in green. Degree 2 is a quadratic polynomial, like x squared plus 5x plus 1. Degree 3 is a cubic polynomial, like 5y cubed plus y squared plus 2y minus 1. The note at the bottom reads off the coefficients of that cubic to show how to identify each one.

So:

Naming a one-variable polynomial by its degree
DegreeFamily nameExample
0Constant8
1Linear3z + 7
2Quadraticx² + 5x + 1
3Cubic5y³ + y² + 2y − 1

Why is a plain number like 8 a polynomial of degree 0? Because we can write it as 8x⁰, and anything to the power 0 equals 1, so 8x⁰ = 8 × 1 = 8. The power of x here is 0, so the degree is 0. NCERT states this quickly, so it is easy to miss why — but now you can see it: the hidden power is zero.

Let’s practise spotting the degree, the coefficient of a term, and the constant.

Worked example

In the polynomial x⁴ − 3x³ + 6x² − 2x + 7, find (a) the degree, (b) the coefficient of x³, (c) the coefficient of x², and (d) the constant term.

Concept check

What is the degree of the polynomial 4z − 3, and what kind of polynomial is it?

Linear polynomials

A polynomial of degree 1 is a linear polynomial. Its general shape is ax + b, where a is not 0. From now on, this is our main character.

You meet linear polynomials all the time without noticing. The perimeter of a square of side x is 4x — a linear polynomial. The chess-club cost from the start of the chapter, 200 + 50m, is a linear polynomial in m. Let’s look at why it behaves so nicely.

The chess club charges ₹200 to join, then ₹50 per match. Here is the cost as the number of matches grows:

Chess-club cost as the number of matches increases
Matches playedAmount paid (₹)
1250
2300
3350
4400
5450
m200 + 50m

Look at the right column: 250, 300, 350, 400, 450. Each value is ₹50 more than the one before. The jump is always the same. That steady, equal step is the signature of a linear polynomial. Every time the input goes up by 1, the output changes by a fixed amount.

A characteristic feature of linear polynomials: the difference between successive values (at equally-spaced inputs) is constant. For 200 + 50m, that constant difference is 50.

A linear equation comes from a linear polynomial

When we set a linear polynomial equal to a number, we get a linear equation — something we can solve. Let’s see this with a classic puzzle.

Worked example

The sum of two numbers is 64. One number is 10 more than the other. Find the two numbers.

The value of a polynomial — a number machine

A polynomial is like a little machine. You feed in a value of x, and it gives back one output. To find the output, you substitute the value of x and work it out.

Take the linear polynomial 2x + 3. If x = 4, the output is 2 × 4 + 3 = 11. If x = −6, the output is 2 × (−6) + 3 = −9. Figure 2.3 below shows this “input-output machine” idea, which is how mathematicians picture a polynomial.

The linear polynomial 2x plus 3 drawn as a machine that takes an input x and gives an output.
Figure 2.3 — The linear polynomial 2x + 3 shown as an input-output machine. A value of x enters from the left. The machine doubles it and adds 3. The result leaves on the right. The two boxes below show worked outputs: feeding in x = 4 gives 2 times 4 plus 3 = 11, and feeding in x = −6 gives 2 times (−6) plus 3 = −9. This 'put a number in, get a number out' picture is what a function means; you will meet that word again in later grades.

Finding the value is just careful substitution. Watch the signs — that is where mistakes hide.

Worked example

Find the value of the linear polynomial 5x − 3 when (i) x = 0, (ii) x = −1, (iii) x = 2.

The same machine works for any polynomial, not just linear ones. For the quadratic 7s² − 4s + 6 at s = −3, you would get 7 × (−3)² − 4 × (−3) + 6 = 7 × 9 + 12 + 6 = 63 + 12 + 6 = 81. The only extra care is the power: (−3)² = 9, a positive number.

The zero of a linear polynomial

There is one input that is extra special: the input that makes the output 0. It is called the zero of the polynomial.

The zero of a polynomial p(x) is the value of x for which p(x) = 0.

For a linear polynomial ax + b, finding the zero is easy — set it to 0 and solve. Take 2x + 3:

2x + 3 = 0

2x = −3

x = −3/2 = −1.5

So the zero of 2x + 3 is x = −1.5. This number has a clear picture, which we will use later when we graph the line: it is exactly the spot where the line crosses the x-axis. Figure 2.4 shows it.

The line y equals 2x plus 3 crossing the x-axis at x equals minus 1.5, its zero.
Figure 2.4 — The zero of the linear polynomial 2x + 3. The blue straight line is the graph of y = 2x + 3. It cuts the y-axis at the point (0, 3) and cuts the x-axis at the red point where x = −1.5. At that red point the value of y, and so the value of 2x + 3, is exactly 0. That is why x = −1.5 is called the zero: it is the input that makes the polynomial equal to zero, and on the graph it is where the line crosses the x-axis.

A linear polynomial ax + b (with a ≠ 0) always has exactly one zero, namely x = −b/a, because its graph is a straight line that crosses the x-axis at just one point.

Concept check

What is the zero of the linear polynomial 5 − 4y?

Linear patterns

Linear polynomials love to hide inside growing patterns. Look at the pattern of square tiles in Figure 2.5. Each new stage just adds two more tiles to the stage before it.

A growing pattern of square tiles: stages with 1, 3, 5 and 7 tiles, following the rule 2n minus 1.
Figure 2.5 — A growing pattern of square tiles. Stage 1 has 1 tile, stage 2 has 3 tiles, stage 3 has 5 tiles and stage 4 has 7 tiles. The blue tiles are the new ones added at the top of each stage; you can see two extra tiles appear each time. This gives the sequence 1, 3, 5, 7, … where the difference between consecutive terms is always the constant 2. The yellow box shows the rule: the number of tiles at stage n is 2n − 1, a linear polynomial of degree 1.

How many tiles at stage n? Look for the rule. At stage 2 there are 3 tiles, and 2 × 2 − 1 = 3. At stage 5 there are 9 tiles, and 2 × 5 − 1 = 9. The pattern is: tiles = 2n − 1.

This is a linear polynomial (degree 1). And the sequence it makes, 1, 3, 5, 7, 9, …, has a constant difference of 2 between terms. That constant difference is the fingerprint of a linear pattern.

A linear pattern is a sequence of numbers where the difference between two consecutive terms is constant.

Let’s use such a rule to model real life and answer a real question.

Worked example

Bela has ₹100 pocket money. She spends ₹5 every day. After how many days will she be left with ₹40?

Sometimes the rule needs a little care because the pattern only “kicks in” after a few steps. An auto fare is a good example: it stays flat for the first 2 km, then climbs.

Worked example

An auto fare is ₹25 for the first 2 km. After that it rises by ₹15 per km. What is the fare for a 10 km trip?

Linear growth and linear decay

Linear polynomials are perfect for modelling things that grow or shrink by a fixed step. There are two cases, and a single picture makes them clear. Figure 2.6 puts them side by side.

Two graphs: linear growth as a rising line with positive slope, and linear decay as a falling line with negative slope.
Figure 2.6 — Two ways a linear quantity can change. Panel (a), linear growth: the line rises as you move right, because the value goes UP by a fixed amount each step. A rising line has a positive slope. Panel (b), linear decay: the line falls as you move right, because the value goes DOWN by a fixed amount each step. A falling line has a negative slope. The dots on each line are equally-spaced sample points, showing the equal jumps that make the line straight.

Linear growth is a pattern where a quantity increases by a constant amount over equal intervals.

Linear decay is a pattern where a quantity decreases by a constant amount over equal intervals.

Here is growth. A journey costs ₹100 to start plus ₹60 per km, so the cost function is C(d) = 100 + 60d, where d is the distance in km.

Journey cost C = 100 + 60d (linear growth: +₹60 each km)
Distance d (km)Cost C (₹)
0100
1160
2220
3280
4340
5400

Every extra km adds exactly ₹60. The cost climbs by the same step each time — this is linear growth.

Now decay. A water tank starts at 3 m and drops by 0.5 m each month, so the height is h(t) = 3 − 0.5t, where t is months.

Tank height h = 3 − 0.5t (linear decay: −0.5 m each month)
Month tHeight h (m)
03
12.5
22
31.5
41

Every month the height falls by exactly 0.5 m. The same step down each time — this is linear decay. Notice the minus sign in 3 − 0.5t. That minus sign is what makes it decay instead of growth.

⚠️ Common mistake
What students think

The expression 100 − 5n is not a linear polynomial because it has a minus sign and the number goes down.

Why it seems right

A minus sign feels like the opposite of the neat plus-shaped form ax + b you first saw, so it is tempting to think a decreasing rule must be a different kind of object.

What actually happens

100 − 5n is exactly a linear polynomial. It is the same as −5n + 100, which fits ax + b with a = −5 and b = 100. The sign of a just decides whether the value grows (a > 0) or decays (a < 0); both are linear.

Linear relationships — finding y = ax + b

So far we knew the rule and used it. Sometimes we have to find the rule from a couple of facts. A linear relationship between two quantities x and y is written as:

y = ax + b

Here a and b are fixed numbers we may need to discover. The trick: if you know two pairs of (x, y) values, you can find a and b by building two equations and solving them.

Worked example

A telecom plan has a fixed monthly fee plus a cost per GB. Using 10 GB gave a bill of ₹350. Using 20 GB gave a bill of ₹550. The bill follows y = ax + b, where x is GB used and y is the bill in rupees. Find a and b.

Visualising a linear relationship — drawing the line

Every linear relationship y = ax + b can be drawn as a straight line. Before we plot, let’s refresh how the coordinate plane works, since we lean on it heavily here.

To draw the line y = 2x + 1, pick any two x-values and find their y-values:

  • When x = 0: y = 2 × 0 + 1 = 1. So A (0, 1) is on the line.
  • When x = 3: y = 2 × 3 + 1 = 7. So B (3, 7) is on the line.

Plot A and B, join them with a ruler, and extend in both directions. Figure 2.7 shows the finished line.

The straight line y equals 2x plus 1 drawn through the points A at 0,1 and B at 3,7.
Figure 2.7 — The graph of the linear relationship y = 2x + 1. Two points were found by substituting values of x: point A at (0, 1) when x = 0, and point B at (3, 7) when x = 3. The blue line is drawn through both points with a ruler and extended both ways. Any point on this line has coordinates that satisfy y = 2x + 1 — for example, you can check that (1, 3) and (7, 15) also lie on it. Just two points are enough to fix the whole line.

A key fact to remember: a point lies on a line exactly when its coordinates satisfy the equation. To test whether (7, 15) is on y = 2x + 1, put x = 7: y = 2 × 7 + 1 = 15. It matches, so yes, (7, 15) is on the line.

The slope a — how steep the line is

Let’s see what the number a does. Below are three lines that all pass through the origin: y = ½x, y = x and y = 2x. Figure 2.8 draws them together.

Three lines through the origin with slopes one half, one and two, getting steeper as the slope grows.
Figure 2.8 — The family of lines y = ax for three values of a. The green line is y = ½x (gentle), the blue line is y = x (tilted at 45 degrees, equally inclined to both axes), and the red line is y = 2x (steepest). All three pass through the origin (0, 0). Notice the rule: the larger the value of a, the steeper the line. When a is bigger than 1 the line is steeper than y = x; when a is between 0 and 1 it is gentler than y = x. The number a is called the slope of the line.

So we learn two things from Figure 2.8:

  • Every line of the form y = ax passes through the origin (0, 0), because putting x = 0 gives y = 0.
  • The number a is the slope — it controls how steep the line is. Bigger a means a steeper climb.

The slope also connects back to patterns. For the tile pattern, the line is y = 2x − 1 and its slope is 2 — exactly the constant difference (2 tiles each stage) we found earlier. So the slope is the steady step of the pattern.

And the sign of the slope tells growth from decay: a positive slope means a rising line (linear growth), a negative slope means a falling line (linear decay). That matches Figure 2.6 exactly.

The y-intercept b — where the line cuts the y-axis

Now let’s see what b does. Keep the slope fixed at 2 and change b: draw y = 2x − 1, y = 2x + 1 and y = 2x + 5. Figure 2.9 shows all three.

Three parallel lines with the same slope 2 but different y-intercepts at minus 1, plus 1 and plus 5.
Figure 2.9 — The family of lines y = 2x + b for three values of b. The green line is y = 2x − 1, the blue line is y = 2x + 1 and the red line is y = 2x + 5. They all have the same slope 2, so they point in exactly the same direction and never meet — they are parallel. What changes is where each line crosses the y-axis: the green line cuts it at (0, −1), the blue at (0, 1) and the red at (0, 5). This crossing height is the value of b, called the y-intercept. Changing b just slides the line up or down without tilting it.

Look closely: all three lines are parallel. They never cross. What makes the difference is where each cuts the y-axis. Putting x = 0 into y = 2x + b always gives y = b. So:

Any line y = ax + b cuts the y-axis at the point (0, b). This value b is called the y-intercept.

For y = 2x + 5 the y-intercept is 5 (it cuts the y-axis 5 units above the origin). For y = 2x − 1 the y-intercept is −1 (1 unit below the origin).

Putting it all together, here is what the two numbers in y = ax + b do:

The two numbers in y = ax + b
NumberNameWhat it controls
aSlopeHow steep the line is; positive a rises (growth), negative a falls (decay)
by-interceptWhere the line cuts the y-axis, at the point (0, b)

And two neat rules fall out of all this:

  • Change a (keep b fixed): the line tilts to a new steepness, but still cuts the y-axis at the same point (0, b).
  • Change b (keep a fixed): the line slides up or down but keeps the same direction. Lines with equal slopes but different y-intercepts are parallel.

Let’s use these ideas to recover a polynomial from its graph.

Worked example

The graph of a linear polynomial p(x) = ax + b passes through the points (1, 5) and (3, 11). Find p(x).

Common Mistakes

Linear polynomials are simple, but a few slips happen again and again. Spotting them now will save you marks later.

⚠️ Common mistake
What students think

In 5y³ + y² − 8, the coefficient of y³ is y³, or the degree is the number of terms (which is 3).

Why it seems right

The words 'degree' and 'coefficient' sound technical and similar, and a cubic happens to have 3 terms here, so it is easy to mix counting terms with reading the highest power.

What actually happens

The degree is the highest power of the variable, which is 3 (from y³) — not the number of terms. The coefficient of y³ is the number in front of it, which is 5.

⚠️ Common mistake
What students think

When finding the value of 5x − 3 at x = −1, you write 5 × −1 − 3 = 5 − 3 = 2.

Why it seems right

It is tempting to ignore the minus sign on the input and just multiply 5 by 1, because handling a negative number feels like an extra, skippable step.

What actually happens

You must keep the sign: 5 × (−1) = −5, so 5 × (−1) − 3 = −5 − 3 = −8. Substitute the value with its sign, then do the arithmetic carefully.

⚠️ Common mistake
What students think

The lines y = 2x + 1 and y = 3x + 1 are parallel because they both have + 1 at the end.

Why it seems right

The matching '+ 1' jumps out at the eye, and it is natural to think the part that looks the same is what makes lines parallel.

What actually happens

Parallel lines must have the same slope (the number a in front of x), not the same y-intercept. Here the slopes are 2 and 3, which are different, so the lines are not parallel — they cross. The '+ 1' only means both cut the y-axis at the same point (0, 1).

⚠️ Common mistake
What students think

The graph of y = 2x + 5 passes through the origin (0, 0).

Why it seems right

Many of the first lines you draw, like y = 2x or y = x, do pass through the origin, so it is easy to assume every line does.

What actually happens

Only lines of the form y = ax (with no constant term, b = 0) pass through the origin. y = 2x + 5 has b = 5, so it cuts the y-axis at (0, 5), not at the origin.

Quick Check

Try these to test yourself. Click an option to see the answer and why.

What is the degree of the polynomial 4z − 3?

What is the value of the linear polynomial 5x − 3 when x = −1?

Which line is parallel to y = 3x − 4?

Practice Problems

Work each out yourself first, then reveal the full solution.

Easy

Easy

Find the degree of each polynomial: (i) 2x² − 5x + 3, (ii) y³ + 2y − 1, (iii) −9, (iv) 4z − 3.

Easy

Find the value of the quadratic polynomial 7s² − 4s + 6 when (i) s = 0, (ii) s = −3, (iii) s = 4.

Easy

A student has ₹500 in a savings account and gets ₹150 every month. Write a linear expression for the amount she has at the end of the nth month, and find the amount after 4 months.

Medium

Medium

Ruby has 3 times as many two-rupee coins as five-rupee coins. The total value of her coins is ₹88. How many of each coin does she have?

Medium

The present age of Salil's mother is three times Salil's present age. After 5 years their ages add up to 70. Find their present ages.

Medium

A telecom plan has a fixed monthly fee plus a charge per GB. Using 10 modules a bill was ₹400; using 14 modules it was ₹500. The bill is y = ax + b where x is modules used. Find a and b.

Challenge

Challenge

The temperature relationship is °C = a × °F + b. Ice melts at 0 °C and 32 °F; water boils at 100 °C and 212 °F. Find a and b, and write the relationship.

Challenge

Look at a growing pattern of hexagons made with matchsticks. Stage 1 uses 6 matchsticks. Each new hexagon shares one side with the previous one, so every extra hexagon adds 5 matchsticks. Find a rule for the number of matchsticks at stage n, the number at stage 15, and check whether 200 matchsticks can form a stage.

Challenge

Two linear polynomials are p(x) = ax + b and q(x) = cx + d. Given p(0) = 5, the polynomial p(x) − q(x) cuts the x-axis at (3, 0), and p(x) + q(x) = 6x + 4 for all x. Find p(x) and q(x).

Summary

After this chapter, you can now explain:

  • What an algebraic expression is, and how to name its terms, coefficients, variables and the constant (in 4x + 5y + 3, the terms are 4x, 5y, 3; the coefficients are 4 and 5; the constant is 3).
  • What a one-variable polynomial is, and how its degree (the highest power of the variable) sorts it into constant (0), linear (1), quadratic (2) and cubic (3) families.
  • Why a linear polynomial has the form ax + b, and that its signature is a constant difference between successive values.
  • How to find the value of a polynomial by substituting a number for the variable (treat it like an input-output machine, and watch the signs).
  • How to find the zero of a linear polynomial by setting ax + b = 0 and solving to get x = −b/a — the point where its line crosses the x-axis.
  • How linear patterns, linear growth and linear decay all come from a fixed step, and how to model real situations (pocket money, fares, costs, tank height) with a linear polynomial.
  • How to draw y = ax + b as a straight line using two points, and read off the slope a (steepness, and growth vs decay) and the y-intercept b (the point (0, b)), and why lines with equal slopes are parallel.

What’s Next

Next we widen our view from polynomials to the numbers themselves. In Chapter 3 — The World of Numbers you will explore the different kinds of numbers — natural numbers, integers, rationals and irrationals — and how they all fit together on the number line. The careful substitution and equation-solving you practised here will keep paying off as the numbers get richer.

Frequently Asked Questions

What makes a polynomial a linear polynomial?

A linear polynomial is a polynomial of degree 1. That means the highest power of the variable is 1, so it looks like ax + b where a is not 0. For example, 3z + 7 and 2x − 5 are linear polynomials. There is no x squared or any higher power in them.

How do you find the value of a polynomial like 5x minus 3 when x equals 2?

You substitute the value of x into the expression and work out the answer. For 5x − 3 with x = 2, you get 5 times 2 minus 3, which is 10 − 3 = 7. So the value of the polynomial at x = 2 is 7. Think of the polynomial as a machine: put a number in, get a number out.

What is the zero of a linear polynomial?

The zero of a linear polynomial is the value of x that makes the polynomial equal to 0. To find it, set the polynomial equal to zero and solve. For 2x + 3, solving 2x + 3 = 0 gives x = −3/2. On a graph, this is the x-value where the line crosses the x-axis.

What does the slope and y-intercept mean in y equals ax plus b?

In y = ax + b, the number a is the slope and tells you how steep the line is and whether it rises or falls. The number b is the y-intercept — the point (0, b) where the line cuts the y-axis. A bigger a makes a steeper line, and changing b just slides the line up or down.

Why are two lines like y equals 2x plus 1 and y equals 2x plus 5 parallel?

Both lines have the same slope, which is 2. The slope decides the direction and steepness of a line. When two lines have equal slopes but different y-intercepts, they go in exactly the same direction but cut the y-axis at different points, so they never meet. Lines that never meet are parallel.

What is the difference between linear growth and linear decay?

Linear growth is when a quantity increases by the same fixed amount over equal intervals, like a cost that goes up by ₹60 for every extra km. Linear decay is when a quantity decreases by the same fixed amount, like a phone's value dropping by ₹800 each year. Growth gives a line with positive slope; decay gives a line with negative slope.