← Back to Chapter 2

Complete Notes

Class 9 Mathematics • Ganita Manjari • Chapter 2 — Introduction to Linear Polynomials

📘 Chapter Notes

ये notes Chapter 2 के पूरे flow को आसान language में समझने के लिए बनाए गए हैं।

Chapter की शुरुआत algebraic expressions से होती है, फिर one-variable polynomials और degree को समझाया जाता है। इसके बाद linear polynomials, linear patterns, growth and decay, linear relationships और graphs आते हैं।

Study Order: पहले definitions समझें → examples देखें → formula/relation याद करें → फिर exercises solve करें।

📑 Notes Index

नीचे किसी भी topic पर click करके सीधे उस section पर जाएँ।

1. 2.1 Introduction — Algebraic Expressions

Algebraic expressions numbers, variables और mathematical operations की मदद से बनाए जाते हैं।

Variables

किसी unknown या बदलने वाली quantity को represent करने के लिए letters का उपयोग किया जाता है। इन्हें variables कहते हैं।

Example from the chapter:

अगर red boxes में 4 pens और blue boxes में 5 pencils हों, और x red boxes तथा y blue boxes हों, तो total expression में 4x और 5y जैसे terms आ सकते हैं।

4x + 5y + 3

Terms

Algebraic expression के अलग-अलग parts को terms कहते हैं।

Example:

4x + 5y + 3

Terms: 4x, 5y, 3

Coefficients

Variable के साथ multiply होने वाले numerical factor को coefficient कहते हैं।

4x में x का coefficient = 4
5y में y का coefficient = 5

Constant

जिस term में variable नहीं होता, वह constant term कहलाता है।

7x + 4

यहाँ 4 constant है।

Important Idea

इस chapter में आगे discussion मुख्य रूप से one-variable algebraic expressions पर किया जाता है। :contentReference[oaicite:2]{index=2}

2. One-Variable Polynomials

एक variable और उसकी whole-number powers से बने algebraic expressions को one-variable polynomials या univariate polynomials कहा जाता है।

Examples:
4x
x² + 1
2y − 5
5y³ + y² + 2y − 1

Degree

Polynomial में variable की सबसे बड़ी power उसकी degree होती है।

Polynomial Highest Power Type
8 0 Constant polynomial
3z + 7 1 Linear polynomial
x² + 5x + 1 2 Quadratic polynomial
5y³ + y² + 2y − 1 3 Cubic polynomial
Exam Tip:

Degree निकालते समय coefficient को नहीं, variable की highest power को देखो।

Linear Polynomial:

Degree 1 वाला polynomial linear polynomial कहलाता है।

ax + b

3. 2.2 Linear Polynomials

Chapter में linear polynomial को real-life situations और constant change के examples से समझाया गया है।

Example: Perimeter of a Square

यदि square की side x हो, तो perimeter:

P = 4x

यह x में linear polynomial है।

Example: Chess Club

Chapter में एक chess club का example दिया गया है जिसमें joining fee fixed है और हर match के लिए एक fixed extra amount लिया जाता है।

Amount = 200 + 50m

जहाँ m played matches को represent करता है।

Important Observation:

हर additional match पर amount में same fixed amount ₹50 की increase होती है। यही linear pattern की important पहचान है।

Linear Equation

जब linear polynomial को किसी constant के बराबर किया जाता है, तो linear equation मिलती है।

दो numbers का sum 64 है और एक number दूसरे से 10 अधिक है।

Smaller number = x

Larger number = x + 10

x + (x + 10) = 64
2x + 10 = 64
x = 27

Numbers are 27 and 37.

Polynomial as Input–Output Process

Chapter linear polynomial को input-output process की तरह भी समझाता है।

f(x) = 2x + 3

यदि x = 4:

2(4) + 3 = 11

इसलिए input 4 का output 11 है।

4. 2.3 Exploring Linear Patterns

Linear pattern में consecutive terms के बीच difference एक constant value रहता है।

1, 3, 5, 7, 9, ...

यहाँ हर बार difference:

+2

Square Tile Pattern

Chapter में growing square-tile pattern दिया गया है। उसमें stages के साथ squares की संख्या बढ़ती है:

Stage Square Tiles
1 1
2 3
3 5
4 7
5 9

इस pattern का nth-stage rule है:

2n − 1
Important:

Consecutive values का constant difference linear pattern की key पहचान है।

Real-Life Linear Pattern

Chapter में pocket money और daily spending जैसे examples के माध्यम से भी linear pattern समझाया गया है।

Amount left = 100 − 5n

यहाँ हर दिन amount ₹5 से घटती है।

Auto-Rickshaw Example

Chapter में initial 2 km के लिए fare ₹25 और उसके बाद हर additional kilometre पर ₹15 की increase का example है।

Fare = 25 + 15(n − 2)

अर्थात n ≥ 2 के लिए:

Fare = 15n − 5

5. 2.4 Linear Growth and Linear Decay

Linear Growth

जब equal intervals में कोई quantity एक fixed amount से बढ़ती है, तो उसे linear growth कहते हैं।

New Value = Initial Value + Fixed Increase × n

Chapter Example: Journey Cost

Journey की cost:

C(d) = 100 + 60d

हर अतिरिक्त kilometre पर cost ₹60 बढ़ती है।

Linear Decay

जब equal intervals में कोई quantity एक fixed amount से घटती है, तो उसे linear decay कहते हैं।

New Value = Initial Value − Fixed Decrease × n

Chapter Example: Water Height

Cylindrical tank में water height:

h(t) = 3 − 0.5t

हर month water height 0.5 m से घटती है।

Growth vs Decay:
Growth Decay
Quantity increases Quantity decreases
Fixed positive change Fixed negative change
Positive slope Negative slope

6. 2.5 Linear Relationships

दो variables x और y के बीच linear relationship को इस standard form में लिखा जा सकता है:

y = ax + b

Meaning of a

a line की slope या constant rate of change को represent करता है।

Meaning of b

b y-intercept को represent करता है।

Chapter Example:

एक telecom company fixed fee और data-use के आधार पर bill लेती है।

10 GB पर bill = ₹350

20 GB पर bill = ₹550

y = ax + b
350 = 10a + b
550 = 20a + b

दोनों equations solve करने पर:

a = 20
b = 150
y = 20x + 150
Easy Method:
  1. Given information को two points के रूप में लिखो।
  2. दोनों points को y = ax + b में substitute करो।
  3. दो equations solve करके a निकालो।
  4. किसी एक equation में a रखकर b निकालो।

7. 2.6 Visualising Linear Relationships

Linear relationship को coordinate plane पर straight line के रूप में plot किया जा सकता है।

Graph बनाने का Basic Method

  1. Equation लिखें।
  2. x की values चुनें।
  3. हर x के लिए y निकालें।
  4. Points plot करें।
  5. Points को straight line से join करें।

Example: y = 2x + 1

x y = 2x + 1 Point
0 1 (0, 1)
3 7 (3, 7)

इन points को coordinate plane पर plot करके straight line बनाई जाती है। :contentReference[oaicite:3]{index=3}

Equation y = ax

जब b = 0 होता है:

y = ax

ऐसी line हमेशा origin (0, 0) से गुजरती है।

Role of a

a slope को represent करता है।

Role of b

y = ax + b में line y-axis को point (0, b) पर काटती है।

y = x + 3

y-intercept = 3

इसलिए y-axis पर point = (0, 3)

y = 3x − 2

y-intercept = −2

इसलिए y-axis पर point = (0, −2)

Parallel Lines:

अगर a same है लेकिन b अलग है, तो lines parallel रहती हैं।

8. Important Forms & Formulas

Linear Polynomial

ax + b
Linear Relationship

y = ax + b
Linear Growth

Initial + fixed increase × n
Linear Decay

Initial − fixed decrease × n
Degree

Highest power of variable
y-intercept

(0, b)
Slope

a in y = ax + b
Parallel Lines

Same slope, different y-intercepts
Chapter का सबसे important connection:

Linear pattern में constant difference दिखाई देता है; उसी constant rate को graph में slope के रूप में देखा जा सकता है।

9. Chapter Summary

⭐ Quick Exam Revision

Q: Degree क्या है?
Highest power of the variable.
Q: Linear polynomial क्या है?
Degree 1 वाला polynomial.
Q: Linear pattern की पहचान?
Constant difference between consecutive terms.
Q: y = ax + b में a?
Slope / rate of change.
Q: y = ax + b में b?
y-intercept.
Q: b = 0 होने पर?
Line origin से गुजरती है।
Q: Same slope, different b?
Parallel lines.
Q: Positive slope?
Increasing / growth direction.

📚 Official Study Source

इन notes का chapter structure और core concepts Class 9 Ganita Manjari Chapter 2 पर आधारित हैं।

Open Official NCERT Ganita Manjari Chapter 2 →
← Back to Chapter 2 📝 Exercises ❓ Important Questions