From 4fcc7b5e37f52e23d24aa7390614ce9824ee20b2 Mon Sep 17 00:00:00 2001 From: ckd2-elford <cosmo2.elford@live.uwe.ac.uk> Date: Tue, 7 Nov 2023 19:33:28 +0000 Subject: [PATCH] Update file README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index f83399a..c0ad806 100644 --- a/README.md +++ b/README.md @@ -167,3 +167,33 @@ while True: <img src="Screenshot 06.10.23_2.png" width="30%"> # Task 5 + +## Ohm's law: +`V = I * R` to calculate Voltage + +``` +Where... +V = Voltage +I = Current +R = Resistance +``` + +*Therefore... if we rearrange Ohms law we can calculate more variables* + +`I = V / R` to calculate Current + +`R = V / I` to calculate Resistance + +### Additionally + +>Ohm’s law states that the voltage (V) across a resistor is proportional to the current (I), where the constant of proportionality is the resistance (R). + +>E.g. If a 200 ohm resistor is attached across the terminals of a 3V battery, then a current of 3 / 200 = 0.015 amps flows through that resistor. + +*Futhermore...* + +> If there are multiple resistors in series, we can reduce the current by the sum of all the resistors together + +`R = R1 + R2 + ... + Rn` + +## \ No newline at end of file -- GitLab