Fundamentals
1,200 must-knows for NEET & JEE The core facts every aspirant should own — each a titled nugget with a real-world story, the concept in plain words, and a memory trick. Works even when the internet doesn't.
Maths Relations & Functions · Class 12
Types of relations “'Is the same age as' is an equivalence relation — it sorts people into age groups.”
A relation can be reflexive, symmetric or transitive; all three make it an equivalence relation.
Memory trick: Reflexive+symmetric+transitive = equivalence.
▶ Video 🖼 Visual
Maths Relations & Functions · Class 12
Even and odd functions “cos is even, sin is odd — their graphs mirror differently.”
Even functions satisfy f(−x)=f(x) (symmetric about y-axis); odd satisfy f(−x)=−f(x) (symmetric about origin).
Memory trick: Even = y-axis mirror; odd = origin flip.
▶ Video 🖼 Visual
Maths Relations & Functions · Class 12
Inverse function “Logarithm undoes exponentiation, like subtraction undoes addition.”
Undoes a function; it exists only if the function is one-one and onto (bijective).
Memory trick: Only bijections are invertible.
▶ Video 🖼 Visual
Maths Relations & Functions · Class 11
Modulus function “Distance can't be negative — that's the modulus in one idea.”
|x| gives the distance of x from zero, always non-negative.
|x|
Memory trick: |x| ≥ 0 always.
▶ Video 🖼 Visual
Maths Relations & Functions · Class 11
Greatest integer function “[2.9] = 2 — it always rounds down to the nearest integer.”
[x] gives the greatest integer not exceeding x (the 'floor').
[x]
Memory trick: Floor: round down.
▶ Video 🖼 Visual
Maths Relations & Functions · Class 11
Exponential function “Bacteria, viruses and compound interest all grow exponentially.”
f(x)=a^x (a>0) grows or decays by a constant factor.
a^x
Memory trick: Constant ratio per step.
▶ Video 🖼 Visual
Maths Relations & Functions · Class 11
Logarithm laws “Logarithms turn hard multiplication into easy addition.”
log(mn)=log m+log n; log(m/n)=log m−log n; log(m^p)=p·log m.
Memory trick: Log turns × into +.
▶ Video 🖼 Visual
Maths Trigonometry · Class 11
Standard trig values “These few values unlock most trigonometry problems.”
sin30°=½, sin45°=1/√2, sin60°=√3/2, sin90°=1.
Memory trick: Learn 0,30,45,60,90 cold.
▶ Video 🖼 Visual
Maths Trigonometry · Class 11
Double-angle formulas “They let you shrink a doubled angle back to a single one.”
sin2θ=2sinθcosθ; cos2θ=cos²θ−sin²θ=1−2sin²θ.
sin2θ=2sinθcosθ
Memory trick: cos2θ has three handy forms.
▶ Video 🖼 Visual
Maths Trigonometry · Class 11
Tan of an angle “tan is the slope of the line at angle θ.”
tanθ = sinθ/cosθ; undefined at 90° where cos is zero.
tanθ=sinθ/cosθ
Memory trick: tan = sin/cos.
▶ Video 🖼 Visual
Maths Trigonometry · Class 11
Trigonometric ratios of complementary angles “'Co' in cosine literally means the complement of sine.”
sin(90°−θ)=cosθ and cos(90°−θ)=sinθ.
Memory trick: Swap sin↔cos at 90°−θ.
▶ Video 🖼 Visual
Maths Trigonometry · Class 11
General solution of trig equations “Trig equations have infinitely many solutions — these formulas list them all.”
sinθ=sinα → θ=nπ+(−1)ⁿα; cosθ=cosα → θ=2nπ±α.
Memory trick: Add the periodic family, not one answer.
▶ Video 🖼 Visual
Maths Inverse Trigonometric Functions · Class 12
Inverse trigonometric functions “Your calculator's 'shift sin' finds the angle back from a ratio.”
sin⁻¹x returns the angle whose sine is x, with a restricted principal range.
Memory trick: Mind the principal-value range.
▶ Video 🖼 Visual
Maths Trigonometry · Class 11
Heights and distances “Surveyors measure a mountain's height without ever climbing it.”
Angles of elevation and depression let us find inaccessible heights using trigonometry.
Memory trick: Draw the right triangle first.
▶ Video 🖼 Visual
Maths Complex Numbers · Class 11
Polar form of a complex number “Complex numbers are arrows — polar form gives their length and direction.”
z = r(cosθ + i sinθ), where r is the modulus and θ the argument.
Memory trick: r = length, θ = direction.
▶ Video 🖼 Visual
Maths Complex Numbers · Class 11
De Moivre's theorem “It turns powers of complex numbers into simple angle multiplication.”
(cosθ + i sinθ)^n = cos nθ + i sin nθ.
Memory trick: Raise power → multiply the angle.
▶ Video 🖼 Visual
Maths Complex Numbers · Class 11
Cube roots of unity “These three special numbers sit at the corners of an equilateral triangle.”
The three cube roots of 1 are 1, ω, ω², with 1+ω+ω²=0 and ω³=1.
1+ω+ω²=0
Memory trick: They sum to zero.
▶ Video 🖼 Visual
Maths Quadratic Equations · Class 11
Common root condition “It's how you test if two equations secretly cross at the same point.”
Two quadratics share a root when a specific determinant of their coefficients vanishes.
Memory trick: Set up the condition, don't guess.
▶ Video 🖼 Visual
Maths Quadratic Equations · Class 11
Nature of a quadratic graph “The sign of 'a' tells you smile or frown at a glance.”
The parabola opens upward if a>0 (minimum) and downward if a<0 (maximum).
Memory trick: a>0 smile, a<0 frown.
▶ Video 🖼 Visual
Maths Sequences & Series · Class 11
Sum of first n natural numbers “Young Gauss summed 1 to 100 in seconds using this pairing trick.”
1+2+…+n = n(n+1)/2.
Σn = n(n+1)/2
Memory trick: Pair first+last.
▶ Video 🖼 Visual
Maths Sequences & Series · Class 11
Sum of squares “A handy closed form that saves adding term by term.”
1²+2²+…+n² = n(n+1)(2n+1)/6.
n(n+1)(2n+1)/6
Memory trick: Memorise the /6 formula.
▶ Video 🖼 Visual
Maths Sequences & Series · Class 11
Sum of cubes “The sum of cubes is the square of the sum — a beautiful coincidence.”
1³+2³+…+n³ = [n(n+1)/2]².
[n(n+1)/2]²
Memory trick: = (sum of first n)².
▶ Video 🖼 Visual
Maths Sequences & Series · Class 11
Harmonic progression “Musical harmonics and lens formulas hide harmonic progressions.”
A sequence whose reciprocals form an AP.
Memory trick: Flip terms → get an AP.
▶ Video 🖼 Visual
Maths Sequences & Series · Class 11
Arithmetic mean between two numbers “Splitting the difference evenly is the arithmetic mean.”
The AM of a and b is (a+b)/2.
(a+b)/2
Memory trick: Just the average.
▶ Video 🖼 Visual