Help with Circuit Nodal Analysis

AI Thread Summary
Nodal analysis is being used to determine voltages in a circuit, but discrepancies exist between hand calculations and simulation results. The user is combining nodes Vout+ and Vout- for simplification, but is encountering errors in their equations. A key mistake was identified in the coefficients of the equations, specifically for the VA and Vout terms. It was suggested to multiply through by 10,000 to simplify calculations by using integers. Correcting these errors should align the hand calculations with the simulation results.
ethanh100
Messages
2
Reaction score
0
Thread moved from the technical forums, so no Homework Template is shown.
Summary: Perform nodal analysis on a circuit to find voltages.

For a laboratory I am trying to find the nodal voltages for a circuit we built using hand calculations. I have the answer as we ran the simulation which shows all the nodal voltages, however my nodal analysis seems to be wrong as I am getting completely different values. In the circuit I am combining nodes Vout+ and Vout- into one node to make it a bit simpler, so putting RL and R5 together as a 2k ohm, and then I can just do voltage division later to find Vout-. So I am solving for Va, Vb and Vout. Can someone explain to me what i am doing wrong.. Thank you!

1570120393048.png
 
Physics news on Phys.org
You set it up right, you just made a mistake in your bottom equation. The coefficient of the VA term should be -0.001, and the coefficient of the Vout term should be 0.0025. If you correct those, you get the same answer as in the plot. By the way, it is a lot easier to do the math if you multiply through by 10,000 so all of the coefficients are integers.
 
Ah okay thank you, I always seem to mess up the signs and algebra in nodal analysis. Youre right it would likely be a lot easier if I just multiplied to a common base. Thank you!
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top