Calculate Total Resistance: 5R/3

AI Thread Summary
The total resistance for the given resistor arrangement is calculated to be R_T = 5R/3. The analysis reveals that certain resistors do not contribute to the total resistance, specifically resistor number 4 and its counterpart. The remaining resistors form triangles where two are in series and one is in parallel, resulting in an equivalent resistance of (2/3)R for each triangle. The symmetry of the diagram allows for simplification, as only one half needs to be analyzed, and the total resistance is derived from combining the resistances of the upper and lower halves. The calculations confirm the initial assertion of R_T = 5R/3.
aviv87
Messages
17
Reaction score
0
Hey, I am trying to calculate the total resistance for this but I always come up with the wrong answer.
A picture is available
http://img109.exs.cx/img109/5889/physics.jpg
In this picture every blue line is supposed to be a resistor with resistance R (yeah, I know it's ugly :-p )
The answer should be R_{T} = \frac {5R}{3}.

Thanks ahead!
 
Physics news on Phys.org
I got 5R/3 also.

This might help: If you number the resistors consecutively - top to bottom and left to right then resistor number 4 and its counterpart near the bottom contribute nothing to the resistance of the array. Then each of the remaining triangles comprised of a two resistor plus a single resistor branch are equivalent to (2/3)R and the rest is arithmetic.
 
First of all thanks for answering =)
I understood that one of the resistors in A's nearest triangle and in B's doesn't affect the total resistance, but I don't understand why the resistance of the other triangle is (2/3)R.
Can you please explain to me how you got that? o:)
 
In the triangles two of the resistors are in series with each other (giving a combined resistance of 2R) and they are in parallel with the third so the trio gives

\frac {1}{R_{triangle}} = \frac {1}{R} + \frac {1}{2R}[/itex]<br /> <br /> so that <br /> <br /> R_{triangle} = \frac {2}{3} R
 
As the diagram is mirror symmetric about the horizontal centre line you only have to calculate the resistance for (say) the top half.

As the diagram is mirror symmetric about the VERTICAL centre line, the horizontal resistors on the centreline will have the same potential on both sides, so no current will flow in them, and they can be removed.

This leaves you with two arms starting from the node A which are the same as each other, so you only have to calculate one of them.

Taking the upper left quadrant, we can see it is just:

Code:
    A
    +
    |
    R
    |
+-R-+--(this resistor has no current flowing)--
|   |
R   R
|   |
+-+-+
  |
So we have 2 Rs in series with one in parallel, and then another R in series with that whole bunch.
So the total resistance of the above diagram is

Rt = R((2 * 1)/(2 + 1) + 1) = 5R/3

The upper half of your original diagram has two of my diagrams in parallel, giving half the resistance of one, but then the same arrangement repeats in the lower half, doubling the resistance again. So the whole of your mesh has the same resistance as mine does.

Note: when you have two resistors A and B in parallel, the equivalent resistance is (A * B)/(A + B)
That is where the (2 * 1)/(2 + 1) comes from.
 
Last edited:
Nice reduction, Ceptimus!
 
Thank you both very much! I got it now =)
 
Back
Top