Last Sync: 2022-10-24 13:00:05

This commit is contained in:
tactonbishop 2022-10-24 13:00:05 +01:00
parent a356bc6756
commit 3ae38646b2

View file

@ -12,8 +12,16 @@ Below is a basic circuit representing a 9-volt [battery]() with a 10,000$\Omega$
![](/img/basic-circuit.png) ![](/img/basic-circuit.png)
## Open an short circuits ## Open and short circuits
A circuit with a break in its loop is called an **open circuit**. When a circuit is open, no current flows. A circuit with a break in its loop is called an **open circuit**. When a circuit is open, no current flows.
A **short circuit** is a path in a circuit that allows current to flow with little or no resistance. This is usually unintentional and results in excessive current flowing through the circuit. A short circuit is the opposite to an open circuit. With an open circuit there is an infinite resistance between the two terminals. A **short circuit** is a path in a circuit that allows current to flow with little or no resistance. This is usually unintentional and results in excessive current flowing through the circuit. A short circuit is the opposite to an open circuit. With an open circuit there is an infinite resistance between the two terminals.
## Vertical circuit diagrams
Sometimes circuits can be represented in a vertical manner rather than in an actual circuit. In this approach current is represented as flowing in a straight line from the voltage source (represented with a circle) to ground.
The circuit below is functionally identical to the previous circuit but represented vertically:
![](/img/vertical-circuit.png)