From dbca7bc4e914370facd2f5cbea4277e7a1efcb30 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 21 Aug 2023 21:41:22 +0700 Subject: i added stuff. --- lessons/fisika/static-electricity/coulomb.html | 112 +++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 lessons/fisika/static-electricity/coulomb.html (limited to 'lessons/fisika/static-electricity/coulomb.html') diff --git a/lessons/fisika/static-electricity/coulomb.html b/lessons/fisika/static-electricity/coulomb.html new file mode 100644 index 0000000..65864b8 --- /dev/null +++ b/lessons/fisika/static-electricity/coulomb.html @@ -0,0 +1,112 @@ + + + + + + + + + + Al Azhar 9th Grade Lesson Notes + + + + + + + + +
+ + +
+
+ + + + +
+
❓ Unchecked by Professionals
+
+ +
+
+

Definition

+

Coulomb's law is a law that explains the releationship between 2 or more electrical charges.

+

This law states that: "The magnitude, or absolute value, of the attractive or repulsive electrostatic force between two point charges is directly proportional to the product of the magnitudes of their charges and inversely proportional to the squared distance between them."[1]

+

Formula

+ F = k Q1 × Q2r2 +

+ where,
+

    +
  • F = Force (Newton)
  • +
  • r = Distance (Metres)
  • +
  • Q1 = Charge 1 (Coulomb)
  • +
  • Q2 = Charge 2 (Coulomb)
  • +
  • K = Constant = 9 × 109 Nm2 / C2
  • +
+

+

Unit Conversions (for Coulomb)

+
    +
  1. n mC (milliCoulomb) = n * 10-3 C
  2. +
  3. n MC (MicroCoulomb) = n * 10-6 C
  4. +
  5. n nC (nanoCoulomb) = n * 10-9 C
  6. +
  7. n Å (Ångström) = n * 1010 C
  8. +
+

Example

+
+

Given:

+

+ r = 30 cm = 0,3 m = 3 × 10-1 m
+ Q1 = 2 MC = 2 × 10-6
+ Q2 = 3 MC = 3 × 10-6
+

+

Solution:

+

+ F = k Q1 × Q2r2
+ + F = 9 × 1092 × 10-6 ‧ 3 × 10-6(3 × 10-1)2 = 9 × 109 ‧ 2 × 10-6 ‧ 3 × 10-69 × 10-2
+ + = 109 ‧ 2 × 10-6 ‧ 3 × 10-610-2 = 10-3 × 610-2
+ + = 6 × 10-1 +

+

References

+
    +
  1. Coulomb, 1785. "Second mémoire sur l'électricité et le magnétisme"
  2. +
+
+
+ + + + + + \ No newline at end of file -- cgit v1.2.3