How to Find Potential Between A and B with R1 Present?

  • Thread starter Thread starter Altairs
  • Start date Start date
  • Tags Tags
    Potential
AI Thread Summary
The discussion focuses on finding the potential between points A and B in a circuit with multiple resistors and voltage sources, specifically addressing the confusion caused by the presence of resistor R1. Participants explore various circuit analysis methods, including loop and mesh analysis, and the application of the superposition principle. One user shares their attempts at calculating currents through R7 under different conditions, while another suggests using matrix methods for solving the system of equations derived from the loop analysis. The conversation emphasizes the importance of correctly setting up equations and matrices to avoid algebraic mistakes. Ultimately, accurate analysis is crucial for determining the correct current values in the circuit.
Altairs
Messages
125
Reaction score
0

Homework Statement


Find potential between A and B


Homework Equations





The Attempt at a Solution


The R1 is confusing me. If it hadnt been there simple voltage divider would have taken care of things quite easily...I can't make logic of how to solve it now...How do I deal with R1 ?
 

Attachments

  • Problem.jpg
    Problem.jpg
    5.7 KB · Views: 461
Physics news on Phys.org
What methods of circuit analysis have you studied so far?

Do you know how to do loop, mesh or node analysis?

Do you know about Thevenin equivalents?
 
The Electrician said:
What methods of circuit analysis have you studied so far?

Do you know how to do loop, mesh or node analysis?

Do you know about Thevenin equivalents?

Everything except the Thevenin Equivalents. The circuit I have attached is the result of applying superposition principle. Actually there was another Voltage source (V') connected between R3 and the common joint of R3,R4 and R7, with positive towards the right. I had to find the voltage across AB (One Port). SO by using the superposition principle and suppressing the V' this is the circuit I got. I applied loop analysis one by one i.e. once on this circuit and then by suppressing the V source but I don't get the right answer. And to make matters worse when I apply the loop analysis without suppressing any of the sources I get a completely different answer.

The values given are :-
V = 18V
V' = 13V
R1=R2=R3=3ohm
R4=R5=6ohm
R6=20ohm
R7=10ohm

My answers :-
1. Suppressing the V' then current through R7 = 0.09A
2. Suppressing the V then current through R7 = 0.571A
3. Solving without superposition then current through R7 = 0.125A
 
I would be better able to help you if you will post the original circuit, including the V' source.
 
here is the original circuit
 

Attachments

  • Problem1.jpg
    Problem1.jpg
    6.7 KB · Views: 371
I won't be able to see the jpg until it gets approved, which could take hours.

If you'll upload it to:http://www.freeimagehosting.net/

and post the URL here, I will be able to get it sooner.
 
Here it is http://www.freeimagehosting.net/image.php?3c03009db1.jpg
 
Ok, I got it. This problem is a natural for the loop method. You don't need to suppress any voltage sources. I labeled the loop currents as I1 for the bottom left loop, I2 for the top loop, and I3, I4 for the next two loops to the right of the I1 loop.

Can you write the loop equations for those loops and show your work?

Just to inspire you, I got a current of 1.5 amps in R7, and that makes 15 volts at the A-B port. I have been known to make mistakes though. :-(
 
For loop 1:-

3(i_1 + i_4) + 6(i_1 - i_2) = 18

For loop 2:-

6(i_2 - i_1) + 3(i_2 + i_4) + 20(i_2 + i_3) = 13

For loop 3:-

6(i_3 - i_4) + 20(i_3 + i_2) +10i_3 = 0

For loop 4:-

3i_4 +3(i_4 + i_1) + 3(i_4 + i_2) + 6(i_4 - i_3) = 13
 
  • #10
here is how I made the loops. the above equations are according to this figure. http://www.freeimagehosting.net/image.php?c421c9d797.jpg
 
  • #11
You have it exactly right. Your equations give the same currents I got, even though I selected my loops slightly differently.

What currents do you get when you solve the system?
 
Last edited:
  • #12
I get i3 =0.125
 
  • #13
How are you solving it? I get:

I1 = 3.9333
I2 = 2.4
I3 = -1.5
I4 = -1.0
 
  • #14
Simlifying the equations then making i1 as the subject from last equation and substituting it in two of above and then solving simultaneously to get i2 , i3 and i4...must be some algebraic mistake
 
  • #15
I used a matrix solver after setting up the matrix and excitation vector like this; just collect the coefficients for each current:

Code:
[  9  -6   0  3 ]  [ I1 ]     [ 18 ]
[ -6  29  20  3 ]* [ I2 ]  =  [ 13 ]
[  0  20  36 -6 ]  [ I3 ]     [  0 ]
[  3  3   -6 15 ]  [ I4 ]     [ 13 ]

then use Matlab, or a calculator with matrix capabilities to solve it.

If you have the matrix set up properly, this method guarantees no algebra mistakes! :-)

Given the magnitude of the voltage sources and the resistor values, I think .125 amps is definitely too small.
 
  • #16
which loops did you make?
 
  • #17
I used yours.
 
  • #18
Look at your 2nd equation, for example. You can collect terms and rewrite it as:

-6*I1 + 29*I2 + 20*I3 + 3*I4 = 13

and similarly for the others. Thats how you get the entries in the matrix.
 

Similar threads

Replies
3
Views
2K
Replies
3
Views
2K
Replies
4
Views
1K
Replies
3
Views
2K
Replies
13
Views
3K
Back
Top