Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# ECE 20001 - Kirchhoff's Current Law (KCL)

## Overview

Kirchhoff's Current Law (KCL) is a fundamental principle in electrical engineering that governs the behavior of electrical currents at circuit junctions. It was first introduced by **Gustav Kirchhoff** in 1845 as part of his two circuit laws. KCL is based on the **conservation of electric charge**, stating that the total current entering a junction must equal the total current leaving it.

- **Why it Exists:** KCL was developed to analyze complex electrical circuits systematically. Before Kirchhoff’s laws, circuit analysis relied on simpler methods that were insufficient for multi-loop circuits. KCL addresses the need for a universal approach to current distribution in electrical networks.
- **How We Got Here:** Over time, KCL has been refined and applied in various fields, including power distribution, signal processing, and electronic circuit design. It remains an essential part of electrical engineering, enabling the analysis of circuits with multiple branches and components.
- **Motivation:** Understanding KCL is crucial for designing and troubleshooting electrical circuits. It allows engineers to predict current flow, optimize circuit performance, and ensure the stability of electrical systems in real-world applications such as power grids, communication networks, and integrated circuits.

## Key Concepts & Definitions

- **Node:** A point in a circuit where two or more components are connected.
- **Junction:** A specific type of node where multiple currents meet.
- **Conservation of Charge:** The principle that charge cannot accumulate at a node, leading to the formulation of KCL.
- **Branch:** A path connecting two nodes, carrying electrical current.
- **Loop:** A closed path in a circuit where current can circulate.

## Theory

KCL states that for any electrical junction:

$$
\sum I_{\text{in}} = \sum I_{\text{out}}
$$

Where:
- \( I_{\text{in}} \) represents the currents flowing into the junction.
- \( I_{\text{out}} \) represents the currents flowing out.

This principle ensures that charge is conserved at every node in a circuit. KCL is widely used in **nodal analysis**, a technique for solving circuit equations systematically.

### Subsection 1 - Mathematical Representation

KCL can be expressed mathematically as:

$$
\sum_{k=1}^{n} I_k = 0
$$

where \( I_k \) represents the individual currents at a junction. Currents entering the junction are considered positive, while currents leaving are negative.

### Subsection 2 - Practical Implications

KCL is essential in circuit analysis, particularly in:
- **Resistor Networks:** Determining voltage drops and current distribution.
- **Capacitor and Inductor Circuits:** Ensuring charge conservation in transient analysis.
- **Integrated Circuits:** Designing stable electronic components.

## Application

### Example with Formula

Consider a simple circuit with three branches meeting at a junction:

$$
I_1 + I_2 = I_3
$$

Where:
- \( I_1 \) and \( I_2 \) are incoming currents.
- \( I_3 \) is the outgoing current.

By applying KCL, engineers can determine unknown currents in complex circuits, ensuring proper functionality in electrical systems.

### Real-World Applications

- **Power Distribution Systems:** Ensuring balanced current flow in electrical grids.
- **Electronic Circuit Design:** Calculating correct values for components in microprocessors.
- **Signal Processing:** Analyzing current flow in communication networks.

---