How to Find Voltage Between Node 1 and Node 2?

  • Thread starter Thread starter builder_user
  • Start date Start date
  • Tags Tags
    Nodes Voltage
AI Thread Summary
To find the voltage between node 1 and node 2, the discussion emphasizes using Kirchhoff's laws and the balanced Wheatstone bridge method. The participants confirm that the current in the first loop is approximately 3.7A, leading to a voltage of about 5.2V across R1. Various methods for solving circuit equations are mentioned, including matrix methods and MathCad for efficient calculations. The impedance matrix approach is highlighted for its quick setup and symmetrical properties. Ultimately, the conversation revolves around verifying calculations and methods to ensure accurate results for the voltage between the specified nodes.
builder_user
Messages
196
Reaction score
0

Homework Statement


Find voltage between node 1 and node 2


Homework Equations


What is the algorithm?


The Attempt at a Solution


R1=4 Ohms
R2=5 Ohms
R3=8 Ohms
R4=3 Ohms
R5=6 Ohms
R6=7 Ohms
Eэ=20 V
E3=17 V
E5=15 V
 

Attachments

  • file2.JPG
    file2.JPG
    13.8 KB · Views: 738
Physics news on Phys.org
use balanced wheat stone bridge thing
 
Do I need second Kirhgoff rules' equations for every loop?
 
hi builder_user! :smile:
builder_user said:
Do I need second Kirhgoff rules' equations for every loop?

(Kirchhoff!)

'fraid so! :wink:
 
What's the next step after Kirchgoff's rules?What do I need to find?I know current in every branch.
 
You want the voltage between nodes 1 and 2. Use the current you found for the first loop (leftmost) using Kirchhoff to determine the voltage across R1. Then do the obvious voltage sum.
 
i1=3.7A

U=Eэ-i1*R1=5.2V?

And the final result -- 20(Eэ)+5.2(U)=25.2V?
 
Last edited:
That's not the value I get for i1. Better check your derivation.

EDIT: My error. Redoing my sums I see that i1 is indeed about 3.7A.
 
Last edited:
  • #10
gneill said:
That's not the value I get for i1. Better check your derivation.

Ok.But what's the next?
 
  • #11
builder_user said:
Ok.But what's the next?

The next what? :confused: Wasn't it the voltage between nodes 1 and 2 that you were looking for?
 
  • #12
but i's only I1.
Or R1*I1 - is the result?
 
  • #13
Very sorry. I see that your figure of 3.7A for i1 and about 5.2V for the voltage between nodes 1 and 2 look okay.
 
  • #14
gneill said:
Very sorry. I see that your figure of 3.7A for i1 and about 5.2V for the voltage between nodes 1 and 2 look okay.

A-a-a-a-a!OMG!I'm already started to do all my work from the beginig...It's about 15 pages A4!
 
  • #15
Again, sorry about that.

15 pages of A4? That seems like a lot for just three loops. What method are you using to solve the equations?
 
  • #16
gneill said:
Again, sorry about that.

15 pages of A4? That seems like a lot for just three loops. What method are you using to solve the equations?

It's a big work like coursework.I have 8 exercises need to do with this scheme(different trasformations like triangle-star and different methods of finding currents like method of equivalent generator(I don't know how does it called in English.translate from russian),node voltage method and etc.).And another 7 schemes.One of them is my previous topic's scheme.

I got this result(3.7) by different methods.So if it's wrong - all my work is wrong
 
Last edited:
  • #17
I see, so this is just one exercise for the given schematic.

It seems to me that a KVL loop approach is the most straight forward for this particular question, since you really only need to solve for the current in the first loop. Have you learned the method to directly write (by inspection) the matrix form of the equations? That allows you solve for the currents using a matrix method (such as Cramer's Rule), which takes only a few lines.
 
  • #18
if it's cramer's method...
I know this method but I only use it in programming.I solve all equtations in MathCAd.And then I show result without numbers and then the final result.The result without numbers is very big sometimes.
 
Last edited:
  • #19
Okay, even better.

Attached is an example, using MathCad, of solving the loops by writing the loop equations in matrix form (which can be done by inspection, and is (almost) foolproof). It's very quick.
 

Attachments

  • #20
Intersting.I didn't know about it in Mathcad
all results are the same as the results in my method of countour currents

thank you for your help.
 
Last edited:
  • #21
The most interesting part, I think, is that you can write the equation quickly by inspection.

For the impedance matrix, the terms on the diagonal are just the sum of the impedances (resistances in this case) in the given loop. The off-diagonal terms are just the negative of the impedances that are shared by the loops indexed by the matrix entry. So in this case, for example, R2 is shared by loops 1 and 2, so z12 and z21 are both -R2. Note that the impedance matrix is symmetrical about the diagonal, so it's very quick to fill in.

The voltage vector is just the sum of the voltage source rises in the given loop (where a rise is taken to mean that a given voltage source goes from - to + in the direction of the loop current).
 
  • #22
gneill said:
The most interesting part, I think, is that you can write the equation quickly by inspection.

For the impedance matrix, the terms on the diagonal are just the sum of the impedances (resistances in this case) in the given loop. The off-diagonal terms are just the negative of the impedances that are shared by the loops indexed by the matrix entry. So in this case, for example, R2 is shared by loops 1 and 2, so z12 and z21 are both -R2. Note that the impedance matrix is symmetrical about the diagonal, so it's very quick to fill in.

The voltage vector is just the sum of the voltage source rises in the given loop (where a rise is taken to mean that a given voltage source goes from - to + in the direction of the loop current).

I've got it.I compared elements of matrix with my equations a few minutes ago.
 
Last edited:
Back
Top