EE Electronics fundamentals/Lecture Basic Resistive Circuit Analysis

From testwiki
Revision as of 15:26, 10 July 2024 by imported>Osakaeven (KCL: Capitalise name of scientist)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

KVL

Kirchhoff's voltage law

Sum of voltages between the start and end of circuits is 0.

File:Image for KVL.png

V0 = V1 + V2

KCL

Kirchhoff's current law

Currents in point are balanced. Sum of currents is 0.

File:Image for KCL.png

I1+I3=I2

Mesh method

based on KVL

  1. Choose the reference point
  2. Walk through this loop by labeling voltages(even if undefined)
  3. Construct equation
  4. Solve equation

*if more loops, then possible to create the system of equation

File:Mesh circuit.png
Example of circuit

Whole resistance: R=R1+R2+R3
Whole current: I=V/R=5/600=0.0083

V=I*R1+I*R2+I*R3;
5=0.0083*100+0.0083*300+0.0083*200
*if any from this resistors is undefined, we can solve this equation


In general we can use also this equation:
V+I*R1+I*R2+I*R3=0

Signs for elements mirroring the logic of KVL.

Node method

Example of circuit
  1. Choose node
  2. Label currents
  3. Construct equation
  4. Solve equation

I1=V1R1+R2

I2=V2R4

I3=I1+I2
VR3=I3*R3


Also possible to create systems of equations for complex circuits.

Conversions

https://en.wikipedia.org/wiki/Y-%CE%94_transform

References

Book about circuit analyses: https://archive.org/details/engineeringcircu0000hayt_n1c5/

More about KVL on allaboutcircuits.com

More about KCL on allaboutcircuits.com

More about conversions on allaboutcircuits.com