Fatskills
Practice. Master. Repeat.
Study Guide: Common Traps on the JEE (Part 3: Mathematics)
Source: https://www.fatskills.com/iit-jee-math/chapter/common-traps-on-the-jee-part-3-mathematics

Common Traps on the JEE (Part 3: Mathematics)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~11 min read

JEE Mathematics tests conceptual depth, problem-solving speed, and the ability to handle complex calculations without slipping. The traps range from forgetting domain restrictions in calculus to missing trivial solutions in trigonometry.


Trap 1: The "Domain" Amnesia (Calculus & Algebra)

  • The Objective: Find the range of a function, solve an inequality, or compute a derivative.
  • The Trap: You manipulate the function algebraically without considering its original domain. You cancel factors, square both sides, or take logarithms, and in the process, you introduce extraneous solutions or lose valid ones.
  • Why It Works: Algebraic manipulation becomes automatic. You see ( \frac{x^2-4}{x-2} ) and simplify to ( x+2 ) without thinking about the hole at ( x=2 ). For inequalities, squaring both sides seems safe, but it can introduce solutions that don't satisfy the original inequality.
  • The Fix: Before solving, write down the domain explicitly. After solving, check every candidate solution against the original domain. For inequalities involving squares or moduli, consider cases or use graphical methods.
  • Example:
    • Question: Find the number of real solutions to ( \sqrt{x+1} = x-1 ).
    • Trap: Square both sides: ( x+1 = (x-1)^2 ) → ( x+1 = x^2 - 2x + 1 ) → ( 0 = x^2 - 3x ) → ( x(x-3) = 0 ) → ( x = 0 ) or ( x = 3 ). Answer: 2 solutions.
    • Correct: Domain from square root: ( x+1 \geq 0 ) → ( x \geq -1 ). Also, RHS ( x-1 ) must be ( \geq 0 ) because LHS is non-negative. So ( x \geq 1 ). Now check candidates: ( x=0 ) fails ( x \geq 1 ). ( x=3 ) works: ( \sqrt{4} = 2 ) and ( 3-1=2 ). So only 1 solution.

Trap 2: The "C" of Integration (Calculus)

  • The Objective: Evaluate a definite integral or solve a differential equation with initial conditions.
  • The Trap: You forget the constant of integration ( C ) when finding an indefinite integral, and then when applying limits or initial conditions, your answer is off by a constant.
  • Why It Works: In definite integrals, the constant cancels, so students get lazy and stop writing it. Then, when a problem asks for a function ( f(x) ) given ( f'(x) ) and ( f(0) = 1 ), they integrate and forget to add ( C ), leading to a wrong function.
  • The Fix: Always write ( + C ) for every indefinite integral. When solving differential equations with initial conditions, find ( C ) explicitly before writing the final function. Make it a habit, even for definite integrals—write it, then watch it cancel.
  • Example:
    • Question: If ( f'(x) = 2x ) and ( f(0) = 1 ), find ( f(2) ).
    • Trap: Integrate: ( f(x) = x^2 ). Then ( f(2) = 4 ).
    • Correct: Integrate with constant: ( f(x) = x^2 + C ). Use ( f(0) = 1 ) → ( 0^2 + C = 1 ) → ( C = 1 ). So ( f(x) = x^2 + 1 ), and ( f(2) = 4 + 1 = 5 ).

Trap 3: The "Absolute Value" Blind Spot (Algebra & Calculus)

  • The Objective: Solve an equation or inequality involving square roots, moduli, or even powers.
  • The Trap: You forget that ( \sqrt{x^2} = |x| ), not ( x ). You cancel squares without considering sign.
  • Why It Works: In early math, ( \sqrt{4} = 2 ) is drilled. But in algebra, ( \sqrt{x^2} ) is always non-negative, equal to ( |x| ). When solving equations like ( \sqrt{(x-1)^2} = 3 ), students write ( x-1 = 3 ) and miss the ( x-1 = -3 ) case.
  • The Fix: Whenever you see an even power inside a square root, or when you take a square root of both sides of an equation, insert ( \pm ) or rewrite using absolute value. ( \sqrt{(something)^2} = |something| ).
  • Example:
    • Question: Solve for ( x ): ( \sqrt{(x-2)^2} = 5 ).
    • Trap: ( x-2 = 5 ) → ( x = 7 ).
    • Correct: ( |x-2| = 5 ) → ( x-2 = 5 ) or ( x-2 = -5 ) → ( x = 7 ) or ( x = -3 ).

Trap 4: The "Logarithm" Base Condition (Algebra)

  • The Objective: Solve a logarithmic equation.
  • The Trap: You apply logarithm properties without checking the base and argument conditions. You combine logs, drop them, and solve, but you forget that the argument of a log must be positive and the base must be positive and not equal to 1.
  • Why It Works: The algebra of moving logs around is straightforward. The conditions feel like an afterthought, so they get skipped in the rush. The solutions you get from the algebra are numerically neat and appear in the options.
  • The Fix: Before solving, write down the conditions: for ( \log_a b ), we need ( b > 0 ), ( a > 0 ), ( a \neq 1 ). After solving, check every candidate against these conditions. Discard any that violate them.
  • Example:
    • Question: Solve ( \log_2 (x-1) + \log_2 (x+1) = 3 ).
    • Trap: Combine: ( \log_2 [(x-1)(x+1)] = 3 ) → ( \log_2 (x^2 - 1) = 3 ) → ( x^2 - 1 = 2^3 = 8 ) → ( x^2 = 9 ) → ( x = 3 ) or ( x = -3 ). Both are numerically valid.
    • Correct: Conditions: ( x-1 > 0 ) → ( x > 1 ), and ( x+1 > 0 ) → ( x > -1 ). Combined: ( x > 1 ). Check candidates: ( x=3 ) works ( >1). ( x=-3 ) fails condition. So only ( x=3 ) is solution.

Trap 5: The "Inverse Trig" Range Restriction (Trigonometry)

  • The Objective: Evaluate an expression involving inverse trigonometric functions, or simplify a composition like ( \sin^{-1}(\sin x) ).
  • The Trap: You cancel the functions assuming ( \sin^{-1}(\sin x) = x ) for all ( x ), forgetting that inverse trig functions have restricted ranges.
  • Why It Works: The notation suggests they are inverses, so canceling feels natural. But ( \sin^{-1} ) is defined only for output in ( [-\pi/2, \pi/2] ). If ( x ) is outside that range, ( \sin^{-1}(\sin x) ) equals something else (the angle in the principal range with the same sine).
  • The Fix: For any composition ( f^{-1}(f(x)) ), first determine the range of ( f^{-1} ). Then find the equivalent angle in that range that has the same trig value. Draw the unit circle if needed.
  • Example:
    • Question: Find the value of ( \sin^{-1}(\sin \frac{5\pi}{6}) ).
    • Trap: Cancel: ( \frac{5\pi}{6} ).
    • Correct: ( \sin \frac{5\pi}{6} = \frac{1}{2} ). ( \sin^{-1}(\frac{1}{2}) = \frac{\pi}{6} ) (since ( \pi/6 ) is in ( [-\pi/2, \pi/2] ) and has sine 1/2). So answer is ( \pi/6 ), not ( 5\pi/6 ).

Trap 6: The "Binomial" General Term Index (Algebra)

  • The Objective: Find a specific term in a binomial expansion, like the term independent of ( x ) or the coefficient of ( x^m ).
  • The Trap: You mis-index the general term. For ( (a+b)^n ), the general term is ( T_{r+1} = \binom{n}{r} a^{n-r} b^r ). But when solving for the term independent of ( x ), you set the exponent to zero and solve for ( r ), then forget that ( r ) gives you ( T_{r+1} ), not ( T_r ).
  • Why It Works: The notation ( T_{r+1} ) is awkward. Students often think the term with ( r=0 ) is ( T_0 ), but it's ( T_1 ). When they find ( r ), they might plug it back incorrectly or misreport which term number it is if the question asks for "the term number."
  • The Fix: Write the general term explicitly as ( \binom{n}{r} a^{n-r} b^r ). When you solve for ( r ), remember that this corresponds to the ( (r+1) )-th term. If the question asks for the term number, add 1.
  • Example:
    • Question: Find the term independent of ( x ) in the expansion of ( \left( x^2 + \frac{1}{x} \right)^9 ).
    • Work: General term: ( T_{r+1} = \binom{9}{r} (x^2)^{9-r} \left( \frac{1}{x} \right)^r = \binom{9}{r} x^{18-2r} x^{-r} = \binom{9}{r} x^{18-3r} ).
    • Set ( 18-3r = 0 ) → ( r = 6 ).
    • Trap: Saying the term is ( T_6 ).
    • Correct: ( r=6 ) gives ( T_{6+1} = T_7 ). The term is ( \binom{9}{6} = \binom{9}{3} = 84 ), and it's the 7th term.

Trap 7: The "Ellipse/Hyperbola" a vs b Confusion (Coordinate Geometry)

  • The Objective: Write the equation of an ellipse or hyperbola given certain conditions, or find eccentricity.
  • The Trap: You confuse which denominator is ( a^2 ) and which is ( b^2 ), especially when the given equation is not in standard form or when the major axis is vertical.
  • Why It Works: The standard forms ( \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 ) (ellipse with horizontal major axis) and ( \frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 ) (hyperbola with horizontal transverse axis) are memorized. But if the major axis is vertical, ( a^2 ) goes under ( y^2 ). Students forget that ( a ) is always associated with the major axis (for ellipse) or transverse axis (for hyperbola).
  • The Fix: For ellipse, ( a > b ) always. Identify which denominator is larger—that's ( a^2 ). For hyperbola, identify which term is positive—the variable under that term gives the transverse axis direction, and its denominator is ( a^2 ). Draw a quick sketch if needed.
  • Example:
    • Question: Find the eccentricity of the ellipse ( \frac{x^2}{16} + \frac{y^2}{25} = 1 ).
    • Trap: ( a^2 = 16 ), ( b^2 = 25 ), so ( a = 4 ), ( b = 5 ). Eccentricity ( e = \sqrt{1 - \frac{b^2}{a^2}} = \sqrt{1 - \frac{25}{16}} = \sqrt{-\frac{9}{16}} ) → imaginary? Clearly wrong.
    • Correct: Since 25 > 16, the major axis is vertical. So ( a^2 = 25 ), ( b^2 = 16 ). Then ( e = \sqrt{1 - \frac{b^2}{a^2}} = \sqrt{1 - \frac{16}{25}} = \sqrt{\frac{9}{25}} = \frac{3}{5} ).

Trap 8: The "Differentiability" Continuity Assumption (Calculus)

  • The Objective: Check if a function is differentiable at a point.
  • The Trap: You check the derivative from formulas (e.g., derivative of ( x^2 ) is ( 2x )) and assume differentiability without checking continuity first, or without checking the left-hand and right-hand derivatives at a corner point.
  • Why It Works: For most functions we work with, differentiability follows from smooth formulas. But for piecewise functions or functions with absolute values, the derivative may not exist at the join even if the pieces are smooth. Students forget that differentiability implies continuity, but the converse is not true. Also, even if continuous, the slopes from left and right might not match.
  • The Fix: For any function at a suspected point (especially piecewise definitions), do two checks:
    1. Continuity: ( \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = f(a) ).
    2. Differentiability: ( \lim_{h \to 0^-} \frac{f(a+h)-f(a)}{h} = \lim_{h \to 0^+} \frac{f(a+h)-f(a)}{h} ).
  • Example:
    • Question: Is ( f(x) = |x| ) differentiable at ( x=0 )?
    • Trap: The derivative of ( x ) is 1 for ( x>0 ), and derivative of ( -x ) is -1 for ( x<0 ). So maybe it's differentiable? No.
    • Correct: Check left-hand derivative: ( \lim_{h \to 0^-} \frac{|0+h| - 0}{h} = \lim_{h \to 0^-} \frac{-h}{h} = -1 ). Right-hand derivative: ( \lim_{h \to 0^+} \frac{h}{h} = 1 ). They are not equal, so not differentiable.

Trap 9: The "Probability" Multiplication Without Replacement (Probability)

  • The Objective: Find the probability of a sequence of events, often drawing balls or cards.
  • The Trap: You multiply probabilities as if events are independent when they are not (drawing without replacement). Or you use combinations incorrectly for ordered vs. unordered events.
  • Why It Works: Multiplication of probabilities is straightforward. Students see "and" and multiply. They forget that the denominator changes when items are not replaced. The numbers often work out to a neat fraction that appears in the options.
  • The Fix: Identify whether the draws are with or without replacement. If without replacement, use conditional probabilities: ( P(A \text{ then } B) = P(A) \times P(B|A) ). Alternatively, use combinations: ( \frac{\text{favorable outcomes}}{\text{total outcomes}} ) where outcomes are equally likely.
  • Example:
    • Question: A bag contains 5 red and 3 blue balls. Two balls are drawn at random without replacement. Find the probability that both are red.
    • Trap: ( \frac{5}{8} \times \frac{5}{8} = \frac{25}{64} ) (treating as independent with replacement).
    • Correct: First draw red: ( \frac{5}{8} ). Second draw red given first was red: now 4 red, 3 blue total 7 → ( \frac{4}{7} ). Multiply: ( \frac{5}{8} \times \frac{4}{7} = \frac{20}{56} = \frac{5}{14} ). Or using combinations: ( \frac{\binom{5}{2}}{\binom{8}{2}} = \frac{10}{28} = \frac{5}{14} ).

Trap 10: The "Vector" Dot vs Cross (Vectors & 3D Geometry)

  • The Objective: Find the angle between two vectors, or determine if vectors are perpendicular/parallel.
  • The Trap: You use the wrong product—dot product for angle (correct) but then use cross product magnitude for the same, or mix up the conditions for perpendicular (dot = 0) vs parallel (cross = 0).
  • Why It Works: Both products involve the vectors, and the formulas look similar. In a hurry, you might reach for the first formula that comes to mind. If the problem gives coordinates, you might compute cross product when dot product is needed, and vice versa.
  • The Fix: Memorize the distinct uses:
    • Dot product: ( \vec{a} \cdot \vec{b} = |a||b|\cos\theta ). Use for angle, projection, perpendicularity (dot = 0).
    • Cross product: ( |\vec{a} \times \vec{b}| = |a||b|\sin\theta ). Use for area, torque, parallel condition (cross = 0).
  • Example:
    • Question: Find the angle between the vectors ( \vec{a} = \hat{i} + \hat{j} ) and ( \vec{b} = \hat{i} - \hat{j} ).
    • Trap: Compute cross product magnitude: ( \vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \ 1 & 1 & 0 \ 1 & -1 & 0 \end{vmatrix} = (0-0)\hat{i} - (0-0)\hat{j} + (-1-1)\hat{k} = -2\hat{k} ). Magnitude = 2. Then ( |a| = \sqrt{2}, |b| = \sqrt{2} ), so ( \sin\theta = \frac{2}{2} = 1 ) → ( \theta = 90° ). That's actually correct here! Not a good trap example. Let's find one where it fails.
    • Better Example: Find if the vectors are perpendicular: ( \vec{a} = 2\hat{i} + 3\hat{j} ), ( \vec{b} = 4\hat{i} - 6\hat{j} ).
    • Trap: Check cross product: ( 2\hat{i} + 3\hat{j} ) crossed with ( 4\hat{i} -6\hat{j} ) gives ( (2)(-6) - (3)(4) )\hat{k} = (-12 -12)\hat{k} = -24\hat{k} ), not zero, so maybe not perpendicular? But dot product: ( 24 + 3(-6) = 8 - 18 = -10 ), not zero either. Actually both say not perpendicular. Need a case where dot is zero but cross is not zero—that's impossible because if dot=0, sinθ=1, cross magnitude = |a||b|, not zero. So cross is zero only for parallel. The trap is using cross to check perpendicularity—it won't work because perpendicular vectors have non-zero cross product magnitude. So if a student uses cross to check perpendicular, they'll incorrectly conclude not perpendicular. Example: ( \hat{i} ) and ( \hat{j} ) are perpendicular. Dot = 0. Cross = ( \hat{k} ), magnitude 1, not zero. So if they mistakenly think perpendicular requires cross=0, they'll get it wrong.

⚡ Recently practiced quizzes in this class