Key expansions around x = 0 (valid for |x| < relevant radius of convergence):
sin(x) = x - /3! + /5! - ... cos(x) = 1 - /2! + /4! - ... tan(x) = x + /3 + 2/15 + ... = 1 + x + /2! + /3! + ... ln(1+x) = x - /2 + /3 - /4 + ... (|x| < 1) (1+x)^n = 1 + nx + n(n-1)/2! + ... (|x| < 1, binomial series) sin^(-1)(x) = x + /6 + 3/40 + ... tan^(-1)(x) = x - /3 + /5 - ...
How to use in limits: For lim(x->0) (sin x - x + /6) / : Replace sin x = x - /6 + /120 - ... Numerator = (x - /6 + /120 - ...) - x + /6 = /120 - ... Divide by : limit = 1/120.
JEE Tip: Keep only enough terms to cancel. If substituting the first term gives 0/0, include one more term from each expansion.