CLASS 9 β’ MATHS β’ CHAPTER 2
Introduction to
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.
π 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.
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.)
(β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.
Example: in 5yΒ³ + yΒ² + 2y β 1, the highest power is 3, so the degree is 3.
βοΈ Reading a polynomial
For 5yΒ³ + yΒ² + 2y β 1:
β§ back to top
- Coefficient of yΒ³ = 5
- Coefficient of yΒ² = 1
- Coefficient of y = 2
- Constant term = β1
3Types of Polynomials by Degree
| Degree | Name | Example |
|---|---|---|
| 0 | Constant polynomial | 8 (can be written as 8x0) |
| 1 | Linear polynomial | 3z + 7 |
| 2 | Quadratic polynomial | xΒ² + 5x + 1 |
| 3 | Cubic polynomial | 5yΒ³ + 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).
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) | 1 | 2 | 3 | 4 | 5 | β¦ | m |
|---|---|---|---|---|---|---|---|
| Amount paid (βΉ) | 250 | 300 | 350 | 400 | 450 | β¦ | 200 + 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
Example: 2x + 10 is a polynomial; 2x + 10 = 64 is a linear equation.
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.
βοΈ 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
2x + 3 is a linear function, while 10x β xΒ² is a quadratic function.
6Linear Patterns
Look at this growing pattern of square tiles β each stage adds 2 more tiles:
| Stage (n) | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|---|---|---|---|---|---|---|---|
| Number of tiles | 1 | 3 | 5 | 7 | 9 | 11 | 13 |
β 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.
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.
Here: 1, 3, 5, 7, 9β¦ the difference is always 2.
π‘ More everyday linear patterns
β§ back to top
- 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)
7Linear Growth & Linear Decay
| Linear Growth π | Linear Decay π | |
|---|---|---|
| Meaning | Quantity increases by a fixed amount over equal intervals | Quantity decreases by a fixed amount over equal intervals |
| Example | Cost C(d) = 100 + 60d β cost rises by βΉ60 per km | Water height h(t) = 3 β 0.5t β height falls by 0.5 m per month |
| On a graph | Straight line with positive slope (goes up β) | Straight line with negative slope (goes down β) |
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.
β 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.
β§ back to top
- 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)
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)
β 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
Check (7, 15) on y = 2x + 1 β 2(7) + 1 = 15 β So the point lies on the line.
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)
- 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)
β Slope tells the story
β§ back to top
- 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.)
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.
| Line | Cuts the y-axis at | y-intercept |
|---|---|---|
| y = 2x + 5 | A (0, 5) | 5 |
| y = x + 3 | B (0, 3) | 3 |
| y = 3x β 2 | C (0, β2) | β2 |
β Keep a the same, change b β parallel lines
β Three conclusions
β§ back to top
- 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.
12Common Mistakes to Avoid
β Donβt do this
β§ back to top
- 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.
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 b β parallel lines.
β¨ Happy Learning β @edugrown β¨