Inst ToolsInst ToolsInst Tools
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Electrical Theory > DC Circuit Analysis Loop Equations

DC Circuit Analysis Loop Equations

Last updated: July 24, 2018 11:31 pm
Editorial Staff
Electrical Theory
No Comments
Share
6 Min Read
SHARE

All of the rules governing DC circuits that have been discussed so far can now be applied to analyze complex DC circuits. To apply these rules effectively, loop equations, node equations, and equivalent resistances must be used.

Loop Equations

As we have already learned, Kirchhoff’s Laws provide a practical means to solve for unknowns in a circuit. Kirchhoff’s current law states that at any junction point in a circuit, the current arriving is equal to the current leaving. In a series circuit the current is the same at all points in that circuit. In parallel circuits, the total current is equal to the sum of the currents in each branch. Kirchhoff’s voltage law states that the sum of all potential differences in a closed loop equals zero.

Using Kirchhoff’s laws, it is possible to take a circuit with two loops and several power sources (Figure 37) and determine loop equations, solve loop currents, and solve individual element currents.

Circuit for Loop Equations

Figure 37 Example Circuit for Loop Equations

The first step is to draw an assumed direction of current flow (Figure 38). It does not matter whether the direction is correct. If it is wrong, the resulting value for current will be negative.

Assumed Direction of Current Flow

Figure 38 Assumed Direction of Current Flow

Second, mark the polarity of voltage across each component (Figure 39). It is necessary to choose a direction for current through the center leg, but it is not necessary to put in a new variable. It is simply I2 – I1

Marking Polarity

Figure 39 Marking Polarity

Third, apply Kirchhoff’s voltage law to loops one and two by picking a point in each loop and writing a loop equation of the voltage drops around the loop; then set the equation equal to zero.

Applying Voltage Law to Loop

Figure 40 Applying Voltage Law to Loop 1

Figure 40 shows Loop one. From Point A to Point B, there is an increase in voltage of 8 volts. From Point C to Point D, there is an increase in voltage of 200 (I2 -I1). From Point D to Point E, there is a decrease in voltage of 10 volts. From Point E to Point A, there is a voltage decrease of 50I1 volts. The result in equation form is illustrated in below equation 1.

8 + 200 (I2 – I1) – 50I1 – 10 = 0

Using the same procedure for Loop 2 of Figure 39, the resulting equation is shown in below equation 2

10 – 200 (I2 – I1) + 40 – 100I1 = 0

Fourth, solve equations (1) and (2) simultaneously. First, rearrange and combine like terms in the equation for Loop 1.

-50 I1 + 200 I2 – 200 I1 = 10 – 8

-250 I1 + 200 I2 =2

Divide both sides by two.

-125 I1 + 100 I2 = 1

Rearrange and combine like terms in the Loop 2 equation.

-200 I2 + 200 I1 – 100 I2 = -10 -40

200 I1 – 300 I2 = -50

Multiplying the Loop 1 equation by 3,

3 (-125 I1 + 100 I2 = 1 )

and add it to the Loop 2 equation.

-375 I1 + 300 I2 = 3

200 I1 – 300 I2 = -50

– – – – – – – – – – – – – – – – –

– 175 I1 + 0 = – 47

– – – – – – – – – – – – – – – – –

Solving for I1 :

– 175 I1 = – 47

I1 = – 47 / -175 = 0.2686 amp = 286.3 mA

Solving for I2 using the Loop 1 equation:

– 125 (0.2686) + 100 I2 = 1

100 I2 = 1 + 33.58

I2 = 0.3458 amp = 345.8 mA

The current flow through R1 (50Ω) is I1 . The current flow through R2 (100Ω) is I2 , and through R3 (200Ω) is I2 -I1

I3 = I2 – I1

I3 = 345.8 mA – 286.3 mA = 77.2 mA

Fifth, apply Ohm’s Law to obtain the voltage drops across Resistors R1, R2 , and R3 :

V1 = I1R1 = (0.2686 amps)(50Ω) = 13.43 Volts
V2 = I2R2 = (0.3458 amps)(l00Ω) = 34.58 Volts
V3 = (I2 – I1) R3 = (0.0772 amps)(200Ω) = 15.44 Volts

Sixth, check the calculations by applying Kirchhoff’s Laws:

Check 1: Apply Kirchhoff’s voltage law to the larger outer loop (Figure 41).

Applying Voltage Laws to Outer Loop

Figure 41 Applying Voltage Laws to Outer Loop

The sum of the voltage drops around the loop is essentially zero. (Not exactly zero due to rounding off.)

8 – 13.43 – 34.58 + 40 = 0

0.01 ≅ 0

Therefore, the solution checks.

Check 2: Use Kirchhoff’s current law at one of the junctions (Figure 42).

Applying Current Law to Junction

Figure 42 Applying Current Law to Junction

The sum of the currents out of the junction is:

0.2686 + 0.0772 = 0.3458 A = 345.8 mA

The current into the junction is 345.8 mA

The current into the junction is equal to the current out of the junction. Therefore, the solution checks.

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Capacitance and Capacitive Reactance
Series – Parallel Circuit Analysis
Series-Wound DC Generators
Battery Terminology
Voltage Polarity and Current Direction
Types of Batteries
Share This Article
Facebook Copy Link Print
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Voltmeters
Series and Parallel Capacitors
DC Circuit Analysis Node Equations
Thermocouples
Parallel AC Generators
AC Induction Motor Slip
Transformer Turns Ratio
Transformer Current Ratio
Starting a Synchronous Motor
3-Wire, Three-Phase Delta Wiring System

Keep Learning

Parallel Circuit Parallel Current Calculations

Parallel Circuit Current Calculations

Shunt-Wound DC Generator Principle

Shunt-Wound DC Generators

AC to DC Conversion with a Commutator

DC Machines Terminology

Electrical Symbols

Electrical Symbols

Megger Circuit Diagram

Multimeter & Megger Principle

Series - Wound DC Motor

Series-Wound Motor

Block Diagram

Block Diagram

3φ AC Power Connections

Three Phase Systems

Discover More

Basic Electrical Engineering Interview Questions Answers

Basic Electrical Engineering Interview Questions Answers

DRUM DB

Siemens Drum block for Sequencer Operation

VLSI Projects for Engineering Students

700+ VLSI Projects for Engineering Students

Formula of 2 Wire RTD, 3 Wire RTD & 4 Wire RTD

Formula of 2 Wire RTD, 3 Wire RTD & 4 Wire RTD

Overview of Proximity Switches

Types of Potentiometers

Types of Potentiometers – What is a Potentiometer? – Applications

Control Systems Questions & Answers

Control Systems Objective Questions & Answers – Set 3

high-accuracy voltmeter

Electrical Standards

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?