Chapter 2 Introduction to linear Polynomials Quick Revision notes | Class 9th Mathematics (Ganita Manjari) notes

CLASS 9  •  MATHS  •  CHAPTER 2

Introduction to
Linear Polynomials

Short, colourful, handwritten-style notes — by EduGrown

1Algebraic Expressions — The Basics

Raju buys x red boxes (4 pens each) and y blue boxes (5 pencils each), and gets 3 extra pens free. Total pens + pencils = 4x + 5y + 3.

Advertisement
Fig. 2.1 - Sealed boxes of pens and pencils: the story behind 4x + 5y + 3 | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.1 — Sealed boxes of pens and pencils: the story behind 4x + 5y + 3
📝 Four words you must know Look at the expression 4x + 5y + 3:
  • Terms → the parts joined by + or –  : 4x, 5y, 3
  • Variables → the letters : x and y
  • Coefficients → the numbers multiplying the variables : 4 and 5
  • Constant → the plain number with no variable : 3

Another example — fencing a garden of length l and width w gives the total cost expression 200l + 160w + 50lw.

Advertisement
Fig. 2.2 - The garden to be fenced: total cost = 200l + 160w + 50lw | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.2 — The garden to be fenced: total cost = 200l + 160w + 50lw
⇧ back to top

2Polynomials in One Variable & Degree

📝 Definition An algebraic expression that uses only one variable and its powers is called a one-variable polynomial or univariate polynomial — or simply a polynomial.
(‘Uni’ = one, ‘variate’ = variable.)
  • 4x,  x² + 1,  2y – 5,  3z + 7  → all are one-variable polynomials.
  • 4x + 5y + 3  → two variables, so not studied in this chapter.
⭐ Degree The highest power of the variable in a polynomial is called its degree.
Example: in 5y³ + y² + 2y – 1, the highest power is 3, so the degree is 3.
✏️ Reading a polynomial For 5y³ + y² + 2y – 1:
  • Coefficient of y³ = 5
  • Coefficient of y² = 1
  • Coefficient of y = 2
  • Constant term = –1
⇧ back to top

3Types of Polynomials by Degree

DegreeNameExample
0Constant polynomial8  (can be written as 8x0)
1Linear polynomial3z + 7
2Quadratic polynomialx² + 5x + 1
3Cubic polynomial5y³ + y² + 2y – 1
💡 Memory trick Constant → Linear → Quadratic → Cubic  for degrees 0, 1, 2, 3. Just count up!
⇧ back to top

4Linear Polynomials

📝 Definition A polynomial of degree 1 is called a linear polynomial.
General form: ax + b  (where a ≠ 0).
  • Perimeter of a square of side x = 4x → linear polynomial in x.
  • A chess club charges ₹200 joining fee + ₹50 per match → total = 200 + 50m, a linear polynomial in m.
Matches played (m)12345m
Amount paid (₹)250300350400450200 + 50m
🔍 Key feature Look at the amounts: 250, 300, 350, 400… They go up by the same ₹50 every time. In a linear polynomial the difference between successive values is always constant.
📝 Linear equation When we equate a linear polynomial to a constant, we get a linear equation.
Example: 2x + 10 is a polynomial;  2x + 10 = 64 is a linear equation.
⇧ back to top

5Polynomial as an Input–Output Machine

Think of a polynomial as a machine: you put a value of x in, and it gives you an answer out.

Fig. 2.3 - A linear expression working as an input-output machine | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.3 — A linear expression working as an input–output machine
✏️ Machine: 2x + 3
  • Input x = 4  →  2 × 4 + 3 = 11
  • Input x = –6  →  2 × (–6) + 3 = –9
📝 Function Such an input–output process is called a function. Here 2x + 3 is a function of x.
2x + 3 is a linear function, while 10x – x² is a quadratic function.
⇧ back to top

6Linear Patterns

Look at this growing pattern of square tiles — each stage adds 2 more tiles:

Fig. 2.4 - A growing pattern of square tiles: 1, 3, 5, 7- (rule 2n - 1) | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.4 — A growing pattern of square tiles: 1, 3, 5, 7… (rule 2n – 1)
Stage (n)1234567
Number of tiles135791113
⭐ The rule Tiles at Stage n = 2n – 1 Check: Stage 5 → 2 × 5 – 1 = 9 ✔
Since 2n – 1 has degree 1, it is a linear polynomial.
📝 Linear pattern A linear pattern is a sequence of numbers in which the difference between two consecutive terms is constant.
Here: 1, 3, 5, 7, 9… the difference is always 2.
💡 More everyday linear patterns
  • Bela has ₹100 and spends ₹5 daily → money left on day n = 100 – 5n
  • Auto fare: ₹25 for the first 2 km, then ₹15 per km → fare for n km = 15n – 5 (for n ≥ 2)
⇧ back to top

7Linear Growth & Linear Decay

 Linear Growth 📈Linear Decay 📉
MeaningQuantity increases by a fixed amount over equal intervalsQuantity decreases by a fixed amount over equal intervals
ExampleCost C(d) = 100 + 60d — cost rises by ₹60 per kmWater height h(t) = 3 – 0.5t — height falls by 0.5 m per month
On a graphStraight line with positive slope (goes up ↗)Straight line with negative slope (goes down ↘)
⇧ back to top

8Linear Relationships: y = ax + b

⭐ The master form A relationship between two variables x and y is linear if it can be written as y = ax + b where a = slope and b = y-intercept.

For the tile pattern, taking x = stage number and y = number of tiles, the relationship is y = 2x – 1.

Advertisement

✔ Finding a and b from two given facts

✏️ Worked example A telecom company: 10 GB → bill ₹350;  20 GB → bill ₹550. Find y = ax + b.
  • Substitute both facts:  350 = 10a + b  and  550 = 20a + b
  • From the first: b = 350 – 10a
  • Put it in the second: 550 = 20a + (350 – 10a) → 10a = 200 → a = 20
  • So b = 350 – 200 = 150
  • Answer: y = 20x + 150  (₹20 per GB + ₹150 fixed fee)
⇧ back to top

9Plotting a Linear Equation

💡 Only 2 points needed! A straight line is fixed by any two points. So pick two easy values of x, find y, plot, and join with a ruler — then extend the line both ways.
✏️ Plotting y = 2x + 1
  • x = 0 → y = 1  → point A (0, 1)
  • x = 3 → y = 7  → point B (3, 7)
Fig. 2.5 - The straight line y = 2x + 1 drawn through A (0, 1) and B (3, 7) | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.5 — The straight line y = 2x + 1 drawn through A (0, 1) and B (3, 7)
⭐ Golden rule If a point lies on a line, its coordinates must satisfy the equation of that line.
Check (7, 15) on y = 2x + 1 → 2(7) + 1 = 15 ✔ So the point lies on the line.
⇧ back to top

10Slope ‘a’ — What It Does

Every line of the form y = ax passes through the origin (0, 0). The number a is called the slope — it decides how steep the line is.

✔ When a is positive (a > 0)

Fig. 2.9 - y = 2x, y = x and y = -x: bigger a means a steeper line | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.9 — y = 2x, y = x and y = ½x: bigger a means a steeper line
  • a > 1 → the line is steeper than y = x
  • a < 1 → the line is less steep than y = x
  • y = x is equally inclined to both axes (45°)

✔ When a is negative (a < 0)

Fig. 2.11 - y = -3x, y = -x and y = --x: a negative slope makes the line fall | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.11 — y = –3x, y = –x and y = –⅓x: a negative slope makes the line fall
⭐ Slope tells the story
  • Positive slope → line rises ↗ → linear growth
  • Negative slope → line falls ↘ → linear decay
  • The slope also equals the constant difference between consecutive terms of the pattern. (For y = 2x – 1, slope = 2 — and the tiles went up by 2 each stage.)
⇧ back to top

11y-Intercept ‘b’ & Parallel Lines

📝 y-intercept Any line y = ax + b cuts the y-axis at the point (0, b). This value b is called the y-intercept.
Fig. 2.14 - Each line cuts the y-axis at (0, b), its y-intercept | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.14 — Each line cuts the y-axis at (0, b), its y-intercept
LineCuts the y-axis aty-intercept
y = 2x + 5A (0, 5)5
y = x + 3B (0, 3)3
y = 3x – 2C (0, –2)–2

✔ Keep a the same, change b → parallel lines

Fig. 2.13 - y = 2x - 1, y = 2x + 1 and y = 2x + 5: same slope, so parallel lines | EduGrown Class 9 Maths Chapter 2 notes
Fig. 2.13 — y = 2x – 1, y = 2x + 1 and y = 2x + 5: same slope, so parallel lines
⭐ Three conclusions
  • In y = ax + b, a gives the slope and b gives the y-intercept.
  • Change a, keep b fixed → the steepness changes, but the line still cuts the y-axis at the same point.
  • Change b, keep a fixed → the line shifts up or down but stays parallel. So lines with equal slopes but different y-intercepts are parallel.
⇧ back to top

12Common Mistakes to Avoid

❌ Don’t do this
  • Calling the power the coefficient. In 5y³, the coefficient is 5 and the degree is 3.
  • Forgetting that a constant like 8 is a polynomial of degree 0, not degree 1.
  • Forgetting the sign of the constant term. In 9x³ + 5x² – 8x – 10 the constant term is –10, not 10.
  • Mixing up a and b in y = ax + b — a is the slope, b is the y-intercept.
  • Plotting only one point. A straight line always needs at least two points.
  • Thinking a “linear” expression can have x² in it. If any power is 2 or more, it is not linear.
⇧ back to top

13Chapter Summary — Quick Revision

🏆 All of Chapter 2 in 10 lines

  • An algebraic expression combines numbers, variables and operation signs; its parts are terms, with coefficients and constants.
  • Univariate polynomials use only one variable and its powers.
  • The degree is the highest power of the variable.
  • Degree 0 = constant, 1 = linear, 2 = quadratic, 3 = cubic.
  • A linear polynomial has degree one, e.g. 2x + 3 and 5 – 4y.
  • A linear pattern is a sequence where the difference between consecutive terms is constant.
  • Linear growth = increases by a fixed amount; linear decay = decreases by a fixed amount, over equal intervals.
  • A linear relationship between x and y is the straight line y = ax + b.
  • a = slope; b = y-intercept (the line cuts the y-axis at (0, b)). If b = 0 the line passes through the origin.
  • Growth → positive slope; decay → negative slope. Same a, different bparallel lines.

✨ Happy Learning — @edugrown ✨

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!