NotesLecture2__1_

Circuits, Graphs, and Matrices

DC Steady State and Resistive Circuits

  • Each electrical element (capacitors, inductors, resistors) has a characteristic equation:

    • Capacitance: I = C (dv/dt) (Volta’s Law of Capacitance)

    • Induction: V = L (di/dt) (Faraday’s Law of Induction)

    • Resistance: V = R × I (Ohm’s Law of Resistance)

  • The interaction of multiple elements is key in circuit analysis.

  • A challenge in circuit analysis is determining voltages and currents across each element.

  • This process is systematic and begins with circuits with constant sources (DC).

  • In the steady-state regime, voltages and currents are stable:

    • V = constant ⇒ I = C(dv/dt) = 0 (open circuit)

    • I = constant ⇒ V = L(di/dt) = 0 (short-circuit)

  • Result: Capacitors are open circuits and inductors are short-circuits in DC steady-state.

Kirchhoff’s Circuit Laws

  • Formulated by Gustav Kirchhoff in 1845 using the groundwork from George Ohm.

  • Kirchhoff’s Voltage Law (KVL):

    • Sum of the potential differences around any closed mesh is zero.

    • Example Equation:

      • Vn1→n2 + Vn2→n1 = 0

    • KVL can be applied to derive current equations over resistors.

Circuit Analysis

  1. Mesh Analysis:

    • Identify loops in a circuit.

    • Apply KVL to find equations relating voltages and currents.

      • Example derivation:

        • R1 * i1 + (-V) = 0 leads to i1 = V/R1.

  2. Node Analysis:

    • Track currents at junctions, where total current entering a node equals total current leaving (Kirchhoff’s Current Law, KCL).

      • Example Equation: i1 + i2 - i3 = 0

Resistors in Series and Parallel

  • Resistors in Series:

    • Total resistance R_series = R1 + R2 + ... + Rn

  • Resistors in Parallel:

    • 1/R_parallel = 1/R1 + 1/R2 + ... + 1/Rn

Matrix Methods in Circuit Analysis

  • Complex circuits can be represented in matrix form for KVL and KCL applications.

Steps:
  • Convert circuit into a graph representation identifying nodes.

  • Simplify using rules for resistors in series and parallel.

  • Apply KVL and KCL in the form of a system of linear equations.

  • Solve using techniques like Gaussian elimination.

The Wheatstone Bridge

  • A specific circuit used for measuring resistance using balanced conditions.

  • Balanced bridge (R1 = R2 and R3 = R4) implies no current through sensing resistor.

  • The circuit reduces to simpler expressions for evaluating currents and resistances.

Delta-Wye Transformation

  • Useful for simplifying complex resistor arrangements into simpler forms.

  • Apply for resistors forming triangular (delta) configurations.

  • Transform to Y-formation to calculate overall resistances efficiently.

Homework and Further Reading

  • Study problems and examples in references:

    • Alexander and Sadiku: Chapters 2 and 3

    • Irwin and Nelms: Chapters 2 and 3

  • Understanding KVL, KCL, mesh/nodal analysis is crucial for solving circuit problems.