From 81505edfecaea10fab2d68247a7b99645286a54f Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 30 Jul 2023 20:23:36 +0700 Subject: Changed homepage, improved css and added roots, new notes (some not finished yet) --- lessons/fisika/atom/atom.html | 34 ++++++++++++++- lessons/fisika/atom/electron-config.html | 74 ++++++++++++++++++++++++++++++-- 2 files changed, 104 insertions(+), 4 deletions(-) (limited to 'lessons/fisika') diff --git a/lessons/fisika/atom/atom.html b/lessons/fisika/atom/atom.html index bc75271..a15d8dc 100644 --- a/lessons/fisika/atom/atom.html +++ b/lessons/fisika/atom/atom.html @@ -66,14 +66,46 @@ Atomic Mass - Atomic Number = Neutron Number

Examples

- +

Proton: 11
Electron: 11
Neutron: 23 - 11 = 12

+
+ +

+ Proton: 6
+ Electron: 6
+ Neutron: 12 - 6 = 6 +

+

Ions

+ Electron count will be added or subtracted by ion charge.
+ If the ion charge is positive, subtract the electron count.
+ If the ion charge is negative, add the electron count. For example: +
+ +

+ Proton: 6
+ Electron: 6 + 4 = 10
+ Neutron: 12 - 6 = 6 +

+
+
+ +

+ Proton: 6
+ Electron: 6 - 2 = 4
+ Neutron: 24 - 12 = 12 +

+
+ diff --git a/lessons/fisika/atom/electron-config.html b/lessons/fisika/atom/electron-config.html index 02120f8..31111d9 100644 --- a/lessons/fisika/atom/electron-config.html +++ b/lessons/fisika/atom/electron-config.html @@ -48,6 +48,29 @@
+

Sub-Shell and Maximum Electron

+ + + + + + + + + + + + + + + + + + + + + +
Sub-ShellMaximum Electron
s2
p6
d10
f14

How to Read / Order

  1. Start from the top-most arrow
  2. @@ -55,18 +78,63 @@
    1. 1s, 2s, 2p, 3s
    -
  3. Exponent the electron with maximum number of electron until the total of exponents is equals to Atom Number.
  4. -
  5. If the total is more than Atom Number, subtract the the last electron's exponent to make the total equals to the atom number.
  6. +
  7. Exponent the electron with maximum number of sub-shell until the total of exponents is equals to + Atom Number.
  8. +
  9. If the total is more than Atom Number, subtract the the last electron's exponent to make the total + equals to the atom number.

Examples

+
+
+ + 1s2, 2s2, 2p6, 3s2, 3p2 +
+
+ + 1s2, 2s2, 2p6, 3s2, 3p6, + 4s2, 3d10, 4p3 +
+

Electron Configuration Based on Shell

an atom figure with shell labels (Oxygen)

+

Maximum Electron

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ShellMaximum Electron
K2
L8
M18
N32
......

How to Determine Electron Count

-
+
    +
  1. Coming soon!
  2. +

Examples

+ -- cgit v1.2.3