Curriculum 2026–27
Practice
All Tools

Formula & Key Facts Reference

CBSE Class 10 (2026–27) — Maths, Science & SST Reference Handbook (257 Verified Entries)
257 Shown
MathematicsReal Numbers
📜 Theorem🔬 Supplementary

Euclid's division lemma

a=bq+r,0r<ba = bq + r, \quad 0 \le r < b
For given positive integers a and b, there exist unique integers q and r satisfying a = bq + r.
Condition: 0r<b,b>00 \le r < b, \quad b > 0NCERT Class 10 Math Section 1.2 (Foundational)
MathematicsReal Numbers
💡 Key Fact🔬 Supplementary

HCF by Euclid's algorithm

HCF(a,b)=HCF(b,r),where a=bq+r\text{HCF}(a, b) = \text{HCF}(b, r), \quad \text{where } a = bq + r
Repeatedly apply division lemma until remainder is zero; the last non-zero divisor is HCF.
Condition: r=amodbr = a \bmod bNCERT Class 10 Math Section 1.2 (Foundational)
MathematicsReal Numbers
📜 Theorem

Fundamental theorem of arithmetic

n=p1a1p2a2pkakn = p_1^{a_1} p_2^{a_2} \cdots p_k^{a_k}
Every composite number can be expressed (factorised) uniquely as a product of prime powers.
Condition: pi distinct primes,ai1p_i \text{ distinct primes}, \quad a_i \ge 1NCERT Class 10 Math Section 1.2, Theorem 1.1
MathematicsReal Numbers
🟰 Identity

LCM–HCF relation

HCF(a,b)×LCM(a,b)=a×b\text{HCF}(a, b) \times \text{LCM}(a, b) = a \times b
Product of HCF and LCM of any two positive integers equals the product of the numbers.
Condition: a,bZ+a, b \in \mathbb{Z}^+NCERT Class 10 Math Section 1.2, Page 6
MathematicsReal Numbers
📜 Theorem

Irrationality of square root of primes

If p is prime,    potinQ\text{If } p \text{ is prime}, \implies \sqrt{p} otin \mathbb{Q}
If prime p divides a^2, then p divides a. Used to prove by contradiction that root 2, root 3, root 5 are irrational.
Condition: p is primep \text{ is prime}NCERT Class 10 Math Section 1.3, Theorem 1.3
MathematicsReal Numbers
🔀 Condition🔬 Supplementary

Terminating decimal expansion condition

q=2m5n    pq is terminatingq = 2^m 5^n \iff \frac{p}{q} \text{ is terminating}
p/q in simplest form terminates if and only if prime factorisation of q contains only 2 and 5.
Condition: gcd(p,q)=1,m,n0\gcd(p,q) = 1, \quad m, n \ge 0NCERT Class 10 Math Section 1.4 (Foundational)
MathematicsPolynomials
🟰 Identity

Quadratic polynomial sum of zeroes

α+β=ba\alpha + \beta = -\frac{b}{a}
For ax^2 + bx + c, sum of zeroes is equal to -(coeff of x)/(coeff of x^2).
Condition: a e 0NCERT Class 10 Math Section 2.2, Page 22
MathematicsPolynomials
🟰 Identity

Quadratic polynomial product of zeroes

αβ=ca\alpha\beta = \frac{c}{a}
For ax^2 + bx + c, product of zeroes is equal to (constant term)/(coeff of x^2).
Condition: a e 0NCERT Class 10 Math Section 2.2, Page 22
MathematicsPolynomials
📜 Theorem

Remainder theorem

p(a)=Remainder when p(x) is divided by (xa)p(a) = \text{Remainder when } p(x) \text{ is divided by } (x - a)
If polynomial p(x) is divided by (x - a), the remainder is p(a).
Condition: degree of p(x)1\text{degree of } p(x) \ge 1NCERT Class 10 Math Section 2.2
MathematicsPolynomials
📜 Theorem

Factor theorem

(xa) is a factor of p(x)    p(a)=0(x - a) \text{ is a factor of } p(x) \iff p(a) = 0
(x - a) is a factor of p(x) if and only if a is a root/zero of p(x).
Condition: p(a) = 0NCERT Class 10 Math Section 2.2
MathematicsPolynomials
🟰 Identity🔬 Supplementary

Polynomial division algorithm

p(x)=g(x)q(x)+r(x),r(x)=0 or deg(r)<deg(g)p(x) = g(x)q(x) + r(x), \quad r(x) = 0 \text{ or } \deg(r) < \deg(g)
Dividend = Divisor * Quotient + Remainder.
Condition: g(x) e 0NCERT Class 10 Math Section 2.4 (Foundational)
MathematicsPair of Linear Equations in Two Variables
🔀 Condition

Consistent system with unique solution (Intersecting lines)

a1a2eb1b2\frac{a_1}{a_2} e \frac{b_1}{b_2}
Lines intersect at exactly one point, yielding a unique solution.
Condition: a2, b2 e 0NCERT Class 10 Math Section 3.2, Table 3.1
MathematicsPair of Linear Equations in Two Variables
🔀 Condition

Inconsistent system with no solution (Parallel lines)

a1a2=b1b2ec1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} e \frac{c_1}{c_2}
Lines are parallel and never intersect, yielding no solution.
Condition: a2, b2, c_2 e 0NCERT Class 10 Math Section 3.2, Table 3.1
MathematicsPair of Linear Equations in Two Variables
🔀 Condition

Dependent consistent system (Coincident lines)

a1a2=b1b2=c1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}
Lines coincide, yielding infinitely many solutions.
Condition: a2, b2, c_2 e 0NCERT Class 10 Math Section 3.2, Table 3.1
MathematicsQuadratic Equations
📐 Formula

Standard form of quadratic equation

ax2+bx+c=0ax^2 + bx + c = 0
Standard form of second-degree polynomial equation where a != 0.
Condition: ae0,a,b,cRa e 0, \quad a, b, c \in \mathbb{R}NCERT Class 10 Math Section 4.1, Page 47
MathematicsQuadratic Equations
📐 Formula

Quadratic discriminant formula

D=b24acD = b^2 - 4ac
Discriminant determines the nature of roots for ax^2 + bx + c = 0.
Condition: a e 0NCERT Class 10 Math Section 4.4, Page 57
MathematicsQuadratic Equations
📐 Formula

Quadratic formula (Shreedharacharya Rule)

x=b±b24ac2a=b±D2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-b \pm \sqrt{D}}{2a}
Direct formula to solve ax^2 + bx + c = 0 when D >= 0.
Condition: ae0,D0a e 0, \quad D \ge 0NCERT Class 10 Math Section 4.4
MathematicsQuadratic Equations
🔀 Condition

Nature of quadratic roots

{D>0    Two distinct real rootsD=0    Two equal real roots (x=b/2a)D<0    No real roots\begin{cases} D > 0 & \implies \text{Two distinct real roots} \\ D = 0 & \implies \text{Two equal real roots } (x = -b/2a) \\ D < 0 & \implies \text{No real roots} \end{cases}
Classification of roots based on sign of discriminant D.
Condition: a e 0NCERT Class 10 Math Section 4.4, Page 58
MathematicsQuadratic Equations
📐 Formula

Formation of quadratic equation from roots

x2(α+β)x+αβ=0    x2Sx+P=0x^2 - (\alpha + \beta)x + \alpha\beta = 0 \iff x^2 - Sx + P = 0
Constructs quadratic equation from sum of roots S and product of roots P.
Condition: S=α+β,P=αβS = \alpha + \beta, \quad P = \alpha\betaNCERT Class 10 Math Section 4.4
MathematicsArithmetic Progressions
📐 Formula

AP nth term formula

an=a+(n1)da_n = a + (n - 1)d
Gives nth term of AP with first term a and common difference d.
Condition: nZ+n \in \mathbb{Z}^+NCERT Class 10 Math Section 5.2, Page 68
MathematicsArithmetic Progressions
📐 Formula

Common difference formula

d=ak+1ak=a2a1=a3a2d = a_{k+1} - a_k = a_2 - a_1 = a_3 - a_2
Constant difference between any two consecutive terms.
Condition: k1k \ge 1NCERT Class 10 Math Section 5.1, Page 63
MathematicsArithmetic Progressions
📐 Formula

Sum of first n terms of an AP

Sn=n2[2a+(n1)d]S_n = \frac{n}{2}\left[2a + (n - 1)d\right]
Calculates sum of first n terms of an AP.
Condition: nZ+n \in \mathbb{Z}^+NCERT Class 10 Math Section 5.3, Page 75
MathematicsArithmetic Progressions
📐 Formula

Sum of AP using first and last term

Sn=n2(a+l)S_n = \frac{n}{2}(a + l)
Calculates sum when first term a and last term l = a_n are known.
Condition: l = a_nNCERT Class 10 Math Section 5.3, Page 76
MathematicsArithmetic Progressions
📐 Formula

Sum of first n natural numbers

Sn=1+2+3++n=n(n+1)2S_n = 1 + 2 + 3 + \cdots + n = \frac{n(n + 1)}{2}
High-yield formula for sum of first n positive integers.
Condition: nZ+n \in \mathbb{Z}^+NCERT Class 10 Math Section 5.3, Page 77
MathematicsArithmetic Progressions
🟰 Identity

nth term from sum relation

an=SnSn1(n2),a1=S1a_n = S_n - S_{n-1} \quad (n \ge 2), \quad a_1 = S_1
Obtains nth term directly from sum formula S_n.
Condition: n2n \ge 2NCERT Class 10 Math Section 5.3, Page 77
MathematicsTriangles
📜 Theorem

Basic proportionality theorem (Thales Theorem)

If DEBC    ADDB=AEEC\text{If } DE \parallel BC \implies \frac{AD}{DB} = \frac{AE}{EC}
A line drawn parallel to one side divides the other two sides in the same ratio.
Condition: DEBCDE \parallel BCNCERT Class 10 Math Section 6.2, Theorem 6.1
MathematicsTriangles
📜 Theorem

Converse of basic proportionality theorem

If ADDB=AEEC    DEBC\text{If } \frac{AD}{DB} = \frac{AE}{EC} \implies DE \parallel BC
If a line divides two sides in the same ratio, it is parallel to the third side.
Condition: AD/DB = AE/ECNCERT Class 10 Math Section 6.2, Theorem 6.2
MathematicsTriangles
📜 Theorem

AA similarity criterion

If A=D and B=E    ΔABCΔDEF\text{If } \angle A = \angle D \text{ and } \angle B = \angle E \implies \Delta ABC \sim \Delta DEF
If two angles of one triangle are equal to two angles of another, triangles are similar.
Condition: 2 corresponding angles equal2 \text{ corresponding angles equal}NCERT Class 10 Math Section 6.3, Criterion 6.3
MathematicsTriangles
📜 Theorem

SSS similarity criterion

If ABDE=BCEF=ACDF    ΔABCΔDEF\text{If } \frac{AB}{DE} = \frac{BC}{EF} = \frac{AC}{DF} \implies \Delta ABC \sim \Delta DEF
If 3 sides are proportional, corresponding angles are equal and triangles are similar.
Condition: 3 pairs of sides proportional3 \text{ pairs of sides proportional}NCERT Class 10 Math Section 6.3, Criterion 6.4
MathematicsTriangles
📜 Theorem

SAS similarity criterion

If ABDE=ACDF and A=D    ΔABCΔDEF\text{If } \frac{AB}{DE} = \frac{AC}{DF} \text{ and } \angle A = \angle D \implies \Delta ABC \sim \Delta DEF
If 1 angle equals 1 angle and including sides are proportional, triangles are similar.
Condition: 1 angle equal and including sides proportional1 \text{ angle equal and including sides proportional}NCERT Class 10 Math Section 6.3, Criterion 6.5
MathematicsTriangles
📜 Theorem🔬 Supplementary

Ratio of areas of similar triangles

Area(ΔABC)Area(ΔDEF)=(ABDE)2=(BCEF)2=(ACDF)2\frac{\text{Area}(\Delta ABC)}{\text{Area}(\Delta DEF)} = \left(\frac{AB}{DE}\right)^2 = \left(\frac{BC}{EF}\right)^2 = \left(\frac{AC}{DF}\right)^2
Ratio of areas of two similar triangles is equal to square of ratio of corresponding sides.
Condition: ΔABCΔDEF\Delta ABC \sim \Delta DEFNCERT Class 10 Math Section 6.4 (Foundational)
MathematicsCoordinate Geometry
📐 Formula

Distance formula

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Distance between any two points P(x1, y1) and Q(x2, y2).
Condition: (x1,y1),(x2,y2)R2(x_1, y_1), (x_2, y_2) \in \mathbb{R}^2NCERT Class 10 Math Section 7.2, Page 104
MathematicsCoordinate Geometry
📐 Formula

Section formula (Internal division)

P(x,y)=(mx2+nx1m+n,  my2+ny1m+n)P(x, y) = \left(\frac{mx_2 + nx_1}{m + n}, \; \frac{my_2 + ny_1}{m + n}\right)
Coordinates of point P dividing segment AB internally in ratio m:n.
Condition: m + n e 0, \quad m, n > 0NCERT Class 10 Math Section 7.3, Page 108
MathematicsCoordinate Geometry
📐 Formula

Midpoint formula

M(x,y)=(x1+x22,  y1+y22)M(x, y) = \left(\frac{x_1 + x_2}{2}, \; \frac{y_1 + y_2}{2}\right)
Special case of section formula for 1:1 midpoint ratio.
Condition: m = n = 1NCERT Class 10 Math Section 7.3, Page 109
MathematicsCoordinate Geometry
📐 Formula🔬 Supplementary

Area of triangle and collinearity in coordinates

Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \frac{1}{2}\left|x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)\right|
Area of triangle in coordinates. If Area = 0, points are collinear.
Condition: Area=0    Points are collinear\text{Area} = 0 \iff \text{Points are collinear}NCERT Class 10 Math Section 7.4 (Foundational)
MathematicsIntroduction to Trigonometry
📐 Formula

Sine ratio definition

sinθ=OppHyp\sin\theta = \frac{\text{Opp}}{\text{Hyp}}
Ratio of side opposite to angle theta to hypotenuse.
Condition: 0<θ<900^\circ < \theta < 90^\circNCERT Class 10 Math Section 8.2, Page 119
MathematicsIntroduction to Trigonometry
📐 Formula

Cosine ratio definition

cosθ=AdjHyp\cos\theta = \frac{\text{Adj}}{\text{Hyp}}
Ratio of side adjacent to angle theta to hypotenuse.
Condition: 0<θ<900^\circ < \theta < 90^\circNCERT Class 10 Math Section 8.2, Page 119
MathematicsIntroduction to Trigonometry
📐 Formula

Tangent ratio definition

tanθ=OppAdj\tan\theta = \frac{\text{Opp}}{\text{Adj}}
Ratio of side opposite to side adjacent.
Condition: 0<θ<900^\circ < \theta < 90^\circNCERT Class 10 Math Section 8.2, Page 119
MathematicsIntroduction to Trigonometry
🟰 Identity

Quotient relations of trigonometric ratios

tanθ=sinθcosθ,cotθ=cosθsinθ\tan\theta = \frac{\sin\theta}{\cos\theta}, \quad \cot\theta = \frac{\cos\theta}{\sin\theta}
Expresses tan and cot in terms of sin and cos.
Condition: cosθe0,  sinθe0\cos\theta e 0, \; \sin\theta e 0NCERT Class 10 Math Section 8.2, Page 120
MathematicsIntroduction to Trigonometry
🟰 Identity

Reciprocal trigonometric identities

cosecθ=1sinθ,secθ=1cosθ,cotθ=1tanθ\text{cosec}\,\theta = \frac{1}{\sin\theta}, \quad \sec\theta = \frac{1}{\cos\theta}, \quad \cot\theta = \frac{1}{\tan\theta}
Fundamental reciprocal relationships for cosec, sec, cot.
Condition: Denominators e0\text{Denominators } e 0NCERT Class 10 Math Section 8.2, Page 120
MathematicsIntroduction to Trigonometry
🔢 Standard Value

Standard trigonometric values table

Ratio030456090sinθ01/21/23/21cosθ13/21/21/20tanθ01/313Not Def.\begin{array}{|c|c|c|c|c|c|} \hline \text{Ratio} & 0^\circ & 30^\circ & 45^\circ & 60^\circ & 90^\circ \\ \hline \sin\theta & 0 & 1/2 & 1/\sqrt{2} & \sqrt{3}/2 & 1 \\ \cos\theta & 1 & \sqrt{3}/2 & 1/\sqrt{2} & 1/2 & 0 \\ \tan\theta & 0 & 1/\sqrt{3} & 1 & \sqrt{3} & \text{Not Def.} \\ \hline \end{array}
Standard exact values for 0, 30, 45, 60, 90 degrees.
Condition: θ{0,30,45,60,90}\theta \in \{0^\circ, 30^\circ, 45^\circ, 60^\circ, 90^\circ\}NCERT Class 10 Math Section 8.3, Table 8.1
MathematicsIntroduction to Trigonometry
🟰 Identity

Pythagorean identity 1 (Sine and Cosine)

sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1
Fundamental Pythagorean trigonometric identity.
Condition: 0θ900^\circ \le \theta \le 90^\circNCERT Class 10 Math Section 8.4, Page 130
MathematicsIntroduction to Trigonometry
🟰 Identity

Pythagorean identity 2 (Secant and Tangent)

1+tan2θ=sec2θ    sec2θtan2θ=11 + \tan^2\theta = \sec^2\theta \iff \sec^2\theta - \tan^2\theta = 1
Relates secant and tangent.
Condition: 0θ<900^\circ \le \theta < 90^\circNCERT Class 10 Math Section 8.4, Page 131
MathematicsIntroduction to Trigonometry
🟰 Identity

Pythagorean identity 3 (Cosecant and Cotangent)

1+cot2θ=cosec2θ    cosec2θcot2θ=11 + \cot^2\theta = \text{cosec}^2\theta \iff \text{cosec}^2\theta - \cot^2\theta = 1
Relates cosecant and cotangent.
Condition: 0<θ900^\circ < \theta \le 90^\circNCERT Class 10 Math Section 8.4, Page 131
MathematicsIntroduction to Trigonometry
🟰 Identity🔬 Supplementary

Complementary angle sine and cosine relations

sin(90θ)=cosθ,cos(90θ)=sinθ\sin(90^\circ - \theta) = \cos\theta, \quad \cos(90^\circ - \theta) = \sin\theta
Complementary angle properties for sine and cosine.
Condition: 0θ900^\circ \le \theta \le 90^\circNCERT Class 10 Math Section 8.4 (Foundational)
MathematicsIntroduction to Trigonometry
🟰 Identity🔬 Supplementary

Complementary angle tangent & secant relations

tan(90θ)=cotθ,sec(90θ)=cosecθ\tan(90^\circ - \theta) = \cot\theta, \quad \sec(90^\circ - \theta) = \text{cosec}\,\theta
Complementary angle properties for tan, cot, sec, cosec.
Condition: 0θ900^\circ \le \theta \le 90^\circNCERT Class 10 Math Section 8.4 (Foundational)
MathematicsSome Applications of Trigonometry
📐 Formula

Height and distance line-of-sight setup

tanθ=Height of Object (h)Horizontal Distance (d)\tan\theta = \frac{\text{Height of Object } (h)}{\text{Horizontal Distance } (d)}
Right-triangle relationship connecting observer distance, object height, and elevation angle.
Condition: d > 0NCERT Class 10 Math Section 9.1, Page 135
MathematicsSome Applications of Trigonometry
💡 Key Fact

Angle of elevation

Angle formed by line of sight with horizontal when object is above observer level.\text{Angle formed by line of sight with horizontal when object is above observer level.}
Measured upward from horizontal line.
Condition: θ>0\theta > 0^\circNCERT Class 10 Math Section 9.1, Page 135
MathematicsSome Applications of Trigonometry
💡 Key Fact

Angle of depression

Angle formed by line of sight with horizontal when object is below observer level.\text{Angle formed by line of sight with horizontal when object is below observer level.}
Measured downward from horizontal line of sight.
Condition: θ>0\theta > 0^\circNCERT Class 10 Math Section 9.1, Page 136
MathematicsCircles
📜 Theorem

Tangent perpendicular to radius theorem

OPAB    OPA=90OP \perp AB \iff \angle OPA = 90^\circ
Tangent at any point of a circle is perpendicular to radius through point of contact.
Condition: P is point of contactP \text{ is point of contact}NCERT Class 10 Math Section 10.2, Theorem 10.1
MathematicsCircles
📜 Theorem

Equal tangents from external point theorem

PA=PB(Length of tangents from external point P)PA = PB \quad (\text{Length of tangents from external point } P)
Lengths of tangents drawn from an external point to a circle are equal.
Condition: P lies outside circleP \text{ lies outside circle}NCERT Class 10 Math Section 10.2, Theorem 10.2
MathematicsAreas Related to Circles
📐 Formula

Circumference of circle

C=2πr=πdC = 2\pi r = \pi d
Perimeter of a circle of radius r.
Condition: r > 0NCERT Class 10 Math Section 11.1, Page 144
MathematicsAreas Related to Circles
📐 Formula

Area of circle

A=πr2=πd24A = \pi r^2 = \frac{\pi d^2}{4}
Total area enclosed by a circle of radius r.
Condition: r > 0NCERT Class 10 Math Section 11.1, Page 144
MathematicsAreas Related to Circles
📐 Formula

Area of a sector of circle

Area of Sector=θ360πr2\text{Area of Sector} = \frac{\theta}{360^\circ} \pi r^2
Area of sector of angle theta in a circle of radius r.
Condition: 0<θ3600^\circ < \theta \le 360^\circNCERT Class 10 Math Section 11.1, Page 146
MathematicsAreas Related to Circles
📐 Formula

Length of an arc of a sector

l=θ3602πrl = \frac{\theta}{360^\circ} 2\pi r
Length of arc of sector of angle theta.
Condition: 0<θ3600^\circ < \theta \le 360^\circNCERT Class 10 Math Section 11.1, Page 146
MathematicsAreas Related to Circles
📐 Formula

Area of a segment of circle

Area of Minor Segment=θ360πr212r2sinθ\text{Area of Minor Segment} = \frac{\theta}{360^\circ}\pi r^2 - \frac{1}{2}r^2\sin\theta
Area of segment = Area of sector - Area of triangle.
Condition: θ{60,90,120}\theta \in \{60^\circ, 90^\circ, 120^\circ\}NCERT Class 10 Math Section 11.1, Page 147
MathematicsSurface Areas and Volumes
📐 Formula

Cylinder curved surface area (CSA)

CSA=2πrh\text{CSA} = 2\pi rh
Curved surface area of right circular cylinder.
Condition: r, h > 0NCERT Class 10 Math Section 12.1
MathematicsSurface Areas and Volumes
📐 Formula

Cylinder total surface area (TSA)

TSA=2πr(h+r)\text{TSA} = 2\pi r(h + r)
Total surface area of cylinder including circular ends.
Condition: r, h > 0NCERT Class 10 Math Section 12.1
MathematicsSurface Areas and Volumes
📐 Formula

Cylinder volume

V=πr2hV = \pi r^2 h
Volume of cylinder with radius r and height h.
Condition: r, h > 0NCERT Class 10 Math Section 12.2
MathematicsSurface Areas and Volumes
📐 Formula

Cone volume

V=13πr2hV = \frac{1}{3}\pi r^2 h
Volume of right circular cone.
Condition: r, h > 0NCERT Class 10 Math Section 12.2
MathematicsSurface Areas and Volumes
📐 Formula

Sphere surface area and volume

Surface Area=4πr2,V=43πr3\text{Surface Area} = 4\pi r^2, \quad V = \frac{4}{3}\pi r^3
Total surface area and volume of sphere.
Condition: r > 0NCERT Class 10 Math Section 12.1-12.2
MathematicsSurface Areas and Volumes
📐 Formula

Cone surface areas and slant height

l=r2+h2,CSA=πrl,TSA=πr(l+r)l = \sqrt{r^2 + h^2}, \quad \text{CSA} = \pi rl, \quad \text{TSA} = \pi r(l + r)
Slant height l, CSA, and TSA of a cone.
Condition: l=r2+h2l = \sqrt{r^2 + h^2}NCERT Class 10 Math Section 12.1
MathematicsSurface Areas and Volumes
📐 Formula

Hemisphere surface areas and volume

CSA=2πr2,TSA=3πr2,V=23πr3\text{CSA} = 2\pi r^2, \quad \text{TSA} = 3\pi r^2, \quad V = \frac{2}{3}\pi r^3
CSA, solid TSA, and volume of hemisphere.
Condition: r > 0NCERT Class 10 Math Section 12.1-12.2
MathematicsSurface Areas and Volumes
📐 Formula

Cuboid and cube formulas

Cuboid: TSA=2(lb+bh+hl),  V=lbhCube: TSA=6a2,  V=a3\text{Cuboid: } \text{TSA} = 2(lb + bh + hl), \; V = lbh \quad | \quad \text{Cube: } \text{TSA} = 6a^2, \; V = a^3
TSA and Volume for rectangular cuboid and cube.
Condition: l, b, h, a > 0NCERT Class 10 Math Section 12.1-12.2
MathematicsStatistics
📐 Formula

Direct method for mean of grouped data

xˉ=fixifi\bar{x} = \frac{\sum f_i x_i}{\sum f_i}
Calculates mean of grouped data using class marks xi.
Condition: fi=N\sum f_i = NNCERT Class 10 Math Section 13.2, Page 162
MathematicsStatistics
📐 Formula

Assumed mean method for mean

xˉ=a+fidifi,where di=xia\bar{x} = a + \frac{\sum f_i d_i}{\sum f_i}, \quad \text{where } d_i = x_i - a
Calculates mean using assumed mean a and deviations di.
Condition: di = xi - aNCERT Class 10 Math Section 13.2, Page 165
MathematicsStatistics
📐 Formula

Mode of grouped data formula

Mode=l+(f1f02f1f0f2)h\text{Mode} = l + \left(\frac{f_1 - f_0}{2f_1 - f_0 - f_2}\right)h
Calculates mode of grouped data from modal class parameters.
Condition: 2f1 - f0 - f_2 e 0NCERT Class 10 Math Section 13.3, Page 173
MathematicsStatistics
📐 Formula

Median of grouped data formula

Median=l+(N2cff)h\text{Median} = l + \left(\frac{\frac{N}{2} - cf}{f}\right)h
Calculates median of grouped data from cumulative frequencies.
Condition: N=fiN = \sum f_iNCERT Class 10 Math Section 13.4, Page 182
MathematicsStatistics
🟰 Identity

Empirical relationship between mean, median, and mode

3Median=Mode+2Mean3\,\text{Median} = \text{Mode} + 2\,\text{Mean}
Empirical relation connecting mean, median, and mode.
Condition: Valid for moderately skewed data\text{Valid for moderately skewed data}NCERT Class 10 Math Section 13.4, Page 187
MathematicsProbability
📐 Formula

Classical theoretical probability of an event

P(E)=Number of outcomes favourable to ETotal number of all possible outcomesP(E) = \frac{\text{Number of outcomes favourable to } E}{\text{Total number of all possible outcomes}}
Classical definition of probability for equally likely outcomes.
Condition: 0P(E)10 \le P(E) \le 1NCERT Class 10 Math Section 14.1, Page 193
MathematicsProbability
🟰 Identity

Complementary event probability

P(Eˉ)=1P(E)    P(E)+P(Eˉ)=1P(\bar{E}) = 1 - P(E) \iff P(E) + P(\bar{E}) = 1
Sum of probabilities of event and its complement equals 1.
Condition: 0P(E)10 \le P(E) \le 1NCERT Class 10 Math Section 14.1, Page 195
ScienceChemical Reactions and Equations
⚖️ Law / Rule

Law of conservation of mass in chemical equations

Total mass of reactants=Total mass of products\text{Total mass of reactants} = \text{Total mass of products}
Mass can neither be created nor destroyed in a chemical reaction; number of atoms of each element remains identical on both sides.
Condition: Closed system / Stoichiometric balanceNCERT Class 10 Science Section 1.1, Page 3
ScienceChemical Reactions and Equations
⚗️ Reaction

Combination reaction (Exothermic slaking)

CaO (s)+H2O (l)Ca(OH)2 (aq)+Heat\text{CaO (s)} + \text{H}_2\text{O (l)} \longrightarrow \text{Ca(OH)}_2\text{ (aq)} + \text{Heat}
Quicklime reacts vigorously with water producing slaked lime and releasing heat.
Condition: Exothermic combination reactionNCERT Class 10 Science Section 1.2.1, Page 6
ScienceChemical Reactions and Equations
⚗️ Reaction

Thermal decomposition of ferrous sulphate & limestone

2FeSO4 (s)ΔFe2O3 (s)+SO2 (g)+SO3 (g)CaCO3ΔCaO+CO22\text{FeSO}_4\text{ (s)} \xrightarrow{\Delta} \text{Fe}_2\text{O}_3\text{ (s)} + \text{SO}_2\text{ (g)} + \text{SO}_3\text{ (g)} \quad | \quad \text{CaCO}_3 \xrightarrow{\Delta} \text{CaO} + \text{CO}_2
Thermal decomposition of green ferrous sulphate into brown ferric oxide and pungent gases.
Condition: Heating (Thermal decomposition)NCERT Class 10 Science Section 1.2.2, Page 8
ScienceChemical Reactions and Equations
⚗️ Reaction

Displacement reaction

Fe (s)+CuSO4 (aq)FeSO4 (aq)+Cu (s)\text{Fe (s)} + \text{CuSO}_4\text{ (aq)} \longrightarrow \text{FeSO}_4\text{ (aq)} + \text{Cu (s)}
More reactive iron displaces copper from blue copper sulphate solution, turning it pale green.
Condition: Reactivity: Fe>Cu\text{Reactivity: } \text{Fe} > \text{Cu}NCERT Class 10 Science Section 1.2.3, Page 10
ScienceChemical Reactions and Equations
⚗️ Reaction

Double displacement and precipitation reaction

Na2SO4 (aq)+BaCl2 (aq)BaSO4 (s)+2NaCl (aq)\text{Na}_2\text{SO}_4\text{ (aq)} + \text{BaCl}_2\text{ (aq)} \longrightarrow \text{BaSO}_4\text{ (s)} \downarrow + 2\text{NaCl (aq)}
Exchange of ions forms an insoluble white precipitate of barium sulphate.
Condition: Aqueous ionic exchangeNCERT Class 10 Science Section 1.2.4, Page 11
ScienceChemical Reactions and Equations
⚗️ Reaction

Redox reaction (Oxidation and Reduction)

CuO+H2ΔCu+H2O(CuO reduced, H2 oxidised)\text{CuO} + \text{H}_2 \xrightarrow{\Delta} \text{Cu} + \text{H}_2\text{O} \quad (\text{CuO reduced, } \text{H}_2 \text{ oxidised})
Simultaneous gain and loss of oxygen/hydrogen.
Condition: Simultaneous oxidation-reductionNCERT Class 10 Science Section 1.2.5, Page 12
ScienceChemical Reactions and Equations
⚗️ Reaction

Photolytic decomposition of silver halides

2AgCl (s)Sunlight2Ag (s)+Cl2 (g)2AgBr (s)Sunlight2Ag (s)+Br2 (g)2\text{AgCl (s)} \xrightarrow{\text{Sunlight}} 2\text{Ag (s)} + \text{Cl}_2\text{ (g)} \quad | \quad 2\text{AgBr (s)} \xrightarrow{\text{Sunlight}} 2\text{Ag (s)} + \text{Br}_2\text{ (g)}
Silver halides decompose into silver metal in sunlight; used in black and white photography.
Condition: Sunlight (Photolysis)NCERT Class 10 Science Section 1.2.2, Page 9
ScienceChemical Reactions and Equations
💡 Key Fact

Corrosion of metals

Iron: 4Fe+3O2+2xH2O2Fe2O3xH2O  (Rust)Silver: Black (Ag2S)Copper: Green (CuCO3Cu(OH)2)\text{Iron: } 4\text{Fe} + 3\text{O}_2 + 2x\text{H}_2\text{O} \to 2\text{Fe}_2\text{O}_3\cdot x\text{H}_2\text{O} \; (\text{Rust}) \quad | \quad \text{Silver: Black } (\text{Ag}_2\text{S}) \quad | \quad \text{Copper: Green } (\text{CuCO}_3\cdot\text{Cu(OH)}_2)
Deterioration of metals by atmospheric moisture and air.
Condition: Presence of both O2\text{O}_2 and H2O\text{H}_2\text{O}NCERT Class 10 Science Section 1.3.1, Page 13
ScienceChemical Reactions and Equations
💡 Key Fact

Rancidity of oils and fats

Fats/Oils+Oxygen (Air)OxidationUnpleasant smell & taste (Rancid)\text{Fats/Oils} + \text{Oxygen (Air)} \xrightarrow{\text{Oxidation}} \text{Unpleasant smell \& taste (Rancid)}
Oxidation of food fats; prevented by nitrogen packing or antioxidants.
Condition: Atmospheric exposure over timeNCERT Class 10 Science Section 1.3.2, Page 13
ScienceAcids, Bases and Salts
📐 Formula

pH scale definition and hydrogen ion concentration

pH=log10[H+]    [H+]=10pH\text{pH} = -\log_{10}[\text{H}^+] \iff [\text{H}^+] = 10^{-\text{pH}}
pH scale measures hydrogen ion concentration from 0 (strongly acidic) to 14 (strongly basic).
Condition: 25C aqueous solution25^\circ\text{C} \text{ aqueous solution}NCERT Class 10 Science Section 2.3, Page 26
ScienceAcids, Bases and Salts
🔀 Condition

Acidic solution pH condition

pH<7    [H+]>107 M\text{pH} < 7 \iff [\text{H}^+] > 10^{-7}\text{ M}
Aqueous solution with pH < 7 turns blue litmus red.
Condition: [H+]>[OH][\text{H}^+] > [\text{OH}^-]NCERT Class 10 Science Section 2.3, Page 26
ScienceAcids, Bases and Salts
🔀 Condition

Basic solution pH condition

pH>7    [OH]>107 M\text{pH} > 7 \iff [\text{OH}^-] > 10^{-7}\text{ M}
Aqueous solution with pH > 7 turns red litmus blue.
Condition: [OH]>[H+][\text{OH}^-] > [\text{H}^+]NCERT Class 10 Science Section 2.3, Page 26
ScienceAcids, Bases and Salts
🔀 Condition

Neutral solution pH condition

pH=7    [H+]=[OH]=107 M\text{pH} = 7 \iff [\text{H}^+] = [\text{OH}^-] = 10^{-7}\text{ M}
Neutral solution with equal hydronium and hydroxide concentrations at 25 deg C.
Condition: [H+]=[OH][\text{H}^+] = [\text{OH}^-]NCERT Class 10 Science Section 2.3, Page 26
ScienceAcids, Bases and Salts
⚗️ Reaction

Neutralisation reaction

Acid+BaseSalt+Water(e.g. HCl+NaOHNaCl+H2O)\text{Acid} + \text{Base} \longrightarrow \text{Salt} + \text{Water} \quad (\text{e.g. } \text{HCl} + \text{NaOH} \to \text{NaCl} + \text{H}_2\text{O})
Reaction between acid and base forming salt and water.
Condition: H++OHH2O\text{H}^+ + \text{OH}^- \to \text{H}_2\text{O}NCERT Class 10 Science Section 2.1.4, Page 21
ScienceAcids, Bases and Salts
💡 Key Fact

Baking soda (Sodium hydrogen carbonate)

Formula: NaHCO32NaHCO3ΔNa2CO3+H2O+CO2\text{Formula: } \text{NaHCO}_3 \quad | \quad 2\text{NaHCO}_3 \xrightarrow{\Delta} \text{Na}_2\text{CO}_3 + \text{H}_2\text{O} + \text{CO}_2 \uparrow
Mild non-corrosive basic salt used in baking powder, antacids, and fire extinguishers.
Condition: Solvay process productNCERT Class 10 Science Section 2.4.4, Page 31
ScienceAcids, Bases and Salts
💡 Key Fact

Washing soda (Sodium carbonate decahydrate)

Formula: Na2CO310H2O(Recrystallisation of sodium carbonate)\text{Formula: } \text{Na}_2\text{CO}_3\cdot 10\text{H}_2\text{O} \quad (\text{Recrystallisation of sodium carbonate})
Basic salt used for removing permanent hardness of water and in glass/soap industry.
Condition: 10 molecules of water of crystallisationNCERT Class 10 Science Section 2.4.5, Page 32
ScienceAcids, Bases and Salts
💡 Key Fact

Bleaching powder (Calcium oxychloride)

Ca(OH)2+Cl2CaOCl2+H2O(Formula: CaOCl2)\text{Ca(OH)}_2 + \text{Cl}_2 \longrightarrow \text{CaOCl}_2 + \text{H}_2\text{O} \quad (\text{Formula: } \text{CaOCl}_2)
Prepared by action of chlorine on dry slaked lime. Used as water disinfectant and bleaching agent.
Condition: Dry slaked lime + Chlorine gasNCERT Class 10 Science Section 2.4.3, Page 30
ScienceAcids, Bases and Salts
💡 Key Fact

Plaster of Paris and Gypsum hydration

POP: CaSO412H2O+112H2OCaSO42H2O  (Gypsum)\text{POP: } \text{CaSO}_4\cdot\frac{1}{2}\text{H}_2\text{O} + 1\frac{1}{2}\text{H}_2\text{O} \longrightarrow \text{CaSO}_4\cdot 2\text{H}_2\text{O} \; (\text{Gypsum})
POP sets hard upon mixing with water. Prepared by heating gypsum at 373 K.
Condition: Heating gypsum at 373 K373\text{ K}NCERT Class 10 Science Section 2.4.6, Page 33
ScienceMetals and Non-metals
🔢 Standard Value

Reactivity series of metals

K>Na>Ca>Mg>Al>Zn>Fe>Pb>[H]>Cu>Hg>Ag>Au\text{K} > \text{Na} > \text{Ca} > \text{Mg} > \text{Al} > \text{Zn} > \text{Fe} > \text{Pb} > [\text{H}] > \text{Cu} > \text{Hg} > \text{Ag} > \text{Au}
Decreasing order of chemical reactivity of metals.
Condition: Standard activity seriesNCERT Class 10 Science Section 3.2.5, Table 3.2
ScienceMetals and Non-metals
💡 Key Fact

Ionic compounds general properties

High MP/BP, brittle solid, soluble in H2O, conducts electricity in molten/aqueous state.\text{High MP/BP, brittle solid, soluble in } \text{H}_2\text{O}, \text{ conducts electricity in molten/aqueous state.}
Strong electrostatic attraction between ions gives high melting points and electrolytic conductivity.
Condition: Molten or aqueous solution for electrical conductionNCERT Class 10 Science Section 3.3.1, Page 49
ScienceMetals and Non-metals
⚗️ Reaction

Metal displacement in aqueous solutions

Metal A+Salt of BSalt of A+Metal B(A>B)\text{Metal } A + \text{Salt of } B \longrightarrow \text{Salt of } A + \text{Metal } B \quad (A > B)
More reactive metal displaces less reactive metal from salt solution.
Condition: Reactivity A>B\text{Reactivity } A > BNCERT Class 10 Science Section 3.2.4, Page 45
ScienceMetals and Non-metals
💡 Key Fact

Amphoteric oxides

Al2O3+6HCl2AlCl3+3H2OAl2O3+2NaOH2NaAlO2+H2O\text{Al}_2\text{O}_3 + 6\text{HCl} \to 2\text{AlCl}_3 + 3\text{H}_2\text{O} \quad | \quad \text{Al}_2\text{O}_3 + 2\text{NaOH} \to 2\text{NaAlO}_2 + \text{H}_2\text{O}
Oxides reacting with both acids and bases to produce salt and water (Al2O3, ZnO).
Condition: Dual acid-base reactivityNCERT Class 10 Science Section 3.2.1, Page 41
ScienceMetals and Non-metals
💡 Key Fact

Rusting of iron prevention methods

Galvanisation (Zinc coating), Alloying (Stainless steel), Painting, Greasing\text{Galvanisation (Zinc coating), Alloying (Stainless steel), Painting, Greasing}
Methods to protect iron from moisture and oxygen.
Condition: Barrier or sacrificial protectionNCERT Class 10 Science Section 3.5, Page 54
ScienceMetals and Non-metals
⚗️ Reaction

Thermite reaction

Fe2O3 (s)+2Al (s)2Fe (l)+Al2O3 (s)+Large Heat\text{Fe}_2\text{O}_3\text{ (s)} + 2\text{Al (s)} \longrightarrow 2\text{Fe (l)} + \text{Al}_2\text{O}_3\text{ (s)} + \text{Large Heat}
Highly exothermic reduction producing molten iron used to weld railway tracks.
Condition: Ignition mixture triggerNCERT Class 10 Science Section 3.4.3, Page 52
ScienceCarbon and its Compounds
💡 Key Fact

Carbon versatile nature (Catenation and Tetravalency)

Tetravalency (4 valence electrons)+Catenation (C-C self-linking ability)    Millions of compounds\text{Tetravalency (4 valence electrons)} + \text{Catenation (C-C self-linking ability)} \implies \text{Millions of compounds}
Carbon forms strong covalent bonds due to small atomic size and stable bond energy.
Condition: Valency = 4NCERT Class 10 Science Section 4.2.1, Page 62
ScienceCarbon and its Compounds
💡 Key Fact

Covalent bonding in simple molecules

Single bond: H2,Cl2Double bond: O2,CO2Triple bond: N2,C2H2\text{Single bond: } \text{H}_2, \text{Cl}_2 \quad | \quad \text{Double bond: } \text{O}_2, \text{CO}_2 \quad | \quad \text{Triple bond: } \text{N}_2, \text{C}_2\text{H}_2
Formed by mutual sharing of electron pairs to achieve noble gas configuration.
Condition: Electron sharingNCERT Class 10 Science Section 4.1, Page 59
ScienceCarbon and its Compounds
📐 Formula

Alkanes general formula (Saturated hydrocarbons)

CnH2n+2(e.g. CH4,C2H6,C3H8)\text{C}_n\text{H}_{2n+2} \quad (\text{e.g. } \text{CH}_4, \text{C}_2\text{H}_6, \text{C}_3\text{H}_8)
General formula for saturated open-chain hydrocarbons.
Condition: n1,nZ+n \ge 1, \quad n \in \mathbb{Z}^+NCERT Class 10 Science Section 4.2.2, Page 64
ScienceCarbon and its Compounds
📐 Formula

Alkenes and Alkynes general formulas (Unsaturated hydrocarbons)

Alkenes: CnH2n  (C=C)Alkynes: CnH2n2  (CC)\text{Alkenes: } \text{C}_n\text{H}_{2n} \; (\text{C}=\text{C}) \quad | \quad \text{Alkynes: } \text{C}_n\text{H}_{2n-2} \; (\text{C}\equiv\text{C})
General formulas for unsaturated double and triple bonded hydrocarbons.
Condition: n2,nZ+n \ge 2, \quad n \in \mathbb{Z}^+NCERT Class 10 Science Section 4.2.2, Page 64
ScienceCarbon and its Compounds
💡 Key Fact

Homologous series characteristics

Successive members differ by CH2 unit and 14 u molecular mass.\text{Successive members differ by } -\text{CH}_2- \text{ unit and } 14\text{ u molecular mass.}
Share same functional group, similar chemical properties, graded physical properties.
Condition: Same functional group familyNCERT Class 10 Science Section 4.2.4, Page 66
ScienceCarbon and its Compounds
💡 Key Fact

Ethanol chemical properties and dehydration

C2H5OHHot Conc. H2SO4,  443 KCH2=CH2+H2O2C2H5OH+2Na2C2H5ONa+H2\text{C}_2\text{H}_5\text{OH} \xrightarrow{\text{Hot Conc. } \text{H}_2\text{SO}_4, \; 443\text{ K}} \text{CH}_2=\text{CH}_2 + \text{H}_2\text{O} \quad | \quad 2\text{C}_2\text{H}_5\text{OH} + 2\text{Na} \to 2\text{C}_2\text{H}_5\text{ONa} + \text{H}_2 \uparrow
Ethanol releases hydrogen with sodium and dehydrates to ethene at 443 K.
Condition: Conc. H2SO4 at 443 K\text{Conc. } \text{H}_2\text{SO}_4 \text{ at } 443\text{ K}NCERT Class 10 Science Section 4.4.1, Page 71
ScienceCarbon and its Compounds
💡 Key Fact

Ethanoic acid (Acetic acid) properties

Vinegar: 5-8% solution in waterFreezing point: 290 K (17C)    Glacial acetic acid\text{Vinegar: 5-8\% solution in water} \quad | \quad \text{Freezing point: } 290\text{ K } (17^\circ\text{C}) \implies \text{Glacial acetic acid}
Weak carboxylic acid releasing CO2 with carbonates/hydrogen carbonates.
Condition: Formula: CH3COOH\text{Formula: } \text{CH}_3\text{COOH}NCERT Class 10 Science Section 4.4.2, Page 73
ScienceCarbon and its Compounds
⚗️ Reaction

Esterification reaction

CH3COOH+C2H5OHAcid catalystCH3COOC2H5  (Sweet-smelling Ester)+H2O\text{CH}_3\text{COOH} + \text{C}_2\text{H}_5\text{OH} \xrightarrow{\text{Acid catalyst}} \text{CH}_3\text{COOC}_2\text{H}_5 \; (\text{Sweet-smelling Ester}) + \text{H}_2\text{O}
Alcohol and carboxylic acid react in acid medium to form sweet-smelling esters.
Condition: Acid catalyst (Conc. H2SO4)\text{Acid catalyst } (\text{Conc. } \text{H}_2\text{SO}_4)NCERT Class 10 Science Section 4.4.2, Page 73
ScienceCarbon and its Compounds
⚗️ Reaction

Saponification reaction and cleansing action of soap

Ester+NaOHSoap (R-COONa)+AlcoholMicelle: Hydrophobic tail inwards, hydrophilic head outwards\text{Ester} + \text{NaOH} \longrightarrow \text{Soap } (\text{R-COONa}) + \text{Alcohol} \quad | \quad \text{Micelle: Hydrophobic tail inwards, hydrophilic head outwards}
Alkaline hydrolysis of esters produces soap, which forms cleansing micelles in water.
Condition: Basic hydrolysis with NaOH\text{NaOH}NCERT Class 10 Science Section 4.4.2 & 4.5, Page 74-75
ScienceLife Processes
⚗️ Reaction

Photosynthesis chemical equation

6CO2+12H2OChlorophyllSunlightC6H12O6+6O2+6H2O6\text{CO}_2 + 12\text{H}_2\text{O} \xrightarrow[\text{Chlorophyll}]{\text{Sunlight}} \text{C}_6\text{H}_{12}\text{O}_6 + 6\text{O}_2 + 6\text{H}_2\text{O}
Autotrophs synthesize glucose and oxygen using sunlight and chlorophyll.
Condition: Chlorophyll and Sunlight presentNCERT Class 10 Science Section 5.2.1, Page 83
ScienceLife Processes
💡 Key Fact

Breakdown of glucose pathways (Cellular respiration)

Glucose (6C)CytoplasmPyruvate (3C){No O2, YeastEthanol+CO2+2ATPLack O2, MuscleLactic acid+2ATPPresence O2, Mitochondria6CO2+6H2O+38ATP\text{Glucose (6C)} \xrightarrow{\text{Cytoplasm}} \text{Pyruvate (3C)} \begin{cases} \xrightarrow{\text{No } \text{O}_2, \text{ Yeast}} \text{Ethanol} + \text{CO}_2 + 2\text{ATP} \\ \xrightarrow{\text{Lack } \text{O}_2, \text{ Muscle}} \text{Lactic acid} + 2\text{ATP} \\ \xrightarrow{\text{Presence } \text{O}_2, \text{ Mitochondria}} 6\text{CO}_2 + 6\text{H}_2\text{O} + 38\text{ATP} \end{cases}
Three pathways for glucose breakdown: yeast fermentation, muscle cramps, and mitochondrial respiration.
Condition: Cytoplasm + MitochondriaNCERT Class 10 Science Section 5.3, Page 90
ScienceLife Processes
💡 Key Fact

Human double circulation pathway

Pulmonary: Right VentricleLungsLeft AtriumSystemic: Left VentricleBodyRight Atrium\text{Pulmonary: Right Ventricle} \to \text{Lungs} \to \text{Left Atrium} \quad | \quad \text{Systemic: Left Ventricle} \to \text{Body} \to \text{Right Atrium}
Blood passes twice through heart in each complete cycle, separating oxygenated and deoxygenated blood.
Condition: 4-chambered mammalian heartNCERT Class 10 Science Section 5.4.1, Page 94
ScienceLife Processes
💡 Key Fact

Alveoli respiratory surface adaptation

Huge surface area (80 m2)+Thin 1-cell wall+Extensive capillary network\text{Huge surface area } (\sim 80\text{ m}^2) + \text{Thin 1-cell wall} + \text{Extensive capillary network}
Maximal diffusion of oxygen and carbon dioxide across thin alveolar walls.
Condition: Respiratory exchange surfaceNCERT Class 10 Science Section 5.3.1, Page 91
ScienceLife Processes
💡 Key Fact

Nephron structure and urine formation

Glomerular UltrafiltrationSelective Tubular ReabsorptionTubular Secretion\text{Glomerular Ultrafiltration} \longrightarrow \text{Selective Tubular Reabsorption} \longrightarrow \text{Tubular Secretion}
Filtration unit of kidneys that removes nitrogenous wastes and regulates water balance.
Condition: Renal corpuscle and tubuleNCERT Class 10 Science Section 5.5.1, Page 98
ScienceControl and Coordination
💡 Key Fact

Reflex arc pathway

ReceptorSensory NeuronSpinal Cord (Relay)Motor NeuronEffector (Muscle/Gland)\text{Receptor} \xrightarrow{\text{Sensory Neuron}} \text{Spinal Cord (Relay)} \xrightarrow{\text{Motor Neuron}} \text{Effector (Muscle/Gland)}
Neural pathway mediating rapid involuntary reflex actions.
Condition: Involuntary rapid responseNCERT Class 10 Science Section 6.1.1, Page 104
ScienceControl and Coordination
💡 Key Fact

Neuron impulse transmission and synapse

DendriteCell BodyAxonNerve EndingSynapse (Neurotransmitter)Next Dendrite\text{Dendrite} \longrightarrow \text{Cell Body} \longrightarrow \text{Axon} \longrightarrow \text{Nerve Ending} \xrightarrow{\text{Synapse (Neurotransmitter)}} \text{Next Dendrite}
Electrical impulse travels down axon and crosses synapse chemically.
Condition: Unidirectional transmissionNCERT Class 10 Science Section 6.1, Page 102
ScienceControl and Coordination
💡 Key Fact

Plant hormones (Phytohormones) functions

Promoters: Auxin (Cell elongation), Gibberellin (Stem), Cytokinin (Cell division)Inhibitor: Abscisic Acid (Wilting, dormancy)\text{Promoters: Auxin (Cell elongation), Gibberellin (Stem), Cytokinin (Cell division)} \quad | \quad \text{Inhibitor: Abscisic Acid (Wilting, dormancy)}
Hormonal control regulating plant growth and stress responses.
Condition: Phytohormone balanceNCERT Class 10 Science Section 6.2.2, Page 108
ScienceControl and Coordination
💡 Key Fact

Tropic movements in plants (Directional growth)

Phototropism (Light), Geotropism (Gravity), Hydrotropism (Water), Chemotropism (Pollen tube to ovule)\text{Phototropism (Light), Geotropism (Gravity), Hydrotropism (Water), Chemotropism (Pollen tube to ovule)}
Directional growth movements in response to environmental stimuli.
Condition: Growth-dependent directional movementNCERT Class 10 Science Section 6.2.1, Page 106
ScienceHow do Organisms Reproduce?
💡 Key Fact

Asexual reproduction modes overview

Binary Fission (Amoeba), Multiple Fission (Plasmodium), Budding (Hydra/Yeast), Fragmentation (Spirogyra), Spores (Rhizopus)\text{Binary Fission (Amoeba), Multiple Fission (Plasmodium), Budding (Hydra/Yeast), Fragmentation (Spirogyra), Spores (Rhizopus)}
Single parent produces genetically identical offspring without gamete fusion.
Condition: Single parent organismNCERT Class 10 Science Section 7.2, Page 115
ScienceHow do Organisms Reproduce?
💡 Key Fact

Binary fission in Amoeba and Leishmania

Amoeba: Any plane divisionLeishmania: Longitudinal division along whip-like flagellum\text{Amoeba: Any plane division} \quad | \quad \text{Leishmania: Longitudinal division along whip-like flagellum}
Single-celled parent splits into two equal daughter cells.
Condition: Unicellular divisionNCERT Class 10 Science Section 7.2.1, Page 116
ScienceHow do Organisms Reproduce?
💡 Key Fact

Budding and regeneration in Hydra

Budding: Outgrowth due to cell divisionRegeneration: Cut pieces grow into complete organism\text{Budding: Outgrowth due to cell division} \quad | \quad \text{Regeneration: Cut pieces grow into complete organism}
Budding and regeneration utilize specialized proliferative cells.
Condition: Regenerative cell proliferationNCERT Class 10 Science Section 7.2.3-7.2.4, Page 118
ScienceHow do Organisms Reproduce?
💡 Key Fact

Sexual reproduction and fertilisation

Male Gamete (n)+Female Gamete (n)FertilisationZygote (2n)Embryo\text{Male Gamete } (n) + \text{Female Gamete } (n) \xrightarrow{\text{Fertilisation}} \text{Zygote } (2n) \longrightarrow \text{Embryo}
Gamete fusion restores diploid state and creates genetic diversity.
Condition: Two parents (male and female gametes)NCERT Class 10 Science Section 7.3, Page 121
ScienceHow do Organisms Reproduce?
💡 Key Fact

Flower reproductive anatomy and pollination

Stamen (Male: Anther + Filament Pollen)Carpel (Female: Stigma + Style + Ovary Egg)\text{Stamen (Male: Anther + Filament } \to \text{Pollen}) \quad | \quad \text{Carpel (Female: Stigma + Style + Ovary } \to \text{Egg})
Pollination transfers pollen from anther to stigma, leading to seed formation in ovule.
Condition: Angiosperm flower organsNCERT Class 10 Science Section 7.3.1, Page 122
ScienceHeredity and Evolution
💡 Key Fact

Gene as the functional unit of inheritance

Gene (DNA segment)Specific Protein SynthesisExpression of Trait\text{Gene (DNA segment)} \longrightarrow \text{Specific Protein Synthesis} \longrightarrow \text{Expression of Trait}
DNA sequence that encodes protein synthesis for inherited phenotypic traits.
Condition: DNA inheritanceNCERT Class 10 Science Section 8.2.3, Page 133
ScienceHeredity and Evolution
💡 Key Fact

Dominant vs Recessive alleles and sex determination in humans

Dominant expresses in TT,Tt    Recessive in ttFather gives X (Girl) or Y (Boy)\text{Dominant expresses in } TT, Tt \; | \; \text{Recessive in } tt \quad | \quad \text{Father gives X (Girl) or Y (Boy)}
Sperm from father determines sex (50% XX girl, 50% XY boy).
Condition: Human XY sex determinationNCERT Class 10 Science Section 8.2.4, Page 134
ScienceHeredity and Evolution
🔢 Standard Value

Mendel's monohybrid cross ratios

Phenotypic: 3Tall:1DwarfGenotypic: 1TT:2Tt:1tt  (1:2:1)\text{Phenotypic: } 3\,\text{Tall} : 1\,\text{Dwarf} \quad | \quad \text{Genotypic: } 1\,\text{TT} : 2\,\text{Tt} : 1\,\text{tt} \; (1:2:1)
F2 generation ratios demonstrating Mendel's Law of Segregation.
Condition: Monohybrid F2 generationNCERT Class 10 Science Section 8.2.1, Page 130
ScienceHeredity and Evolution
🔢 Standard Value

Mendel's dihybrid cross phenotypic ratio

Phenotypic Ratio: 9Round Yellow:3Round Green:3Wrinkled Yellow:1Wrinkled Green  (9:3:3:1)\text{Phenotypic Ratio: } 9\,\text{Round Yellow} : 3\,\text{Round Green} : 3\,\text{Wrinkled Yellow} : 1\,\text{Wrinkled Green} \; (9:3:3:1)
F2 generation ratio demonstrating Mendel's Law of Independent Assortment.
Condition: Dihybrid F2 generationNCERT Class 10 Science Section 8.2.2, Page 132
ScienceLight — Reflection and Refraction
📐 Formula

Mirror formula

1f=1v+1u\frac{1}{f} = \frac{1}{v} + \frac{1}{u}
Relates focal length f, image distance v, and object distance u for spherical mirrors.
Condition: Cartesian sign convention (u<0u < 0 always)NCERT Class 10 Science Section 9.2.3, Page 150
ScienceLight — Reflection and Refraction
📐 Formula

Mirror magnification formula

m=hiho=vum = \frac{h_i}{h_o} = -\frac{v}{u}
Magnification produced by spherical mirror. Negative m means real inverted image.
Condition: u e 0NCERT Class 10 Science Section 9.2.4, Page 151
ScienceLight — Reflection and Refraction
📐 Formula

Lens formula

1f=1v1u\frac{1}{f} = \frac{1}{v} - \frac{1}{u}
Relates focal length f, image distance v, and object distance u for thin lenses.
Condition: Thin lens approximationNCERT Class 10 Science Section 9.3.4, Page 164
ScienceLight — Reflection and Refraction
📐 Formula

Lens magnification formula

m=hiho=+vum = \frac{h_i}{h_o} = +\frac{v}{u}
Magnification produced by spherical lens (note positive sign +v/u).
Condition: u e 0NCERT Class 10 Science Section 9.3.5, Page 165
ScienceLight — Reflection and Refraction
📐 Formula

Power of a lens formula

P=1f (in metres)=100f (in cm)(Unit: Dioptre, D)P = \frac{1}{f\text{ (in metres)}} = \frac{100}{f\text{ (in cm)}} \quad (\text{Unit: Dioptre, D})
Power is reciprocal of focal length in metres. Convex lens has +P; concave has -P.
Condition: f must be in metres for Dioptresf \text{ must be in metres for Dioptres}NCERT Class 10 Science Section 9.3.6, Page 166
ScienceLight — Reflection and Refraction
📐 Formula

Focal length and radius of curvature relationship

f=R2    R=2ff = \frac{R}{2} \iff R = 2f
Principal focus lies midway between pole and centre of curvature for small aperture mirrors.
Condition: Small aperture spherical mirror\text{Small aperture spherical mirror}NCERT Class 10 Science Section 9.2.1, Page 143
ScienceLight — Reflection and Refraction
📐 Formula

Absolute and relative refractive index

n=cvn21=v1v2=n2n1n = \frac{c}{v} \quad | \quad n_{21} = \frac{v_1}{v_2} = \frac{n_2}{n_1}
Absolute index n = c/v where c is vacuum light speed (3 x 10^8 m/s).
Condition: c=3×108 m/sc = 3 \times 10^8\text{ m/s}NCERT Class 10 Science Section 9.3.2, Page 157
ScienceLight — Reflection and Refraction
⚖️ Law / Rule

Snell's law of refraction (Second law of refraction)

sinisinr=constant=n21=n2n1    n1sini=n2sinr\frac{\sin i}{\sin r} = \text{constant} = n_{21} = \frac{n_2}{n_1} \iff n_1 \sin i = n_2 \sin r
Ratio of sine of angle of incidence to sine of refraction is constant for given pair of media.
Condition: 0<i<900^\circ < i < 90^\circNCERT Class 10 Science Section 9.3.2, Page 156
ScienceThe Human Eye and the Colourful World
💡 Key Fact

Myopia (Short-sightedness) and concave lens correction

Image formed in FRONT of retinaCorrectionConcave lens of suitable power (P<0)\text{Image formed in FRONT of retina} \xrightarrow{\text{Correction}} \text{Concave lens of suitable power } (P < 0)
Near objects seen clearly, distant objects blurred; corrected with concave lens.
Condition: Concave lens with negative power (P<0P < 0)NCERT Class 10 Science Section 10.2.1, Page 171
ScienceThe Human Eye and the Colourful World
💡 Key Fact

Hypermetropia (Far-sightedness) and convex lens correction

Image formed BEHIND retinaCorrectionConvex lens of suitable power (P>0)\text{Image formed BEHIND retina} \xrightarrow{\text{Correction}} \text{Convex lens of suitable power } (P > 0)
Distant objects seen clearly, near objects blurred; corrected with convex lens.
Condition: Convex lens with positive power (P>0P > 0)NCERT Class 10 Science Section 10.2.2, Page 172
ScienceThe Human Eye and the Colourful World
💡 Key Fact

Atmospheric refraction phenomena

Advanced Sunrise: 2 min+Delayed Sunset: 2 min    Day lengthened by 4 min\text{Advanced Sunrise: } 2\text{ min} + \text{Delayed Sunset: } 2\text{ min} \implies \text{Day lengthened by } 4\text{ min}
Atmospheric refraction causes star twinkling and 4-minute daylight extension.
Condition: Atmospheric optical density gradientNCERT Class 10 Science Section 10.4, Page 176
ScienceThe Human Eye and the Colourful World
💡 Key Fact

Scattering of light and Rayleigh's law (Tyndall effect)

I1λ4    Blue scattered most (Sky blue); Red scattered least (Danger signals, Sunset)I \propto \frac{1}{\lambda^4} \implies \text{Blue scattered most (Sky blue); Red scattered least (Danger signals, Sunset)}
Scattering intensity is inversely proportional to 4th power of wavelength.
Condition: Particle diameter dλ\text{Particle diameter } d \ll \lambdaNCERT Class 10 Science Section 10.5, Page 177
ScienceElectricity
⚖️ Law / Rule

Ohm's law

V=IR    I=VR    R=VIV = IR \iff I = \frac{V}{R} \iff R = \frac{V}{I}
Electric current is directly proportional to potential difference across conductor ends at constant temperature.
Condition: Constant temperature and physical conditions\text{Constant temperature and physical conditions}NCERT Class 10 Science Section 11.2, Page 185
ScienceElectricity
📐 Formula

Electric power formulas

P=VI=I2R=V2R(Unit: Watt, W)P = VI = I^2 R = \frac{V^2}{R} \quad (\text{Unit: Watt, W})
Rate of electrical energy consumption in circuit.
Condition: R > 0NCERT Class 10 Science Section 11.7, Page 199
ScienceElectricity
📐 Formula

Electrical energy formula

E=P×t=VIt=I2Rt=V2Rt(Unit: Joules, J)E = P \times t = V I t = I^2 R t = \frac{V^2}{R} t \quad (\text{Unit: Joules, J})
Total energy consumed over time t.
Condition: t in seconds (or hours for kWh)t \text{ in seconds (or hours for kWh)}NCERT Class 10 Science Section 11.7, Page 200
ScienceElectricity
📐 Formula

Resistors in series formula

Rs=R1+R2+R3++RnR_s = R_1 + R_2 + R_3 + \cdots + R_n
Equivalent resistance is sum of individual resistances in series.
Condition: Constant current II through all componentsNCERT Class 10 Science Section 11.5.1, Page 191
ScienceElectricity
📐 Formula

Resistors in parallel formula

1Rp=1R1+1R2+1R3++1Rn\frac{1}{R_p} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \cdots + \frac{1}{R_n}
Reciprocal of equivalent resistance is sum of reciprocals in parallel.
Condition: Constant potential difference VV across all branchesNCERT Class 10 Science Section 11.5.2, Page 194
ScienceElectricity
📐 Formula

Electric current and electric charge formula

I=Qt=net(Unit: Ampere, A; e=1.6×1019 C)I = \frac{Q}{t} = \frac{ne}{t} \quad (\text{Unit: Ampere, A; } e = 1.6 \times 10^{-19}\text{ C})
Electric current is rate of flow of electric charges. 1 C = 6.25 x 10^18 electrons.
Condition: t > 0NCERT Class 10 Science Section 11.1, Page 181
ScienceElectricity
📐 Formula

Electric potential difference formula

V=WQ    W=VQ(Unit: Volt, V; 1 V=1 J/C)V = \frac{W}{Q} \iff W = V Q \quad (\text{Unit: Volt, V; } 1\text{ V} = 1\text{ J/C})
Work done W in moving unit charge Q between two points in circuit.
Condition: Q > 0NCERT Class 10 Science Section 11.1.1, Page 183
ScienceElectricity
📐 Formula

Electrical resistivity formula

R=ρlA    ρ=RAl(Unit: Ωm)R = \rho \frac{l}{A} \iff \rho = \frac{R A}{l} \quad (\text{Unit: } \Omega\cdot\text{m})
Resistance depends directly on length l, inversely on area A, and on material resistivity rho.
Condition: A > 0, \; l > 0NCERT Class 10 Science Section 11.3, Page 187
ScienceElectricity
⚖️ Law / Rule

Joule's law of heating

H=I2Rt(Heat generated in conductor)H = I^2 R t \quad (\text{Heat generated in conductor})
Heat produced is directly proportional to square of current I^2, resistance R, and time t.
Condition: Conductor with resistance RRNCERT Class 10 Science Section 11.6, Page 197
ScienceElectricity
🔢 Standard Value

Commercial unit of electrical energy (Kilowatt-hour)

1 kWh=1 Board of Trade Unit=3.6×106 J=3.6 MJ1\text{ kWh} = 1\text{ Board of Trade Unit} = 3.6 \times 10^6\text{ J} = 3.6\text{ MJ}
Standard commercial unit of electrical energy (1000 W for 1 hour).
Condition: 1000 W×3600 s1000\text{ W} \times 3600\text{ s}NCERT Class 10 Science Section 11.7, Page 201
ScienceMagnetic Effects of Electric Current
⚖️ Law / Rule

Right-Hand Thumb Rule (Maxwell's Corkscrew Rule)

Thumb: Current (I)    Curled Fingers: Magnetic Field Direction (B)\text{Thumb: Current } (I) \implies \text{Curled Fingers: Magnetic Field Direction } (B)
Determines direction of concentric circular magnetic field lines around straight wire.
Condition: Straight current-carrying conductorNCERT Class 10 Science Section 12.2.1, Page 206
ScienceMagnetic Effects of Electric Current
⚖️ Law / Rule

Fleming's Left-Hand Rule (Motor rule)

Thumb: Force (F)Forefinger: Field (B)Middle: Current (I)\text{Thumb: Force } (F) \quad | \quad \text{Forefinger: Field } (B) \quad | \quad \text{Middle: Current } (I)
Determines force direction on current-carrying conductor in magnetic field.
Condition: All three fingers mutually perpendicularNCERT Class 10 Science Section 12.3, Page 210
ScienceMagnetic Effects of Electric Current
⚖️ Law / Rule🔬 Supplementary

Electromagnetic induction and Fleming's Right-Hand Rule

Thumb: MotionForefinger: Field (B)Middle: Induced Current (Iind)\text{Thumb: Motion} \quad | \quad \text{Forefinger: Field } (B) \quad | \quad \text{Middle: Induced Current } (I_{\text{ind}})
Production of induced current when magnetic flux changes over time (Generator rule).
Condition: Mutually perpendicular orientationNCERT Class 10 Science Section 12.4 (Foundational)
ScienceOur Environment
⚖️ Law / Rule

Unidirectional flow of energy in ecosystems

Sunlight (1% captured)ProducersHerbivoresCarnivoresTop Carnivores\text{Sunlight (1\% captured)} \longrightarrow \text{Producers} \longrightarrow \text{Herbivores} \longrightarrow \text{Carnivores} \longrightarrow \text{Top Carnivores}
Energy flow in food chains is strictly unidirectional and never reverts back to Sun.
Condition: Thermodynamic ecological flowNCERT Class 10 Science Section 13.1.1, Page 221
ScienceOur Environment
⚖️ Law / Rule

Lindeman's 10% law of energy transfer

Energy at next trophic level=10%×(Energy at current trophic level)\text{Energy at next trophic level} = 10\% \times (\text{Energy at current trophic level})
Only about 10 percent of energy is converted into biomass available for the next level.
Condition: Sequential trophic transferNCERT Class 10 Science Section 13.1.1, Page 222
ScienceOur Environment
💡 Key Fact

Biological magnification (Biomagnification)

Non-biodegradable pesticide (e.g. DDT) concentration INCREASES progressively at each higher trophic level.\text{Non-biodegradable pesticide (e.g. DDT) concentration INCREASES progressively at each higher trophic level.}
Persistent toxic chemicals accumulate with maximum concentration in top carnivores/humans.
Condition: Non-biodegradable persistent chemicalsNCERT Class 10 Science Section 13.1.1, Page 223
ScienceOur Environment
💡 Key Fact

Ozone layer formation and CFC depletion

O2UVO+O  ;  O+O2O3  (Ozone)UNEP 1987 Montreal Protocol froze CFC production\text{O}_2 \xrightarrow{\text{UV}} \text{O} + \text{O} \; ; \; \text{O} + \text{O}_2 \to \text{O}_3 \; (\text{Ozone}) \quad | \quad \text{UNEP 1987 Montreal Protocol froze CFC production}
Stratospheric ozone shields UV radiation; depleted by CFCs from refrigerators/aerosols.
Condition: Stratospheric photochemical reactionNCERT Class 10 Science Section 13.2.1, Page 224
SciencePeriodic Classification of Elements
⚖️ Law / Rule🔬 Supplementary

Modern periodic law (Moseley's Law)

Properties of elements are a periodic function of their ATOMIC NUMBER (Z)\text{Properties of elements are a periodic function of their ATOMIC NUMBER } (Z)
Henry Moseley (1913) demonstrated atomic number Z is more fundamental than atomic mass.
Condition: Arranged in increasing atomic number ZNCERT Class 10 Science Section 5.2 (Foundational Chemistry Reference)
SciencePeriodic Classification of Elements
⚖️ Law / Rule🔬 Supplementary

Mendeleev's periodic law and gaps

Properties of elements are periodic functions of their ATOMIC MASSES\text{Properties of elements are periodic functions of their ATOMIC MASSES}
Dmitri Mendeleev arranged 63 elements and predicted Eka-boron, Eka-aluminium, Eka-silicon.
Condition: Arranged in increasing atomic massNCERT Class 10 Science Section 5.1 (Foundational Chemistry Reference)
SciencePeriodic Classification of Elements
💡 Key Fact🔬 Supplementary

Structure of Modern Periodic Table (Groups and Periods)

18 Vertical Columns (Groups)7 Horizontal Rows (Periods)18\text{ Vertical Columns (Groups)} \quad | \quad 7\text{ Horizontal Rows (Periods)}
Elements in same group share valence electrons and similar chemical reactivity.
Condition: 18 Groups and 7 PeriodsNCERT Class 10 Science Section 5.2 (Foundational Chemistry Reference)
SciencePeriodic Classification of Elements
📈 Trend🔬 Supplementary

Valency periodic trend

Across Period: Increases 14 then decreases 40Down Group: Constant\text{Across Period: Increases } 1 \to 4 \text{ then decreases } 4 \to 0 \quad | \quad \text{Down Group: Constant}
Valency determined by outermost valence electrons.
Condition: Periodic trendNCERT Class 10 Science Section 5.2 (Foundational Chemistry Reference)
SciencePeriodic Classification of Elements
📈 Trend🔬 Supplementary

Atomic size (Atomic radius) periodic trend

Across Period: DECREASES (Higher nuclear pull)Down Group: INCREASES (Shells added)\text{Across Period: DECREASES (Higher nuclear pull)} \quad | \quad \text{Down Group: INCREASES (Shells added)}
Effective nuclear charge increases across period; extra electron shells added down group.
Condition: Periodic trendNCERT Class 10 Science Section 5.2 (Foundational Chemistry Reference)
SciencePeriodic Classification of Elements
📈 Trend🔬 Supplementary

Metallic and non-metallic character periodic trends

Metallic character: Decreases across period, increases down group\text{Metallic character: Decreases across period, increases down group}
Tendency to lose electrons decreases across period and increases down a group.
Condition: Periodic trendNCERT Class 10 Science Section 5.2 (Foundational Chemistry Reference)
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

French Revolution and Idea of the Nation

1789: French Revolution proclaimed sovereignty of the people, la patrie (fatherland) and le citoyen (citizen).\text{1789: French Revolution proclaimed sovereignty of the people, } \text{la patrie} \text{ (fatherland) and } \text{le citoyen} \text{ (citizen).}
Marked transition from absolute monarchy to nation-state based on collective identity and tricolour flag.
NCERT Class 10 History Section 1.1, Page 4
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

Napoleonic Code (Civil Code of 1804)

1804: Abolished privileges based on birth, established equality before law, and secured property rights.\text{1804: Abolished privileges based on birth, established equality before law, and secured property rights.}
Standardized administrative divisions, abolished feudal systems and serfdom across French-occupied territories.
NCERT Class 10 History Section 1.1, Page 6
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

Treaty of Vienna and Conservative Order

1815: Congress of Vienna hosted by Duke Metternich to restore Bourbon dynasty and re-establish conservative order in Europe.\text{1815: Congress of Vienna hosted by Duke Metternich to restore Bourbon dynasty and re-establish conservative order in Europe.}
Sought to undo changes of Napoleonic wars and prevent future French expansion by surrounding France with buffer states.
NCERT Class 10 History Section 1.2, Page 10
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

Greek War of Independence

1821: Greek War of Independence began; 1832: Treaty of Constantinople recognized Greece as an independent nation.\text{1821: Greek War of Independence began; 1832: Treaty of Constantinople recognized Greece as an independent nation.}
Mobilized nationalist feelings across Europe, supported by West Europeans and poets like Lord Byron.
NCERT Class 10 History Section 1.3, Page 13
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

Frankfurt Parliament (1848 Revolution of Liberals)

May 18, 1848: 831 elected representatives met at Church of St. Paul to draft a constitution for a unified Germany.\text{May 18, 1848: 831 elected representatives met at Church of St. Paul to draft a constitution for a unified Germany.}
Rejected by King Friedrich Wilhelm IV of Prussia; disbanded under military pressure.
NCERT Class 10 History Section 1.3, Page 17
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

Unification of Italy

1861: Victor Emmanuel II proclaimed King of United Italy through leadership of Cavour (diplomacy) and Garibaldi (Red Shirts).\text{1861: Victor Emmanuel II proclaimed King of United Italy through leadership of Cavour (diplomacy) and Garibaldi (Red Shirts).}
Mazzini formed Young Italy; Cavour's diplomatic alliance with France and Garibaldi's Expedition of the Thousand unified Italy.
NCERT Class 10 History Section 1.4, Page 20
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

Unification of Germany

January 18, 1871: Prussian King William I proclaimed German Emperor at Hall of Mirrors in Versailles.\text{January 18, 1871: Prussian King William I proclaimed German Emperor at Hall of Mirrors in Versailles.}
Architect Otto von Bismarck carried out unification through 'Blood and Iron' and 3 wars in 7 years (Austria, Denmark, France).
NCERT Class 10 History Section 1.4, Page 19
Social ScienceThe Rise of Nationalism in Europe
📅 Timeline / Date

Zollverein Customs Union (Economic Nationalism)

1834: Customs union formed at Prussia’s initiative, abolishing tariff barriers and reducing currencies from 30+ to 2.\text{1834: Customs union formed at Prussia's initiative, abolishing tariff barriers and reducing currencies from 30+ to 2.}
Created unified economic territory strengthening wider nationalist sentiments.
NCERT Class 10 History Section 1.2, Page 10
Social ScienceNationalism in India
📅 Timeline / Date

Rowlatt Act and Jallianwala Bagh Massacre

April 13, 1919: General Dyer opened fire on peaceful gathering at Amritsar; Rowlatt Act authorized 2-year detention without trial.\text{April 13, 1919: General Dyer opened fire on peaceful gathering at Amritsar; Rowlatt Act authorized 2-year detention without trial.}
Provoked nationwide hartal and led Rabindranath Tagore to renounce his Knighthood.
NCERT Class 10 History Section 2.1, Page 31
Social ScienceNationalism in India
📅 Timeline / Date

Non-Cooperation and Khilafat Movement Launch

December 1920 (Nagpur Congress): Non-Cooperation program adopted under Gandhi & Ali Brothers (Muhammad & Shaukat).\text{December 1920 (Nagpur Congress): Non-Cooperation program adopted under Gandhi \& Ali Brothers (Muhammad \& Shaukat).}
United Hindu-Muslim anti-colonial struggle boycotting government schools, courts, and foreign cloth.
NCERT Class 10 History Section 2.1, Page 32
Social ScienceNationalism in India
📅 Timeline / Date

Chauri Chaura Incident and Withdrawal of NCM

February 1922: Violent clash in Gorakhpur led Mahatma Gandhi to immediately call off Non-Cooperation Movement.\text{February 1922: Violent clash in Gorakhpur led Mahatma Gandhi to immediately call off Non-Cooperation Movement.}
Gandhi felt satyagrahis needed proper non-violent training before undertaking mass struggles.
NCERT Class 10 History Section 2.2, Page 38
Social ScienceNationalism in India
📅 Timeline / Date

Simon Commission Boycott

1928: Statutory Commission under Sir John Simon arrived; greeted with ’Go Back Simon’ banners due to having NO Indian members.\text{1928: Statutory Commission under Sir John Simon arrived; greeted with 'Go Back Simon' banners due to having NO Indian members.}
Lala Lajpat Rai was fatally assaulted during peaceful protests in Lahore.
NCERT Class 10 History Section 2.2, Page 38
Social ScienceNationalism in India
📅 Timeline / Date

Lahore Congress and Purna Swaraj Declaration

December 1929: Under Jawaharlal Nehru, Congress formalized demand for ’Purna Swaraj’ (Complete Independence); Jan 26, 1930 celebrated.\text{December 1929: Under Jawaharlal Nehru, Congress formalized demand for 'Purna Swaraj' (Complete Independence); Jan 26, 1930 celebrated.}
Purna Swaraj resolution became basis for choosing Republic Day on January 26.
NCERT Class 10 History Section 2.2, Page 39
Social ScienceNationalism in India
📅 Timeline / Date

Dandi Salt March and Civil Disobedience Movement

March 12 – April 6, 1930: Gandhi marched 240 miles from Sabarmati to Dandi with 78 volunteers, breaking the Salt Law.\text{March 12 – April 6, 1930: Gandhi marched 240 miles from Sabarmati to Dandi with 78 volunteers, breaking the Salt Law.}
Inaugurated Civil Disobedience Movement, actively breaking colonial laws across the country.
NCERT Class 10 History Section 2.3, Page 39
Social ScienceNationalism in India
📅 Timeline / Date

Poona Pact (Gandhi and Dr. B.R. Ambedkar)

September 1932: Poona Pact gave Depressed Classes reserved seats in provincial/central councils, voting in general electorates.\text{September 1932: Poona Pact gave Depressed Classes reserved seats in provincial/central councils, voting in general electorates.}
Resolved conflict over separate electorates announced in British Communal Award.
NCERT Class 10 History Section 2.3, Page 45
Social ScienceThe Making of a Global World
💡 Key Fact

Ancient Silk Routes network

Pre-modern trade & cultural links binding Asia with Europe and North Africa (Chinese silk, pottery, spices, Buddhism/Christianity).\text{Pre-modern trade \& cultural links binding Asia with Europe and North Africa (Chinese silk, pottery, spices, Buddhism/Christianity).}
Vibrant overland and sea routes functioning since before the Christian Era.
NCERT Class 10 History Section 3.1, Page 53
Social ScienceThe Making of a Global World
💡 Key Fact

Biological conquest of Americas (Smallpox)

16th Century: Spanish conquerors carried smallpox to Americas; native populations had NO immunity, decimating whole communities.\text{16th Century: Spanish conquerors carried smallpox to Americas; native populations had NO immunity, decimating whole communities.}
Germs proved more deadly than military firepower in colonizing America.
NCERT Class 10 History Section 3.1.2, Page 55
Social ScienceThe Making of a Global World
📅 Timeline / Date

Abolition of Corn Laws in Britain

Mid-19th Century: Repeal of tariffs on food imports allowed cheap food into Britain, establishing global agricultural market.\text{Mid-19th Century: Repeal of tariffs on food imports allowed cheap food into Britain, establishing global agricultural market.}
British agriculture couldn't compete with imports; peasants migrated to cities or overseas.
NCERT Class 10 History Section 3.2.1, Page 58
Social ScienceThe Making of a Global World
📅 Timeline / Date

Great Depression

1929 – mid-1930s: Catastrophic decline in production, employment, incomes, and trade; triggered by US Wall Street crash.\text{1929 – mid-1930s: Catastrophic decline in production, employment, incomes, and trade; triggered by US Wall Street crash.}
Agricultural overproduction and withdrawal of US loans caused worldwide economic crisis.
NCERT Class 10 History Section 3.3.1, Page 67
Social ScienceThe Making of a Global World
📅 Timeline / Date

Bretton Woods Institutions (IMF and World Bank)

July 1944: UN Monetary Conference in Bretton Woods, USA set up IMF and IBRD (World Bank) for post-war economic stability.\text{July 1944: UN Monetary Conference in Bretton Woods, USA set up IMF and IBRD (World Bank) for post-war economic stability.}
Fixed exchange rate system pegged currencies to US dollar ($35 per ounce of gold).
NCERT Class 10 History Section 3.4.1, Page 71
Social ScienceThe Age of Industrialisation
💡 Key Fact

Proto-industrialisation definition

Phase of large-scale decentralized industrial production for international market BEFORE factories emerged in England.\text{Phase of large-scale decentralized industrial production for international market BEFORE factories emerged in England.}
Merchants supplied raw wool to countryside artisans, coordinated by merchant capitalists.
NCERT Class 10 History Section 4.1, Page 80
Social ScienceThe Age of Industrialisation
📅 Timeline / Date

Spinning Jenny invention (James Hargreaves)

1764: James Hargreaves invented Spinning Jenny, speeding up spinning process and reducing labour demand (attacked by women workers).\text{1764: James Hargreaves invented Spinning Jenny, speeding up spinning process and reducing labour demand (attacked by women workers).}
Single wheel spun multiple spindles simultaneously.
NCERT Class 10 History Section 4.2, Page 84
Social ScienceThe Age of Industrialisation
📅 Timeline / Date

Steam Engine Improvement (James Watt and Matthew Boulton)

1781: James Watt improved Newcomen’s steam engine and patented it; manufactured by Matthew Boulton.\text{1781: James Watt improved Newcomen's steam engine and patented it; manufactured by Matthew Boulton.}
Provided revolutionary mechanical motive power for mills, mining, and transport.
NCERT Class 10 History Section 4.2, Page 83
Social ScienceThe Age of Industrialisation
💡 Key Fact

Hand labour vs Steam power in Victorian Britain

Abundant human labour kept wages low; aristocrats preferred refined handmade goods over uniform machine products.\text{Abundant human labour kept wages low; aristocrats preferred refined handmade goods over uniform machine products.}
Machines required large capital investment and frequent repairs; handmade goods symbolized refinement.
NCERT Class 10 History Section 4.2, Page 82
Social ScienceThe Age of Industrialisation
💡 Key Fact

Jobbers in Indian industrial recruitment

Trusted old workers employed by mill owners to recruit new village workers, arrange housing, and secure jobs for money/gifts.\text{Trusted old workers employed by mill owners to recruit new village workers, arrange housing, and secure jobs for money/gifts.}
Jobbers acquired substantial authority and controlled entry into industrial factories.
NCERT Class 10 History Section 4.4, Page 92
Social SciencePrint Culture and the Modern World
📅 Timeline / Date

Gutenberg's Printing Press

1448: Johannes Gutenberg invented movable metal type press in Mainz, Germany; first printed book was the Latin Bible (180 copies).\text{1448: Johannes Gutenberg invented movable metal type press in Mainz, Germany; first printed book was the Latin Bible (180 copies).}
Transformed hand copying into mechanized print revolution across Europe.
NCERT Class 10 History Section 5.2, Page 108
Social SciencePrint Culture and the Modern World
📅 Timeline / Date

Martin Luther and the Protestant Reformation

1517: Martin Luther wrote Ninety-Five Theses criticizing Roman Catholic rituals; printed translation led to Protestant Reformation.\text{1517: Martin Luther wrote Ninety-Five Theses criticizing Roman Catholic rituals; printed translation led to Protestant Reformation.}
Luther declared: 'Printing is the ultimate gift of God and the greatest one.'
NCERT Class 10 History Section 5.3, Page 112
Social SciencePrint Culture and the Modern World
📅 Timeline / Date

Vernacular Press Act of 1878

1878: Passed under Lord Lytton (modeled on Irish Press Laws) giving British government extensive rights to censor vernacular newspapers.\text{1878: Passed under Lord Lytton (modeled on Irish Press Laws) giving British government extensive rights to censor vernacular newspapers.}
Nationalist papers that published seditious reports had printing presses confiscated.
NCERT Class 10 History Section 5.8, Page 128
Social SciencePrint Culture and the Modern World
📅 Timeline / Date

Sambad Kaumudi (Raja Ram Mohan Roy)

1821: Raja Ram Mohan Roy published Sambad Kaumudi campaign against Sati, idolatry, and widow exploitation.\text{1821: Raja Ram Mohan Roy published Sambad Kaumudi campaign against Sati, idolatry, and widow exploitation.}
Orthodox opposition published Samachar Chandrika in response.
NCERT Class 10 History Section 5.7, Page 122
Social SciencePrint Culture and the Modern World
📅 Timeline / Date

Ghulamgiri (Jyotirao Phule)

1871: Jyotirao Phule wrote Ghulamgiri (Slavery) dedicated to American Civil Rights movement against slavery.\text{1871: Jyotirao Phule wrote Ghulamgiri (Slavery) dedicated to American Civil Rights movement against slavery.}
Pioneering Marathi critique of Brahminical caste domination.
NCERT Class 10 History Section 5.8, Page 126
Social ScienceResources and Development
📅 Timeline / Date

Rio de Janeiro Earth Summit and Agenda 21

June 1992: First International Earth Summit convened in Brazil; signed Agenda 21 for global Sustainable Development.\text{June 1992: First International Earth Summit convened in Brazil; signed Agenda 21 for global Sustainable Development.}
Adopted declaration on global climatic change and biological diversity.
NCERT Class 10 Geography Section 1.2, Page 3
Social ScienceResources and Development
💡 Key Fact

Alluvial Soil characteristics (Khadar and Bangar)

Khadar: New alluvial, fine, highly fertileBangar: Old alluvial, contains calcareous kankar nodules\text{Khadar: New alluvial, fine, highly fertile} \quad | \quad \text{Bangar: Old alluvial, contains calcareous kankar nodules}
Deposited by Indus, Ganga, and Brahmaputra rivers; rich in potash, phosphoric acid, lime (ideal for paddy, wheat, sugarcane).
NCERT Class 10 Geography Section 1.6.1, Page 9
Social ScienceResources and Development
💡 Key Fact

Black Soil (Regur Soil / Black Cotton Soil)

Formed from basalt/lava flows in Deccan Trap; clayey, retains moisture, develops deep cracks in summer; ideal for cotton.\text{Formed from basalt/lava flows in Deccan Trap; clayey, retains moisture, develops deep cracks in summer; ideal for cotton.}
Rich in calcium carbonate, magnesium, potash, and lime; deficient in phosphoric contents.
NCERT Class 10 Geography Section 1.6.2, Page 10
Social ScienceResources and Development
💡 Key Fact

Laterite Soil characteristics

Formed in high temperature & heavy rainfall zones through intense leaching; acidic (pH<6), suitable for tea, coffee, cashew.\text{Formed in high temperature \& heavy rainfall zones through intense leaching; acidic } (\text{pH} < 6), \text{ suitable for tea, coffee, cashew.}
Low humus content as bacteria are killed by high heat.
NCERT Class 10 Geography Section 1.6.4, Page 11
Social ScienceResources and Development
💡 Key Fact

Soil conservation methods

Contour ploughing, Terrace farming (Himalayas), Strip cropping, Shelter belts (Stabilizing sand dunes in desert)\text{Contour ploughing, Terrace farming (Himalayas), Strip cropping, Shelter belts (Stabilizing sand dunes in desert)}
Practices designed to decelerate runoff and wind velocity to stop soil erosion.
NCERT Class 10 Geography Section 1.7, Page 13
Social ScienceResources and Development
💡 Key Fact

Sustainable Development definition (Brundtland Commission)

Development that meets needs of the present without compromising ability of future generations to meet their own needs.\text{Development that meets needs of the present without compromising ability of future generations to meet their own needs.}
Economic growth harmonized with environmental protection and resource conservation.
NCERT Class 10 Geography Section 1.2, Page 3
Social ScienceForest and Wildlife Resources
💡 Key Fact

Reserved and Protected Forests (Permanent forest estate)

Reserved Forests: >50% most valuable, strictly protectedProtected Forests: 33% protected from further depletion\text{Reserved Forests: >50\% most valuable, strictly protected} \quad | \quad \text{Protected Forests: ~33\% protected from further depletion}
Managed by state forest departments for timber production and ecological preservation (e.g. MP has largest area).
NCERT Class 10 Geography Section 2.3, Page 19
Social ScienceForest and Wildlife Resources
💡 Key Fact

Unclassed Forests

Forests and wastelands belonging to both government and private communities (dominant in North-East and parts of Gujarat).\text{Forests and wastelands belonging to both government and private communities (dominant in North-East and parts of Gujarat).}
Managed through local community traditions.
NCERT Class 10 Geography Section 2.3, Page 20
Social ScienceForest and Wildlife Resources
📅 Timeline / Date

Project Tiger launch

1973: Project Tiger launched to save endangered Bengal tiger (Corbett in Uttarakhand, Sundarbans in WB, Bandhavgarh in MP).\text{1973: Project Tiger launched to save endangered Bengal tiger (Corbett in Uttarakhand, Sundarbans in WB, Bandhavgarh in MP).}
One of the most successful wildlife conservation initiatives in the world.
NCERT Class 10 Geography Section 2.2, Page 18
Social ScienceForest and Wildlife Resources
📅 Timeline / Date

Joint Forest Management (JFM) Program

1988: Odisha passed first formal JFM resolution involving local village communities in restoring degraded forests.\text{1988: Odisha passed first formal JFM resolution involving local village communities in restoring degraded forests.}
Communities receive non-timber forest produce and share in harvested timber in return for protection.
NCERT Class 10 Geography Section 2.4, Page 21
Social ScienceWater Resources
💡 Key Fact

Rooftop Rainwater Harvesting in Tamil Nadu

Tamil Nadu is the FIRST state in India to make rooftop rainwater harvesting structure compulsory for all houses by law.\text{Tamil Nadu is the FIRST state in India to make rooftop rainwater harvesting structure compulsory for all houses by law.}
Legal provisions penalize defaulters to recharge depleted groundwater tables.
NCERT Class 10 Geography Section 3.3, Page 31
Social ScienceWater Resources
💡 Key Fact

Tankas (Underground rainwater storage tanks)

Traditional underground rainwater harvesting cisterns built inside houses in arid parts of Rajasthan (Bikaner, Phalodi, Barmer).\text{Traditional underground rainwater harvesting cisterns built inside houses in arid parts of Rajasthan (Bikaner, Phalodi, Barmer).}
Stored 'Palar Pani' (purest natural rainwater) for reliable drinking water during summer droughts.
NCERT Class 10 Geography Section 3.3, Page 30
Social ScienceWater Resources
💡 Key Fact

Multipurpose River Valley Projects (Temples of Modern India)

Dams combine flood control, irrigation, hydroelectricity, navigation, and pisciculture (Jawaharlal Nehru called dams ’Temples of Modern India’).\text{Dams combine flood control, irrigation, hydroelectricity, navigation, and pisciculture (Jawaharlal Nehru called dams 'Temples of Modern India').}
Bhakra-Nangal (Sutlej), Hirakud (Mahanadi), Sardar Sarovar (Narmada).
NCERT Class 10 Geography Section 3.2, Page 26
Social ScienceAgriculture
💡 Key Fact

Rabi Cropping Season

Sown: Winter (October – December)Harvested: Summer (April – June)Crops: Wheat, Barley, Peas, Gram, Mustard\text{Sown: Winter (October – December)} \quad | \quad \text{Harvested: Summer (April – June)} \quad | \quad \text{Crops: Wheat, Barley, Peas, Gram, Mustard}
Benefits from winter western temperate cyclonic disturbances in Punjab, Haryana, and UP.
NCERT Class 10 Geography Section 4.2, Page 36
Social ScienceAgriculture
💡 Key Fact

Kharif Cropping Season

Sown: Monsoon onset (June – July)Harvested: September – OctoberCrops: Paddy (Rice), Maize, Jowar, Bajra, Cotton, Jute\text{Sown: Monsoon onset (June – July)} \quad | \quad \text{Harvested: September – October} \quad | \quad \text{Crops: Paddy (Rice), Maize, Jowar, Bajra, Cotton, Jute}
Requires high temperature and abundant monsoon rainfall.
NCERT Class 10 Geography Section 4.2, Page 36
Social ScienceAgriculture
💡 Key Fact

Zaid Cropping Season

Short summer season between Rabi and Kharif (March – June): Watermelon, Muskmelon, Cucumber, Vegetables, Fodder crops.\text{Short summer season between Rabi and Kharif (March – June): Watermelon, Muskmelon, Cucumber, Vegetables, Fodder crops.}
Grown in irrigated summer months.
NCERT Class 10 Geography Section 4.2, Page 37
Social ScienceAgriculture
🔀 Condition

Rice geographical growing conditions

Temperature: >25CRainfall: >100 cmKharif staple food crop of India (WB, UP, Punjab, AP)\text{Temperature: } >25^\circ\text{C} \quad | \quad \text{Rainfall: } >100\text{ cm} \quad | \quad \text{Kharif staple food crop of India (WB, UP, Punjab, AP)}
Tropical and subtropical crop requiring high humidity and flooded fields.
NCERT Class 10 Geography Section 4.3.1, Page 38
Social ScienceAgriculture
🔀 Condition

Cotton and Wheat geographical growing conditions

Cotton: 210 frost-free days, bright sunshine, black soilWheat: Cool growing season, bright sunshine at ripening, 5075 cm rain\text{Cotton: 210 frost-free days, bright sunshine, black soil} \quad | \quad \text{Wheat: Cool growing season, bright sunshine at ripening, } 50-75\text{ cm rain}
Cotton is major Kharif raw material (Gujarat, Maharashtra); Wheat is major Rabi staple (Punjab, Haryana, UP).
NCERT Class 10 Geography Section 4.3.2 & 4.5.1, Page 39, 44
Social ScienceMinerals and Energy Resources
💡 Key Fact

Iron ore varieties (Magnetite and Hematite)

Magnetite: Finest ore, up to 70% Fe, excellent magnetic propertiesHematite: 50-60% Fe, most important industrial ore\text{Magnetite: Finest ore, up to 70\% Fe, excellent magnetic properties} \quad | \quad \text{Hematite: 50-60\% Fe, most important industrial ore}
Major belts: Odisha-Jharkhand, Durg-Bastar-Chandrapur, Ballari-Chitradurga-Chikkamagaluru-Tumakuru, Maharashtra-Goa.
NCERT Class 10 Geography Section 5.2.1, Page 52
Social ScienceMinerals and Energy Resources
💡 Key Fact

Bauxite and Aluminium extraction

Bauxite (Clay-like substance)Alumina (Al2O3)Aluminium (Light, strong, high conductivity)\text{Bauxite (Clay-like substance)} \longrightarrow \text{Alumina } (\text{Al}_2\text{O}_3) \longrightarrow \text{Aluminium (Light, strong, high conductivity)}
Panchpatmali deposits in Koraput district of Odisha are the largest in India.
NCERT Class 10 Geography Section 5.2.2, Page 54
Social ScienceMinerals and Energy Resources
💡 Key Fact

Coal classification (Anthracite, Bituminous, Lignite, Peat)

Anthracite (Highest quality, >80% C)>Bituminous (Commercial/metallurgical)>Lignite (Brown coal, Neyveli)>Peat (Low C, high moisture)\text{Anthracite (Highest quality, >80\% C)} > \text{Bituminous (Commercial/metallurgical)} > \text{Lignite (Brown coal, Neyveli)} > \text{Peat (Low C, high moisture)}
Gondwana coal (>200 million years old, Damodar Valley: Jharia, Raniganj, Bokaro) and Tertiary coal (North-East).
NCERT Class 10 Geography Section 5.3.1, Page 57
Social ScienceMinerals and Energy Resources
💡 Key Fact

Non-conventional renewable energy sources

Solar (Photovoltaic technology), Wind (Muppandal cluster in Tamil Nadu), Biogas (Gobar gas plants), Nuclear, Tidal, Geothermal\text{Solar (Photovoltaic technology), Wind (Muppandal cluster in Tamil Nadu), Biogas (Gobar gas plants), Nuclear, Tidal, Geothermal}
Inexhaustible, eco-friendly energy sources crucial for sustainable energy transition.
NCERT Class 10 Geography Section 5.3.2, Page 60
Social ScienceManufacturing Industries
💡 Key Fact

Agglomeration Economies in industrial location

Many industries tend to come together to make use of the advantages offered by the urban centres (banking, transport, power, labour).\text{Many industries tend to come together to make use of the advantages offered by the urban centres (banking, transport, power, labour).}
Urban industrial clusters reduce transaction and infrastructure costs.
NCERT Class 10 Geography Section 6.1, Page 66
Social ScienceManufacturing Industries
📅 Timeline / Date

First Modern Mills in India (Cotton and Jute)

1854: First successful textile mill in Mumbai1855: First jute mill at Rishra near Kolkata\text{1854: First successful textile mill in Mumbai} \quad | \quad \text{1855: First jute mill at Rishra near Kolkata}
Foundational dates in Indian modern mechanized industrial history.
NCERT Class 10 Geography Section 6.3.1-6.3.2, Page 68-70
Social ScienceManufacturing Industries
💡 Key Fact

Iron and Steel basic heavy industry raw materials

Required raw material ratio: Iron Ore : Coking Coal : Limestone 4:2:1(+Manganese to harden)\text{Required raw material ratio: Iron Ore : Coking Coal : Limestone } \approx 4 : 2 : 1 \quad (+\text{Manganese to harden})
Heavy and bulky raw materials dictate concentration in Chhotanagpur Plateau region.
NCERT Class 10 Geography Section 6.4.1, Page 73
Social ScienceManufacturing Industries
💡 Key Fact

Industrial pollution types and effluent treatment

Air (Smoke/PM), Water (Organic/inorganic effluents), Thermal (Hot water in rivers), Noise    Effluent Treatment (Primary, Secondary, Tertiary)\text{Air (Smoke/PM), Water (Organic/inorganic effluents), Thermal (Hot water in rivers), Noise} \implies \text{Effluent Treatment (Primary, Secondary, Tertiary)}
NTPC shows proactive environmental management through green belts and ash utilization.
NCERT Class 10 Geography Section 6.6, Page 77
Social ScienceLifelines of National Economy
💡 Key Fact

Golden Quadrilateral Super Highways

6-lane highways connecting Delhi-Kolkata-Chennai-Mumbai-Delhi, implemented by NHAI to reduce travel time between mega cities.\text{6-lane highways connecting Delhi-Kolkata-Chennai-Mumbai-Delhi, implemented by NHAI to reduce travel time between mega cities.}
Includes North-South Corridor (Srinagar to Kanyakumari) and East-West Corridor (Silchar to Porbandar).
NCERT Class 10 Geography Section 7.1.1, Page 82
Social ScienceLifelines of National Economy
💡 Key Fact

Major Indian Seaports (Kandla to Kolkata)

Kandla (Tidal, Deendayal Port), Mumbai (Spacious natural), Marmagao (Iron ore export), New Mangalore, Kochi (Lagoon), Chennai, Visakhapatnam (Deepest landlocked), Paradip, Haldia\text{Kandla (Tidal, Deendayal Port), Mumbai (Spacious natural), Marmagao (Iron ore export), New Mangalore, Kochi (Lagoon), Chennai, Visakhapatnam (Deepest landlocked), Paradip, Haldia}
India's 7,516.6 km coastline is serviced by 12 major ports handling 95% of foreign trade volume.
NCERT Class 10 Geography Section 7.2, Page 87
Social ScienceLifelines of National Economy
💡 Key Fact

Mass communication and telecom networks in India

All India Radio (Akashvani), Doordarshan (One of the largest terrestrial networks), STD/ISD telecom integration across 2/3rd of villages.\text{All India Radio (Akashvani), Doordarshan (One of the largest terrestrial networks), STD/ISD telecom integration across 2/3rd of villages.}
Combines personal and mass communication to promote national integration and awareness.
NCERT Class 10 Geography Section 7.3, Page 89
Social SciencePower-sharing
💡 Key Fact

Belgian Model of Accommodation

Constitution prescribes equal Dutch & French ministers in Central Govt, Brussels equal representation, and Community Govt for cultural/language rights.\text{Constitution prescribes equal Dutch \& French ministers in Central Govt, Brussels equal representation, and Community Govt for cultural/language rights.}
Amended constitution 4 times between 1970 and 1993 to enable all linguistic communities to live peacefully together.
NCERT Class 10 Civics Section 1.2, Page 4
Social SciencePower-sharing
📅 Timeline / Date

Majoritarianism in Sri Lanka (1956 Official Language Act)

1956: Sinhala recognized as SOLE official language, preferential policies in universities/jobs, state protection of Buddhism.\text{1956: Sinhala recognized as SOLE official language, preferential policies in universities/jobs, state protection of Buddhism.}
Alienated Sri Lankan Tamils and triggered decades of devastating civil war.
NCERT Class 10 Civics Section 1.1, Page 3
Social SciencePower-sharing
💡 Key Fact

Horizontal Power Sharing (Separation of Powers)

Power shared among Legislature (makes laws), Executive (implements laws), and Judiciary (interprets laws) at the SAME level.\text{Power shared among Legislature (makes laws), Executive (implements laws), and Judiciary (interprets laws) at the SAME level.}
Creates a system of checks and balances where no single organ exercises unlimited power.
NCERT Class 10 Civics Section 1.4, Page 8
Social SciencePower-sharing
💡 Key Fact

Vertical Power Sharing (Federal Division of Power)

Power shared among governments at different levels: Union (National) State (Regional) Local (Municipality/Panchayat)\text{Power shared among governments at different levels: Union (National) } \longrightarrow \text{State (Regional) } \longrightarrow \text{Local (Municipality/Panchayat)}
Higher and lower levels of government with constitutionally specified jurisdictions.
NCERT Class 10 Civics Section 1.4, Page 9
Social SciencePower-sharing
💡 Key Fact

Prudential vs Moral reasons for Power Sharing

Prudential: Reduces conflict between social groups and ensures political stability    Moral: Power sharing is the very spirit of democracy\text{Prudential: Reduces conflict between social groups and ensures political stability} \; | \; \text{Moral: Power sharing is the very spirit of democracy}
Prudential reasons emphasize practical beneficial outcomes; moral reasons emphasize the inherent value of democratic participation.
NCERT Class 10 Civics Section 1.3, Page 6
Social ScienceFederalism
💡 Key Fact

Union List (Seventh Schedule of Constitution)

Subjects of national importance: Defence, Foreign Affairs, Banking, Communications, Currency (Exclusive Union Parliament power).\text{Subjects of national importance: Defence, Foreign Affairs, Banking, Communications, Currency (Exclusive Union Parliament power).}
Requires uniform policy throughout the country.
NCERT Class 10 Civics Section 2.1, Page 16
Social ScienceFederalism
💡 Key Fact

State List (Seventh Schedule of Constitution)

Subjects of state and local importance: Police, Trade, Commerce, Agriculture, Irrigation (Exclusive State Legislature power).\text{Subjects of state and local importance: Police, Trade, Commerce, Agriculture, Irrigation (Exclusive State Legislature power).}
Administered according to regional and local state needs.
NCERT Class 10 Civics Section 2.1, Page 16
Social ScienceFederalism
💡 Key Fact

Concurrent List and Conflict Resolution

Common interest subjects: Education, Forests, Trade Unions, Marriage, Adoption    In case of conflict, Union Law PREVAILS.\text{Common interest subjects: Education, Forests, Trade Unions, Marriage, Adoption} \implies \text{In case of conflict, Union Law PREVAILS.}
Both Parliament and State Legislatures can make laws on concurrent subjects.
NCERT Class 10 Civics Section 2.1, Page 17
Social ScienceFederalism
💡 Key Fact

Residuary Powers

Matters not mentioned in any of the three lists (e.g., Computer Software, Cyber Law, AI) rest exclusively with the UNION Parliament.\text{Matters not mentioned in any of the three lists (e.g., Computer Software, Cyber Law, AI) rest exclusively with the UNION Parliament.}
Article 248 grants residuary legislative power to the Central Government.
NCERT Class 10 Civics Section 2.1, Page 17
Social ScienceFederalism
📅 Timeline / Date

73rd and 74th Constitutional Amendments (Decentralisation)

1992: Mandatory regular local elections, State Election Commission, State Finance Commission, and 1/3rd seats reserved for women.\text{1992: Mandatory regular local elections, State Election Commission, State Finance Commission, and 1/3rd seats reserved for women.}
Created a robust three-tier democratic structure: Panchayati Raj (Rural) and Municipalities (Urban).
NCERT Class 10 Civics Section 2.3, Page 24
Social ScienceGender, Religion and Caste
💡 Key Fact

Feminist Movements definition and goals

Radical and reformist movements aimed at establishing equality for women in personal, family, educational, and political life.\text{Radical and reformist movements aimed at establishing equality for women in personal, family, educational, and political life.}
Challenged traditional sexual division of labour and advocated equal voting rights, education, and career opportunities.
NCERT Class 10 Civics Section 3.1, Page 41
Social ScienceGender, Religion and Caste
🔢 Standard Value

Women's Representation in Panchayats and Local Bodies

One-third (33%) of seats are legally reserved for women in rural panchayats and urban municipalities (>10 lakh elected women).\text{One-third (33\%) of seats are legally reserved for women in rural panchayats and urban municipalities (>10 lakh elected women).}
Provided institutional power to women at grassroots local self-government levels.
NCERT Class 10 Civics Section 3.1, Page 44
Social ScienceGender, Religion and Caste
💡 Key Fact

Communalism in politics

Belief that religion is the principal basis of social community; one religion’s followers pitted against another to capture state power.\text{Belief that religion is the principal basis of social community; one religion's followers pitted against another to capture state power.}
Takes forms ranging from everyday prejudices and religious polarization to communal riots.
NCERT Class 10 Civics Section 3.2, Page 46
Social ScienceGender, Religion and Caste
💡 Key Fact

Secular State constitutional provisions

No official religion in India; Article 25 guarantees freedom to profess, practice, and propagate any religion; prohibits discrimination on religious grounds.\text{No official religion in India; Article 25 guarantees freedom to profess, practice, and propagate any religion; prohibits discrimination on religious grounds.}
Allows state intervention to ensure equality within religious groups (e.g. banning untouchability).
NCERT Class 10 Civics Section 3.2, Page 48
Social ScienceGender, Religion and Caste
💡 Key Fact

Caste in Politics and Politics in Caste

Caste in politics: Candidates chosen based on caste calculations    Politics in caste: Caste groups expand, form coalitions and backward/forward alliances.\text{Caste in politics: Candidates chosen based on caste calculations} \; | \; \text{Politics in caste: Caste groups expand, form coalitions and backward/forward alliances.}
Universal adult franchise and one-person-one-vote compelled political leaders to mobilize backward and underprivileged castes.
NCERT Class 10 Civics Section 3.3, Page 50-52
Social SciencePolitical Parties
💡 Key Fact

Three essential components of a political party

1.  The Leaders2.  The Active Members3.  The Followers1.\; \text{The Leaders} \quad | \quad 2.\; \text{The Active Members} \quad | \quad 3.\; \text{The Followers}
A political party is a group of people who come together to contest elections and hold power in the government.
NCERT Class 10 Civics Section 4.1, Page 73
Social SciencePolitical Parties
🔀 Condition

Criteria for recognition as a National Party (Election Commission)

6% total votes in Lok Sabha (or 4 State Assemblies)+wins at least 4 seats in Lok Sabha.\ge 6\% \text{ total votes in Lok Sabha (or 4 State Assemblies)} + \text{wins at least } 4\text{ seats in Lok Sabha.}
Eligible for a unique reserved election symbol and state media broadcast quotas across India.
NCERT Class 10 Civics Section 4.2, Page 79
Social SciencePolitical Parties
🔀 Condition

Criteria for recognition as a State / Regional Party

6% total votes in Legislative Assembly of a State+wins at least 2 seats in the Assembly.\ge 6\% \text{ total votes in Legislative Assembly of a State} + \text{wins at least } 2\text{ seats in the Assembly.}
Recognized as an official state party with a reserved symbol within that state.
NCERT Class 10 Civics Section 4.2, Page 79
Social SciencePolitical Parties
⚖️ Law / Rule

Anti-Defection Law (52nd Constitutional Amendment)

MP or MLA who switches party after election LOSES their legislative seat in Parliament / Assembly.\text{MP or MLA who switches party after election LOSES their legislative seat in Parliament / Assembly.}
Enacted to prevent elected representatives from defecting in exchange for ministerial berths or cash incentives.
NCERT Class 10 Civics Section 4.4, Page 85
Social SciencePolitical Parties
💡 Key Fact

Four major challenges to political parties

1.  Lack of Internal Democracy    2.  Dynastic Succession    3.  Money and Muscle Power    4.  Lack of Meaningful Choice1.\; \text{Lack of Internal Democracy} \; | \; 2.\; \text{Dynastic Succession} \; | \; 3.\; \text{Money and Muscle Power} \; | \; 4.\; \text{Lack of Meaningful Choice}
Core systemic issues affecting internal party governance and voter representation.
NCERT Class 10 Civics Section 4.3, Page 83
Social ScienceOutcomes of Democracy
💡 Key Fact

Accountable, Responsive and Legitimate Government

Democracy produces a legitimate government through regular, free & fair elections, with transparency and citizens’ right to information.\text{Democracy produces a legitimate government through regular, free \& fair elections, with transparency and citizens' right to information.}
May be slower in decision-making due to deliberation, but decisions are more acceptable to people and more effective.
NCERT Class 10 Civics Section 5.1, Page 90
Social ScienceOutcomes of Democracy
💡 Key Fact

Economic growth vs Reduction of inequality in democracies

Democracies provide political equality (1 person, 1 vote), but economic disparities often grow; ultra-rich enjoy disproportionate wealth share.\text{Democracies provide political equality (1 person, 1 vote), but economic disparities often grow; ultra-rich enjoy disproportionate wealth share.}
Democracy does not automatically guarantee equal economic growth, which depends on population, global cooperation, and economic priorities.
NCERT Class 10 Civics Section 5.2, Page 92
Social ScienceOutcomes of Democracy
💡 Key Fact

Accommodation of Social Diversity in democracies

Democracy successfully evolves mechanisms for peaceful competition among social groups; majority must work with minority so rule of majority e rule of single community.\text{Democracy successfully evolves mechanisms for peaceful competition among social groups; majority must work with minority so rule of majority } e \text{ rule of single community.}
Ensures every citizen has a chance of being in majority at some point in time.
NCERT Class 10 Civics Section 5.3, Page 96
Social ScienceOutcomes of Democracy
💡 Key Fact

Dignity and Freedom of citizens in democracy

Democracy stands much superior to any other form of government in promoting dignity and individual freedom (e.g., gender equality and anti-caste recognition).\text{Democracy stands much superior to any other form of government in promoting dignity and individual freedom (e.g., gender equality and anti-caste recognition).}
Provides moral and legal basis for disadvantaged groups to claim equal status and opportunities.
NCERT Class 10 Civics Section 5.4, Page 97
Social ScienceOutcomes of Democracy
💡 Key Fact

Democracy is self-correcting and continually tested

A distinctive feature of democracy is that its examination never gets over; as people get some benefits, they ask for more and expect better governance.\text{A distinctive feature of democracy is that its examination never gets over; as people get some benefits, they ask for more and expect better governance.}
Public dissatisfaction with democracy is itself the highest testimony to its success in creating critical and conscious citizens.
NCERT Class 10 Civics Section 5.4, Page 98
Social ScienceDevelopment
📐 Formula

Per Capita Income (Average Income)

Per Capita Income=Total National Income of CountryTotal Population of Country\text{Per Capita Income} = \frac{\text{Total National Income of Country}}{\text{Total Population of Country}}
World Bank criterion (World Development Reports) to classify high-income, middle-income, and low-income countries in US Dollars.
Condition: Population>0\text{Population} > 0NCERT Class 10 Economics Section 1.2, Page 8
Social ScienceDevelopment
📐 Formula

Body Mass Index (BMI) formula

BMI=Weight in kg(Height in metres)2Underweight: <18.5    Normal: 18.524.9    Overweight: 25\text{BMI} = \frac{\text{Weight in kg}}{(\text{Height in metres})^2} \quad | \quad \text{Underweight: } <18.5 \; | \; \text{Normal: } 18.5-24.9 \; | \; \text{Overweight: } \ge 25
Standard health indicator used by international nutritionists to assess adult nutritional status.
Condition: Height in metres\text{Height in metres}NCERT Class 10 Economics Section 1.4, Page 13
Social ScienceDevelopment
💡 Key Fact

Human Development Index (UNDP HDI)

Composite index based on: 1. Life Expectancy at birth +2. Literacy/Education (Mean years of schooling) +3. Per Capita GNI (PPP $)\text{Composite index based on: 1. Life Expectancy at birth } + \text{2. Literacy/Education (Mean years of schooling) } + \text{3. Per Capita GNI (PPP \$)}
Published annually by UNDP; provides a comprehensive measure of human progress beyond pure monetary income.
NCERT Class 10 Economics Section 1.4, Page 15
Social ScienceDevelopment
💡 Key Fact

Infant Mortality Rate (IMR) and Literacy Rate definitions

IMR: Number of children dying before age 1 per 1,000 live birthsLiteracy: Proportion of literate population aged 7 and above\text{IMR: Number of children dying before age 1 per 1,000 live births} \quad | \quad \text{Literacy: Proportion of literate population aged 7 and above}
Crucial development indicators reflecting public health infrastructure and basic education access (e.g. Kerala vs Bihar).
NCERT Class 10 Economics Section 1.3, Page 10
Social ScienceSectors of the Indian Economy
💡 Key Fact

Three Economic Sectors (Primary, Secondary, Tertiary)

Primary (Agriculture, Mining, Forestry)Secondary (Manufacturing, Construction)Tertiary (Services, IT, Banking, Transport)\text{Primary (Agriculture, Mining, Forestry)} \longrightarrow \text{Secondary (Manufacturing, Construction)} \longrightarrow \text{Tertiary (Services, IT, Banking, Transport)}
Classification based on the nature of economic activity; all three sectors are highly interdependent.
NCERT Class 10 Economics Section 2.1, Page 20
Social ScienceSectors of the Indian Economy
💡 Key Fact

Gross Domestic Product (GDP) definition

Total monetary value of all FINAL goods and services produced within a country during a particular financial year.\text{Total monetary value of all FINAL goods and services produced within a country during a particular financial year.}
Avoids double counting by counting only final goods and intermediate goods' value additions.
NCERT Class 10 Economics Section 2.2, Page 23
Social ScienceSectors of the Indian Economy
💡 Key Fact

Disguised Unemployment (Underemployment)

Situation where more people are working than necessary; marginal productivity of additional workers is ZERO (removing them does not reduce total output).\text{Situation where more people are working than necessary; marginal productivity of additional workers is ZERO (removing them does not reduce total output).}
Prevalent primarily in rural agriculture where whole family works on small land holdings.
NCERT Class 10 Economics Section 2.3, Page 26
Social ScienceSectors of the Indian Economy
📅 Timeline / Date

MGNREGA 2005 (Right to Work)

2005: Guarantees 100 days of wage employment in a financial year to every rural household whose adult members volunteer to do unskilled manual work.\text{2005: Guarantees 100 days of wage employment in a financial year to every rural household whose adult members volunteer to do unskilled manual work.}
If government fails to provide employment within 15 days, it must provide daily unemployment allowance.
NCERT Class 10 Economics Section 2.4, Page 29
Social ScienceMoney and Credit
💡 Key Fact

Double Coincidence of Wants and Medium of Exchange

Barter system requires both parties to agree to sell and buy each other’s commodities; Money eliminates this by acting as an intermediate Medium of Exchange.\text{Barter system requires both parties to agree to sell and buy each other's commodities; Money eliminates this by acting as an intermediate Medium of Exchange.}
Authorized by the central government as legal tender.
NCERT Class 10 Economics Section 3.1, Page 39
Social ScienceMoney and Credit
💡 Key Fact

Modern Money (Currency & Demand Deposits)

Paper notes & coins issued by RBI on behalf of Central GovtDemand Deposits: Bank deposits withdrawable on demand via cheques.\text{Paper notes \& coins issued by RBI on behalf of Central Govt} \quad | \quad \text{Demand Deposits: Bank deposits withdrawable on demand via cheques.}
Cheques allow direct settlement of payments without the use of physical cash.
NCERT Class 10 Economics Section 3.2, Page 40
Social ScienceMoney and Credit
💡 Key Fact

Terms of Credit and RBI Supervision

Terms: Interest rate, Collateral (asset guarantee), Documentation, Mode of repaymentRBI monitors Cash Reserve Ratio (CRR) & priority lending.\text{Terms: Interest rate, Collateral (asset guarantee), Documentation, Mode of repayment} \quad | \quad \text{RBI monitors Cash Reserve Ratio (CRR) \& priority lending.}
RBI ensures formal banks lend not just to profit-making businesses, but also to small cultivators and borrowers at fair rates.
NCERT Class 10 Economics Section 3.3-3.4, Page 44, 48
Social ScienceMoney and Credit
💡 Key Fact

Self-Help Groups (SHGs) for the poor

15-20 members (especially rural women) pool regular savings (Rs 25-100), lend small low-interest loans, and secure bank credit without collateral.\text{15-20 members (especially rural women) pool regular savings (Rs 25-100), lend small low-interest loans, and secure bank credit without collateral.}
Building blocks of rural women empowerment, financial independence, and community problem-solving.
NCERT Class 10 Economics Section 3.5, Page 50
Social ScienceGlobalisation and the Indian Economy
💡 Key Fact

Multinational Corporations (MNCs)

A company that owns or controls production of goods/services in more than one nation (sets up production where labour & resources are cheap).\text{A company that owns or controls production of goods/services in more than one nation (sets up production where labour \& resources are cheap).}
Interlinks global production via foreign direct investments, joint ventures, and local supplier partnerships.
NCERT Class 10 Economics Section 4.1, Page 56
Social ScienceGlobalisation and the Indian Economy
💡 Key Fact

Foreign Direct Investment (FDI) and Globalisation

Globalisation is the process of rapid integration or interconnection between countries through trade, FDI, and technology.\text{Globalisation is the process of rapid integration or interconnection between countries through trade, FDI, and technology.}
Investment made by MNCs in land, buildings, and machines in host countries.
NCERT Class 10 Economics Section 4.2, Page 61
Social ScienceGlobalisation and the Indian Economy
📅 Timeline / Date

New Economic Policy 1991 and World Trade Organisation (WTO)

July 1991: India removed trade barriers & opened FDI (Liberalisation, Privatisation, Globalisation) Jan 1995: WTO formed to promote free international trade.\text{July 1991: India removed trade barriers \& opened FDI (Liberalisation, Privatisation, Globalisation) } | \text{ Jan 1995: WTO formed to promote free international trade.}
Dismantled license raj and import quotas, connecting Indian producers to global competitive markets.
NCERT Class 10 Economics Section 4.3, Page 64
Social ScienceConsumer Rights
📅 Timeline / Date📋 Project Work

Consumer Protection Act (COPRA 1986) & Right to Information (RTI 2005)

COPRA 1986: 3-tier quasi-judicial consumer courts (District, State, National) Oct 2005: RTI Act gives citizens right to govt info.\text{COPRA 1986: 3-tier quasi-judicial consumer courts (District, State, National) } | \text{ Oct 2005: RTI Act gives citizens right to govt info.}
Protects consumers against unfair trade practices and exploitation. (Classified for Project Work in CBSE assessment).
NCERT Class 10 Economics Section 5.1, Page 78