jegues said:
Well wait...
If I'm looking for my Ith and I know my Vth and Rth, can't I simply apply Ohm's Law?
Ith = Vth/Rth = 10/18.3 = 0.546A
?
Yes. But doesn't it bother you that you incorrectly did the circuit analysis?
I'll explain some mesh analysis for you. wait.
First off, mesh analysis is useful for when you have voltage sources and resistors only. You can use it when there is a current source with a supermesh, but who cares about that for now. It uses Kirchoff's voltage law by saying "the voltage around a loop equals zero." Since you've already calculated Ith, I will use that circuit to teach you mesh (since i can't be doing homework for a poster if he already did it!).
We'll start by writing the KVL for each loop:
-V_s + V_{R_5} + V_{R_{10}} = 0
V_{R_{10}} + V_{R_{15}} = 0
We wrote these voltages with each loop having a defined current moving in a clockwise direction. As you should know, a resistor has + where the current goes in and a - where the current goes out. When writing the KVL for a mesh, just move along in a clockwise direction and write down the voltage with the sign of that which you approach. So you see the voltage source, we approached the negative sign, so I wrote -Vs. Also notice that the same 10 ohm resistor has current flowing into it in two different directions for what I wrote to be true. In the first loop, the current is entering from the top and in the second loop, current is entering from the bottom. We can do that! We just say some I entering the top = I1 - I2. Therefore, if we reverse the direction of the current, making it enter from the bottom, we'd write -i = I2 - I1.
So we then substitute for each voltage across the resistor using ohm's law (v = ir). The current in the first loop with the voltage source will be I_1 and the current in the second loop will be I_2:
-V_s + I_1 R_5 + V_{R_{10}} = 0
V_{R_10} + I_2R_{15} = 0
So the ones that I changed are the simple ones. the 5 ohm resistor has some current called I1 flowing through it clockwise and the 15 ohm resistor has some current flowing through it clockwise. But what about the center current? Like I said earlier, due to KCL, I going in from the top = I1 - I2. I going in from the bottom, the negative of the I going in from the top, = I2 - I1.
-15 + I_1 R_5 + R_{10}(I_1 - I_2) = 0
R_{10}(I_2 - I1) + I_2R_{15} = 0
So what happens if we chose the "wrong" direction of the current? What if the current is not truly moving clockwise? No problem! The current you calculate will just be negative. In fact, you could do mesh analysis with both currents going counterclockwise, both going clockwise, or 1 going clockwise and the other going counterclockwise. It just makes sense to do a uniform approach to keep consistency.
Also, for every new loop you add you add a new current. A general rule is n loops means n equations with n unknowns.
People always asked me how I wrote mesh loops so quickly, so I'll tell you since it seems to evade most people I know IRL. All you have to do is sum the total resistance in a loop and multiply it by the current of that loop minus the sum of any shared resistances multiplied by the current that is sharing the resistor plus any additional voltages (from voltage sources). Then you have your loop equation. The first one would be -15 + (5 + 10)i_1 - 10I_2 = 0 and the second would be -10i1 + (10 + 15)i2 = 0.