Linear Inequalities – NCERT Class 11 Mathematics Chapter 5 – Algebraic Solutions, Graphical Representation, and Real-Life Applications

Covers the concept of inequalities in one and two variables, algebraic solutions and graphical representations, rules for solving inequalities, and real-life applications in mathematics, economics, and science; includes solved examples, word problems, and exercises with double inequalities and systems of inequalities.

Updated: 4 days ago

Categories: NCERT, Class XI, Mathematics, Algebra, Linear Inequalities, Graphical Method, Chapter 5
Tags: Linear Inequalities, One Variable, Two Variable, Graphical Representation, Inequality Signs, Solution Set, Algebraic Method, Rule of Signs, Word Problems, Double Inequalities, Applications, NCERT Class 11, Mathematics, Chapter 5
Post Thumbnail
Complex Numbers and Quadratic Equations: Class 11 NCERT Chapter 5 - Ultimate Study Guide, Notes, Questions, Quiz 2025

Complex Numbers and Quadratic Equations

Chapter 5: Mathematics - Ultimate Study Guide | NCERT Class 11 Notes, Questions, Examples & Quiz 2025

Full Chapter Summary & Detailed Notes - Complex Numbers and Quadratic Equations Class 11 NCERT

Overview & Key Concepts

  • Chapter Goal: Introduce complex numbers to solve quadratics with negative discriminants; algebra, modulus, conjugate, Argand plane, polar form. Exam Focus: Operations, powers of i, quadratic roots. 2025 Updates: Emphasis on polar representation, De Moivre's (intro). Fun Fact: Invented by Gauss; 'i' for imaginary. Core Idea: Extend reals with $$ i^2 = -1 $$. Real-World: Electrical engineering, quantum physics. Ties: Builds on quadratics; leads to sequences. Expanded: Examples from PDF, i powers table, Argand diagram.
  • Wider Scope: From reals to complexes for complete solutions.
  • Expanded Content: Modulus, argument, polar form, quadratic with complex roots.

5.1 Introduction

Quadratics like $$ x^2 + 1 = 0 $$ have no real roots; need complexes. Extends number system for all quadratics.

5.2 Complex Numbers

  • Definition: $$ z = a + ib $$, $$ i^2 = -1 $$, a real part, b imaginary.
  • Equality: Re and Im match.

Box 1: Powers of i (Cycle Table)

n$$ i^n $$Example
1$$ i $$$$ i $$
2$$ -1 $$$$ i^2 $$
3$$ -i $$$$ i^3 $$
4$$ 1 $$$$ i^4 $$
5$$ i $$Cycles

Simple Way: Mod 4: n mod 4 =1 → i, =2 → -1, =3 → -i, =0 →1.

5.3 Algebra of Complex Numbers

  • Addition/Subtraction: Component-wise: $$ (a+ib) + (c+id) = (a+c) + i(b+d) $$
  • Multiplication: $$ (ac - bd) + i(ad + bc) $$
  • Division: Multiply by conjugate over modulus squared.
  • Properties: Commutative, associative, identities, inverses.

5.4 Modulus and Conjugate

  • Modulus: $$ |z| = \sqrt{a^2 + b^2} $$
  • Conjugate: $$ \bar{z} = a - ib $$
  • Properties: $$ |z_1 z_2| = |z_1| |z_2| $$, etc.

5.5 Argand Plane

z as point (a,b); modulus distance, argument angle.

5.6 Polar Form

$$ z = r (\cos \theta + i \sin \theta) $$, r = |z|, $$ \theta = \arg(z) $$

5.7 Quadratic Equations

Roots: $$ \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$, complex if D<0.

Simple Example 1: Express in a+ib

$$ \sqrt{-4} = 2i $$. Step 1: $$ \sqrt{-4} = \sqrt{4} i = 2i $$

Summary

  • Complexes: $$ a + bi $$, operations like reals; modulus, polar; solve all quadratics.
  • Applications: AC circuits, signals.

Why This Guide Stands Out

Math-focused: Operations, polar, roots with steps. Free 2025 with MathJax.

Key Themes & Tips

  • Aspects: Definition, algebra, representation, applications.
  • Tip: Memorize i cycle; practice divisions.

Exam Case Studies

Find roots of $$ x^2 + 2x + 5 = 0 $$, modulus of product.

Project & Group Ideas

  • Plot Argand points for roots.
  • Simulate quadratic roots in Python.