Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

Mathematics (Class 11) — Free Notes (CBSE & HBSE)

Free Class 11 Maths notes — Sets, Relations and Functions, Trigonometry, Complex Numbers, Permutations and Combinations, Binomial Theorem, Sequences and Series, Straight Lines, Conic Sections, Limits and Derivatives, Statistics and Probability — with solved examples, MCQs and important questions for CBSE and HBSE. Free Class 11 Mathematics course on SikshaSarovar.

Free, chapter-wise Mathematics notes for Class 11 on Siksha Sarovar, aligned to NCERT and both CBSE and Haryana Board (HBSE). Covers 14 chapters with explanations, worked examples and board-pattern practice questions.

Chapters covered (14)

  1. Sets — Foundation of all higher mathematics — every later chapter (functions, probability, calculus) speaks the language of sets. CBSE asks 5–6 marks: 1 MCQ + 1 short answer (set…
  2. Relations and Functions — Builds on sets to introduce relations, functions, domain/range, and special real-valued functions. CBSE expects 6–8 marks: ordered pairs, function types, and graph sketching. HBSE…
  3. Trigonometric Functions — The most identity-heavy chapter — every formula reappears in calculus and physics. CBSE allocates 8–10 marks across MCQ, identity proofs, equation solving, and graph sketching.…
  4. Complex Numbers and Quadratic Equations — Introduces i = √(−1), polar form, and quadratic equations with negative discriminant. CBSE expects 6–8 marks; HBSE typically 5–7 marks, focused on modulus-argument and quadratic…
  5. Linear Inequalities — Compact chapter combining algebra with coordinate geometry. CBSE asks 4–5 marks: one number-line solution and one graphical system. HBSE keeps it at 3–4 marks.
  6. Permutations and Combinations — Combinatorial reasoning chapter — sets up probability and binomial theorem. CBSE expects 6–8 marks: factorial computation, permutations with restrictions, combinations, and a word…
  7. Binomial Theorem — Expansion formula and properties of binomial coefficients. CBSE asks 5–6 marks: general/middle term, numerical coefficient finding, identities. HBSE asks 4–5 marks.
  8. Sequences and Series — Covers Arithmetic Progression (AP), Geometric Progression (GP), and standard summation formulas. CBSE asks 6–8 marks: nth term, sum to n terms, GP word problem, AM-GM inequality.
  9. Straight Lines — Coordinate geometry workhorse — slopes, line forms, distances. CBSE expects 6–8 marks; HBSE 5–7 marks. Heavy formula chapter — memorise the five forms of line equation.
  10. Conic Sections — Circle, parabola, ellipse, hyperbola — standard forms and key properties. CBSE expects 6–8 marks across MCQ and short/long questions on equation derivation, foci, vertices,…
  11. Introduction to Three Dimensional Geometry — Extends Cartesian plane to space: coordinate triple (x, y, z), distance, and section formula in 3D. CBSE expects 4–5 marks; HBSE 3–4 marks. Short, formula-heavy.
  12. Limits and Derivatives — First taste of calculus — intuitive limits, standard limits, and derivative from first principles. CBSE expects 8–10 marks: 1 MCQ + 1 short limit + 1 long…
  13. Statistics — Measures of dispersion — range, mean deviation, variance, standard deviation, and coefficient of variation. CBSE asks 5–6 marks; HBSE 4–5 marks. Formula-heavy chapter with…
  14. Probability — Axiomatic foundation of probability — sample spaces, events, P(A ∪ B), complementary events. CBSE asks 5–7 marks; HBSE 4–6 marks. Builds on the language of sets from Chapter 1.

Sets: Sets — Definition, Notation, Types

What is a Set?

A set is a well-defined collection of distinct objects. "Well-defined" means: given any object, we can decide unambiguously whether it belongs to the set or not.

The collection of "tall students in your class" is not a set (tall is subjective); the collection of "students above 170 cm" is a set.

Notation

  • Sets are denoted by capital letters: A, B, C, …
  • Elements by lowercase: a, b, x, y, …
  • x ∈ A means "x belongs to A"; x ∉ A means "x does not belong to A".

Ways to Represent a Set

MethodExample
Roster (Tabular)A = {1, 2, 3, 4, 5}
Set-builder (Rule)A = {x : x ∈ ℕ, x ≤ 5}
DescriptiveA = first five natural numbers

In roster form: elements are separated by commas, order does not matter, and repetition is ignored (so {1, 2, 2, 3} = {1, 2, 3}).

Standard Number Sets (must memorise the symbols)

SymbolSet
Natural numbers {1, 2, 3, …}
WWhole numbers {0, 1, 2, …}
Integers {…, −2, −1, 0, 1, 2, …}
Rational numbers (p/q form)
Real numbers
Complex numbers
ℤ⁺, ℝ⁺Positive integers / reals

Types of Sets

Empty / Null Set (∅ or { }) — contains no elements. Caution: {0} is not empty (it contains 0), and {∅} contains one element (the empty set itself).

Singleton set — exactly one element: {7}.

Finite set — countable, finite number of elements. Cardinality n(A) = number of elements.

Infinite set — cannot be exhausted by counting (ℕ, ℝ).

Equal sets — A = B iff every element of A is in B and vice-versa (same elements, in any order).

Equivalent sets — A ~ B iff n(A) = n(B). Equal ⇒ equivalent, but equivalent ⇏ equal.

CBSE Tip: Always specify the universal set when using set-builder notation — "x ∈ ℕ" or "x ∈ ℝ" can change the resulting set entirely.

Frequently asked questions

Are these Mathematics notes free?

Yes — all Mathematics notes on Siksha Sarovar are free to read, no account required.

Do the notes follow CBSE and HBSE?

Yes. Notes are NCERT-aligned and include both CBSE and Haryana Board (HBSE) exam guidance, important questions and MCQs.

Can I prepare for board exams here?

Yes — each chapter includes key concepts, formulas, important questions and practice MCQs for board exam revision.