Comprehensive Study Notes: NCERT Mathematics Textbook for Class XI

Foreword and Educational Philosophy of NCF 2005

  • Linkage to Life Outside School: The National Curriculum Framework (NCF) 2005 recommends connecting a child's school life to their life outside school to bridge the gap between school, home, and community.
  • Discouraging Rote Learning: Syllabi and textbooks are designed to discourage rote learning and maintain the fluidity between different subject areas.
  • Child-Centred Education: The framework builds upon the National Policy on Education (1986), shifting towards a system where children generate knowledge by engaging with information rather than being passive receivers.
  • Rationalisation of Content: In response to the COVID-19 pandemic and the National Education Policy 2020, content was rationalized to reduce load and promote experiential learning. Criteria included:     * Overlapping content with other subjects.     * Content included in lower or higher classes.     * Difficulty level and accessibility for self-learning.     * Irrelevance to current contexts.

Chapter 1: Sets

  • Introduction: The theory of sets was developed by the German mathematician Georg Cantor (1845–1918) while working on "problems on trigonometric series."
  • Definition: A set is a well-defined collection of objects. Objects, elements, and members are synonymous terms. Sets are typically denoted by capital letters (A,B,CA, B, C) and elements by small letters (a,b,ca, b, c).
  • Notation:     * \in: Epsilon, denotes "belongs to." (aAa \in A).     * \notin: Denotes "does not belong to" (bAb \notin A).
  • Standard Mathematical Sets:     * NN: Set of all natural numbers.     * ZZ: Set of all integers.     * QQ: Set of all rational numbers.     * RR: Set of real numbers.     * Z+Z^+: Set of positive integers.     * Q+Q^+: Set of positive rational numbers.     * R+R^+: Set of positive real numbers.
  • Representations of Sets:     * Roster or Tabular Form: All elements are listed, separated by commas, and enclosed in braces ({}\{ \}). Order is immaterial and elements are generally not repeated (e.g., the word SCHOOL is represented as {S,C,H,O,L}\{S, C, H, O, L\}).     * Set-builder Form: Elements possess a single common property. Written as V={x:x is a vowel in English alphabet}V = \{x : x \text{ is a vowel in English alphabet}\}. The colon ":" stands for "such that."
  • Types of Sets:     * Empty Set (Null or Void Set): A set containing no elements, denoted by ϕ\phi or {}\{ \}.     * Finite and Infinite Sets: A set is finite if it is empty or consists of a definite number of elements (n(S)n(S) is a natural number). Otherwise, it is infinite.     * Equal Sets: Two sets AA and BB are equal (A=BA = B) if they have exactly the same elements.
  • Subsets:     * Definition: ABA \subset B if every element of AA is also an element of BB. Symbolically: aAaBa \in A \Rightarrow a \in B.     * Proper Subset: If ABA \subset B and ABA \neq B, then AA is the proper subset and BB is the superset.     * Intervals as Subsets of RR:         * Open Interval: (a,b)={y:a<y<b}(a, b) = \{y : a < y < b\}.         * Closed Interval: [a,b]={x:axb}[a, b] = \{x : a \le x \le b\}.         * Semi-open/Closed: [a,b)[a, b) and (a,b](a, b].     * Universal Set (UU): The basic set relevant to a particular context from which all subsets are derived.
  • Venn Diagrams: Relationships represented by rectangles (Universal set) and closed curves/circles (Subsets).
  • Operations on Sets:     * Union (ABA \cup B): Elements in AA or BB or both. AB={x:xA or xB}A \cup B = \{x : x \in A \text{ or } x \in B\}.     * Intersection (ABA \cap B): Elements common to both. AB={x:xA and xB}A \cap B = \{x : x \in A \text{ and } x \in B\}.     * Disjoint Sets: If AB=ϕA \cap B = \phi.     * Difference (ABA - B): Elements in AA but not in BB.
  • Complement of a Set (AA'): Let UU be the universal set. A={x:xU and xA}A' = \{x : x \in U \text{ and } x \notin A\}. Note that A=UAA' = U - A.
  • De Morgan’s Laws:     * (AB)=AB(A \cup B)' = A' \cap B'     * (AB)=AB(A \cap B)' = A' \cup B'

Chapter 2: Relations and Functions

  • Cartesian Product of Sets: Given non-empty sets PP and QQ, P×Q={(p,q):pP,qQ}P \times Q = \{(p, q) : p \in P, q \in Q\}. If n(A)=pn(A) = p and n(B)=qn(B) = q, then n(A×B)=pqn(A \times B) = pq.
  • Relations: A relation RR from set AA to set BB is a subset of the Cartesian product A×BA \times B.     * Domain: The set of all first elements of the ordered pairs in a relation.     * Range: The set of all second elements.     * Codomain: The entire set BB. Note that Range \subset Codomain.     * Total number of relations: If n(A)=pn(A) = p and n(B)=qn(B) = q, there are 2pq2^{pq} relations.
  • Functions: A relation ff from AA to BB where every element of AA has exactly one image in BB.     * Real Valued Function: Range is RR or a subset of RR.     * Real Function: Both domain and range are subsets of RR.
  • Specific Functions and Graphs:     * Identity Function: f(x)=xf(x) = x. Domain and Range = RR. Graph is a line through origin.     * Constant Function: f(x)=cf(x) = c.     * Polynomial Function: f(x)=a0+a1x+a2x2+...+anxnf(x) = a_0 + a_1x + a_2x^2 + ... + a_nx^n.     * Rational Function: f(x)/g(x)f(x) / g(x) where g(x)0g(x) \neq 0.     * Modulus Function: f(x)=x={x,x0x,x<0f(x) = |x| = \begin{cases} x, & x \ge 0 \\ -x, & x < 0 \end{cases}.     * Signum Function: f(x)={1,x>00,x=01,x<0f(x) = \begin{cases} 1, & x > 0 \\ 0, & x = 0 \\ -1, & x < 0 \end{cases}. Range is {1,0,1}\{-1, 0, 1\}.     * Greatest Integer Function: f(x)=[x]f(x) = [x], the greatest integer less than or equal to xx. (e.g., [2.3]=2[2.3] = 2, [1.1]=2[-1.1] = -2).
  • Algebra of Real Functions:     * (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)     * (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x)     * (fg)(x)=f(x)g(x)(fg)(x) = f(x)g(x)     * (f/g)(x)=f(x)/g(x),g(x)0(f/g)(x) = f(x)/g(x), g(x) \neq 0

Chapter 3: Trigonometric Functions

  • Angles: Measure of rotation of a ray from initial side to terminal side. Anticlockwise is positive; clockwise is negative.
  • Measuring Units:     * Degree Measure: 1=601^\circ = 60' (minutes), 1=601' = 60'' (seconds).     * Radian Measure: Angle subtended at the centre by an arc of length 1 unit in a unit circle. Relation: l=rθl = r\theta (θ\theta in radians).
  • Conversion:     * π radian=180\pi \text{ radian} = 180^\circ     * 1 radian57161 \text{ radian} \approx 57^\circ 16'     * Radian measure=π180×Degree measure\text{Radian measure} = \frac{\pi}{180} \times \text{Degree measure}
  • Trigonometric Identities:     * sin2x+cos2x=1\sin^2 x + \cos^2 x = 1, 1+tan2x=sec2x1 + \tan^2 x = \sec^2 x, 1+cot2x=cosec2x1 + \cot^2 x = \text{cosec}^2 x.     * Signs in Quadrants:         * I: All positive.         * II: sin,cosec\sin, \text{cosec} positive.         * III: tan,cot\tan, \cot positive.         * IV: cos,sec\cos, \sec positive.
  • Sum and Difference Formulas:     * cos(x±y)=cosxcosysinxsiny\cos(x \pm y) = \cos x \cos y \mp \sin x \sin y     * sin(x±y)=sinxcosy±cosxsiny\sin(x \pm y) = \sin x \cos y \pm \cos x \sin y     * tan(x+y)=tanx+tany1tanxtany\tan(x + y) = \frac{\tan x + \tan y}{1 - \tan x \tan y}
  • Multiple Angle Formulas:     * sin2x=2sinxcosx=2tanx1+tan2x\sin 2x = 2 \sin x \cos x = \frac{2 \tan x}{1 + \tan^2 x}     * cos2x=cos2xsin2x=2cos2x1=12sin2x=1tan2x1+tan2x\cos 2x = \cos^2 x - \sin^2 x = 2 \cos^2 x - 1 = 1 - 2 \sin^2 x = \frac{1 - \tan^2 x}{1 + \tan^2 x}     * sin3x=3sinx4sin3x\sin 3x = 3 \sin x - 4 \sin^3 x     * cos3x=4cos3x3cosx\cos 3x = 4 \cos^3 x - 3 \cos x

Chapter 4: Complex Numbers and Quadratic Equations

  • Definitions: A number of form a+iba + ib where a,bRa, b \in R and i=1i = \sqrt{-1}. aa is the Real part (Re z\text{Re } z) and bb is the Imaginary part (Im z\text{Im } z).
  • Algebra:     * Equality: a+ib=c+ida=ca + ib = c + id \Rightarrow a = c and b=db = d.     * Addition: (a+c)+i(b+d)(a + c) + i(b + d).     * Multiplication: (acbd)+i(ad+bc)(ac - bd) + i(ad + bc).
  • Powers of ii: i2=1,i3=i,i4=1i^2 = -1, i^3 = -i, i^4 = 1. In general, i4k=1,i4k+1=i,i4k+2=1,i4k+3=ii^{4k} = 1, i^{4k+1} = i, i^{4k+2} = -1, i^{4k+3} = -i.
  • Modulus and Conjugate:     * Modulus: z=a2+b2|z| = \sqrt{a^2 + b^2}.     * Conjugate: zˉ=aib\bar{z} = a - ib.     * Inverse: z1=zˉz2z^{-1} = \frac{\bar{z}}{|z|^2}.
  • Argand Plane: Geometrical representation where xx-axis is the real axis and yy-axis is the imaginary axis.

Chapter 5: Linear Inequalities

  • Definition: Two real numbers or algebraic expressions related by symbols <,>,,<, >, \le, \ge.
  • Rules for Solving:     * Rule 1: Equal numbers may be added to or subtracted from both sides without changing the inequality sign.     * Rule 2: Both sides can be multiplied/divided by a positive number. Crucial: If multiplied/divided by a negative number, the sign is reversed (e.g., if 3>23 > 2 then 3<2-3 < -2).
  • Graphical Representation: On a number line, a strict inequality (<,><, >) uses a hollow circle; a slack inequality (,\le, \ge) uses a dark circle.

Chapter 6: Permutations and Combinations

  • Fundamental Principle of Counting: If one event occurs in mm ways and a second in nn ways, the total occurrences in that order is m×nm \times n.
  • Factorial Notation: n!=1×2×3×...×nn! = 1 \times 2 \times 3 \times ... \times n. Note 0!=10! = 1.
  • Permutations (nPrn P_r): Arrangement in a definite order.     * Formula: nPr=n!(nr)!,0rn^n P_r = \frac{n!}{(n - r)!}, 0 \le r \le n.     * When objects are not distinct: n!p1!p2!...pk!\frac{n!}{p_1! p_2! ... p_k!}.
  • Combinations (nCrn C_r): Selection where order does NOT matter.     * Formula: nCr=n!r!(nr)!^n C_r = \frac{n!}{r!(n - r)!}.     * Relation: nPr=nCr×r!^n P_r = ^n C_r \times r!.     * Identity: nCr+nCr1=n+1Cr^n C_r + ^n C_{r-1} = ^{n+1} C_r.

Chapter 7: Binomial Theorem

  • Theorem: For any positive integer nn, (a+b)n=nC0an+nC1an1b+nC2an2b2+...+nCnbn(a + b)^n = ^n C_0 a^n + ^n C_1 a^{n-1}b + ^n C_2 a^{n-2}b^2 + ... + ^n C_n b^n.
  • Pascal’s Triangle: A triangular array of binomial coefficients. Each interior number is the sum of the two numbers directly above it.
  • Observations:     * Total terms = n+1n+1.     * Sum of indices of aa and bb in each term = nn.

Chapter 8: Sequences and Series

  • Sequence: A function whose domain is the set of natural numbers. Terms are denoted a1,a2,...,ana_1, a_2, ..., a_n.
  • Series: The indicated sum of terms of a sequence (a1+a2+...+ana_1 + a_2 + ... + a_n).
  • Geometric Progression (G.P.): A sequence where each term (except the first) bears a constant ratio (rr) to the preceding term.     * General term: an=arn1a_n = ar^{n-1}.     * Sum of nn terms: Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1 - r} or Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1} if r1r \neq 1.
  • Arithmetic Mean (A.M.) and Geometric Mean (G.M.):     * A.M.=(a+b)/2\text{A.M.} = (a+b)/2; G.M.=ab\text{G.M.} = \sqrt{ab}.     * Relation: AGA \ge G.

Chapter 9: Straight Lines

  • Slope (mm): m=tanθm = \tan \theta where θ\theta is inclination. Slope through points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
  • Parallel and Perpendicular Lines:     * Parallel: m1=m2m_1 = m_2.     * Perpendicular: m1m2=1m_1 m_2 = -1.
  • Angle between Two Lines: tanθ=m2m11+m1m2\tan \theta = \left| \frac{m_2 - m_1}{1 + m_1 m_2} \right|.
  • Equations of Line:     * Point-slope: yy0=m(xx0)y - y_0 = m(x - x_0).     * Two-point: yy1=y2y1x2x1(xx1)y - y_1 = \frac{y_2 - y_1}{x_2 - x_1}(x - x_1).     * Slope-intercept: y=mx+cy = mx + c (where cc is yy-intercept).     * Intercept form: xa+yb=1\frac{x}{a} + \frac{y}{b} = 1.     * General Equation: Ax+By+C=0Ax + By + C = 0.
  • Distance Formulas:     * Point (x1,y1)(x_1, y_1) to line Ax+By+C=0Ax+By+C=0: d=Ax1+By1+CA2+B2d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}.     * Distance between parallel lines: d=C1C2A2+B2d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}.

Chapter 10: Conic Sections

  • Sections of a Cone: Intersections of a plane with a double-napped right circular cone result in circle, ellipse, parabola, or hyperbola.
  • Circle: Set of points equidistant from a fixed point. Equation: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.
  • Parabola: Set of points equidistant from a fixed line (directrix) and a fixed point (focus). Standard form: y2=4axy^2 = 4ax. Latus rectum = 4a4a.
  • Ellipse: Sum of distances from two foci is constant (2a2a). Standard: x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1. Relation: c2=a2b2c^2 = a^2 - b^2. Eccentricity e=c/a<1e = c/a < 1.
  • Hyperbola: Difference of distances from two foci is constant (2a2a). Standard: x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1. Relation: c2=a2+b2c^2 = a^2 + b^2. Eccentricity e=c/a>1e = c/a > 1.

Chapter 11: Three Dimensional Geometry

  • Coordinate System: Three mutually perpendicular axes (x,y,zx, y, z) intersecting at origin (0,0,0)(0,0,0).
  • Octants: The coordinate planes divide space into eight parts (Octants I to VIII).
  • Distance Formula: PQ=(x2x1)2+(y2y1)2+(z2z1)2PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}.

Chapter 12: Limits and Derivatives

  • Limits: LL is the limit of f(x)f(x) as xax \to a if the left hand limit and right hand limit coincide.
  • Special Limits:     * limxaxnanxa=nan1\lim_{x \to a} \frac{x^n - a^n}{x - a} = na^{n-1}.     * limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1.     * limx01cosxx=0\lim_{x \to 0} \frac{1 - \cos x}{x} = 0.
  • Derivatives: Measure of rate of change. First principle: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}.     * Rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}.     * Product Rule: (uv)=uv+uv(uv)' = u'v + uv'.     * Quotient Rule: (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}.

Chapter 13: Statistics

  • Measures of Central Tendency: Mean (xˉ\bar{x}), Median (MM), Mode.
  • Measures of Dispersion:     * Range: Max value - Min value.     * Mean Deviation (M.D.): M.D.(xˉ)=xixˉn\text{M.D.}(\bar{x}) = \frac{\sum |x_i - \bar{x}|}{n}.     * Variance (σ2\sigma^2): Mean of the squares of deviations from the mean. σ2=(xixˉ)2n\sigma^2 = \frac{\sum(x_i - \bar{x})^2}{n}.     * Standard Deviation (σ\sigma): Positive square root of variance.

Chapter 14: Probability

  • Event: Any subset of a sample space SS.     * Impossible Event: ϕ\phi.     * Sure Event: Set SS.     * Simple Event: One sample point.     * Compound Event: More than one sample point.
  • Mutually Exclusive Events: If AB=ϕA \cap B = \phi; they cannot occur simultaneously.
  • Exhaustive Events: If E1E2...En=SE_1 \cup E_2 \cup ... \cup E_n = S.
  • Axiomatic Probability:     1. P(E)0P(E) \ge 0     2. P(S)=1P(S) = 1     3. P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) for mutually exclusive events.
  • Key Identity: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B).
  • Complementary Probability: P(A)=1P(A)P(A') = 1 - P(A).

Appendix 1: Special Infinite Series

  • Binomial for any index: (1+x)m=1+mx+m(m1)2!x2+...(1+x)^m = 1 + mx + \frac{m(m-1)}{2!}x^2 + ..., valid for x<1|x| < 1.
  • Exponential Series: ex=1+x1!+x22!+x33!+...e^x = 1 + \frac{x}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + .... The number ee lies between 2 and 3.
  • Logarithmic Series: loge(1+x)=xx22+x33x44+...\log_e(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + ..., valid for x<1|x| < 1.