Current Electricity: Edge Cases and Subtle Traps (3)

hard 2 min read

Question

A wire of resistance RR is bent into a regular hexagon. A battery of emf ε\varepsilon and negligible internal resistance is connected across two diametrically opposite vertices. Find the equivalent resistance between those vertices, the current drawn from the battery, and the current through any one of the six sides. Each side of the hexagon has resistance R/6R/6.

Solution — Step by Step

Two diametrically opposite vertices split the hexagon into two parallel paths. Each path consists of three sides in series.

Each path: 3×R/6=R/23 \times R/6 = R/2.

Two paths of R/2R/2 each in parallel:

Req=(R/2)(R/2)R/2+R/2=R/4R=R/4R_{eq} = \frac{(R/2)(R/2)}{R/2 + R/2} = \frac{R/4}{R} = R/4
I=ε/Req=4ε/RI = \varepsilon / R_{eq} = 4\varepsilon/R

By symmetry, the current splits equally between the two paths. Current through one side =I/2=2ε/R= I/2 = 2\varepsilon/R.

Final answer: Req=R/4R_{eq} = R/4, total current =4ε/R= 4\varepsilon/R, current per side =2ε/R= 2\varepsilon/R.

Why This Works

When you connect a battery across two symmetric points of a regular network, current divides equally along symmetric branches. The hexagon has two-fold symmetry across the diameter, so the two halves carry equal currents.

This is a classic JEE Advanced setup — they often replace “hexagon” with cube, tetrahedron, or pentagon, but the symmetry-then-parallel trick is identical.

Alternative Method

Apply Kirchhoff’s laws directly with three loop equations. You will get three equations for three loop currents. Set up the matrix, solve. Same answer, four times the effort.

For polygon-with-battery problems: count the number of independent paths between the battery terminals, find each path’s resistance, combine in parallel. This handles 90% of polygon networks.

Students sometimes treat all six sides as a single parallel combination of six R/6R/6 resistors. That gives R/36R/36, which is wrong because the sides are not all in parallel — they are arranged into series-parallel paths.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next