A Shortcut You Have to Recall Isn't a Shortcut
Collecting techniques from YouTube and Telegram channels faster than they can be internalised is a specific, common failure mode - on exam day, recalling which trick applies to which situation ends up taking longer than solving the problem the standard way. A shortcut only saves time once it's automatic enough that using it requires zero deliberation about whether it applies. If the reaction is "wait, is this the situation where that trick works," the time advantage is already gone.
So this is five techniques, not twenty, and each comes with the algebra that generates it plus a fully worked example - because understanding why a shortcut works is what lets you reconstruct it under pressure and recognise when it doesn't apply.
1. Transforming Roots Without Solving the Equation Twice
The rule: if α, β are roots of ax² + bx + c = 0 and a question needs the equation whose roots are kα, kβ, substitute x → x/k into the original equation rather than finding α and β and rebuilding from scratch.
Worked: x² − 5x + 6 = 0 has roots 2 and 3 (check: sum 5, product 6 ✓). Find the equation with roots 4 and 6, i.e. double each root (k = 2). Substitute x → x/2: (x/2)² − 5(x/2) + 6 = 0 → x²/4 − 5x/2 + 6 = 0. Multiply through by 4: x² − 10x + 24 = 0. Check: sum of 4 and 6 is 10, product is 24 - matches without ever solving the new equation directly.
Why it works: if y = kx satisfies the new equation exactly when x satisfies the old one, then substituting x = y/k into the original equation and clearing denominators produces the new equation by construction - no root-finding required at either end.
Where it appears: any "form a new equation from a transformation of known roots" question - shifted roots (x → x − k), reciprocal roots (x → 1/x), and scaled roots (x → x/k) all use the same substitution idea.
2. Verifying an Integral by Differentiating the Answer
The rule: when an integration MCQ gives you candidate antiderivatives, differentiate a candidate and compare to the original integrand instead of performing the integration.
Worked: is ∫x cos x dx equal to x sin x + cos x + C? Differentiate the candidate: d/dx(x sin x + cos x) = (sin x + x cos x) + (−sin x) = x cos x. That matches the integrand exactly, so the candidate is confirmed correct - no integration by parts needed.
Why it works: differentiation and integration are inverses, and differentiating is mechanical and low-error while integration often requires choosing the right technique first (parts, substitution, or a standard form). Checking the easy direction is strictly faster whenever you have something to check against.
Where it appears: any integration MCQ with concrete options, and as a self-check on numerical-value integration answers before committing them - differentiate your own final answer and confirm it reproduces the original integrand.
3. Eliminating Coordinate Geometry Options With One Necessary Condition
The rule: before solving a coordinate geometry problem fully, test each given option against one condition the answer must satisfy, and discard the options that fail it.
Worked: find the circle passing through the origin with its centre on the line x = y and radius √2, given four options:
| Option | Equation | Centre on x=y? | Radius |
|---|---|---|---|
| A | x²+y²−2x−2y=0 | Yes (−1,−1) | √2 ✓ |
| B | x²+y²−2x+2y=0 | No | - |
| C | x²+y²+2x−2y=0 | No | - |
| D | x²+y²−4x−4y=0 | Yes (−2,−2) | 2√2 ✗ |
For x² + y² + Dx + Ey + F = 0, the centre is (−D/2, −E/2). Checking "centre on x = y" means checking D = E - readable straight off each equation's coefficients, in seconds, with no algebra: B and C fail instantly since their D and E have opposite signs. That leaves A and D, and only A's radius matches the required √2 (radius² = (D/2)² + (E/2)² − F: A gives 1+1−0=2, D gives 4+4−0=8). A is the answer, reached by checking two coefficients and one radius calculation instead of deriving the circle's equation from the three given conditions.
Why it works: a necessary condition on the final answer (here, a coefficient relationship) is often visible directly from an option's form, while deriving the full answer requires setting up and solving the entire system. This only pays off when the condition you check is genuinely necessary and cheap to read off - testing conditions at random costs more time than it saves.
4. Powers of Complex Numbers Through Polar Form
The rule: to raise a complex number to a large power, convert to polar form (r, θ) first: (r∠θ)ⁿ = rⁿ∠(nθ).
Worked: compute (1 + i)⁸. In polar form, |1+i| = √2 and arg(1+i) = π/4. So (1+i)⁸ = (√2)⁸ · (cos(8 · π/4) + i sin(8 · π/4)) = 16 · (cos 2π + i sin 2π) = 16. Expanding (1+i)⁸ directly by the binomial theorem takes eight terms and far more arithmetic for the identical answer.
Related and worth having automatic: powers of i cycle with period 4 (i¹=i, i²=−1, i³=−i, i⁴=1), so any iⁿ reduces to i^(n mod 4). i¹⁹⁹⁷: 1997 mod 4 = 1, so i¹⁹⁹⁷ = i¹ = i.
Why it works: multiplication of complex numbers in polar form multiplies magnitudes and adds angles, so raising to the nth power is one exponentiation and one multiplication rather than n−1 repeated multiplications in rectangular form.
5. Limits Through Series Expansion Instead of Repeated L'Hôpital
The rule: for a 0/0 limit involving standard functions, substitute the function's Taylor series around the point and simplify algebraically, rather than differentiating repeatedly.
Worked: find limx→0 (sin x − x) / x³. Using sin x = x − x³/6 + x⁵/120 − ..., the numerator becomes sin x − x = −x³/6 + O(x⁵). Dividing by x³: −1/6 + O(x²), and as x → 0 the O(x²) term vanishes, leaving −1/6.
Why it beats L'Hôpital here: this limit is 0/0 after one differentiation, 0/0 again after a second, and only resolves on the third - three rounds of differentiating sin x and its derivatives, each a fresh chance to drop a sign. The series approach needs one expansion, learned once, and a division.
Why it works: a Taylor series is exact in the limit as x → 0, so substituting it and discarding higher-order terms gives the same answer as the derivative-based definition of the limit, with less repeated differentiation to make an error in.
When a Shortcut Is the Wrong Choice
A shortcut is only worth using if its applicability is recognised in under two seconds. Spending eight seconds deciding whether a circle's coefficients are "close enough" to check, or whether a limit is "standard enough" for a series shortcut, has already lost more than the technique saves - and it spends working memory needed for the actual problem. The standard method, executed without hesitation, beats a clever method deliberated over.
The second failure is subtler: a shortcut that produces an approximation rather than an exact value can point confidently at the wrong option when answer choices sit close together. Know which of the five above are exact (all of them, as shown) versus approximate, and treat approximate techniques with more caution near close-together options.
Turning Five Techniques Into Reflexes
Knowing these in theory isn't the same as firing one in three seconds under pressure. That gap closes with isolated drilling first - a set of 15-20 problems that all call for one technique, solved against a tight per-question timer until it's automatic - then mixed practice, then a full timed mock. A technique that works in isolated drilling but disappears during a full mock hasn't actually been learned; it's still a second thing to remember rather than a reflex.
Karma Yogi lets you log sectional test scores by topic and keep revision notes per subject, so it's visible whether Coordinate Geometry or Calculus accuracy and speed are actually trending up as these techniques get drilled, not just assumed to be. For the parallel Physics side of exam-day speed, see our JEE Physics problem-solving strategy. Start tracking free.
End of essay
- Anish Guruvelli