How to solve resistance in this circuit?

I find for some students, the angled components are visually confusing. Try redrawing the same schematic with only horizontal and vertical components to see if this helps you to analyze it.

For example, if you start on the right and straighten out the 6k resistor, you will notice it is in parallel with the series combination of 1k and 2k. So you have 3k in parallel with 6k for a total of 2k. Now move to the left and you see that this 2k is in series with the 10k. Keep up this procedure to reduce the entire lattice to a single value.


Start from right to left. You can see that the rightmost diagonal 6K resistor is connected in parallel to the 1K and 2K resistors. Calculate the equivalent and redraw. Suddenly you will figure out it is connected in series to another resistor. Calculate equivalent and redraw. And so on.


I don't really recommend this solution, but I would like to point out that this also is possible when you're really stuck. There is a roundabout way to find the equivalent resistance, which is to:

  1. Turn off all the independent power sources. Replace voltage sources with just wires(i.e. make wherever the voltage source was a closed circuit) and remove the current sources(i.e. make wherever the current source was an open circuit)

  2. Plug a 1V or a 1A power source across terminals A and B.

  3. Check the output, and use Ohm's law.

This definitely is not the best option for this question, but it does come in handy in certain situations. So applying this method here, we have that

  1. Turning off all independent power sources: already done. No power sources are there.

  2. Plugging a 1V power source:

  1. Checking the output: using node voltage analysis, we have that: $$ \frac{v_a - 1}{2} + \frac{v_a - 0}{4} + \frac{v_a - v_e}{6} + \frac{v_a - v_b}{2} = 0 $$ $$ \frac{v_b - v_a}{2} + \frac{v_b - v_c}{10} + \frac{v_b - v_e}{6} = 0 $$ $$ \frac{v_c - v_b}{10} + \frac{v_c - v_e}{6} + \frac{v_c - v_d}{1} = 0 $$ $$ \frac{v_d - v_c}{1} + \frac{v_d - v_e}{2} = 0 $$ $$ \frac{v_e - 0}{9} + \frac{v_e - v_a}{6} + \frac{v_e - v_b}{6} + \frac{v_e - v_c}{6} + \frac{v_e - v_d}{2} = 0. $$ Solving the equation we get $$ v_a = \frac{3}{5} \mathrm{V}, v_b = \frac{11}{20} \mathrm{V}, v_c = \frac{7}{15} \mathrm{V}, v_d = \frac{83}{180} \mathrm{V}, v_e = \frac{9}{20} \mathrm{V}. $$ In order to use Ohm's law to find the equivalent resistance, we basically need to know the current that flows out of the voltage source, then we have that \$R = \frac{V}{I}\$, where \$V= 1 \mathrm{V}\$. We know that the current is \$\frac{1 - v_a}{2000} \mathrm{A} = \frac{1}{5000} \mathrm{A}\$. Therefore, \$R = \frac{V}{I} = \frac{1}{\frac{1}{5000}} = 5000 \Omega\$.

As you can see, you need to go through some horrible computations if you don't have a calculator(and actually even when you do have a calculator), but for situations where the topology looks too complicated that you don't even want to go that way, this also is a possible solution.