Finding the current and voltage for a resistor

In summary, the conversation discusses solving a circuit using loop currents and finding the current on resistor R1. The equations V1-R1(I1+I2)-R2I1=0 and V2-R3I2-R1(I1+I2)=0 are obtained. The process involves finding I1 and I2, and replacing them in the equations to find the current on R1. There is a sign error in one of the equations and a suggestion is made to use a linear combination of the equations to simplify the process. The process involves multiplying the equations by variables and adding them to eliminate R2I1 and R3I2 terms.
  • #1
Davidllerenav
424
14
Homework Statement
For the circuit in Figure 1, find the current and voltage at resistor R1 considering that the values of the voltage sources
they are V1 [V] and V2 [V], and the resistance values are R1 [Ω], R2 [Ω] and R3 [Ω] respectively.
Relevant Equations
Kirchhoff's Laws:
##\sum_i I_i=0##
##\sum_i V_i=0##
1573408396353.png

I tried to solve it by loop currents. So on the left mesh the loop current ##I_1## goes clockwise and on the right mesh the loop current ##I_2## goes counterclockwise.

1573409337462.png

I ended up with the following equations:
1) ##V_1-R_1(I_1+I_2)-R_2I_1=0##;
2) ##V_2-R_3I_2-R_1(I_1+I_2)=0##.
To find the current on ##R_1##, I tried to find ##I_1## and ##I_2##. I first solved 1) for ##I_1##: ##I_1=\frac{V_1-R_1I_2}{R_1+R_2}##. Then I solved 2) for ##I_2## replacing the expression that I found for ##I_1## :

##V_2-R_3I_2-R_1(I_1+I_2)=V_2-I_2(R_3-R_1)-R_1I_1##
##=V_2-I_2(R_3-R_1)-R_1\left(\frac{V_1-R_1I_2}{R_1+R_2}\right)=V_2-I_2(R_3-R_1)-R_1\left(\frac{V_1-R_1I_2}{R_1+R_2}\right)##
##=V_2(R_1+R_2)-I_2(R_3-R_1)(R_1+R_2)-R_1(V_1-R_1I_2)##
##=V_2(R_1+R_2)-I_2[(R_3-R_1)(R_1+R_2)-R_1^2]-R_1V_1##
##I_2=\frac{V_2(R_1+R_2)-R_1V_1}{(R_1+R_2)(R_3-R_1)-R_1^2}##​
Finally, I replaced ##I_2## on ##I_1##: ##I_1=\frac{V_1-R_1\left(\frac{V_2(R_1+R_2)-R_1V_1}{(R_1+R_2)(R_3-R_1)-R_1^2}\right)}{R_1+R_2}##. Am I correct?

I'm not sure how to find the voltage on ##R_1##, but I think that I need to find ##R_1(I_1+I_2)##, right?
 
Physics news on Phys.org
  • #2
TBH, I never liked working problems with KVL. Can you try solving it with KCL instead? My KCL equations for this problem are a lot simpler than what you posted...
 
  • #3
Davidllerenav said:
Homework Statement: For the circuit in Figure 1, find the current and voltage at resistor R1 considering that the values of the voltage sources
they are V1 [V] and V2 [V], and the resistance values are R1 [Ω], R2 [Ω] and R3 [Ω] respectively.
Homework Equations: Kirchhoff's Laws:
##\sum_i I_i=0##
##\sum_i V_i=0##

View attachment 252658
I tried to solve it by loop currents. So on the left mesh the loop current ##I_1## goes clockwise and on the right mesh the loop current ##I_2## goes counterclockwise.

View attachment 252659
I ended up with the following equations:
1) ##V_1-R_1(I_1+I_2)-R_2I_1=0##;
2) ##V_2-R_3I_2-R_1(I_1+I_2)=0##.
To find the current on ##R_1##, I tried to find ##I_1## and ##I_2##. I first solved 1) for ##I_1##: ##I_1=\frac{V_1-R_1I_2}{R_1+R_2}##. Then I solved 2) for ##I_2## replacing the expression that I found for ##I_1## :

##V_2-R_3I_2-R_1(I_1+I_2)=V_2-I_2(R_3-R_1)-R_1I_1##
##=V_2-I_2(R_3-R_1)-R_1\left(\frac{V_1-R_1I_2}{R_1+R_2}\right)=V_2-I_2(R_3-R_1)-R_1\left(\frac{V_1-R_1I_2}{R_1+R_2}\right)##
##=V_2(R_1+R_2)-I_2(R_3-R_1)(R_1+R_2)-R_1(V_1-R_1I_2)##
##=V_2(R_1+R_2)-I_2[(R_3-R_1)(R_1+R_2)-R_1^2]-R_1V_1##
##I_2=\frac{V_2(R_1+R_2)-R_1V_1}{(R_1+R_2)(R_3-R_1)-R_1^2}##​
Finally, I replaced ##I_2## on ##I_1##: ##I_1=\frac{V_1-R_1\left(\frac{V_2(R_1+R_2)-R_1V_1}{(R_1+R_2)(R_3-R_1)-R_1^2}\right)}{R_1+R_2}##. Am I correct?

I'm not sure how to find the voltage on ##R_1##, but I think that I need to find ##R_1(I_1+I_2)##, right?
You have a sign error in ##V_2-R_3I_2-R_1(I_1+I_2)=V_2-I_2(R_3-R_1)-R_1I_1##.
An easier way to proceed from (1) and (2) is to find a linear combination of them such that all references to currents are in the form ##I_1+I_2##.
 
  • #4
berkeman said:
TBH, I never liked working problems with KVL. Can you try solving it with KCL instead? My KCL equations for this problem are a lot simpler than what you posted...
That would just change the ##I_1+I_2##, right? It would give an equation of ##I_1+I_2=I_3## I think.
 
  • #5
haruspex said:
You have a sign error in ##V_2-R_3I_2-R_1(I_1+I_2)=V_2-I_2(R_3-R_1)-R_1I_1##.
An easier way to proceed from (1) and (2) is to find a linear combination of them such that all references to currents are in the form ##I_1+I_2##.
You're right, it would be ##V_2-R_3I_2-R_1(I_1+I_2)=V_2-I_2(R_3+R_1)-R_1I_1## , right?

How do I find a linear combination?
 
Last edited:
  • #6
Davidllerenav said:
You're right, it would be ##V_2-R_3I_2-R_1(I_1+I_2)=V_2-I_2(R_3+R_1)-R_1I_1## , right?

How do I find a linear combination?
It just means multiplying each equation by some variable (different ones) and adding them.
In the equations, some terms are already in the form I1+I2, but in one you have an R2I1 and the other an R3I2. What two values do you need to multiply by so that both currents have the same coefficient?
 
  • #7
haruspex said:
It just means multiplying each equation by some variable (different ones) and adding them.
In the equations, some terms are already in the form I1+I2, but in one you have an R2I1 and the other an R3I2. What two values do you need to multiply by so that both currents have the same coefficient?
##R_2I_2## would need to be multiplied by ##\left(\frac{1}{R_2}+\frac{I_2}{R_2I_1}\right)## and ##R_3I_2## by ##\left(\frac{1}{R_3}+\frac{I_1}{R_3I_2}\right)##, am I correct?
 
  • #8
Davidllerenav said:
##R_2I_2## would need to be multiplied by ##\left(\frac{1}{R_2}+\frac{I_2}{R_2I_1}\right)## and ##R_3I_2## by ##\left(\frac{1}{R_3}+\frac{I_1}{R_3I_2}\right)##, am I correct?
You mean ##R_2I_1##, not ##R_2I_2##. But no, it's much simpler than that. A single variable in each case.
 
  • #9
haruspex said:
You mean ##R_2I_1##, not ##R_2I_2##. But no, it's much simpler than that. A single variable in each case.
Yes, sorry for the typo. How would it be? Maybe ##R_3## and ##R_2##? then both would have ##R_2R_3##.
 
  • #10
Davidllerenav said:
Yes, sorry for the typo. How would it be? Maybe ##R_3## and ##R_2##? then both would have ##R_2R_3##.
Right. That should give you an equation from which you can find ##I_1+I_2## immediately.
 
  • #11
haruspex said:
Right. That should give you an equation from which you can find ##I_1+I_2## immediately.
Ok, then I would have:
##V_1R_3-R_1R_3(I_1+I_2)-R_2R_3I_1=0##
##V_2R_2-R_1R_2(I_1+I_2)-R_2R_3I_2=0##
Then I can subtract, right?
 
  • #12
Davidllerenav said:
Ok, then I would have:
##V_1R_3-R_1R_3(I_1+I_2)-R_2R_3I_1=0##
##V_2R_2-R_1R_2(I_1+I_2)-R_2R_3I_2=0##
Then I can subtract, right?
No, if you subtract you will have a term ##R_2R_3(I_1-I_2)##.
 
  • #13
haruspex said:
No, if you subtract you will have a term ##R_2R_3(I_1-I_2)##.
Then I'll add them, obtaining ##V_1R_3+V_2R_2-R_1R_3(I_1+I_2)-R_1R_2(I_1+I_2)-R_2R_3I_1-R_2R_3I_2=0## thus ##V_1R_3+V_2R_2-(I_1+I_2)[R_1R_3+R_1R_2]-R_2R_3(I1+I_2)=0##
##\Rightarrow V_1R_3+V_2R_2-(I_1+I_2)[R_1R_3+R_1R_2+R_2R_3]=0##. Am I correct?
 
  • #14
Davidllerenav said:
Then I'll add them, obtaining ##V_1R_3+V_2R_2-R_1R_3(I_1+I_2)-R_1R_2(I_1+I_2)-R_2R_3I_1-R_2R_3I_2=0## thus ##V_1R_3+V_2R_2-(I_1+I_2)[R_1R_3+R_1R_2]-R_2R_3(I1+I_2)=0##
##\Rightarrow V_1R_3+V_2R_2-(I_1+I_2)[R_1R_3+R_1R_2+R_2R_3]=0##. Am I correct?
That looks better.
 
  • #15
+I
haruspex said:
That looks better.
Then I only have to solve for ##I_1+I_2## and to find the voltage on ##R_1## I just multiply ##I_1+I_2## times ##R_1##, right?
 
  • #16
Davidllerenav said:
+I
Then I only have to solve for ##I_1+I_2## and to find the voltage on ##R_1## I just multiply ##I_1+I_2## times ##R_1##, right?
Yes.
 
  • #17
haruspex said:
Yes.
Thank you. I guess that if I continued simplifying my original expressions for ##I_1## and ##I_2## nd adding them I would arrive to the same answer, but this helped me a lot. Thanks!
 

1. What is Ohm's law and how does it relate to finding current and voltage for a resistor?

Ohm's law states that the current flowing through a conductor is directly proportional to the voltage applied and inversely proportional to the resistance of the conductor. This means that as the voltage increases, the current will also increase, and as the resistance increases, the current will decrease.

2. How do you calculate the current for a resistor?

To calculate the current for a resistor, you can use the formula I = V/R, where I is the current in amps, V is the voltage in volts, and R is the resistance in ohms. This formula is derived from Ohm's law and can be used to find the current at any point on the circuit.

3. How do you find the voltage across a resistor?

The voltage across a resistor can be found by using the formula V = I x R, where V is the voltage in volts, I is the current in amps, and R is the resistance in ohms. This formula is also derived from Ohm's law and can be used to find the voltage at any point on the circuit.

4. Can the current and voltage for a resistor change?

Yes, the current and voltage for a resistor can change depending on the applied voltage and the resistance of the resistor. As the voltage or resistance changes, the current will also change accordingly.

5. How do you measure the current and voltage for a resistor in a circuit?

To measure the current and voltage for a resistor in a circuit, you can use a multimeter. Set the multimeter to measure either current or voltage, depending on what you want to find, and then connect the probes to the appropriate points on the circuit. The multimeter will then display the measured current or voltage.

Similar threads

  • Introductory Physics Homework Help
Replies
1
Views
228
Replies
4
Views
808
  • Engineering and Comp Sci Homework Help
Replies
6
Views
752
  • Introductory Physics Homework Help
Replies
23
Views
342
  • Introductory Physics Homework Help
Replies
16
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
1K
  • Introductory Physics Homework Help
Replies
17
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
702
  • Introductory Physics Homework Help
Replies
6
Views
594
  • Introductory Physics Homework Help
Replies
2
Views
830
Back
Top