Fatskills
Practice. Master. Repeat.
Study Guide: Common Traps on the JEE (Part 1: Physics)
Source: https://www.fatskills.com/joint-entrance-examination-jee/chapter/common-traps-on-the-jee-part-1-physics

Common Traps on the JEE (Part 1: Physics)

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

⏱️ ~6 min read

JEE Physics tests conceptual clarity, mathematical rigor, and the ability to visualize problems. The traps here often involve hidden assumptions, forgetting vector nature, or misapplying formulas in edge cases.


Trap 1: The "g" Assumption (Mechanics)

  • The Objective: Solve a kinematics or dynamics problem involving gravity.
  • The Trap: You automatically use ( g = 10 , m/s^2 ) or ( 9.8 , m/s^2 ) without checking if the problem expects a specific value or if you need to keep it symbolic.
  • Why It Works: In school exams, ( g ) is often given. In JEE, sometimes they want the answer in terms of ( g ), and plugging in a numerical value prematurely can lead to messy decimals or mismatched answer options. You might also choose the wrong value (10 vs 9.8) and get a slightly off answer that still appears among the choices.
  • The Fix: Scan the question and answer choices first. If the options contain ( g ), keep it symbolic throughout. If the options are pure numbers, check if they specify "use ( g = 10 , m/s^2 )" at the top of the section. If not, default to keeping ( g ) in your final expression until the last step.
  • Example:
    • Question: A ball is dropped from a height ( h ) and rebounds to a height ( \frac{h}{4} ). Find the coefficient of restitution.
    • Trap: Start calculating velocities using ( v = \sqrt{2gh} ) with ( g = 9.8 ), get decimal values, and then try to find ( e = \frac{v_{\text{separation}}}{v_{\text{approach}}} ). You'll waste time and risk calculation errors.
    • Correct: ( e = \sqrt{\frac{h'}{h}} = \sqrt{\frac{1}{4}} = \frac{1}{2} ). The ( g ) cancels out beautifully if you keep it symbolic.

Trap 2: The Vector Forgetfulness (Mechanics & Electromagnetism)

  • The Objective: Calculate a quantity like force, velocity, or electric field that depends on direction.
  • The Trap: You treat all quantities as scalars and simply add or subtract magnitudes. For example, in a collision problem, you add momenta without considering opposite directions, or in an electric field problem, you add fields from multiple charges without vector addition.
  • Why It Works: When you're deep in algebra, it's easy to treat variables as just numbers. The brain focuses on the magnitudes and forgets that some quantities have direction. The answer you get from scalar addition is often one of the distractors.
  • The Fix: Before writing any equation, draw a coordinate system and arrow diagrams. Write down components explicitly: ( \vec{F} = F_x \hat{i} + F_y \hat{j} ). If you're adding vectors, add components separately. Make "direction check" a habit for every problem involving forces, fields, or velocities.
  • Example:
    • Question: Two forces of 10 N and 10 N act on a body at an angle of 120° to each other. What is the magnitude of the resultant force?
    • Trap: ( 10 + 10 = 20 , N ). (This would be correct if they were in the same direction.)
    • Correct: Use parallelogram law: ( R = \sqrt{10^2 + 10^2 + 2(10)(10)\cos 120°} = \sqrt{100 + 100 + 200 \times (-\frac{1}{2})} = \sqrt{200 - 100} = \sqrt{100} = 10 , N ).

Trap 3: The "Infinite Series" Panic (Modern Physics / Electrostatics)

  • The Objective: Find the equivalent capacitance or resistance of an infinite ladder network.
  • The Trap: You try to solve it from the first element outward, get lost in the infinite series, run out of time, and guess randomly.
  • Why It Works: Infinite networks look intimidating. Students think they need to sum an infinite series, which feels like advanced calculus. They don't realize there's a standard trick that turns it into a simple quadratic equation.
  • The Fix: For any infinite ladder network (identical repeating units), let the equivalent resistance/capacitance be ( X ). Then, recognize that adding one more unit at the front doesn't change the total—it's still ( X ). Write an equation: ( X = \text{(first element)} + \text{(parallel/series combination of next element with X)} ). Solve the quadratic.
  • Example:
    • Question: Find the equivalent resistance of an infinite ladder network where each resistor is ( R ) and each vertical resistor is also ( R ). (The classic infinite ladder)
    • Trap: Trying to sum ( R + (R \parallel (R + (R \parallel ...))) ) recursively.
    • Correct: Let equivalent = ( R_{eq} ). Then ( R_{eq} = R + (R \parallel R_{eq}) ). So ( R_{eq} = R + \frac{R \cdot R_{eq}}{R + R_{eq}} ). Multiply both sides by ( R + R_{eq} ): ( R_{eq}(R + R_{eq}) = R(R + R_{eq}) + R \cdot R_{eq} ). Simplify to ( R_{eq}^2 - R R_{eq} - R^2 = 0 ). Solve: ( R_{eq} = \frac{R \pm \sqrt{R^2 + 4R^2}}{2} = \frac{R(1 \pm \sqrt{5})}{2} ). Take positive: ( R_{eq} = \frac{R(1 + \sqrt{5})}{2} ) (the golden ratio times R).

Trap 4: The "Work-Energy" Misapplication (Mechanics)

  • The Objective: Find the velocity of a body in a system with multiple forces, some of which are non-conservative.
  • The Trap: You blindly apply conservation of mechanical energy even when friction or other non-conservative forces are present.
  • Why It Works: Conservation of energy is a powerful and elegant tool. Once students learn it, they want to use it everywhere. In the rush, they might miss a key phrase like "rough surface" or "with air resistance" and apply energy conservation where it doesn't hold.
  • The Fix: Before using ( \Delta KE + \Delta PE = 0 ), ask: "Are there any non-conservative forces doing work?" If yes, use the work-energy theorem: ( W_{\text{net}} = \Delta KE ), or include the work done by non-conservative forces: ( W_{\text{conservative}} + W_{\text{non-conservative}} = \Delta KE ), which is equivalent to ( \Delta KE + \Delta PE = W_{\text{non-conservative}} ).
  • Example:
    • Question: A block slides down a rough inclined plane of height ( h ). The coefficient of kinetic friction is ( \mu ). Find its speed at the bottom.
    • Trap: ( mgh = \frac{1}{2} mv^2 ) → ( v = \sqrt{2gh} ). (Ignores friction.)
    • Correct: Work done by friction = ( -\mu mg \cos \theta \times \text{length} ). Length = ( h / \sin \theta ). So ( W_f = -\mu mg \cos \theta \cdot \frac{h}{\sin \theta} = -\mu mg h \cot \theta ). Then ( mgh - \mu mg h \cot \theta = \frac{1}{2} mv^2 ) → ( v = \sqrt{2gh(1 - \mu \cot \theta)} ).

Trap 5: The "Sign Convention" Slip (Optics & Electrostatics)

  • The Objective: Apply the lens/mirror formula or use Coulomb's law with multiple charges.
  • The Trap: You forget the sign convention in the lens formula (( \frac{1}{f} = \frac{1}{v} - \frac{1}{u} )) or use the wrong sign for charge in force calculations.
  • Why It Works: Different textbooks use different sign conventions (Cartesian vs. New Cartesian). In the heat of the moment, you might mix them up. For electrostatics, you might calculate force magnitudes correctly but forget to assign direction based on like/unlike charges.
  • The Fix: Pick one convention and stick to it religiously. For optics, the Cartesian sign convention (distances against incident light are negative, distances along incident light are positive) is standard in JEE. Memorize it and practice until it's automatic. For electrostatics, always write ( \vec{F} = \frac{k q_1 q_2}{r^2} \hat{r} ) and explicitly consider the sign of ( q_1 q_2 ) to determine direction (attraction or repulsion).
  • Example:
    • Question: An object is placed 15 cm from a concave mirror of focal length 10 cm. Find the image distance.
    • Trap: Using ( \frac{1}{f} = \frac{1}{v} + \frac{1}{u} ) (the old real-is-positive convention) with ( f = +10 ), ( u = +15 ), getting ( 1/v = 1/10 - 1/15 = 1/30 ) → ( v = +30 ) cm, and then misinterpreting the sign.
    • Correct (Cartesian): For concave mirror, ( f = -10 ) cm (since focus is in front). Object is in front, so ( u = -15 ) cm. Formula: ( \frac{1}{f} = \frac{1}{v} + \frac{1}{u} ) → ( \frac{1}{-10} = \frac{1}{v} + \frac{1}{-15} ) → ( -\frac{1}{10} = \frac{1}{v} - \frac{1}{15} ) → ( \frac{1}{v} = -\frac{1}{10} + \frac{1}{15} = -\frac{1}{30} ) → ( v = -30 ) cm. Negative means image is in front (real image).


ADVERTISEMENT