Back to Command Center
Quick Cheatsheet ⚡
Ultimate Last-Minute Revision Hacks & Shortcuts for Ishu's (My Wife) Mission 100/100
All Hacks
Calculus
Vectors/3D
Matrices
Probability
Algebra
1. Relations & Functions
Relation Counting
Total Relations = $2^{n^2}$.
Reflexive Relations = $2^{n^2-n}$.
2. Inverse Trigo
Principal Range
$\sin^{-1}, \tan^{-1} \to [-\pi/2, \pi/2]$
$\cos^{-1}, \cot^{-1} \to [0, \pi]$
3. Matrices
Symmetry
$A = A^T$ (Symmetric).
$A = -A^T$ (Skew-Symmetric).
4. Determinants
Properties
$|adj A| = |A|^{n-1}$
$|kA| = k^n|A|$
5. Continuity & Diff
Formula
If $y = \sqrt{f(x) + \dots}$, $\frac{dy}{dx} = \frac{f'(x)}{2y-1}$
6. App. of Derivatives
Tangent/Normal
Slope of Normal = $-1 / (dy/dx)$.
7. Integrals
Special Case
$\int_0^{\pi/2} \frac{\sin^n x}{\sin^n x + \cos^n x} dx = \pi/4$
8. App. of Integrals
Area (Parabola)
Between $y^2=4ax, x^2=4by \implies 16ab/3$
9. Differential Eq.
Linear Solution
$I.F. = e^{\int P dx}$. Sol: $y \cdot I.F. = \int Q \cdot I.F. dx + C$
10. Vector Algebra
Projection
Proj of $\vec{a}$ on $\vec{b} = (\vec{a} \cdot \vec{b})/|\vec{b}|$
11. 3D Geometry
Shortest Distance
$d = \frac{|(\vec{a}_2-\vec{a}_1)\cdot(\vec{b}_1\times\vec{b}_2)|}{|\vec{b}_1\times\vec{b}_2|}$
12. Linear Programming
Feasible Region
Check Corner Points for Max/Min value.
13. Probability
Bayes' Theorem
$P(Ei|A) = \frac{P(Ei)P(A|Ei)}{\sum P(Ej)P(A|Ej)}$