eolas/Electronics_and_Hardware/Circuits.md

28 lines
1.6 KiB
Markdown
Raw Normal View History

2022-08-29 10:30:04 +01:00
---
categories:
- Electronics
2022-11-08 08:00:05 +00:00
tags: [electricity, electrical-circuits]
2022-08-29 10:30:04 +01:00
---
2022-08-29 11:00:04 +01:00
# Circuits
2022-11-08 08:00:05 +00:00
An electrical circuit is a set of electrical components connected in such a way that current flows in a loop from a voltage source, through the circuit elements and back to the voltage source.
2022-10-24 10:30:04 +01:00
2022-11-08 08:00:05 +00:00
Below is a basic circuit representing a 9-volt [battery]() with a 10,000$\Omega$ [resistor](/Electronics/Resistance.md) attached accross its terminals. Through the application of [Ohm's Law](/Electronics/Physics_of_electricity/Ohms_Law.md) we can determine that the maximum current will be 0.9 miliamps.
2022-10-24 10:30:04 +01:00
![](/img/basic-circuit.png)
2022-10-24 13:00:05 +01:00
## Open and short circuits
2022-10-24 10:30:04 +01:00
2022-11-08 08:00:05 +00:00
A circuit with a break in its loop is called an **open circuit**. When a circuit is open, no current flows. We can induce an open circuit through the use of a switch component that closes and breaks the circuit when invoked.
2022-10-24 10:30:04 +01:00
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.
2022-10-24 13:00:05 +01:00
## Vertical circuit diagrams
2022-11-08 08:00:05 +00:00
Sometimes circuits can be represented in a vertical manner rather than in an actual circuit. This is done to simplify the representation. In this approach current is represented as flowing in a straight line from the voltage source (represented with a circle) to ground.
2022-10-24 13:00:05 +01:00
The circuit below is functionally identical to the previous circuit but represented vertically:
![](/img/vertical-circuit.png)