DC circuits and network theorems — Unit 1 Notes (Basic Electrical Engineering)

BEE101 · Unit 1

DC circuits and network theorems notes — Unit 1

Free unit-wise study notes on dc circuits and network theorems for Basic Electrical Engineering, Semester 1 of B.Tech — Computer Science & Engineering — key concepts, examples, important questions and a revision checklist for semester exams.

Comprehensive 20-page hand-written notes covering DC Circuits. Master KCL, KVL, Star-Delta transformations, and the Big Four network theorems (Superposition, Thevenin, Norton, Maximum Power Transfer).

Notebook — 20 pages

Page 1

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

1. Introduction to DC Circuits

An electrical circuit is a closed path through which direct current (DC) flows. It consists of active elements (which supply energy, like batteries) and passive elements (which consume or store energy, like resistors, capacitors, inductors).

Basic Terminologies

  • Node: A junction where two or more circuit elements are connected.
  • Branch: A part of the circuit that lies between two nodes.
  • Loop: Any closed path in a circuit.
  • Mesh: A closed path that does not contain any other closed path inside it.

Next — Page 2 — Ohm's Law

1 of 20

Page 2

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

2. Ohm's Law & Its Limitations

Ohm's law states that at a constant temperature, the current (II) flowing through a conductor is directly proportional to the potential difference (VV) across its ends.

V ∝ I  ⟹  V = IR

Where R is Resistance (measured in Ohms, Ω)

Limitations of Ohm's Law

Ohm's law is NOT a universal law. It fails in several scenarios:

  • Non-linear devices: Diodes, transistors, and thyristors do not have a linear V-I relationship.
  • Non-metallic conductors: Electrolytes and gases.
  • Temperature variation: If the temperature changes, resistance changes, and the V-I graph is no longer a straight line (e.g., an incandescent bulb filament).

Next — Page 3 — Resistance & Temperature

2 of 20

Page 3

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

3. Resistance & Temperature Coefficient

Resistance depends on the physical dimensions of the conductor: R=ρLAR = \rho \frac{L}{A}, where ρ\rho is resistivity.

Temperature Coefficient of Resistance (α\alpha)

For metals, resistance increases with temperature. The variation is given by:

R_t = R₀ [1 + α₀(T - T₀)]

Where:
R_t = Resistance at temp T
R₀ = Resistance at reference temp T₀
α₀ = Temperature coefficient at T₀ (measured in /°C)

Next — Page 4 — Series & Parallel Combinations

3 of 20

Page 4

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

4. Series & Parallel Resistors

Series Combination

Resistors are connected end-to-end. The same current flows through all resistors, but voltage divides.

R_eq = R₁ + R₂ + R₃ + ...

Parallel Combination

Resistors are connected across the same two nodes. The same voltage appears across all resistors, but current divides.

1/R_eq = 1/R₁ + 1/R₂ + 1/R₃ + ...
For two resistors: R_eq = (R₁R₂) / (R₁ + R₂)

Next — Page 5 — Voltage & Current Dividers

4 of 20

Page 5

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

5. Voltage & Current Divider Rules

Voltage Divider Rule (VDR) for Series

If total voltage VV is applied across R1R_1 and R2R_2 in series, the voltage across R1R_1 is:

V₁ = V * [ R₁ / (R₁ + R₂) ]

Current Divider Rule (CDR) for Parallel

If total current II enters a parallel combination of R1R_1 and R2R_2, the current through R1R_1 is:

I₁ = I * [ R₂ / (R₁ + R₂) ]

Next — Page 6 — Kirchhoff's Current Law (KCL)

5 of 20

Page 6

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

6. Kirchhoff's Current Law (KCL)

KCL (Kirchhoff's First Law) states that the algebraic sum of all currents meeting at a node (junction) in an electrical circuit is zero.

Σ I = 0
Or: Sum of incoming currents = Sum of outgoing currents

Physical Principle

KCL is based on the Law of Conservation of Charge. A node cannot store charge; whatever charge flows in per second must flow out.

Next — Page 7 — Kirchhoff's Voltage Law (KVL)

6 of 20

Page 7

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

7. Kirchhoff's Voltage Law (KVL)

KVL (Kirchhoff's Second Law) states that in any closed loop of an electrical circuit, the algebraic sum of all voltages (EMFs and voltage drops) is zero.

Σ V = 0
Σ EMFs + Σ IR drops = 0

Physical Principle

KVL is based on the Law of Conservation of Energy. The total energy supplied by sources in a closed loop equals the total energy consumed by the elements in that loop.

Next — Page 8 — KVL Sign Convention

7 of 20

Page 8

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

8. KVL Sign Convention (Mesh Analysis)

To solve circuits using KVL, you must stick to a strict sign convention. The easiest method is tracking "potential rises" as positive and "potential drops" as negative as you walk around the loop.

  • Batteries: Going from negative (-) to positive (+) terminal is a RISE (+V). Going from + to - is a DROP (-V).
  • Resistors: Going in the direction of assumed current is a DROP (-IR). Going against the assumed current is a RISE (+IR).

In Mesh Analysis, we assign a circulating current (e.g., i1,i2i_1, i_2 clockwise) to every mesh and write KVL equations for each.

Next — Page 9 — Nodal Analysis

8 of 20

Page 9

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

9. Nodal Analysis

Nodal Analysis uses KCL to find the node voltages in a circuit. It's often faster than Mesh Analysis when there are many parallel branches.

Steps:

  • 1. Identify all nodes in the circuit.
  • 2. Select one node as the Reference Node (Ground) and assign it 0V.
  • 3. Assign voltage variables (V1,V2V_1, V_2) to the remaining nodes.
  • 4. Assume all currents are leaving the node (unless a current source dictates otherwise).
  • 5. Write KCL equations using Ohm's Law: I=(VnodeVadjacent)/RI = (V_{node} - V_{adjacent}) / R.
  • 6. Solve the system of linear equations.

Next — Page 10 — Star-Delta Transformation

9 of 20

Page 10

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

10. Star-Delta Transformation

Often, resistors are connected in a bridge-like configuration that is neither strictly series nor parallel. We convert between Star (Y) and Delta (Δ) networks to simplify them.

Star to Delta (Y ➝ Δ)

Given a Star network with RA,RB,RCR_A, R_B, R_C, the equivalent Delta resistors (RAB,RBC,RCAR_{AB}, R_{BC}, R_{CA}) are:

R_AB = R_A + R_B + (R_A·R_B) / R_C
R_BC = R_B + R_C + (R_B·R_C) / R_A
R_CA = R_C + R_A + (R_C·R_A) / R_B

Next — Page 11 — Delta-Star Transformation

10 of 20

Page 11

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

11. Delta-Star Transformation

Delta to Star (Δ ➝ Y)

Given a Delta network with RAB,RBC,RCAR_{AB}, R_{BC}, R_{CA}, the equivalent Star resistors (RA,RB,RCR_A, R_B, R_C) are:

R_A = (R_AB · R_CA) / (R_AB + R_BC + R_CA)
R_B = (R_AB · R_BC) / (R_AB + R_BC + R_CA)
R_C = (R_BC · R_CA) / (R_AB + R_BC + R_CA)

Next — Page 12 — Intro to Network Theorems

11 of 20

Page 12

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

12. Introduction to Network Theorems

While Kirchhoff's laws can solve any circuit, the math becomes extremely tedious (solving 4×44\times4 matrices for 4 meshes). Network theorems provide shortcuts to analyze complex circuits.

The "Big Four" Theorems you must master for exams:

  • Superposition Theorem: Analyzes circuits with multiple sources.
  • Thevenin's Theorem: Replaces a complex circuit with a single voltage source and a series resistor.
  • Norton's Theorem: Replaces a complex circuit with a single current source and a parallel resistor.
  • Maximum Power Transfer: Determines the load required to extract maximum power.

Next — Page 13 — Superposition Theorem

12 of 20

Page 13

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

13. Superposition Theorem

Statement: In any linear, bilateral network containing two or more independent sources, the response (current or voltage) in any branch is equal to the algebraic sum of the responses caused by each independent source acting alone.

How to apply:

  • 1. Select one independent source and turn off all others.
  • 2. Turn off voltage sources by short-circuiting them (V=0).
  • 3. Turn off current sources by open-circuiting them (I=0).
  • 4. Calculate the current/voltage in the desired branch.
  • 5. Repeat for all sources.
  • 6. Algebraically add the results (respecting current directions).

Next — Page 14 — Superposition Example

13 of 20

Page 14

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

14. Superposition Limit & Note

While superposition is incredibly useful for finding voltages and currents, there is a massive trap students fall into regarding Power.

Next — Page 15 — Thevenin's Theorem

14 of 20

Page 15

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

15. Thevenin's Theorem

Statement: Any linear, bilateral two-terminal network can be replaced by an equivalent circuit consisting of a single voltage source (VthV_{th}) in series with a single resistance (RthR_{th}).

Steps to find Thevenin Equivalent:

  • 1. Remove the load resistor (RLR_L) from the circuit terminals A and B.
  • 2. Find VthV_{th}: Calculate the open-circuit voltage across terminals A and B. This is VthV_{th}.
  • 3. Find RthR_{th}: Turn off all independent sources (Short V-sources, Open I-sources). Calculate the equivalent resistance looking back into terminals A and B.
  • 4. Reconnect RLR_L. The load current is IL=Vth/(Rth+RL)I_L = V_{th} / (R_{th} + R_L).

Next — Page 16 — Thevenin Example Focus

15 of 20

Page 16

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

16. Thevenin Example Focus

Finding VthV_{th} is usually the hardest part for students. Once the load is removed, no current flows through the branch containing the open terminals.

Therefore, there is no voltage drop across resistors that are strictly in series with the open terminals. You must use KVL/KCL on the remaining closed loops to find the node voltages, and then write a KVL equation from terminal A to terminal B to find VAB=VthV_{AB} = V_{th}.

Next — Page 17 — Norton's Theorem

16 of 20

Page 17

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

17. Norton's Theorem

Statement: Any linear, bilateral two-terminal network can be replaced by an equivalent circuit consisting of a single current source (INI_N) in parallel with a single resistance (RNR_N).

Steps to find Norton Equivalent:

  • 1. Remove the load resistor (RLR_L) and place a short-circuit wire across terminals A and B.
  • 2. Find INI_N: Calculate the current flowing through this short-circuit wire. This is INI_N (Norton current or Short-circuit current).
  • 3. Find RNR_N: This is identical to RthR_{th}. Turn off sources and find resistance looking into open terminals A and B.
  • 4. Reconnect RLR_L. Using current divider, IL=IN[RN/(RN+RL)]I_L = I_N * [R_N / (R_N + R_L)].

Next — Page 18 — Maximum Power Transfer (Proof)

17 of 20

Page 18

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

18. Maximum Power Transfer Theorem

Statement: A DC voltage source will deliver maximum power to a variable load resistor when the load resistance equals the internal (Thevenin) resistance of the source network (RL=RthR_L = R_{th}).

Mathematical Proof

Power delivered to load: P=I2RL=[Vth/(Rth+RL)]2RLP = I^2 R_L = [V_{th} / (R_{th} + R_L)]^2 R_L

To find maximum power, take derivative with respect to RLR_L and set to zero:

dP/dR_L = [V_{th}² / (R_{th} + R_L)⁴] * [ (R_{th} + R_L)²(1) - R_L(2)(R_{th} + R_L) ] = 0
(R_{th} + R_L) - 2R_L = 0
R_{th} - R_L = 0  ⟹  R_L = R_{th}

Next — Page 19 — Max Power Applications

18 of 20

Page 19

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

19. Max Power Applications

When RL=RthR_L = R_{th}, the power delivered is maximum. What is this maximum power value?

P_max = [V_{th} / (R_{th} + R_{th})]² R_{th}
P_max = (V_{th} / 2R_{th})² R_{th}
P_max = V_{th}² / (4 R_{th})

Efficiency at Max Power

At max power transfer, half the power is consumed by the load, and half is wasted as heat inside the source's internal resistance. Therefore, the efficiency is exactly 50%. This is why it is used in low-power communications (like audio amplifiers matching speaker impedance), but NEVER in power grids (where 50% loss would be disastrous).

Next — Page 20 — Final Revision Checklist

19 of 20

Page 20

Wink Notes

B.Tech CSE — 1st Semester

Basic Electrical Engineering

Unit - 1

20. Final Revision Checklist

Unit 1 Mastery

  • Can you write KVL equations for a 3-mesh circuit?
  • Can you perform Star-to-Delta and Delta-to-Star conversions?
  • State the Superposition theorem and explain how to handle power calculations.
  • Outline the 4 steps to find a Thevenin Equivalent circuit.
  • Prove that maximum power is transferred when RL=RthR_L = R_{th}, and state the efficiency.

20 of 20

Continue in this subject