By the end of this chapter you'll be able to…

  • 1Solve quadratic equations using the quadratic formula; use the discriminant to determine the nature of roots; apply the sum and product of roots formula
  • 2Identify arithmetic and geometric progressions; apply AP and GP formulas to find nth terms, sums, and sum to infinity; use AM-GM inequality
  • 3Calculate permutations nPr and combinations nCr; apply counting principles to solve arrangement and selection problems; expand (a+b)ⁿ using the Binomial Theorem and find general and middle terms
  • 4Write equations of straight lines in various forms; find angles between lines, distance from a point to a line; write equations of conic sections (circle, parabola, ellipse, hyperbola) from given conditions
  • 5Apply the limit definition to find derivatives by first principles; differentiate using power rule, product rule, quotient rule, and chain rule; calculate mean, variance, and standard deviation of ungrouped and grouped data
💡
Why this chapter matters
The second mathematics file for ISC Class 11 covers the algebraic and analytical topics that directly feed into Class 12's most marks-heavy content. Quadratic equations (discriminant, sum/product of roots, nature of roots) are prerequisites for Class 12 inverse trig and differential equations. Sequences and Series (AP, GP) are tested independently and within integration problems. Permutations and Combinations underlie probability at Class 12. Conic sections (circle, parabola, ellipse, hyperbola) are standalone 6-mark questions in ISC. Introduction to calculus (limits, first principles, standard derivatives) is the formal foundation for all of Class 12 calculus.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Algebra, Coordinate Geometry, Calculus & Statistics

1. Quadratic Equations

ax² + bx + c = 0 (a ≠ 0). Roots: x = [−b ± √(b²−4ac)] / 2a. Discriminant Δ = b² − 4ac. Δ>0: real, distinct. Δ=0: real, equal. Δ<0: complex conjugates. Sum of roots = −b/a. Product = c/a.


2. Sequences and Series

Arithmetic Progression (AP)

aₙ = a + (n−1)d. Sₙ = n/2[2a + (n−1)d] = n/2(a + l).

Geometric Progression (GP)

aₙ = arⁿ⁻¹. Sₙ = a(rⁿ−1)/(r−1) [r>1]. S∞ = a/(1−r) [|r|<1].

Special Series

Σn = n(n+1)/2. Σn² = n(n+1)(2n+1)/6. Σn³ = [n(n+1)/2]².

AM and GM: AM ≥ GM. Equality when all terms equal.


3. Permutations and Combinations

  • nPr = n!/(n−r)! (order MATTERS). nCr = n!/[r!(n−r)!] (order does NOT matter).
  • Properties: nCr = nC(n−r). nCr + nC(r−1) = (n+1)Cr.

4. Binomial Theorem

(a + b)ⁿ = Σⁿᵣ₌₀ ⁿCᵣ aⁿ⁻ʳ bʳ. General term: Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ. Middle term(s): n even → one. n odd → two.


5. Coordinate Geometry — Straight Lines

Slope: m = (y₂−y₁)/(x₂−x₁) = tan θ.

Forms: Slope-intercept (y=mx+c). Point-slope. Two-point. Intercept (x/a + y/b = 1). General (Ax+By+C=0).

Distance: d = √[(x₂−x₁)² + (y₂−y₁)²].

Distance of point from line: |Ax₁+By₁+C|/√(A²+B²).

Angle between lines: tan θ = |(m₁−m₂)/(1+m₁m₂)|.


6. Conic Sections

Circle: (x−h)² + (y−k)² = r². General: x²+y²+2gx+2fy+c=0. Centre: (−g,−f). r=√(g²+f²−c).

Parabola: y²=4ax. Focus(a,0). Directrix: x=−a. Latus rectum=4a. Eccentricity e=1.

Ellipse: x²/a² + y²/b² = 1 (a>b). c² = a²−b². e = c/a < 1. Latus rectum = 2b²/a.

Hyperbola: x²/a² − y²/b² = 1. c² = a²+b². e = c/a > 1. Asymptotes: y = ±(b/a)x.


7. Limits and Derivatives (Introduction to Calculus)

Limits

lim(x→a) f(x) = L. Standard limits: lim(x→0) sin x/x = 1. lim(x→0) (eˣ−1)/x = 1.

Derivative by First Principle

f′(x) = lim(h→0) [f(x+h)−f(x)]/h.

Derivatives of Standard Functions

d/dx(xⁿ)=nxⁿ⁻¹. d/dx(sin x)=cos x. d/dx(cos x)=−sin x. d/dx(eˣ)=eˣ. d/dx(log x)=1/x.

Rules: Sum/Difference. Product: (uv)′=u′v+uv′. Quotient: (u/v)′=(u′v−uv′)/v². Chain rule.


8. Statistics

Measures of Central Tendency

  • Mean: X̄=Σx/n or Σfx/Σf. Median: Middle value. Mode: Most frequent.

Measures of Dispersion

  • Range = Max−Min. Mean Deviation about mean/median.
  • Variance σ² = Σ(x−X̄)²/n. Standard Deviation σ = √(variance).
  • Coefficient of Variation = (σ/X̄)×100. Lower CV = more consistent.

9. Probability

Classical: P(E) = n(E)/n(S). 0 ≤ P(E) ≤ 1.

Addition Rule: P(A ∪ B) = P(A) + P(B) — P(A ∩ B). Mutually exclusive: P(A∩B)=0.

Conditional Probability: P(A|B) = P(A ∩ B)/P(B). Independent: P(A∩B) = P(A)×P(B).

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Quadratic Equations and Sequences
QUADRATIC: ax²+bx+c=0. Roots: x = [−b ± √(b²−4ac)] / 2a. DISCRIMINANT Δ = b²−4ac: Δ>0 → 2 real distinct roots. Δ=0 → 2 real equal roots. Δ<0 → 2 complex conjugate roots. Sum of roots α+β = −b/a. Product αβ = c/a. Equation with given roots: x² − (α+β)x + αβ = 0. AP: aₙ = a+(n−1)d. Sₙ = n/2[2a+(n−1)d] = n/2(a+l). GP: aₙ = arⁿ⁻¹. Sₙ = a(rⁿ−1)/(r−1) for r≠1. S∞ = a/(1−r) for |r|<1. AM = (a+b)/2. GM = √(ab). AM ≥ GM (equality when a=b). Special sums: Σn = n(n+1)/2. Σn² = n(n+1)(2n+1)/6. Σn³ = [n(n+1)/2]².
For geometric series S∞: only exists (converges) when |r| < 1. If r ≥ 1, the series diverges (sum is infinite). AM-GM inequality: (a+b)/2 ≥ √(ab) → used to find minimum value of expressions of the form ax + b/x.
Permutations, Combinations and Binomial Theorem
nPr = n!/(n−r)! (ORDER MATTERS — arrangements). nCr = n!/[r!(n−r)!] (ORDER DOESN'T MATTER — selections). nC0 = nCn = 1. nCr = nC(n−r). nCr + nC(r−1) = (n+1)Cr (Pascal's identity). BINOMIAL THEOREM: (a+b)ⁿ = Σⁿᵣ₌₀ ⁿCᵣ aⁿ⁻ʳ bʳ. General term: Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ. Middle term: If n is even → T(n/2+1) is the middle term. If n is odd → T(n+1)/2 and T(n+3)/2 are the two middle terms. SUM OF BINOMIAL COEFFICIENTS: 2ⁿ. Sum of alternate coefficients each = 2ⁿ⁻¹.
For finding a specific term (e.g., term containing x⁵ in (x+1/x)¹⁰): write general term, set the power of x equal to the required power, solve for r. Distinguish: arrangements of ALL n objects = n!; arrangements of r from n = nPr; CIRCULAR arrangements of n objects = (n−1)!.
Straight Lines and Conic Sections
STRAIGHT LINES: Slope m = (y₂−y₁)/(x₂−x₁) = tan θ. Forms: y = mx + c (slope-intercept). y − y₁ = m(x − x₁) (point-slope). x/a + y/b = 1 (intercept form). Ax + By + C = 0 (general form — slope = −A/B). Parallel: m₁ = m₂. Perpendicular: m₁m₂ = −1. Angle between lines: tan θ = |(m₁−m₂)/(1+m₁m₂)|. Distance of point (x₁,y₁) from line Ax+By+C=0: |Ax₁+By₁+C|/√(A²+B²). CONIC SECTIONS: CIRCLE: (x−h)²+(y−k)²=r². General: x²+y²+2gx+2fy+c=0; centre (−g,−f); r=√(g²+f²−c). PARABOLA: y²=4ax (focus at (a,0), directrix x=−a, latus rectum = 4a). ELLIPSE: x²/a²+y²/b²=1 (a>b); c²=a²−b²; e=c/a<1; foci at (±c,0). HYPERBOLA: x²/a²−y²/b²=1; c²=a²+b²; e=c/a>1; asymptotes y=±(b/a)x.
For conic section problems in ISC: first identify the type from the equation (circle: equal coefficients of x² and y², no xy term. Parabola: only ONE squared term. Ellipse: BOTH squared with different positive denominators. Hyperbola: one positive, one negative). Then extract the key parameters (centre/focus/directrix/eccentricity).
Limits, Derivatives and Statistics
STANDARD LIMITS: lim(x→0) sinx/x = 1. lim(x→0) tanx/x = 1. lim(x→0) (eˣ−1)/x = 1. lim(x→0) (aˣ−1)/x = ln a. lim(x→0) (1+x)^(1/x) = e. FIRST PRINCIPLES: f′(x) = lim(h→0) [f(x+h)−f(x)]/h. STANDARD DERIVATIVES: d/dx(xⁿ) = nxⁿ⁻¹. d/dx(sin x) = cos x. d/dx(cos x) = −sin x. d/dx(tan x) = sec²x. d/dx(eˣ) = eˣ. d/dx(ln x) = 1/x. PRODUCT RULE: (uv)′ = u′v + uv′. QUOTIENT RULE: (u/v)′ = (u′v−uv′)/v². CHAIN RULE: d/dx[f(g(x))] = f′(g(x))·g′(x). STATISTICS: Mean X̄ = Σfx/Σf. Variance σ² = Σf(x−X̄)²/Σf = Σfx²/Σf − X̄². Standard deviation σ = √(variance). Coefficient of Variation (CV) = (σ/X̄) × 100.
For Class 11, Chain Rule is introduced but full application is developed at Class 12. Note the MINUS sign in d/dx(cos x) = −sin x — commonly forgotten. Coefficient of Variation compares CONSISTENCY of two data sets: lower CV = more consistent (less relative spread).
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Using Sₙ = a(rⁿ−1)/(r−1) for sum to infinity
The FINITE sum formula Sₙ = a(rⁿ−1)/(r−1) is for the sum of the FIRST n terms of a GP. The SUM TO INFINITY S∞ = a/(1−r) is ONLY VALID when |r| < 1. When |r| ≥ 1, the series does not converge and has no finite sum. For S∞: r must be a proper fraction (between −1 and 1 exclusive). Common error: applying S∞ to sequences with r = 2 or r = −2.
WATCH OUT
Forgetting to apply absolute value in the distance-of-point-from-line formula
Distance of point (x₁,y₁) from line Ax+By+C=0 is ALWAYS |Ax₁+By₁+C|/√(A²+B²). The absolute value ensures a POSITIVE distance — a signed answer is meaningless for distance. Also check: the line equation must be written as Ax+By+C=0 (everything on one side) before substituting. A common error is leaving the constant on the wrong side: for x+2y=5, rewrite as x+2y−5=0 before substituting.
WATCH OUT
Confusing variance and standard deviation
VARIANCE σ² = Σf(x−X̄)²/N (average of squared deviations). It is in SQUARED UNITS — so if data is in kg, variance is in kg². STANDARD DEVIATION σ = √(variance) — in the SAME UNITS as the data. Standard deviation is more interpretable (same units as data). COEFFICIENT OF VARIATION = (σ/X̄) × 100 — allows comparison of spread between data sets with different units or means. For ISC: if asked 'which group is more consistent?' calculate CV for both — the group with LOWER CV is more consistent.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Algebra, Coordinate Geometry, Calculus & Statistics?

3 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

3 questions~2 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Quadratic discriminant: Δ>0 (real distinct), Δ=0 (real equal), Δ<0 (complex). Sum of roots = −b/a, product = c/a.
  • AP: aₙ = a+(n−1)d. Sₙ = n/2[2a+(n−1)d]. GP: aₙ = arⁿ⁻¹. S∞ = a/(1−r) for |r|<1.
  • AM ≥ GM. Equality when all terms are equal. Useful for finding minimum values.
  • nPr = n!/(n−r)!. nCr = n!/[r!(n−r)!]. nCr = nC(n−r). nCr + nC(r−1) = (n+1)Cr.
  • Binomial: Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ. Middle term: n even → T(n/2+1); n odd → two middle terms.
  • Distance of point from line: |Ax₁+By₁+C|/√(A²+B²). Perpendicular lines: m₁m₂ = −1.
  • Parabola y²=4ax: focus (a,0), directrix x=−a, latus rectum=4a. Eccentricity e=1.
  • Ellipse x²/a²+y²/b²=1: c²=a²−b², e=c/a<1. Hyperbola: c²=a²+b², e>1.
  • First principles: f′(x) = lim(h→0)[f(x+h)−f(x)]/h. Standard: d/dx(xⁿ)=nxⁿ⁻¹, d/dx(sin x)=cos x.
  • Variance σ² = Σf(x−X̄)²/N. SD σ = √σ². CV = (σ/X̄)×100. Lower CV = more consistent data.

ICSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Arithmetic and geometric progressions model financial ins…

Arithmetic and geometric progressions model financial instruments — fixed deposits (AP: constant interest added), compound interest (GP: exponential growth), EMI calculations

Binomial theorem underpins probability theory and is used…

Binomial theorem underpins probability theory and is used in statistical mechanics, quantum physics, and genetics (Hardy-Weinberg equilibrium uses binomial expansion)

Conic sections are everywhere in physics and engineering:…

Conic sections are everywhere in physics and engineering: parabolic mirrors concentrate light (telescopes, satellite dishes), elliptical orbits (Kepler's first law), hyperbolic navigation systems (LORAN)

Limits and derivatives are the mathematical language of c…

Limits and derivatives are the mathematical language of change — they describe every rate in science and engineering: velocity, reaction rates, electrical current, population growth

Standard deviation and coefficient of variation are the p…

Standard deviation and coefficient of variation are the primary tools in quality control, clinical trials, and financial portfolio risk assessment

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

1
ISC Class 11 Mathematics exams are procedural — marks are awarded for each correct step. For sequences: always verify the type (AP or GP) before applying formulas. For binomial theorem: write out the general term formula first, then substitute to find specific terms — don't skip steps. For conic sections: draw a rough sketch to orient yourself. For calculus: show ALL steps in first-principles derivations (limit notation must be maintained until the final step). For statistics: show the frequency table, then the mean, then the deviation calculation, then variance — each step earns marks.

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

STRETCH
Research the Mathematical Induction Principle in depth — the basis of countless olympiad proofs. Investigate strong induction, induction on multiple variables, and how induction proves divisibility, inequality, and combinatorial identities. Solve Olympiad problems like: prove 2ⁿ > n² for n ≥ 5.
STRETCH
Investigate the Pascal Triangle's hidden patterns — beyond binomial coefficients, Pascal's triangle contains Fibonacci numbers (diagonals), powers of 2 (row sums), Catalan numbers, and the Sierpinski triangle (when coloured by parity). It connects combinatorics, number theory, and fractal geometry.
STRETCH
Explore the Eccentricity Spectrum of Conic Sections — circle (e=0), ellipse (0<e<1), parabola (e=1), hyperbola (e>1). All four are slices of the same double cone (Apollonius of Perga, ~200 BCE). Investigate how eccentricity governs orbital mechanics (planets, comets, satellites).
STRETCH
Research the Euler-Maclaurin Formula — connects sums and integrals with correction terms. It's a more sophisticated version of basic Σ formulas. The formula has applications in approximating definite integrals, number theory, and the zeta function. A bridge between Class 11 calculus and serious analysis.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

ISC Class 11 Mathematics School Exam
ISC Class 12 Mathematics Board
JEE Main Mathematics
JEE Advanced Mathematics
BITSAT Mathematics
State CETs

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

In (a+b)ⁿ, there are n+1 terms total. CASE 1 — n is EVEN: There is exactly ONE middle term. It is T(n/2 + 1). Example: (x+y)¹⁰ has 11 terms, middle term = T₆ (r=5). CASE 2 — n is ODD: There are TWO middle terms. They are T(n+1)/2 and T(n+3)/2. Example: (x+y)⁹ has 10 terms, middle terms = T₅ and T₆. General term formula: Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ. Substitute the value of r for the middle term into this formula to get the actual term.

PERMUTATION: an ARRANGEMENT where ORDER MATTERS. If I choose 3 students from 10 to stand in a line (first, second, third positions are distinct), the number of ways = ¹⁰P₃ = 10×9×8 = 720. COMBINATION: a SELECTION where ORDER DOES NOT MATTER. If I choose 3 students from 10 for a committee (no rank distinction), the number of ways = ¹⁰C₃ = 120. Relationship: nPr = nCr × r! (each combination gives r! different arrangements). Memory aid: Combinations choose a team; Permutations arrange them in a queue. Ask yourself: 'Does the order in which I select/arrange matter?' If yes → Permutation. If no → Combination.
Verified by the tuition.in editorial team
Last reviewed on 27 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo