📐 Introduction to Linear Polynomials
Chapter 2 — A complete, student-friendly guide with definitions, examples, patterns, and exam practice
Linear Equations
Linear Patterns
Growth & Decay
Graphs
Slope & Intercept
2.1 Introduction to Algebraic Expressions
An algebraic expression is a combination of numbers, variables (letters representing unknown values), and operation symbols (+, –, ×, ÷).
Raju buys x red boxes (4 pens each) and y blue boxes (5 pencils each), and also gets 3 free pens. The total is expressed as the algebraic expression 4x + 5y + 3.
🔑 Key Terms in an Algebraic Expression
Parts separated by + or – signs. In 4x + 5y + 3, the terms are 4x, 5y, and 3.
The letter symbols whose values can change. Here, x and y are variables.
Numbers multiplied with variables. 4 is the coefficient of x; 5 is the coefficient of y.
A fixed number with no variable. In 4x + 5y + 3, the constant is 3.
“Letter-numbers” are officially called variables. From now on, always use the word variable in your exams!
📐 Another Real-Life Example: Rectangular Garden
A garden of length l m and width w m has different fencing and seeding costs. The total cost works out to the expression 200l + 160w + 50lw.
w metres (wooden fence ₹80/m)
w metres
l metres (wire ₹100/m)
l metres
Seeds ₹50/m²
(area = l × w)
Total Cost = 200l + 160w + 50lw
Expressions like 4x + 5y + 3 have two variables. In this chapter, we focus only on expressions with one variable.
Polynomials — Definition & Types
Algebraic expressions involving one variable and its powers are called univariate polynomials (or simply polynomials).
📊 Types of Polynomials by Degree
| Type | Degree | Example |
|---|---|---|
| Constant Polynomial | 0 | 8 = 8x⁰ |
| Linear Polynomial | 1 | 3z + 7 |
| Quadratic Polynomial | 2 | x² + 5x + 1 |
| Cubic Polynomial | 3 | 5y³ + y² + 2y − 1 |
Ignore the coefficients — just find the highest exponent of the variable. In 5y³ + y² + 2y − 1, the highest power is 3, so it’s a cubic polynomial.
🔍 Example: Identify Parts of a Polynomial
Coefficient of y² → 1
Coefficient of y → 2
Constant term → −1
Degree → 3 (cubic)
x⁴ − 3x³ + 6x² − 2x + 7 — the coefficient of x² is 6 and of x³ is −3 (not +3). Always include the sign!
2.2 Linear Polynomials & Linear Equations
A polynomial of degree 1 is called a linear polynomial. It has the general form ax + b, where a ≠ 0.
📌 Real-Life Examples of Linear Polynomials
Perimeter of a square with side x = 4x — a linear polynomial in x.
Joining fee ₹200 + ₹50 per match = 200 + 50m — a linear polynomial in m.
When you calculate values of a linear polynomial at consecutive integers, the difference is always constant. This is the defining feature of a linear pattern!
⚖️ Linear Equations
When a linear polynomial is set equal to a constant, we get a linear equation.
Two numbers add up to 64, and one is 10 more than the other. Let the smaller number be x. Then:x + (x + 10) = 64 → 2x + 10 = 64 → 2x = 54 → x = 27
The two numbers are 27 and 37.
⚙️ Polynomials as Input–Output Machines
Think of a polynomial as a function: you put in a value of x (input), and the polynomial gives you an output.
x = 4
y = 2x + 3
( Linear Function )
y = 11
(2×4+3=11)
2x + 3 is a linear function. 10x − x² is a quadratic function (degree 2).
2.3 Exploring Linear Patterns
A linear pattern is a sequence of numbers where the difference between any two consecutive terms is constant.
🔷 Growing Pattern of Square Tiles
| Stage (n) | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|---|---|---|---|---|---|---|---|
| Number of Tiles | 1 | 3 | 5 | 7 | 9 | 11 | 13 |
The difference between consecutive terms is always 2 — a constant. So this is a linear pattern!
Stage 5: 2(5) − 1 = 9 ✓ | Stage 15: 2(15) − 1 = 29 tiles | Which stage has 47 tiles? → 2n−1 = 47 → n = 24
💰 Example 7: Bela’s Pocket Money
Bela has ₹100. She spends ₹5 each day. After how many days does she have ₹40?Amount on day n = 100 − 5n
Set equal to 40: 100 − 5n = 40 → 5n = 60 → n = 12
After 12 days, she has ₹40.
🚖 Example 8: Auto-Rickshaw Fare
Starting fare ₹25 for first 2 km, then ₹15 per km. For n km (where n ≥ 2):
Fare for 10 km = 15(10) − 5 = ₹145
2.4 Linear Growth and Linear Decay
A quantity increases by a constant amount over equal intervals. Represented by a line with positive slope.
A quantity decreases by a constant amount over equal intervals. Represented by a line with negative slope.
🚗 Example 9: Journey Cost (Linear Growth)
Where C = total cost (₹), d = distance (km). Each extra km adds ₹60.
| Distance d (km) | 0 | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|---|
| Cost C (₹) | 100 | 160 | 220 | 280 | 340 | 400 |
Cost increases by ₹60 per km — constant increase → Linear Growth
💧 Example 10: Water Tank (Linear Decay)
Where h = height of water (m), t = months. Water level drops 0.5 m per month.
| Month (t) | 0 | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|---|
| Height h (m) | 3 | 2.5 | 2 | 1.5 | 1 | 0.5 |
Height decreases by 0.5 m per month — constant decrease → Linear Decay
Linear growth and decay models are used in real life for depreciation of assets (phones, cars), population growth, radioactive decay estimates, and even monthly EMI planning!
2.5 Linear Relationships
A linear relationship between two variables x and y is expressed as:
Here, a is the slope (rate of change) and b is the y-intercept (constant).
📡 Example 11: Telecom Bill (Finding a and b)
When data used = 10 GB → Bill = ₹350 | When data used = 20 GB → Bill = ₹550
Find a and b in y = ax + b
350 = 10a + b … (i)
550 = 20a + b … (ii)Step 2: From (i): b = 350 − 10a
Step 3: Substitute in (ii): 550 = 20a + (350 − 10a)
550 = 10a + 350
10a = 200 → a = 20Step 4: b = 350 − 10(20) = 350 − 200 = b = 150
Answer: y = 20x + 150
(₹20 per GB, ₹150 fixed monthly fee)
In y = 20x + 150: 20 is the cost per GB (rate), and 150 is the fixed monthly charge. In any y = ax + b, a = rate of change and b = starting value.
2.6 Visualising Linear Relationships (Graphs)
Every linear equation y = ax + b represents a straight line on the coordinate plane.
📌 Steps to Plot a Linear Graph
- Choose any two values of x (tip: use x = 0 and another convenient value).
- Calculate the corresponding y values using the equation.
- Plot the two points on the coordinate plane.
- Join the points with a straight line and extend it in both directions.
📐 Example: Plot y = 2x + 1
y = 2(0) + 1 = 1 → A(0, 1)
y = 2(3) + 1 = 7 → B(3, 7)
x
y
1
2
3
-1
1
3
5
-2
A(0,1)
B(3,7)
y = 2x+1
🔑 Key Properties of y = ax + b
| Parameter | Role | Example |
|---|---|---|
| a (slope) | Steepness and direction of the line | In y = 3x + 2, slope = 3 |
| b (y-intercept) | Where the line crosses the y-axis | In y = 3x + 2, line cuts y-axis at (0,2) |
| a > 0 | Line goes up (left to right) → Linear Growth | y = 2x + 1 |
| a < 0 | Line goes down (left to right) → Linear Decay | y = −3x + 5 |
| Equal a, different b | Lines are parallel to each other | y=2x−1, y=2x+3 are parallel |
| b = 0 | Line passes through the origin (0,0) | y = 3x |
(i) In y = ax + b: a = slope, b = y-intercept.
(ii) Changing a (keeping b fixed) → changes slope, but y-intercept stays.
(iii) Changing b (keeping a fixed) → parallel lines with same slope.
Lines of the form y = ax always pass through origin. When a > 1, the line is steeper than y = x. When a < 1, it is less steep.
Chapter Summary
Combines numbers, variables & operations. Terms, variables, coefficients, and constants are its parts.
The highest power of the variable. Degree 0 = constant, 1 = linear, 2 = quadratic, 3 = cubic.
Degree 1 expression: ax + b (a ≠ 0). Examples: 2x + 3, 5 − 4y.
Quantity increases by a fixed amount each interval. Positive slope on graph.
Quantity decreases by a fixed amount each interval. Negative slope on graph.
y = ax + b. Slope = a. y-intercept = b. Parallel lines share same slope.
• General form: y = ax + b | • Linear pattern nth term: an + b
• y-intercept = b (set x = 0) | • Parallel lines: same slope a, different b
• Lines through origin: y = ax (b = 0)
Exam Practice Questions
📝 Short Answer (1–2 Marks)
🧮 Application Questions (3–4 Marks)
📊 Graph-Based Questions (5 Marks)
① Never forget the negative sign in coefficients (e.g., −3x has coefficient −3, not 3).
② When finding degree, look at the variable’s power, NOT the coefficient.
③ For parallel lines, slopes must be EQUAL but y-intercepts must be DIFFERENT.
④ Always verify a point lies on a line by substituting both coordinates in the equation.


Ilike this note .
Most helpful for my study.