# Thevenin and Norton

### What and why?

Thevenin and Norton methods are used to simplify any linear circuit to make an equivalent circuit with a single voltage source and resistor connected to a load. Thevenin's Theorem is useful in analyzing circuits where one particular load resistor is subject to change.

When we combine resistors in parallel or in series, we don't care about any of the nodes or branches inside the *black box* containing the resistive network. We only care about the two terminals that we keep fixed. The resistive network across these terminals is replaced with a single, *equivalent* resistor.

![](/files/-LnuoYN6E-JV4L250KrY)

Now, using Thevenin and Norton, we are trying to find an equivalent circuit to an initial circuit that not only has resistors, but a variety of other sources as well.

![](/files/-LnuoYN83HJoSmWuqJZ4)

Consider attaching an arbitrary voltage to a Thevenin and Norton circuit:

![](/files/-LnuoYNA2LT3w9wP0Peq)

We can find an expression relating *i* and *v* for both circuits. For Thevenin, Ohm's law gives us:

$$i = \frac{v-V\_{Th}}{R\_{Th}} = \frac{v}{R\_{Th}}-I\_N$$

From Norton, we apply KCL and Ohm's law across $$R\_N$$:

$$i = \frac{v}{R\_N}-I\_N = \frac{v}{R\_{Th}}-I\_N$$

As expected, both circuits give us the same relationship!

## Example: Thevenin Equivalence

Let's try an example, lifted from [All About Circuits](https://www.allaboutcircuits.com/textbook/direct-current/chpt-10/thevenins-theorem/):

Returning to our example circuit from the superposition chapter, let's assume that $$R\_2$$ is a variable resistor. While we could still use superposition or nodal analysis to solve for the voltage difference across $$R\_2$$, we would have to repeat this process every time the value of $$R\_2$$ changed, which is time-consuming and tedious:

![](/files/-LnuoYNCgucgr_cQEnkm)

It would be much simpler to instead replace the rest of the circuit with a Thevenin equivalence, reducing the entire circuit down to a single voltage supply and resistor in series:

![](/files/-LnuoYNEITPtuVJN3q6b)

Let's begin! First, we will replace $$R\_2$$ with an open circuit:

![](/files/-LnuoYNGtwfruQo4NCCT)

Now we can determine the voltage differences throughout the circuit using nodal analysis. We should get the following:

![](/files/-LnuoYNIeb7ySUx5NJ7Z)

> **Understanding checkpoint**: Do you understand how to use the other circuit analysis methods at our disposal to find these values?

Note the $$11.2 V$$ voltage difference across what used to be the load resistor terminals. This value is our $$V\_{th}$$, or $$E\_{Thevenin}$$ in the diagram:

![](/files/-LnuoYNKogyx7cUQB_F5)

Now we just need to find $$R\_{th}$$! We do so by removing the voltage supplies and load resistor from our original circuit:

![](/files/-LnuoYNMHXeAWAThHFQy)

We can see that $$R\_1$$ and $$R\_3$$ are in **parallel** - thus, the equivalent resistance between what used to be the load resistor's terminals is $$R\_{eq} = \frac{1}{\frac{1}{R\_1} + \frac{1}{R\_3}} = 0.8 \Omega$$.

> **Understanding checkpoint**: How do we know $$R\_1$$ and $$R\_3$$ are in parallel?

Substituting $$R\_{eq}$$ for $$R\_{th}$$, we have our completed Thevenin equivalent circuit:

![](/files/-LnuoYNOunAPhh3_cXEJ)

## Example: Norton Equivalence

We will now find the **Norton equivalence** for the same circuit as above:

![](/files/-LnuoYNQjBhWZ1MJiKGG)

Finding the Norton equivalence requires us to reduce the entire circuit down to a single current source and resistor in parallel:

![](/files/-LnuoYNSccBc6xjg-dUD)

Again, we begin by removing $$R\_2$$, our load resistor. This time, we will replace it with a **short circuit**, and repeat our circuit analysis. We should get the following:

![](/files/-LnuoYNUc3fxlz9vkgbM)

The current across the the short circuit becomes our $$I\_{No}$$ in the Norton equivalent circuit:

![](/files/-LnuoYNWUu61YFABaS0q)

Note that in this diagram, the arrow notation of the current source points **opposite** the current flow.

We now find $$R\_{no}$$ in much the same style as we did $$R\_{th}$$:

![](/files/-LnuoYNYvmyzHdXy0SKa)

Giving us our complete Norton equivalent circuit:

![](/files/-LnuoYN_oMU4ZmnRaAmJ)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ee16a.gitbook.io/studee16a/circuits/thevenin-norton-and-superposition-oh-my.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
