diff --git a/.github/workflows/buildpdf.yml b/.github/workflows/buildpdf.yml index d609b30..aad651c 100644 --- a/.github/workflows/buildpdf.yml +++ b/.github/workflows/buildpdf.yml @@ -167,35 +167,35 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: main_physics.tex - # PHYSICS 1 + # PHYSICS BASIC - name: Compile - EiM uses: xu-cheng/latex-action@v2 with: root_file: Electricity_and_magnetism.tex - working_directory: Physics/1st/Electricity_and_magnetism/ + working_directory: Physics/Basic/Electricity_and_magnetism/ - name: Compile - MiR uses: xu-cheng/latex-action@v2 with: root_file: Mechanics_and_special_relativity.tex - working_directory: Physics/1st/Mechanics_and_special_relativity/ + working_directory: Physics/Basic/Mechanics_and_special_relativity/ # PHYSICS 2 - name: Compile - SMT uses: xu-cheng/latex-action@v2 with: root_file: Structure_of_matter_and_thermodynamics.tex - working_directory: Physics/2nd/Structure_of_matter_and_thermodynamics/ + working_directory: Physics/Basic/Structure_of_matter_and_thermodynamics/ # PHYSICS 3 - name: Compile - QF uses: xu-cheng/latex-action@v2 with: root_file: Quantum_physics.tex - working_directory: Physics/3rd/Quantum_physics/ + working_directory: Physics/Advanced/Quantum_physics/ # PHYSICS 4 - name: Compile - QF uses: xu-cheng/latex-action@v2 with: root_file: Fluid_mechanics.tex - working_directory: Physics/4th/Fluid_mechanics/ + working_directory: Physics/Advanced/Fluid_mechanics/ - name: Create Release id: create_release uses: actions/create-release@v1 @@ -240,9 +240,9 @@ jobs: Mathematics/4th/Real_and_functional_analysis/Real_and_functional_analysis.pdf Mathematics/4th/Stochastic_processes/Stochastic_processes.pdf main_physics.pdf - Physics/1st/Electricity_and_magnetism/Electricity_and_magnetism.pdf - Physics/1st/Mechanics_and_special_relativity/Mechanics_and_special_relativity.pdf - Physics/2nd/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.pdf - Physics/3rd/Quantum_physics/Quantum_physics.pdf - Physics/4th/Fluid_mechanics/Fluid_mechanics.pdf + Physics/Basic/Electricity_and_magnetism/Electricity_and_magnetism.pdf + Physics/Basic/Mechanics_and_special_relativity/Mechanics_and_special_relativity.pdf + Physics/Basic/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.pdf + Physics/Advanced/Quantum_physics/Quantum_physics.pdf + Physics/Advanced/Fluid_mechanics/Fluid_mechanics.pdf github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Physics/4th/Fluid_mechanics/Fluid_mechanics.tex b/Physics/Advanced/Fluid_mechanics/Fluid_mechanics.tex similarity index 100% rename from Physics/4th/Fluid_mechanics/Fluid_mechanics.tex rename to Physics/Advanced/Fluid_mechanics/Fluid_mechanics.tex diff --git a/Physics/4th/Fluid_mechanics/Images/cylinder.svg b/Physics/Advanced/Fluid_mechanics/Images/cylinder.svg similarity index 100% rename from Physics/4th/Fluid_mechanics/Images/cylinder.svg rename to Physics/Advanced/Fluid_mechanics/Images/cylinder.svg diff --git a/Physics/3rd/Quantum_physics/Quantum_physics.tex b/Physics/Advanced/Quantum_physics/Quantum_physics.tex similarity index 100% rename from Physics/3rd/Quantum_physics/Quantum_physics.tex rename to Physics/Advanced/Quantum_physics/Quantum_physics.tex diff --git a/Physics/1st/Chemistry/Chemistry.tex b/Physics/Basic/Chemistry/Chemistry.tex similarity index 100% rename from Physics/1st/Chemistry/Chemistry.tex rename to Physics/Basic/Chemistry/Chemistry.tex diff --git a/Physics/1st/Chemistry/Images/fases.jpg b/Physics/Basic/Chemistry/Images/fases.jpg similarity index 100% rename from Physics/1st/Chemistry/Images/fases.jpg rename to Physics/Basic/Chemistry/Images/fases.jpg diff --git a/Physics/1st/Chemistry/Images/workheat.jpg b/Physics/Basic/Chemistry/Images/workheat.jpg similarity index 100% rename from Physics/1st/Chemistry/Images/workheat.jpg rename to Physics/Basic/Chemistry/Images/workheat.jpg diff --git a/Physics/2nd/Classical_mechanics/Classical_mechanics.tex b/Physics/Basic/Classical_mechanics/Classical_mechanics.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Classical_mechanics.tex rename to Physics/Basic/Classical_mechanics/Classical_mechanics.tex diff --git a/Physics/2nd/Classical_mechanics/Images/LC.pdf b/Physics/Basic/Classical_mechanics/Images/LC.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/LC.pdf rename to Physics/Basic/Classical_mechanics/Images/LC.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/LC.tex b/Physics/Basic/Classical_mechanics/Images/LC.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/LC.tex rename to Physics/Basic/Classical_mechanics/Images/LC.tex diff --git a/Physics/2nd/Classical_mechanics/Images/RLC-genP.pdf b/Physics/Basic/Classical_mechanics/Images/RLC-genP.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/RLC-genP.pdf rename to Physics/Basic/Classical_mechanics/Images/RLC-genP.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/RLC-genP.tex b/Physics/Basic/Classical_mechanics/Images/RLC-genP.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/RLC-genP.tex rename to Physics/Basic/Classical_mechanics/Images/RLC-genP.tex diff --git a/Physics/2nd/Classical_mechanics/Images/RLC-genS.pdf b/Physics/Basic/Classical_mechanics/Images/RLC-genS.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/RLC-genS.pdf rename to Physics/Basic/Classical_mechanics/Images/RLC-genS.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/RLC-genS.tex b/Physics/Basic/Classical_mechanics/Images/RLC-genS.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/RLC-genS.tex rename to Physics/Basic/Classical_mechanics/Images/RLC-genS.tex diff --git a/Physics/2nd/Classical_mechanics/Images/RLC.pdf b/Physics/Basic/Classical_mechanics/Images/RLC.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/RLC.pdf rename to Physics/Basic/Classical_mechanics/Images/RLC.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/RLC.tex b/Physics/Basic/Classical_mechanics/Images/RLC.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/RLC.tex rename to Physics/Basic/Classical_mechanics/Images/RLC.tex diff --git a/Physics/2nd/Classical_mechanics/Images/areal_vel.pdf b/Physics/Basic/Classical_mechanics/Images/areal_vel.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/areal_vel.pdf rename to Physics/Basic/Classical_mechanics/Images/areal_vel.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/areal_vel.tex b/Physics/Basic/Classical_mechanics/Images/areal_vel.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/areal_vel.tex rename to Physics/Basic/Classical_mechanics/Images/areal_vel.tex diff --git a/Physics/2nd/Classical_mechanics/Images/conics.pdf b/Physics/Basic/Classical_mechanics/Images/conics.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/conics.pdf rename to Physics/Basic/Classical_mechanics/Images/conics.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/conics.tex b/Physics/Basic/Classical_mechanics/Images/conics.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/conics.tex rename to Physics/Basic/Classical_mechanics/Images/conics.tex diff --git a/Physics/2nd/Classical_mechanics/Images/ellipse.pdf b/Physics/Basic/Classical_mechanics/Images/ellipse.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/ellipse.pdf rename to Physics/Basic/Classical_mechanics/Images/ellipse.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/ellipse.tex b/Physics/Basic/Classical_mechanics/Images/ellipse.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/ellipse.tex rename to Physics/Basic/Classical_mechanics/Images/ellipse.tex diff --git a/Physics/2nd/Classical_mechanics/Images/hyperbola.pdf b/Physics/Basic/Classical_mechanics/Images/hyperbola.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/hyperbola.pdf rename to Physics/Basic/Classical_mechanics/Images/hyperbola.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/hyperbola.tex b/Physics/Basic/Classical_mechanics/Images/hyperbola.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/hyperbola.tex rename to Physics/Basic/Classical_mechanics/Images/hyperbola.tex diff --git a/Physics/2nd/Classical_mechanics/Images/physical_pendulum.pdf b/Physics/Basic/Classical_mechanics/Images/physical_pendulum.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/physical_pendulum.pdf rename to Physics/Basic/Classical_mechanics/Images/physical_pendulum.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/physical_pendulum.tex b/Physics/Basic/Classical_mechanics/Images/physical_pendulum.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/physical_pendulum.tex rename to Physics/Basic/Classical_mechanics/Images/physical_pendulum.tex diff --git a/Physics/2nd/Classical_mechanics/Images/ress_amplitude.pdf b/Physics/Basic/Classical_mechanics/Images/ress_amplitude.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/ress_amplitude.pdf rename to Physics/Basic/Classical_mechanics/Images/ress_amplitude.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/ress_amplitude.tex b/Physics/Basic/Classical_mechanics/Images/ress_amplitude.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/ress_amplitude.tex rename to Physics/Basic/Classical_mechanics/Images/ress_amplitude.tex diff --git a/Physics/2nd/Classical_mechanics/Images/ress_energy.pdf b/Physics/Basic/Classical_mechanics/Images/ress_energy.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/ress_energy.pdf rename to Physics/Basic/Classical_mechanics/Images/ress_energy.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/ress_energy.tex b/Physics/Basic/Classical_mechanics/Images/ress_energy.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/ress_energy.tex rename to Physics/Basic/Classical_mechanics/Images/ress_energy.tex diff --git a/Physics/2nd/Classical_mechanics/Images/simple_pendulum.pdf b/Physics/Basic/Classical_mechanics/Images/simple_pendulum.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/simple_pendulum.pdf rename to Physics/Basic/Classical_mechanics/Images/simple_pendulum.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/simple_pendulum.tex b/Physics/Basic/Classical_mechanics/Images/simple_pendulum.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/simple_pendulum.tex rename to Physics/Basic/Classical_mechanics/Images/simple_pendulum.tex diff --git a/Physics/2nd/Classical_mechanics/Images/spring.pdf b/Physics/Basic/Classical_mechanics/Images/spring.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/spring.pdf rename to Physics/Basic/Classical_mechanics/Images/spring.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/spring.tex b/Physics/Basic/Classical_mechanics/Images/spring.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/spring.tex rename to Physics/Basic/Classical_mechanics/Images/spring.tex diff --git a/Physics/2nd/Classical_mechanics/Images/springs.pdf b/Physics/Basic/Classical_mechanics/Images/springs.pdf similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/springs.pdf rename to Physics/Basic/Classical_mechanics/Images/springs.pdf diff --git a/Physics/2nd/Classical_mechanics/Images/springs.tex b/Physics/Basic/Classical_mechanics/Images/springs.tex similarity index 100% rename from Physics/2nd/Classical_mechanics/Images/springs.tex rename to Physics/Basic/Classical_mechanics/Images/springs.tex diff --git a/Physics/1st/Electricity_and_magnetism/Electricity_and_magnetism.tex b/Physics/Basic/Electricity_and_magnetism/Electricity_and_magnetism.tex similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Electricity_and_magnetism.tex rename to Physics/Basic/Electricity_and_magnetism/Electricity_and_magnetism.tex diff --git a/Physics/1st/Electricity_and_magnetism/Images/dipole.pdf b/Physics/Basic/Electricity_and_magnetism/Images/dipole.pdf similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/dipole.pdf rename to Physics/Basic/Electricity_and_magnetism/Images/dipole.pdf diff --git a/Physics/1st/Electricity_and_magnetism/Images/dipole.tex b/Physics/Basic/Electricity_and_magnetism/Images/dipole.tex similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/dipole.tex rename to Physics/Basic/Electricity_and_magnetism/Images/dipole.tex diff --git a/Physics/1st/Electricity_and_magnetism/Images/finite_wire.pdf b/Physics/Basic/Electricity_and_magnetism/Images/finite_wire.pdf similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/finite_wire.pdf rename to Physics/Basic/Electricity_and_magnetism/Images/finite_wire.pdf diff --git a/Physics/1st/Electricity_and_magnetism/Images/finite_wire.tex b/Physics/Basic/Electricity_and_magnetism/Images/finite_wire.tex similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/finite_wire.tex rename to Physics/Basic/Electricity_and_magnetism/Images/finite_wire.tex diff --git a/Physics/1st/Electricity_and_magnetism/Images/hall_effect.pdf b/Physics/Basic/Electricity_and_magnetism/Images/hall_effect.pdf similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/hall_effect.pdf rename to Physics/Basic/Electricity_and_magnetism/Images/hall_effect.pdf diff --git a/Physics/1st/Electricity_and_magnetism/Images/hall_effect.tex b/Physics/Basic/Electricity_and_magnetism/Images/hall_effect.tex similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/hall_effect.tex rename to Physics/Basic/Electricity_and_magnetism/Images/hall_effect.tex diff --git a/Physics/1st/Electricity_and_magnetism/Images/solenoid.pdf b/Physics/Basic/Electricity_and_magnetism/Images/solenoid.pdf similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/solenoid.pdf rename to Physics/Basic/Electricity_and_magnetism/Images/solenoid.pdf diff --git a/Physics/1st/Electricity_and_magnetism/Images/solenoid.tex b/Physics/Basic/Electricity_and_magnetism/Images/solenoid.tex similarity index 100% rename from Physics/1st/Electricity_and_magnetism/Images/solenoid.tex rename to Physics/Basic/Electricity_and_magnetism/Images/solenoid.tex diff --git a/Physics/2nd/Electromagnetism/Electromagnetism.tex b/Physics/Basic/Electromagnetism/Electromagnetism.tex similarity index 100% rename from Physics/2nd/Electromagnetism/Electromagnetism.tex rename to Physics/Basic/Electromagnetism/Electromagnetism.tex diff --git a/Physics/2nd/Electromagnetism/Images/method_images.pdf b/Physics/Basic/Electromagnetism/Images/method_images.pdf similarity index 100% rename from Physics/2nd/Electromagnetism/Images/method_images.pdf rename to Physics/Basic/Electromagnetism/Images/method_images.pdf diff --git a/Physics/2nd/Electromagnetism/Images/method_images.tex b/Physics/Basic/Electromagnetism/Images/method_images.tex similarity index 100% rename from Physics/2nd/Electromagnetism/Images/method_images.tex rename to Physics/Basic/Electromagnetism/Images/method_images.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/compton.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/compton.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/compton.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/compton.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/compton.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/compton.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/compton.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/compton.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/doppler.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/doppler.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/doppler.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/doppler.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/doppler.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/doppler.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/doppler.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/doppler.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/elastic_force.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/elastic_force.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/elastic_force.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/elastic_force.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/elastic_force.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/elastic_force.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/elastic_force.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/elastic_force.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/inertial_force.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/inertial_force.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/inertial_force.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/inertial_force.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/inertial_force.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/inertial_force.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/inertial_force.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/inertial_force.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/laminar_turbulent.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/laminar_turbulent.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/laminar_turbulent.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/laminar_turbulent.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/laminar_turbulent.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/laminar_turbulent.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/laminar_turbulent.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/laminar_turbulent.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/minkowski.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/minkowski.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/minkowski.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/minkowski.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/minkowski.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/minkowski.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/minkowski.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/minkowski.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/projectile.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/projectile.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/projectile.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/projectile.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/projectile.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/projectile.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/projectile.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/projectile.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/viscous_force.pdf b/Physics/Basic/Mechanics_and_special_relativity/Images/viscous_force.pdf similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/viscous_force.pdf rename to Physics/Basic/Mechanics_and_special_relativity/Images/viscous_force.pdf diff --git a/Physics/1st/Mechanics_and_special_relativity/Images/viscous_force.tex b/Physics/Basic/Mechanics_and_special_relativity/Images/viscous_force.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Images/viscous_force.tex rename to Physics/Basic/Mechanics_and_special_relativity/Images/viscous_force.tex diff --git a/Physics/1st/Mechanics_and_special_relativity/Mechanics_and_special_relativity.tex b/Physics/Basic/Mechanics_and_special_relativity/Mechanics_and_special_relativity.tex similarity index 100% rename from Physics/1st/Mechanics_and_special_relativity/Mechanics_and_special_relativity.tex rename to Physics/Basic/Mechanics_and_special_relativity/Mechanics_and_special_relativity.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/Binding_energy.png b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/Binding_energy.png similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/Binding_energy.png rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/Binding_energy.png diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/band_theory.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/band_theory.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/band_theory.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/band_theory.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/band_theory.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/band_theory.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/band_theory.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/band_theory.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/bwr.jpg b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/bwr.jpg similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/bwr.jpg rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/bwr.jpg diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/carnot.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/carnot.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/carnot.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/carnot.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/carnot.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/carnot.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/carnot.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/carnot.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/decay_chain.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/decay_chain.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/decay_chain.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/decay_chain.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/decay_chain.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/decay_chain.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/decay_chain.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/decay_chain.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_meta.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_neutr.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_stab.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/equilibrium_unstab.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/fermi.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/fermi.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/fermi.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/fermi.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/fermi.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/fermi.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/fermi.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/fermi.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_engine.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_engine.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_engine.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_engine.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_engine.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_engine.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_engine.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_engine.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_pump.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_pump.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_pump.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_pump.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_pump.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_pump.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/heat_pump.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/heat_pump.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/pwr.jpg b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/pwr.jpg similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/pwr.jpg rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/pwr.jpg diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/standard_model.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/standard_model.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/standard_model.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/standard_model.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/standard_model.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/standard_model.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/standard_model.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/standard_model.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/thorium_series.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/thorium_series.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/thorium_series.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/thorium_series.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/thorium_series.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/thorium_series.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/thorium_series.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/thorium_series.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.pdf b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.pdf similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.pdf rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.pdf diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Images/ultraviolet_catastrophe.tex diff --git a/Physics/2nd/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.tex b/Physics/Basic/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.tex similarity index 100% rename from Physics/2nd/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.tex rename to Physics/Basic/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.tex diff --git a/Physics/1st/Waves_and_optics/Waves_and_optics.tex b/Physics/Basic/Waves_and_optics/Waves_and_optics.tex similarity index 100% rename from Physics/1st/Waves_and_optics/Waves_and_optics.tex rename to Physics/Basic/Waves_and_optics/Waves_and_optics.tex diff --git a/main_physics.idx b/main_physics.idx index f1310ba..2309f8a 100644 --- a/main_physics.idx +++ b/main_physics.idx @@ -158,305 +158,333 @@ \indexentry{Drag forces|hyperpage}{18} \indexentry{Terminal velocity|hyperpage}{18} \indexentry{Reynolds number|hyperpage}{18} -\indexentry{Molecular pressure|hyperpage}{20} -\indexentry{Molecular kinetic energy|hyperpage}{20} -\indexentry{Molecular velocities|hyperpage}{20} -\indexentry{mean-square speed|hyperpage}{20} -\indexentry{root-mean-square speed|hyperpage}{20} -\indexentry{Boltzmann distribution|hyperpage}{20} -\indexentry{Boltzmann factor|hyperpage}{20} -\indexentry{Maxwell-Boltzmann distribution|hyperpage}{20} -\indexentry{Distribution of molecular velocities|hyperpage}{20} -\indexentry{Heat capacity|hyperpage}{20} -\indexentry{Specific heat|hyperpage}{20} -\indexentry{Molar heat capacity|hyperpage}{20} -\indexentry{adiabatic index|hyperpage}{21} -\indexentry{Internal energy|hyperpage}{21} -\indexentry{Mayer's relation|hyperpage}{21} -\indexentry{Heat capacities in gases|hyperpage}{21} -\indexentry{Equipartition theorem|hyperpage}{21} -\indexentry{Equipartition theorem on diatomic molecules|hyperpage}{21} -\indexentry{Dulong-Petit law|hyperpage}{21} -\indexentry{Thermal radiation|hyperpage}{21} -\indexentry{Thermal radiation|hyperpage}{21} -\indexentry{Black body|hyperpage}{21} -\indexentry{black body|hyperpage}{21} -\indexentry{Stefan-Boltzmann law|hyperpage}{21} -\indexentry{radiance|hyperpage}{21} -\indexentry{Wien's displacement law|hyperpage}{21} -\indexentry{spectral radiance|hyperpage}{21} -\indexentry{Wien's displacement constant|hyperpage}{21} -\indexentry{Rayleigh-Jeans law|hyperpage}{21} -\indexentry{Rayleigh-Jeans law|hyperpage}{21} -\indexentry{ultraviolet catastrophe|hyperpage}{21} -\indexentry{Planck's law|hyperpage}{22} -\indexentry{Photoelectric effect|hyperpage}{22} -\indexentry{photoelectric effect|hyperpage}{22} -\indexentry{photoelectrons|hyperpage}{22} -\indexentry{threshold frequency|hyperpage}{22} -\indexentry{Stopping potential|hyperpage}{22} -\indexentry{Planck-Einstein relation|hyperpage}{22} -\indexentry{De Broglie relation|hyperpage}{22} -\indexentry{Light|hyperpage}{22} -\indexentry{Compton scattering|hyperpage}{22} -\indexentry{compton scattering|hyperpage}{22} -\indexentry{Bohr's complementary principle|hyperpage}{22} -\indexentry{Wavelenth of a particle|hyperpage}{22} -\indexentry{Heisenberg's uncertainty principle|hyperpage}{22} -\indexentry{Schrödinger equation|hyperpage}{23} -\indexentry{wave function|hyperpage}{23} -\indexentry{Schrödinger equation|hyperpage}{23} -\indexentry{Properties of Schrödinger equation|hyperpage}{23} -\indexentry{Probability density|hyperpage}{23} -\indexentry{Normalization condition|hyperpage}{23} -\indexentry{Expectation value|hyperpage}{23} -\indexentry{Time-independent Schrödinger equation|hyperpage}{23} -\indexentry{time-independent Schrödinger equation|hyperpage}{23} -\indexentry{Particle in a box-1D|hyperpage}{23} -\indexentry{quantum number|hyperpage}{23} -\indexentry{Particle in a box-3D|hyperpage}{23} -\indexentry{degenerate|hyperpage}{23} -\indexentry{Bohr's correspondence principle|hyperpage}{23} -\indexentry{Bohr model|hyperpage}{24} -\indexentry{Radii of Bohr orbits|hyperpage}{24} -\indexentry{first Bohr radius|hyperpage}{24} -\indexentry{Energy levels|hyperpage}{24} -\indexentry{Rydberg-Ritz law|hyperpage}{24} -\indexentry{Rydberg constant|hyperpage}{24} -\indexentry{Quantum numbers in spherical coordinates|hyperpage}{24} -\indexentry{Principal quantum number|hyperpage}{24} -\indexentry{Orbital quantum number|hyperpage}{24} -\indexentry{Magnetic quantum number|hyperpage}{24} -\indexentry{Spin|hyperpage}{24} -\indexentry{intrinsic orbital angular momentum|hyperpage}{24} -\indexentry{spin|hyperpage}{24} -\indexentry{spin quantum number|hyperpage}{24} -\indexentry{Schrödinger equation|hyperpage}{25} -\indexentry{Fermions|hyperpage}{25} -\indexentry{fermion|hyperpage}{25} -\indexentry{Boson|hyperpage}{25} -\indexentry{boson|hyperpage}{25} -\indexentry{Pauli exclusion principle|hyperpage}{25} -\indexentry{Symmetry of the wave function|hyperpage}{25} -\indexentry{Atom|hyperpage}{25} -\indexentry{atomic number|hyperpage}{25} -\indexentry{mass number|hyperpage}{25} -\indexentry{isotopes|hyperpage}{25} -\indexentry{isobars|hyperpage}{25} -\indexentry{isotones|hyperpage}{25} -\indexentry{isomers|hyperpage}{25} -\indexentry{Radii of nucleus|hyperpage}{25} -\indexentry{Nucleus mass|hyperpage}{25} -\indexentry{binding energy|hyperpage}{25} -\indexentry{electron binding energy|hyperpage}{25} -\indexentry{mass defect|hyperpage}{25} -\indexentry{Semi-empirical mass formula|hyperpage}{25} -\indexentry{Q value|hyperpage}{26} -\indexentry{$Q$ value|hyperpage}{26} -\indexentry{$\alpha $-decay|hyperpage}{26} -\indexentry{$\beta $-decay|hyperpage}{26} -\indexentry{$\beta ^-$ decay|hyperpage}{26} -\indexentry{$\beta ^+$ decay|hyperpage}{26} -\indexentry{Electron capture|hyperpage}{26} -\indexentry{$\gamma $-decay|hyperpage}{26} -\indexentry{Radioactive activity|hyperpage}{26} -\indexentry{radioactive activity|hyperpage}{26} -\indexentry{decay constant|hyperpage}{26} -\indexentry{Half-time|hyperpage}{26} -\indexentry{half-time|hyperpage}{26} -\indexentry{Thorium series|hyperpage}{27} -\indexentry{Decay chain|hyperpage}{27} -\indexentry{Secular equilibrium|hyperpage}{27} -\indexentry{Transient equilibrium|hyperpage}{27} -\indexentry{Nuclear reactions|hyperpage}{27} -\indexentry{Exothermic reaction|hyperpage}{27} -\indexentry{Endothermic reaction|hyperpage}{27} -\indexentry{Nuclear fission|hyperpage}{27} -\indexentry{Nuclear fission|hyperpage}{27} -\indexentry{reproduction factor|hyperpage}{27} -\indexentry{Nuclear reactors|hyperpage}{27} -\indexentry{Boiling Water Reactor|hyperpage}{27} -\indexentry{Pressurized Water Reactor|hyperpage}{27} -\indexentry{control roads|hyperpage}{27} -\indexentry{Nuclear fusion|hyperpage}{28} -\indexentry{Nuclear fusion|hyperpage}{28} -\indexentry{Elementary particles|hyperpage}{28} -\indexentry{Antimatter|hyperpage}{28} -\indexentry{antiparticle|hyperpage}{28} -\indexentry{Quark|hyperpage}{28} -\indexentry{quark|hyperpage}{28} -\indexentry{flavors|hyperpage}{28} -\indexentry{up|hyperpage}{28} -\indexentry{down|hyperpage}{28} -\indexentry{charm|hyperpage}{28} -\indexentry{strange|hyperpage}{28} -\indexentry{top|hyperpage}{28} -\indexentry{bottom|hyperpage}{28} -\indexentry{Lepton|hyperpage}{28} -\indexentry{lepton|hyperpage}{28} -\indexentry{flavors|hyperpage}{28} -\indexentry{electron|hyperpage}{28} -\indexentry{electron neutrino|hyperpage}{28} -\indexentry{muon|hyperpage}{28} -\indexentry{muon neutrino|hyperpage}{28} -\indexentry{tau|hyperpage}{28} -\indexentry{tau neutrino|hyperpage}{28} -\indexentry{Lepton number|hyperpage}{28} -\indexentry{Lepton number|hyperpage}{28} -\indexentry{lepton family numbers|hyperpage}{28} -\indexentry{Electron number|hyperpage}{28} -\indexentry{Muon number|hyperpage}{28} -\indexentry{Tau number|hyperpage}{28} -\indexentry{Hadron|hyperpage}{28} -\indexentry{hadron|hyperpage}{28} -\indexentry{Color charge|hyperpage}{28} -\indexentry{color charge|hyperpage}{28} -\indexentry{red|hyperpage}{28} -\indexentry{green|hyperpage}{28} -\indexentry{blue|hyperpage}{28} -\indexentry{antired|hyperpage}{28} -\indexentry{antigreen|hyperpage}{28} -\indexentry{antiblue|hyperpage}{28} -\indexentry{white|hyperpage}{28} -\indexentry{Fundamental interactions|hyperpage}{28} -\indexentry{color confinement|hyperpage}{28} -\indexentry{Grand Unified Theory|hyperpage}{29} -\indexentry{electroweak theory|hyperpage}{29} -\indexentry{Grand Unified Theory|hyperpage}{29} -\indexentry{crystalline|hyperpage}{29} -\indexentry{amorphous|hyperpage}{29} -\indexentry{Classical interpretation of resistivity|hyperpage}{29} -\indexentry{Quantum interpretation of resistivity|hyperpage}{29} -\indexentry{fermi gas|hyperpage}{29} -\indexentry{Fermi energy|hyperpage}{29} -\indexentry{Fermi factor|hyperpage}{29} -\indexentry{Band Theory of Solids|hyperpage}{29} -\indexentry{valence band|hyperpage}{29} -\indexentry{VB|hyperpage}{29} -\indexentry{conduction band|hyperpage}{29} -\indexentry{CB|hyperpage}{29} -\indexentry{Heat|hyperpage}{30} -\indexentry{heat|hyperpage}{30} -\indexentry{conduction|hyperpage}{30} -\indexentry{convection|hyperpage}{30} -\indexentry{radiation|hyperpage}{30} -\indexentry{Conduction|hyperpage}{30} -\indexentry{Thermal conduction|hyperpage}{30} -\indexentry{Fourier's law|hyperpage}{30} -\indexentry{thermal conductivity|hyperpage}{30} -\indexentry{Heat equation|hyperpage}{30} -\indexentry{thermal diffusivity|hyperpage}{30} -\indexentry{Fick's law|hyperpage}{30} -\indexentry{Diffusion equation|hyperpage}{30} -\indexentry{Convection|hyperpage}{30} -\indexentry{Thermal convection|hyperpage}{30} -\indexentry{Newton's law of cooling|hyperpage}{30} -\indexentry{heat transfer coefficient|hyperpage}{30} -\indexentry{Radiation|hyperpage}{31} -\indexentry{Thermal radiation|hyperpage}{31} -\indexentry{Thermodynamic system|hyperpage}{31} -\indexentry{thermodynamic system|hyperpage}{31} -\indexentry{Open system|hyperpage}{31} -\indexentry{Closed system|hyperpage}{31} -\indexentry{Isolated system|hyperpage}{31} -\indexentry{state variables|hyperpage}{31} -\indexentry{Extensive|hyperpage}{31} -\indexentry{Intensive|hyperpage}{31} -\indexentry{specific variables|hyperpage}{31} -\indexentry{mechanical equilibrium|hyperpage}{31} -\indexentry{thermal equilibrium|hyperpage}{31} -\indexentry{chemical equilibrium|hyperpage}{31} -\indexentry{thermodynamical equilibrium|hyperpage}{31} -\indexentry{Stable|hyperpage}{31} -\indexentry{Unstable|hyperpage}{31} -\indexentry{Metastable|hyperpage}{31} -\indexentry{Neutral|hyperpage}{31} -\indexentry{Thermodynamic process|hyperpage}{31} -\indexentry{thermodynamic process|hyperpage}{31} -\indexentry{Quasi-static process|hyperpage}{31} -\indexentry{Reversible process|hyperpage}{31} -\indexentry{Irreversible process|hyperpage}{31} -\indexentry{Non-quasi-static process|hyperpage}{31} -\indexentry{thermal contact|hyperpage}{31} -\indexentry{Zeroth law of thermodynamics|hyperpage}{31} -\indexentry{empirical temperature|hyperpage}{31} -\indexentry{Thermal expansion|hyperpage}{32} -\indexentry{volumetric coefficient of thermal expansion|hyperpage}{32} -\indexentry{Compressibility|hyperpage}{32} -\indexentry{Isothermal compressibility|hyperpage}{32} -\indexentry{Thermal pressure|hyperpage}{32} -\indexentry{thermal pressure coefficient|hyperpage}{32} -\indexentry{Sign convention of work|hyperpage}{32} -\indexentry{First law of thermodynamics in isolated systems|hyperpage}{32} -\indexentry{internal energy|hyperpage}{32} -\indexentry{First law of thermodynamics in closed systems|hyperpage}{32} -\indexentry{heat supplied to the system|hyperpage}{32} -\indexentry{Sign convention of heat|hyperpage}{32} -\indexentry{Latent heat|hyperpage}{32} -\indexentry{Enthalpy|hyperpage}{32} -\indexentry{enthalpy|hyperpage}{32} -\indexentry{Reversible adiabatic equation for an ideal gas|hyperpage}{33} -\indexentry{Second law of thermodynamics|hyperpage}{33} -\indexentry{heat engine|hyperpage}{33} -\indexentry{refrigerator engine|hyperpage}{33} -\indexentry{heat pump|hyperpage}{33} -\indexentry{Carnot cylce|hyperpage}{33} -\indexentry{Carnot cycle|hyperpage}{33} -\indexentry{Carnot's theorem|hyperpage}{33} -\indexentry{Clausius theorem|hyperpage}{34} -\indexentry{Entropy|hyperpage}{34} -\indexentry{entropy|hyperpage}{34} -\indexentry{Second law of thermodynamics in terms of entropy|hyperpage}{34} -\indexentry{Helmholtz free energy|hyperpage}{34} -\indexentry{Gibbs free energy|hyperpage}{34} -\indexentry{Gibbs equation|hyperpage}{34} -\indexentry{Ket|hyperpage}{36} -\indexentry{Hilbert space|hyperpage}{36} -\indexentry{kets|hyperpage}{36} -\indexentry{Bra|hyperpage}{36} -\indexentry{bra|hyperpage}{36} -\indexentry{bracket|hyperpage}{36} -\indexentry{normalized|hyperpage}{36} -\indexentry{orthogonal|hyperpage}{36} -\indexentry{outer product|hyperpage}{36} -\indexentry{linear operator|hyperpage}{36} -\indexentry{adjoint|hyperpage}{36} -\indexentry{daga|hyperpage}{36} -\indexentry{trace|hyperpage}{36} -\indexentry{quantum states|hyperpage}{36} -\indexentry{Hermitian|hyperpage}{37} -\indexentry{self-adjoint|hyperpage}{37} -\indexentry{normal|hyperpage}{37} -\indexentry{degenerate|hyperpage}{37} -\indexentry{spectral decomposition|hyperpage}{37} -\indexentry{Commutator|hyperpage}{37} -\indexentry{commutator|hyperpage}{37} -\indexentry{Anticommutator|hyperpage}{37} -\indexentry{commutator|hyperpage}{37} -\indexentry{compatible|hyperpage}{37} -\indexentry{unitary|hyperpage}{37} -\indexentry{Postulate I|hyperpage}{37} -\indexentry{state vector|hyperpage}{37} -\indexentry{state space|hyperpage}{37} -\indexentry{superposition|hyperpage}{37} -\indexentry{ray|hyperpage}{37} -\indexentry{Postulate II|hyperpage}{37} -\indexentry{observable|hyperpage}{37} -\indexentry{Postulate III (Non-degenerated)|hyperpage}{37} -\indexentry{Postulate III|hyperpage}{37} -\indexentry{Postulate IV|hyperpage}{37} -\indexentry{Postulate V|hyperpage}{38} -\indexentry{Schrödinger equation|hyperpage}{38} -\indexentry{Hamiltonian|hyperpage}{38} -\indexentry{stationary states|hyperpage}{38} -\indexentry{Robertson inequality|hyperpage}{38} -\indexentry{Heisenberg uncertainty principle|hyperpage}{38} -\indexentry{Ehrenfest theorem|hyperpage}{38} -\indexentry{Complete set of commuting observables|hyperpage}{38} -\indexentry{Stern-Gerlach|hyperpage}{38} -\indexentry{gyromagnetic ratio|hyperpage}{38} -\indexentry{Levi-Civita symbol|hyperpage}{38} -\indexentry{Pauli matrices|hyperpage}{38} -\indexentry{Bloch sphere|hyperpage}{38} -\indexentry{qubit|hyperpage}{38} -\indexentry{Bohr magneton|hyperpage}{38} +\indexentry{Molecular pressure|hyperpage}{19} +\indexentry{Molecular kinetic energy|hyperpage}{19} +\indexentry{Molecular velocities|hyperpage}{19} +\indexentry{mean-square speed|hyperpage}{19} +\indexentry{root-mean-square speed|hyperpage}{19} +\indexentry{Boltzmann distribution|hyperpage}{19} +\indexentry{Boltzmann factor|hyperpage}{19} +\indexentry{Maxwell-Boltzmann distribution|hyperpage}{19} +\indexentry{Distribution of molecular velocities|hyperpage}{19} +\indexentry{Heat capacity|hyperpage}{19} +\indexentry{Specific heat|hyperpage}{19} +\indexentry{Molar heat capacity|hyperpage}{19} +\indexentry{adiabatic index|hyperpage}{20} +\indexentry{Internal energy|hyperpage}{20} +\indexentry{Mayer's relation|hyperpage}{20} +\indexentry{Heat capacities in gases|hyperpage}{20} +\indexentry{Equipartition theorem|hyperpage}{20} +\indexentry{Equipartition theorem on diatomic molecules|hyperpage}{20} +\indexentry{Dulong-Petit law|hyperpage}{20} +\indexentry{Thermal radiation|hyperpage}{20} +\indexentry{Thermal radiation|hyperpage}{20} +\indexentry{Black body|hyperpage}{20} +\indexentry{black body|hyperpage}{20} +\indexentry{Stefan-Boltzmann law|hyperpage}{20} +\indexentry{radiance|hyperpage}{20} +\indexentry{Wien's displacement law|hyperpage}{20} +\indexentry{spectral radiance|hyperpage}{20} +\indexentry{Wien's displacement constant|hyperpage}{20} +\indexentry{Rayleigh-Jeans law|hyperpage}{20} +\indexentry{Rayleigh-Jeans law|hyperpage}{20} +\indexentry{ultraviolet catastrophe|hyperpage}{20} +\indexentry{Planck's law|hyperpage}{21} +\indexentry{Photoelectric effect|hyperpage}{21} +\indexentry{photoelectric effect|hyperpage}{21} +\indexentry{photoelectrons|hyperpage}{21} +\indexentry{threshold frequency|hyperpage}{21} +\indexentry{Stopping potential|hyperpage}{21} +\indexentry{Planck-Einstein relation|hyperpage}{21} +\indexentry{De Broglie relation|hyperpage}{21} +\indexentry{Light|hyperpage}{21} +\indexentry{Compton scattering|hyperpage}{21} +\indexentry{compton scattering|hyperpage}{21} +\indexentry{Bohr's complementary principle|hyperpage}{21} +\indexentry{Wavelenth of a particle|hyperpage}{21} +\indexentry{Heisenberg's uncertainty principle|hyperpage}{21} +\indexentry{Schrödinger equation|hyperpage}{22} +\indexentry{wave function|hyperpage}{22} +\indexentry{Schrödinger equation|hyperpage}{22} +\indexentry{Properties of Schrödinger equation|hyperpage}{22} +\indexentry{Probability density|hyperpage}{22} +\indexentry{Normalization condition|hyperpage}{22} +\indexentry{Expectation value|hyperpage}{22} +\indexentry{Time-independent Schrödinger equation|hyperpage}{22} +\indexentry{time-independent Schrödinger equation|hyperpage}{22} +\indexentry{Particle in a box-1D|hyperpage}{22} +\indexentry{quantum number|hyperpage}{22} +\indexentry{Particle in a box-3D|hyperpage}{22} +\indexentry{degenerate|hyperpage}{22} +\indexentry{Bohr's correspondence principle|hyperpage}{22} +\indexentry{Bohr model|hyperpage}{23} +\indexentry{Radii of Bohr orbits|hyperpage}{23} +\indexentry{first Bohr radius|hyperpage}{23} +\indexentry{Energy levels|hyperpage}{23} +\indexentry{Rydberg-Ritz law|hyperpage}{23} +\indexentry{Rydberg constant|hyperpage}{23} +\indexentry{Quantum numbers in spherical coordinates|hyperpage}{23} +\indexentry{Principal quantum number|hyperpage}{23} +\indexentry{Orbital quantum number|hyperpage}{23} +\indexentry{Magnetic quantum number|hyperpage}{23} +\indexentry{Spin|hyperpage}{23} +\indexentry{intrinsic orbital angular momentum|hyperpage}{23} +\indexentry{spin|hyperpage}{23} +\indexentry{spin quantum number|hyperpage}{23} +\indexentry{Schrödinger equation|hyperpage}{24} +\indexentry{Fermions|hyperpage}{24} +\indexentry{fermion|hyperpage}{24} +\indexentry{Boson|hyperpage}{24} +\indexentry{boson|hyperpage}{24} +\indexentry{Pauli exclusion principle|hyperpage}{24} +\indexentry{Symmetry of the wave function|hyperpage}{24} +\indexentry{Atom|hyperpage}{24} +\indexentry{atomic number|hyperpage}{24} +\indexentry{mass number|hyperpage}{24} +\indexentry{isotopes|hyperpage}{24} +\indexentry{isobars|hyperpage}{24} +\indexentry{isotones|hyperpage}{24} +\indexentry{isomers|hyperpage}{24} +\indexentry{Radii of nucleus|hyperpage}{24} +\indexentry{Nucleus mass|hyperpage}{24} +\indexentry{binding energy|hyperpage}{24} +\indexentry{electron binding energy|hyperpage}{24} +\indexentry{mass defect|hyperpage}{24} +\indexentry{Semi-empirical mass formula|hyperpage}{24} +\indexentry{Q value|hyperpage}{25} +\indexentry{$Q$ value|hyperpage}{25} +\indexentry{$\alpha $-decay|hyperpage}{25} +\indexentry{$\beta $-decay|hyperpage}{25} +\indexentry{$\beta ^-$ decay|hyperpage}{25} +\indexentry{$\beta ^+$ decay|hyperpage}{25} +\indexentry{Electron capture|hyperpage}{25} +\indexentry{$\gamma $-decay|hyperpage}{25} +\indexentry{Radioactive activity|hyperpage}{25} +\indexentry{radioactive activity|hyperpage}{25} +\indexentry{decay constant|hyperpage}{25} +\indexentry{Half-time|hyperpage}{25} +\indexentry{half-time|hyperpage}{25} +\indexentry{Thorium series|hyperpage}{26} +\indexentry{Decay chain|hyperpage}{26} +\indexentry{Secular equilibrium|hyperpage}{26} +\indexentry{Transient equilibrium|hyperpage}{26} +\indexentry{Nuclear reactions|hyperpage}{26} +\indexentry{Exothermic reaction|hyperpage}{26} +\indexentry{Endothermic reaction|hyperpage}{26} +\indexentry{Nuclear fission|hyperpage}{26} +\indexentry{Nuclear fission|hyperpage}{26} +\indexentry{reproduction factor|hyperpage}{26} +\indexentry{Nuclear reactors|hyperpage}{26} +\indexentry{Boiling Water Reactor|hyperpage}{26} +\indexentry{Pressurized Water Reactor|hyperpage}{26} +\indexentry{control roads|hyperpage}{26} +\indexentry{Nuclear fusion|hyperpage}{27} +\indexentry{Nuclear fusion|hyperpage}{27} +\indexentry{Elementary particles|hyperpage}{27} +\indexentry{Antimatter|hyperpage}{27} +\indexentry{antiparticle|hyperpage}{27} +\indexentry{Quark|hyperpage}{27} +\indexentry{quark|hyperpage}{27} +\indexentry{flavors|hyperpage}{27} +\indexentry{up|hyperpage}{27} +\indexentry{down|hyperpage}{27} +\indexentry{charm|hyperpage}{27} +\indexentry{strange|hyperpage}{27} +\indexentry{top|hyperpage}{27} +\indexentry{bottom|hyperpage}{27} +\indexentry{Lepton|hyperpage}{27} +\indexentry{lepton|hyperpage}{27} +\indexentry{flavors|hyperpage}{27} +\indexentry{electron|hyperpage}{27} +\indexentry{electron neutrino|hyperpage}{27} +\indexentry{muon|hyperpage}{27} +\indexentry{muon neutrino|hyperpage}{27} +\indexentry{tau|hyperpage}{27} +\indexentry{tau neutrino|hyperpage}{27} +\indexentry{Lepton number|hyperpage}{27} +\indexentry{Lepton number|hyperpage}{27} +\indexentry{lepton family numbers|hyperpage}{27} +\indexentry{Electron number|hyperpage}{27} +\indexentry{Muon number|hyperpage}{27} +\indexentry{Tau number|hyperpage}{27} +\indexentry{Hadron|hyperpage}{27} +\indexentry{hadron|hyperpage}{27} +\indexentry{Color charge|hyperpage}{27} +\indexentry{color charge|hyperpage}{27} +\indexentry{red|hyperpage}{27} +\indexentry{green|hyperpage}{27} +\indexentry{blue|hyperpage}{27} +\indexentry{antired|hyperpage}{27} +\indexentry{antigreen|hyperpage}{27} +\indexentry{antiblue|hyperpage}{27} +\indexentry{white|hyperpage}{27} +\indexentry{Fundamental interactions|hyperpage}{27} +\indexentry{color confinement|hyperpage}{27} +\indexentry{Grand Unified Theory|hyperpage}{28} +\indexentry{electroweak theory|hyperpage}{28} +\indexentry{Grand Unified Theory|hyperpage}{28} +\indexentry{crystalline|hyperpage}{28} +\indexentry{amorphous|hyperpage}{28} +\indexentry{Classical interpretation of resistivity|hyperpage}{28} +\indexentry{Quantum interpretation of resistivity|hyperpage}{28} +\indexentry{fermi gas|hyperpage}{28} +\indexentry{Fermi energy|hyperpage}{28} +\indexentry{Fermi factor|hyperpage}{28} +\indexentry{Band Theory of Solids|hyperpage}{28} +\indexentry{valence band|hyperpage}{28} +\indexentry{VB|hyperpage}{28} +\indexentry{conduction band|hyperpage}{28} +\indexentry{CB|hyperpage}{28} +\indexentry{Heat|hyperpage}{29} +\indexentry{heat|hyperpage}{29} +\indexentry{conduction|hyperpage}{29} +\indexentry{convection|hyperpage}{29} +\indexentry{radiation|hyperpage}{29} +\indexentry{Conduction|hyperpage}{29} +\indexentry{Thermal conduction|hyperpage}{29} +\indexentry{Fourier's law|hyperpage}{29} +\indexentry{thermal conductivity|hyperpage}{29} +\indexentry{Heat equation|hyperpage}{29} +\indexentry{thermal diffusivity|hyperpage}{29} +\indexentry{Fick's law|hyperpage}{29} +\indexentry{Diffusion equation|hyperpage}{29} +\indexentry{Convection|hyperpage}{29} +\indexentry{Thermal convection|hyperpage}{29} +\indexentry{Newton's law of cooling|hyperpage}{29} +\indexentry{heat transfer coefficient|hyperpage}{29} +\indexentry{Radiation|hyperpage}{30} +\indexentry{Thermal radiation|hyperpage}{30} +\indexentry{Thermodynamic system|hyperpage}{30} +\indexentry{thermodynamic system|hyperpage}{30} +\indexentry{Open system|hyperpage}{30} +\indexentry{Closed system|hyperpage}{30} +\indexentry{Isolated system|hyperpage}{30} +\indexentry{state variables|hyperpage}{30} +\indexentry{Extensive|hyperpage}{30} +\indexentry{Intensive|hyperpage}{30} +\indexentry{specific variables|hyperpage}{30} +\indexentry{mechanical equilibrium|hyperpage}{30} +\indexentry{thermal equilibrium|hyperpage}{30} +\indexentry{chemical equilibrium|hyperpage}{30} +\indexentry{thermodynamical equilibrium|hyperpage}{30} +\indexentry{Stable|hyperpage}{30} +\indexentry{Unstable|hyperpage}{30} +\indexentry{Metastable|hyperpage}{30} +\indexentry{Neutral|hyperpage}{30} +\indexentry{Thermodynamic process|hyperpage}{30} +\indexentry{thermodynamic process|hyperpage}{30} +\indexentry{Quasi-static process|hyperpage}{30} +\indexentry{Reversible process|hyperpage}{30} +\indexentry{Irreversible process|hyperpage}{30} +\indexentry{Non-quasi-static process|hyperpage}{30} +\indexentry{thermal contact|hyperpage}{30} +\indexentry{Zeroth law of thermodynamics|hyperpage}{30} +\indexentry{empirical temperature|hyperpage}{30} +\indexentry{Thermal expansion|hyperpage}{31} +\indexentry{volumetric coefficient of thermal expansion|hyperpage}{31} +\indexentry{Compressibility|hyperpage}{31} +\indexentry{Isothermal compressibility|hyperpage}{31} +\indexentry{Thermal pressure|hyperpage}{31} +\indexentry{thermal pressure coefficient|hyperpage}{31} +\indexentry{Sign convention of work|hyperpage}{31} +\indexentry{First law of thermodynamics in isolated systems|hyperpage}{31} +\indexentry{internal energy|hyperpage}{31} +\indexentry{First law of thermodynamics in closed systems|hyperpage}{31} +\indexentry{heat supplied to the system|hyperpage}{31} +\indexentry{Sign convention of heat|hyperpage}{31} +\indexentry{Latent heat|hyperpage}{31} +\indexentry{Enthalpy|hyperpage}{31} +\indexentry{enthalpy|hyperpage}{31} +\indexentry{Reversible adiabatic equation for an ideal gas|hyperpage}{32} +\indexentry{Second law of thermodynamics|hyperpage}{32} +\indexentry{heat engine|hyperpage}{32} +\indexentry{refrigerator engine|hyperpage}{32} +\indexentry{heat pump|hyperpage}{32} +\indexentry{Carnot cylce|hyperpage}{32} +\indexentry{Carnot cycle|hyperpage}{32} +\indexentry{Carnot's theorem|hyperpage}{32} +\indexentry{Clausius theorem|hyperpage}{33} +\indexentry{Entropy|hyperpage}{33} +\indexentry{entropy|hyperpage}{33} +\indexentry{Second law of thermodynamics in terms of entropy|hyperpage}{33} +\indexentry{Helmholtz free energy|hyperpage}{33} +\indexentry{Gibbs free energy|hyperpage}{33} +\indexentry{Gibbs equation|hyperpage}{33} +\indexentry{Ket|hyperpage}{35} +\indexentry{Hilbert space|hyperpage}{35} +\indexentry{kets|hyperpage}{35} +\indexentry{Bra|hyperpage}{35} +\indexentry{bra|hyperpage}{35} +\indexentry{bracket|hyperpage}{35} +\indexentry{normalized|hyperpage}{35} +\indexentry{orthogonal|hyperpage}{35} +\indexentry{outer product|hyperpage}{35} +\indexentry{linear operator|hyperpage}{35} +\indexentry{adjoint|hyperpage}{35} +\indexentry{daga|hyperpage}{35} +\indexentry{trace|hyperpage}{35} +\indexentry{quantum states|hyperpage}{35} +\indexentry{Hermitian|hyperpage}{36} +\indexentry{self-adjoint|hyperpage}{36} +\indexentry{normal|hyperpage}{36} +\indexentry{degenerate|hyperpage}{36} +\indexentry{spectral decomposition|hyperpage}{36} +\indexentry{Commutator|hyperpage}{36} +\indexentry{commutator|hyperpage}{36} +\indexentry{Anticommutator|hyperpage}{36} +\indexentry{commutator|hyperpage}{36} +\indexentry{compatible|hyperpage}{36} +\indexentry{unitary|hyperpage}{36} +\indexentry{Postulate I|hyperpage}{36} +\indexentry{state vector|hyperpage}{36} +\indexentry{state space|hyperpage}{36} +\indexentry{superposition|hyperpage}{36} +\indexentry{ray|hyperpage}{36} +\indexentry{Postulate II|hyperpage}{36} +\indexentry{observable|hyperpage}{36} +\indexentry{Postulate III (Non-degenerated)|hyperpage}{36} +\indexentry{Postulate III|hyperpage}{36} +\indexentry{Postulate IV|hyperpage}{36} +\indexentry{Postulate V|hyperpage}{37} +\indexentry{Schrödinger equation|hyperpage}{37} +\indexentry{Hamiltonian|hyperpage}{37} +\indexentry{stationary states|hyperpage}{37} +\indexentry{Robertson inequality|hyperpage}{37} +\indexentry{Heisenberg uncertainty principle|hyperpage}{37} +\indexentry{Ehrenfest theorem|hyperpage}{37} +\indexentry{Complete set of commuting observables|hyperpage}{37} +\indexentry{Stern-Gerlach|hyperpage}{37} +\indexentry{gyromagnetic ratio|hyperpage}{37} +\indexentry{Levi-Civita symbol|hyperpage}{37} +\indexentry{Pauli matrices|hyperpage}{37} +\indexentry{Bloch sphere|hyperpage}{37} +\indexentry{qubit|hyperpage}{37} +\indexentry{Bohr magneton|hyperpage}{37} +\indexentry{Conservation of mass|hyperpage}{39} +\indexentry{continuity equation|hyperpage}{39} +\indexentry{Ideal fluid|hyperpage}{39} +\indexentry{ideal fluid|hyperpage}{39} +\indexentry{pressure|hyperpage}{39} +\indexentry{Conservation of momentum|hyperpage}{39} +\indexentry{Transport theorem|hyperpage}{40} +\indexentry{incompressible|hyperpage}{40} +\indexentry{compressible|hyperpage}{40} +\indexentry{homogeneous|hyperpage}{40} +\indexentry{kinetic energy|hyperpage}{41} +\indexentry{isentropic|hyperpage}{41} +\indexentry{enthalpy|hyperpage}{41} +\indexentry{streamline|hyperpage}{41} +\indexentry{stationary|hyperpage}{41} +\indexentry{steady|hyperpage}{41} +\indexentry{Bernoulli's theorem|hyperpage}{42} +\indexentry{vorticity|hyperpage}{42} +\indexentry{deformation tensor|hyperpage}{42} +\indexentry{Kelvin's circulation theorem|hyperpage}{42} +\indexentry{vortex line|hyperpage}{42} +\indexentry{vortex sheet|hyperpage}{42} +\indexentry{vorticity per unit of mass|hyperpage}{43} +\indexentry{vortex tube|hyperpage}{43} +\indexentry{Helmholtz's theorem|hyperpage}{43} +\indexentry{strength of the vortex tube|hyperpage}{43} +\indexentry{stream function|hyperpage}{43} +\indexentry{vorticity equation|hyperpage}{43} diff --git a/main_physics.ilg b/main_physics.ilg index 0242971..1032c36 100644 --- a/main_physics.ilg +++ b/main_physics.ilg @@ -1,6 +1,6 @@ This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support). -Scanning input file main_physics.idx....done (462 entries accepted, 0 rejected). -Sorting entries.......done (4646 comparisons). -Generating output file main_physics.ind....done (520 lines written, 0 warnings). +Scanning input file main_physics.idx....done (490 entries accepted, 0 rejected). +Sorting entries.......done (4920 comparisons). +Generating output file main_physics.ind....done (545 lines written, 0 warnings). Output written in main_physics.ind. Transcript written in main_physics.ilg. diff --git a/main_physics.ind b/main_physics.ind index 9221af7..f9795e7 100644 --- a/main_physics.ind +++ b/main_physics.ind @@ -1,33 +1,33 @@ \begin{theindex} - \item $Q$ value, \hyperpage{26} - \item $\alpha $-decay, \hyperpage{26} - \item $\beta $-decay, \hyperpage{26} - \item $\beta ^+$ decay, \hyperpage{26} - \item $\beta ^-$ decay, \hyperpage{26} - \item $\gamma $-decay, \hyperpage{26} + \item $Q$ value, \hyperpage{25} + \item $\alpha $-decay, \hyperpage{25} + \item $\beta $-decay, \hyperpage{25} + \item $\beta ^+$ decay, \hyperpage{25} + \item $\beta ^-$ decay, \hyperpage{25} + \item $\gamma $-decay, \hyperpage{25} \indexspace \item Accelerated linear motion, \hyperpage{11} - \item adiabatic index, \hyperpage{21} - \item adjoint, \hyperpage{36} - \item amorphous, \hyperpage{29} + \item adiabatic index, \hyperpage{20} + \item adjoint, \hyperpage{35} + \item amorphous, \hyperpage{28} \item Ampère's law, \hyperpage{8} \item angular acceleration, \hyperpage{11} \item Angular momentum, \hyperpage{13} \item angular momentum, \hyperpage{13} \item angular velocity, \hyperpage{11} - \item antiblue, \hyperpage{28} - \item Anticommutator, \hyperpage{37} - \item antigreen, \hyperpage{28} - \item Antimatter, \hyperpage{28} - \item antiparticle, \hyperpage{28} - \item antired, \hyperpage{28} + \item antiblue, \hyperpage{27} + \item Anticommutator, \hyperpage{36} + \item antigreen, \hyperpage{27} + \item Antimatter, \hyperpage{27} + \item antiparticle, \hyperpage{27} + \item antired, \hyperpage{27} \item Arc length, \hyperpage{11} \item Archimedes' principle, \hyperpage{16} - \item Atom, \hyperpage{25} - \item atomic number, \hyperpage{25} + \item Atom, \hyperpage{24} + \item atomic number, \hyperpage{24} \item average acceleration, \hyperpage{11} \item average curvature, \hyperpage{11} \item average power, \hyperpage{13} @@ -35,28 +35,29 @@ \indexspace - \item Band Theory of Solids, \hyperpage{29} + \item Band Theory of Solids, \hyperpage{28} \item Bernolli's principle, \hyperpage{17} - \item binding energy, \hyperpage{25} + \item Bernoulli's theorem, \hyperpage{42} + \item binding energy, \hyperpage{24} \item Biot-Savart law, \hyperpage{8} - \item Black body, \hyperpage{21} - \item black body, \hyperpage{21} - \item Bloch sphere, \hyperpage{38} - \item blue, \hyperpage{28} + \item Black body, \hyperpage{20} + \item black body, \hyperpage{20} + \item Bloch sphere, \hyperpage{37} + \item blue, \hyperpage{27} \item Blueshift, \hyperpage{15} - \item Bohr magneton, \hyperpage{9}, \hyperpage{38} - \item Bohr model, \hyperpage{24} - \item Bohr's complementary principle, \hyperpage{22} - \item Bohr's correspondence principle, \hyperpage{23} - \item Boiling Water Reactor, \hyperpage{27} - \item Boltzmann distribution, \hyperpage{20} - \item Boltzmann factor, \hyperpage{20} - \item Boson, \hyperpage{25} - \item boson, \hyperpage{25} - \item bottom, \hyperpage{28} - \item Bra, \hyperpage{36} - \item bra, \hyperpage{36} - \item bracket, \hyperpage{36} + \item Bohr magneton, \hyperpage{9}, \hyperpage{37} + \item Bohr model, \hyperpage{23} + \item Bohr's complementary principle, \hyperpage{21} + \item Bohr's correspondence principle, \hyperpage{22} + \item Boiling Water Reactor, \hyperpage{26} + \item Boltzmann distribution, \hyperpage{19} + \item Boltzmann factor, \hyperpage{19} + \item Boson, \hyperpage{24} + \item boson, \hyperpage{24} + \item bottom, \hyperpage{27} + \item Bra, \hyperpage{35} + \item bra, \hyperpage{35} + \item bracket, \hyperpage{35} \item buoyancy, \hyperpage{16} \indexspace @@ -67,177 +68,187 @@ \item capacitor, \hyperpage{5} \item Capacitor charging, \hyperpage{7} \item Capacitor discharging, \hyperpage{7} - \item Carnot cycle, \hyperpage{33} - \item Carnot cylce, \hyperpage{33} - \item Carnot's theorem, \hyperpage{33} - \item CB, \hyperpage{29} + \item Carnot cycle, \hyperpage{32} + \item Carnot cylce, \hyperpage{32} + \item Carnot's theorem, \hyperpage{32} + \item CB, \hyperpage{28} \item Center of masses, \hyperpage{13} \item center of masses, \hyperpage{13} \item Charge conservation, \hyperpage{4} - \item charm, \hyperpage{28} - \item chemical equilibrium, \hyperpage{31} - \item Classical interpretation of resistivity, \hyperpage{29} - \item Clausius theorem, \hyperpage{34} - \item Closed system, \hyperpage{31} - \item Color charge, \hyperpage{28} - \item color charge, \hyperpage{28} - \item color confinement, \hyperpage{28} - \item Commutator, \hyperpage{37} - \item commutator, \hyperpage{37} - \item compatible, \hyperpage{37} - \item Complete set of commuting observables, \hyperpage{38} - \item Compressibility, \hyperpage{32} - \item Compton scattering, \hyperpage{16}, \hyperpage{22} - \item compton scattering, \hyperpage{22} - \item Conduction, \hyperpage{30} - \item conduction, \hyperpage{30} - \item conduction band, \hyperpage{29} + \item charm, \hyperpage{27} + \item chemical equilibrium, \hyperpage{30} + \item Classical interpretation of resistivity, \hyperpage{28} + \item Clausius theorem, \hyperpage{33} + \item Closed system, \hyperpage{30} + \item Color charge, \hyperpage{27} + \item color charge, \hyperpage{27} + \item color confinement, \hyperpage{27} + \item Commutator, \hyperpage{36} + \item commutator, \hyperpage{36} + \item compatible, \hyperpage{36} + \item Complete set of commuting observables, \hyperpage{37} + \item Compressibility, \hyperpage{31} + \item compressible, \hyperpage{40} + \item Compton scattering, \hyperpage{16}, \hyperpage{21} + \item compton scattering, \hyperpage{21} + \item Conduction, \hyperpage{29} + \item conduction, \hyperpage{29} + \item conduction band, \hyperpage{28} \item conductivity, \hyperpage{6} + \item Conservation of mass, \hyperpage{39} \item Conservation of mechanical energy, \hyperpage{14} + \item Conservation of momentum, \hyperpage{39} \item conservative, \hyperpage{13} \item Conservative forces, \hyperpage{13} \item Continuity equation, \hyperpage{17} - \item control roads, \hyperpage{27} - \item Convection, \hyperpage{30} - \item convection, \hyperpage{30} + \item continuity equation, \hyperpage{39} + \item control roads, \hyperpage{26} + \item Convection, \hyperpage{29} + \item convection, \hyperpage{29} \item Coulomb's law, \hyperpage{4} - \item crystalline, \hyperpage{29} + \item crystalline, \hyperpage{28} \item Curvature, \hyperpage{11} \item curvature, \hyperpage{11} \indexspace - \item daga, \hyperpage{36} - \item De Broglie relation, \hyperpage{22} - \item Decay chain, \hyperpage{27} - \item decay constant, \hyperpage{26} - \item degenerate, \hyperpage{23}, \hyperpage{37} + \item daga, \hyperpage{35} + \item De Broglie relation, \hyperpage{21} + \item Decay chain, \hyperpage{26} + \item decay constant, \hyperpage{25} + \item deformation tensor, \hyperpage{42} + \item degenerate, \hyperpage{22}, \hyperpage{36} \item Density, \hyperpage{16} \item diamagnetic, \hyperpage{9} - \item Diffusion equation, \hyperpage{30} + \item Diffusion equation, \hyperpage{29} \item discharge of a fluid, \hyperpage{17} \item displacement current, \hyperpage{10} \item Dissipated power, \hyperpage{17} \item dissipated power, \hyperpage{17} - \item Distribution of molecular velocities, \hyperpage{20} - \item down, \hyperpage{28} + \item Distribution of molecular velocities, \hyperpage{19} + \item down, \hyperpage{27} \item Drag forces, \hyperpage{18} - \item Dulong-Petit law, \hyperpage{21} + \item Dulong-Petit law, \hyperpage{20} \indexspace \item Eddy current, \hyperpage{9} \item Eddy currents, \hyperpage{9} - \item Ehrenfest theorem, \hyperpage{38} + \item Ehrenfest theorem, \hyperpage{37} \item Elastic force, \hyperpage{12} \item electric current, \hyperpage{6} \item electric dipole moment, \hyperpage{5} \item electric field, \hyperpage{4} \item electric potential, \hyperpage{5} \item electromotive force, \hyperpage{6} - \item electron, \hyperpage{28} - \item electron binding energy, \hyperpage{25} - \item Electron capture, \hyperpage{26} - \item electron neutrino, \hyperpage{28} - \item Electron number, \hyperpage{28} + \item electron, \hyperpage{27} + \item electron binding energy, \hyperpage{24} + \item Electron capture, \hyperpage{25} + \item electron neutrino, \hyperpage{27} + \item Electron number, \hyperpage{27} \item electrostatic energy, \hyperpage{5} - \item electroweak theory, \hyperpage{29} - \item Elementary particles, \hyperpage{28} + \item electroweak theory, \hyperpage{28} + \item Elementary particles, \hyperpage{27} \item emf, \hyperpage{6} - \item empirical temperature, \hyperpage{31} - \item Endothermic reaction, \hyperpage{27} - \item Energy levels, \hyperpage{24} - \item Enthalpy, \hyperpage{32} - \item enthalpy, \hyperpage{32} - \item Entropy, \hyperpage{34} - \item entropy, \hyperpage{34} + \item empirical temperature, \hyperpage{30} + \item Endothermic reaction, \hyperpage{26} + \item Energy levels, \hyperpage{23} + \item Enthalpy, \hyperpage{31} + \item enthalpy, \hyperpage{31}, \hyperpage{41} + \item Entropy, \hyperpage{33} + \item entropy, \hyperpage{33} \item equation of movement, \hyperpage{11} - \item Equipartition theorem, \hyperpage{21} - \item Equipartition theorem on diatomic molecules, \hyperpage{21} + \item Equipartition theorem, \hyperpage{20} + \item Equipartition theorem on diatomic molecules, \hyperpage{20} \item Examples of potential energies, \hyperpage{14} - \item Exothermic reaction, \hyperpage{27} - \item Expectation value, \hyperpage{23} - \item Extensive, \hyperpage{31} + \item Exothermic reaction, \hyperpage{26} + \item Expectation value, \hyperpage{22} + \item Extensive, \hyperpage{30} \indexspace \item Faraday's law, \hyperpage{9} - \item Fermi energy, \hyperpage{29} - \item Fermi factor, \hyperpage{29} - \item fermi gas, \hyperpage{29} - \item fermion, \hyperpage{25} - \item Fermions, \hyperpage{25} + \item Fermi energy, \hyperpage{28} + \item Fermi factor, \hyperpage{28} + \item fermi gas, \hyperpage{28} + \item fermion, \hyperpage{24} + \item Fermions, \hyperpage{24} \item ferromagnetic, \hyperpage{9} - \item Fick's law, \hyperpage{30} + \item Fick's law, \hyperpage{29} \item fictitious force, \hyperpage{12} - \item first Bohr radius, \hyperpage{24} - \item First law of thermodynamics in closed systems, \hyperpage{32} - \item First law of thermodynamics in isolated systems, \hyperpage{32} + \item first Bohr radius, \hyperpage{23} + \item First law of thermodynamics in closed systems, \hyperpage{31} + \item First law of thermodynamics in isolated systems, \hyperpage{31} \item First postulate, \hyperpage{14} - \item flavors, \hyperpage{28} + \item flavors, \hyperpage{27} \item fluid, \hyperpage{16} \item flux, \hyperpage{4} - \item Fourier's law, \hyperpage{30} - \item Fundamental interactions, \hyperpage{28} + \item Fourier's law, \hyperpage{29} + \item Fundamental interactions, \hyperpage{27} \indexspace \item Galilean transformation, \hyperpage{12} \item Gau\ss ' law, \hyperpage{4} \item Gau\ss ' law for magnetism, \hyperpage{8} - \item Gibbs equation, \hyperpage{34} - \item Gibbs free energy, \hyperpage{34} - \item Grand Unified Theory, \hyperpage{29} + \item Gibbs equation, \hyperpage{33} + \item Gibbs free energy, \hyperpage{33} + \item Grand Unified Theory, \hyperpage{28} \item gravity, \hyperpage{12} \item Gravity force, \hyperpage{12} - \item green, \hyperpage{28} - \item gyromagnetic ratio, \hyperpage{38} + \item green, \hyperpage{27} + \item gyromagnetic ratio, \hyperpage{37} \indexspace - \item Hadron, \hyperpage{28} - \item hadron, \hyperpage{28} - \item Half-time, \hyperpage{26} - \item half-time, \hyperpage{26} + \item Hadron, \hyperpage{27} + \item hadron, \hyperpage{27} + \item Half-time, \hyperpage{25} + \item half-time, \hyperpage{25} \item Hall effect, \hyperpage{7} - \item Hamiltonian, \hyperpage{38} - \item Heat, \hyperpage{30} - \item heat, \hyperpage{30} - \item Heat capacities in gases, \hyperpage{21} - \item Heat capacity, \hyperpage{20} - \item heat engine, \hyperpage{33} - \item Heat equation, \hyperpage{30} - \item heat pump, \hyperpage{33} - \item heat supplied to the system, \hyperpage{32} - \item heat transfer coefficient, \hyperpage{30} - \item Heisenberg uncertainty principle, \hyperpage{38} - \item Heisenberg's uncertainty principle, \hyperpage{22} - \item Helmholtz free energy, \hyperpage{34} - \item Hermitian, \hyperpage{37} - \item Hilbert space, \hyperpage{36} + \item Hamiltonian, \hyperpage{37} + \item Heat, \hyperpage{29} + \item heat, \hyperpage{29} + \item Heat capacities in gases, \hyperpage{20} + \item Heat capacity, \hyperpage{19} + \item heat engine, \hyperpage{32} + \item Heat equation, \hyperpage{29} + \item heat pump, \hyperpage{32} + \item heat supplied to the system, \hyperpage{31} + \item heat transfer coefficient, \hyperpage{29} + \item Heisenberg uncertainty principle, \hyperpage{37} + \item Heisenberg's uncertainty principle, \hyperpage{21} + \item Helmholtz free energy, \hyperpage{33} + \item Helmholtz's theorem, \hyperpage{43} + \item Hermitian, \hyperpage{36} + \item Hilbert space, \hyperpage{35} + \item homogeneous, \hyperpage{40} \item Hydrostatic pressure, \hyperpage{16} \indexspace \item ideal, \hyperpage{16} - \item incompressible, \hyperpage{16} + \item Ideal fluid, \hyperpage{39} + \item ideal fluid, \hyperpage{39} + \item incompressible, \hyperpage{16}, \hyperpage{40} \item inductor, \hyperpage{10} \item inertial force, \hyperpage{12} \item Inertial forces, \hyperpage{12} \item inertial frame of reference, \hyperpage{14} \item instantaneous acceleration, \hyperpage{11} \item instantaneous velocity, \hyperpage{11} - \item Intensive, \hyperpage{31} - \item Internal energy, \hyperpage{21} - \item internal energy, \hyperpage{32} - \item intrinsic orbital angular momentum, \hyperpage{24} - \item Irreversible process, \hyperpage{31} - \item isobars, \hyperpage{25} - \item Isolated system, \hyperpage{31} - \item isomers, \hyperpage{25} - \item Isothermal compressibility, \hyperpage{32} - \item isotones, \hyperpage{25} - \item isotopes, \hyperpage{25} + \item Intensive, \hyperpage{30} + \item Internal energy, \hyperpage{20} + \item internal energy, \hyperpage{31} + \item intrinsic orbital angular momentum, \hyperpage{23} + \item Irreversible process, \hyperpage{30} + \item isentropic, \hyperpage{41} + \item isobars, \hyperpage{24} + \item Isolated system, \hyperpage{30} + \item isomers, \hyperpage{24} + \item Isothermal compressibility, \hyperpage{31} + \item isotones, \hyperpage{24} + \item isotopes, \hyperpage{24} \indexspace @@ -245,33 +256,34 @@ \indexspace - \item Ket, \hyperpage{36} - \item kets, \hyperpage{36} + \item Kelvin's circulation theorem, \hyperpage{42} + \item Ket, \hyperpage{35} + \item kets, \hyperpage{35} \item kinetic coefficient of friction, \hyperpage{12} \item Kinetic energy, \hyperpage{13} - \item kinetic energy, \hyperpage{13} + \item kinetic energy, \hyperpage{13}, \hyperpage{41} \item Kirchhoff's laws, \hyperpage{6} \indexspace \item Laminar flow, \hyperpage{17} - \item Latent heat, \hyperpage{32} + \item Latent heat, \hyperpage{31} \item Length contraction, \hyperpage{15} \item Lenz's law, \hyperpage{9} - \item Lepton, \hyperpage{28} - \item lepton, \hyperpage{28} - \item lepton family numbers, \hyperpage{28} - \item Lepton number, \hyperpage{28} - \item Levi-Civita symbol, \hyperpage{38} + \item Lepton, \hyperpage{27} + \item lepton, \hyperpage{27} + \item lepton family numbers, \hyperpage{27} + \item Lepton number, \hyperpage{27} + \item Levi-Civita symbol, \hyperpage{37} \item lift coefficient, \hyperpage{17} \item Lift force, \hyperpage{17} - \item Light, \hyperpage{22} + \item Light, \hyperpage{21} \item lightlike, \hyperpage{15} \item linear momentum, \hyperpage{13} \item Linear momentum of a particle, \hyperpage{13} \item Linear momentum of a system of particles, \hyperpage{13} \item linear momentum of the system, \hyperpage{13} - \item linear operator, \hyperpage{36} + \item linear operator, \hyperpage{35} \item Lorentz factor, \hyperpage{14} \item Lorentz force, \hyperpage{7} \item Lorentz invariant, \hyperpage{15} @@ -284,237 +296,250 @@ \item Macroscopic Ohm's law, \hyperpage{6} \item magnetic flux, \hyperpage{9} \item magnetic moment, \hyperpage{7} - \item Magnetic quantum number, \hyperpage{24} + \item Magnetic quantum number, \hyperpage{23} \item magnetic susceptibility, \hyperpage{9} \item magnetization, \hyperpage{9} - \item mass defect, \hyperpage{25} - \item mass number, \hyperpage{25} + \item mass defect, \hyperpage{24} + \item mass number, \hyperpage{24} \item Matrix form of Lorentz transformations, \hyperpage{15} - \item Maxwell-Boltzmann distribution, \hyperpage{20} - \item Mayer's relation, \hyperpage{21} - \item mean-square speed, \hyperpage{20} + \item Maxwell-Boltzmann distribution, \hyperpage{19} + \item Mayer's relation, \hyperpage{20} + \item mean-square speed, \hyperpage{19} \item Mechanical energy, \hyperpage{14} \item Mechanical equilibrium, \hyperpage{13} - \item mechanical equilibrium, \hyperpage{31} - \item Metastable, \hyperpage{31} + \item mechanical equilibrium, \hyperpage{30} + \item Metastable, \hyperpage{30} \item Microscopic Ohm's law, \hyperpage{6} - \item Molar heat capacity, \hyperpage{20} - \item Molecular kinetic energy, \hyperpage{20} - \item Molecular pressure, \hyperpage{20} - \item Molecular velocities, \hyperpage{20} + \item Molar heat capacity, \hyperpage{19} + \item Molecular kinetic energy, \hyperpage{19} + \item Molecular pressure, \hyperpage{19} + \item Molecular velocities, \hyperpage{19} \item moment of inertia, \hyperpage{14} - \item muon, \hyperpage{28} - \item muon neutrino, \hyperpage{28} - \item Muon number, \hyperpage{28} + \item muon, \hyperpage{27} + \item muon neutrino, \hyperpage{27} + \item Muon number, \hyperpage{27} \item mutual inductance, \hyperpage{10} \indexspace - \item Neutral, \hyperpage{31} - \item Newton's law of cooling, \hyperpage{30} + \item Neutral, \hyperpage{30} + \item Newton's law of cooling, \hyperpage{29} \item Newton's laws, \hyperpage{12} - \item Non-quasi-static process, \hyperpage{31} - \item normal, \hyperpage{37} + \item Non-quasi-static process, \hyperpage{30} + \item normal, \hyperpage{36} \item normal acceleration, \hyperpage{11} - \item Normalization condition, \hyperpage{23} - \item normalized, \hyperpage{36} - \item Nuclear fission, \hyperpage{27} - \item Nuclear fusion, \hyperpage{28} - \item Nuclear reactions, \hyperpage{27} - \item Nuclear reactors, \hyperpage{27} - \item Nucleus mass, \hyperpage{25} + \item Normalization condition, \hyperpage{22} + \item normalized, \hyperpage{35} + \item Nuclear fission, \hyperpage{26} + \item Nuclear fusion, \hyperpage{27} + \item Nuclear reactions, \hyperpage{26} + \item Nuclear reactors, \hyperpage{26} + \item Nucleus mass, \hyperpage{24} \indexspace - \item observable, \hyperpage{37} - \item Open system, \hyperpage{31} - \item Orbital quantum number, \hyperpage{24} - \item orthogonal, \hyperpage{36} - \item outer product, \hyperpage{36} + \item observable, \hyperpage{36} + \item Open system, \hyperpage{30} + \item Orbital quantum number, \hyperpage{23} + \item orthogonal, \hyperpage{35} + \item outer product, \hyperpage{35} \indexspace \item Parallel axis theorem, \hyperpage{14} \item paramagnetic, \hyperpage{9} - \item Particle in a box-1D, \hyperpage{23} - \item Particle in a box-3D, \hyperpage{23} + \item Particle in a box-1D, \hyperpage{22} + \item Particle in a box-3D, \hyperpage{22} \item Pascal's principle, \hyperpage{16} - \item Pauli exclusion principle, \hyperpage{25} - \item Pauli matrices, \hyperpage{38} - \item Photoelectric effect, \hyperpage{22} - \item photoelectric effect, \hyperpage{22} - \item photoelectrons, \hyperpage{22} + \item Pauli exclusion principle, \hyperpage{24} + \item Pauli matrices, \hyperpage{37} + \item Photoelectric effect, \hyperpage{21} + \item photoelectric effect, \hyperpage{21} + \item photoelectrons, \hyperpage{21} \item Photon energy and momentum, \hyperpage{16} - \item Planck's law, \hyperpage{22} - \item Planck-Einstein relation, \hyperpage{22} + \item Planck's law, \hyperpage{21} + \item Planck-Einstein relation, \hyperpage{21} \item Poiseuille's law, \hyperpage{17} - \item Postulate I, \hyperpage{37} - \item Postulate II, \hyperpage{37} - \item Postulate III, \hyperpage{37} - \item Postulate III (Non-degenerated), \hyperpage{37} - \item Postulate IV, \hyperpage{37} - \item Postulate V, \hyperpage{38} + \item Postulate I, \hyperpage{36} + \item Postulate II, \hyperpage{36} + \item Postulate III, \hyperpage{36} + \item Postulate III (Non-degenerated), \hyperpage{36} + \item Postulate IV, \hyperpage{36} + \item Postulate V, \hyperpage{37} \item potential difference, \hyperpage{5} \item Potential energy, \hyperpage{13} \item potential energy, \hyperpage{13} \item Power, \hyperpage{13} \item power, \hyperpage{13} \item Pressure, \hyperpage{16} - \item Pressurized Water Reactor, \hyperpage{27} - \item Principal quantum number, \hyperpage{24} - \item Probability density, \hyperpage{23} + \item pressure, \hyperpage{39} + \item Pressurized Water Reactor, \hyperpage{26} + \item Principal quantum number, \hyperpage{23} + \item Probability density, \hyperpage{22} \item Projectile motion, \hyperpage{11} \item proper length, \hyperpage{15} \item proper time, \hyperpage{14} - \item Properties of Schrödinger equation, \hyperpage{23} + \item Properties of Schrödinger equation, \hyperpage{22} \indexspace - \item Q value, \hyperpage{26} - \item Quantum interpretation of resistivity, \hyperpage{29} - \item quantum number, \hyperpage{23} - \item Quantum numbers in spherical coordinates, \hyperpage{24} - \item quantum states, \hyperpage{36} - \item Quark, \hyperpage{28} - \item quark, \hyperpage{28} - \item Quasi-static process, \hyperpage{31} - \item qubit, \hyperpage{38} + \item Q value, \hyperpage{25} + \item Quantum interpretation of resistivity, \hyperpage{28} + \item quantum number, \hyperpage{22} + \item Quantum numbers in spherical coordinates, \hyperpage{23} + \item quantum states, \hyperpage{35} + \item Quark, \hyperpage{27} + \item quark, \hyperpage{27} + \item Quasi-static process, \hyperpage{30} + \item qubit, \hyperpage{37} \indexspace - \item radiance, \hyperpage{21} - \item Radiation, \hyperpage{31} - \item radiation, \hyperpage{30} - \item Radii of Bohr orbits, \hyperpage{24} - \item Radii of nucleus, \hyperpage{25} - \item Radioactive activity, \hyperpage{26} - \item radioactive activity, \hyperpage{26} + \item radiance, \hyperpage{20} + \item Radiation, \hyperpage{30} + \item radiation, \hyperpage{29} + \item Radii of Bohr orbits, \hyperpage{23} + \item Radii of nucleus, \hyperpage{24} + \item Radioactive activity, \hyperpage{25} + \item radioactive activity, \hyperpage{25} \item radius of curvature, \hyperpage{11} - \item ray, \hyperpage{37} - \item Rayleigh-Jeans law, \hyperpage{21} + \item ray, \hyperpage{36} + \item Rayleigh-Jeans law, \hyperpage{20} \item RC time constant, \hyperpage{7} - \item red, \hyperpage{28} + \item red, \hyperpage{27} \item Redshift, \hyperpage{15} - \item refrigerator engine, \hyperpage{33} + \item refrigerator engine, \hyperpage{32} \item Relativistic Doppler effect, \hyperpage{15} \item Relativistic energy, \hyperpage{16} \item Relativistic mass, \hyperpage{16} \item Relativistic momentum, \hyperpage{16} - \item reproduction factor, \hyperpage{27} + \item reproduction factor, \hyperpage{26} \item Resistance in fluids, \hyperpage{17} \item Resistivity, \hyperpage{6} \item resistivity, \hyperpage{6} - \item Reversible adiabatic equation for an ideal gas, \hyperpage{33} - \item Reversible process, \hyperpage{31} + \item Reversible adiabatic equation for an ideal gas, \hyperpage{32} + \item Reversible process, \hyperpage{30} \item Reynolds number, \hyperpage{18} - \item Robertson inequality, \hyperpage{38} - \item root-mean-square speed, \hyperpage{20} - \item Rydberg constant, \hyperpage{24} - \item Rydberg-Ritz law, \hyperpage{24} + \item Robertson inequality, \hyperpage{37} + \item root-mean-square speed, \hyperpage{19} + \item Rydberg constant, \hyperpage{23} + \item Rydberg-Ritz law, \hyperpage{23} \indexspace - \item Schrödinger equation, \hyperpage{23}, \hyperpage{25}, - \hyperpage{38} - \item Second law of thermodynamics, \hyperpage{33} + \item Schrödinger equation, \hyperpage{22}, \hyperpage{24}, + \hyperpage{37} + \item Second law of thermodynamics, \hyperpage{32} \item Second law of thermodynamics in terms of entropy, - \hyperpage{34} + \hyperpage{33} \item Second postulate, \hyperpage{14} - \item Secular equilibrium, \hyperpage{27} - \item self-adjoint, \hyperpage{37} - \item Semi-empirical mass formula, \hyperpage{25} - \item Sign convention of heat, \hyperpage{32} - \item Sign convention of work, \hyperpage{32} + \item Secular equilibrium, \hyperpage{26} + \item self-adjoint, \hyperpage{36} + \item Semi-empirical mass formula, \hyperpage{24} + \item Sign convention of heat, \hyperpage{31} + \item Sign convention of work, \hyperpage{31} \item spacelike, \hyperpage{15} - \item Specific heat, \hyperpage{20} - \item specific variables, \hyperpage{31} - \item spectral decomposition, \hyperpage{37} - \item spectral radiance, \hyperpage{21} + \item Specific heat, \hyperpage{19} + \item specific variables, \hyperpage{30} + \item spectral decomposition, \hyperpage{36} + \item spectral radiance, \hyperpage{20} \item speed, \hyperpage{11} - \item Spin, \hyperpage{24} - \item spin, \hyperpage{24} - \item spin quantum number, \hyperpage{24} - \item Stable, \hyperpage{31} - \item state space, \hyperpage{37} - \item state variables, \hyperpage{31} - \item state vector, \hyperpage{37} + \item Spin, \hyperpage{23} + \item spin, \hyperpage{23} + \item spin quantum number, \hyperpage{23} + \item Stable, \hyperpage{30} + \item state space, \hyperpage{36} + \item state variables, \hyperpage{30} + \item state vector, \hyperpage{36} \item static coefficient of friction, \hyperpage{12} - \item stationary states, \hyperpage{38} - \item Stefan-Boltzmann law, \hyperpage{21} - \item Stern-Gerlach, \hyperpage{38} - \item Stopping potential, \hyperpage{22} - \item strange, \hyperpage{28} - \item superposition, \hyperpage{37} + \item stationary, \hyperpage{41} + \item stationary states, \hyperpage{37} + \item steady, \hyperpage{41} + \item Stefan-Boltzmann law, \hyperpage{20} + \item Stern-Gerlach, \hyperpage{37} + \item Stopping potential, \hyperpage{21} + \item strange, \hyperpage{27} + \item stream function, \hyperpage{43} + \item streamline, \hyperpage{41} + \item strength of the vortex tube, \hyperpage{43} + \item superposition, \hyperpage{36} \item Superposition principle, \hyperpage{4, 5} - \item Symmetry of the wave function, \hyperpage{25} + \item Symmetry of the wave function, \hyperpage{24} \indexspace \item tangential acceleration, \hyperpage{11} - \item tau, \hyperpage{28} - \item tau neutrino, \hyperpage{28} - \item Tau number, \hyperpage{28} + \item tau, \hyperpage{27} + \item tau neutrino, \hyperpage{27} + \item Tau number, \hyperpage{27} \item temperature coefficient of resistivity, \hyperpage{6} \item Terminal velocity, \hyperpage{18} - \item Thermal conduction, \hyperpage{30} - \item thermal conductivity, \hyperpage{30} - \item thermal contact, \hyperpage{31} - \item Thermal convection, \hyperpage{30} - \item thermal diffusivity, \hyperpage{30} - \item thermal equilibrium, \hyperpage{31} - \item Thermal expansion, \hyperpage{32} - \item Thermal pressure, \hyperpage{32} - \item thermal pressure coefficient, \hyperpage{32} - \item Thermal radiation, \hyperpage{21}, \hyperpage{31} - \item Thermodynamic process, \hyperpage{31} - \item thermodynamic process, \hyperpage{31} - \item Thermodynamic system, \hyperpage{31} - \item thermodynamic system, \hyperpage{31} - \item thermodynamical equilibrium, \hyperpage{31} - \item Thorium series, \hyperpage{27} - \item threshold frequency, \hyperpage{22} + \item Thermal conduction, \hyperpage{29} + \item thermal conductivity, \hyperpage{29} + \item thermal contact, \hyperpage{30} + \item Thermal convection, \hyperpage{29} + \item thermal diffusivity, \hyperpage{29} + \item thermal equilibrium, \hyperpage{30} + \item Thermal expansion, \hyperpage{31} + \item Thermal pressure, \hyperpage{31} + \item thermal pressure coefficient, \hyperpage{31} + \item Thermal radiation, \hyperpage{20}, \hyperpage{30} + \item Thermodynamic process, \hyperpage{30} + \item thermodynamic process, \hyperpage{30} + \item Thermodynamic system, \hyperpage{30} + \item thermodynamic system, \hyperpage{30} + \item thermodynamical equilibrium, \hyperpage{30} + \item Thorium series, \hyperpage{26} + \item threshold frequency, \hyperpage{21} \item Time dilation, \hyperpage{14} - \item Time-independent Schrödinger equation, \hyperpage{23} - \item time-independent Schrödinger equation, \hyperpage{23} + \item Time-independent Schrödinger equation, \hyperpage{22} + \item time-independent Schrödinger equation, \hyperpage{22} \item timelike, \hyperpage{15} - \item top, \hyperpage{28} + \item top, \hyperpage{27} \item Torque, \hyperpage{13} \item torque, \hyperpage{13} - \item trace, \hyperpage{36} - \item Transient equilibrium, \hyperpage{27} + \item trace, \hyperpage{35} + \item Transient equilibrium, \hyperpage{26} + \item Transport theorem, \hyperpage{40} \item Turbulent flow, \hyperpage{17} \item Types of events, \hyperpage{15} \indexspace - \item ultraviolet catastrophe, \hyperpage{21} + \item ultraviolet catastrophe, \hyperpage{20} \item Uniform linear motion, \hyperpage{11} - \item unitary, \hyperpage{37} - \item Unstable, \hyperpage{31} - \item up, \hyperpage{28} + \item unitary, \hyperpage{36} + \item Unstable, \hyperpage{30} + \item up, \hyperpage{27} \indexspace \item vacuum permeability, \hyperpage{8} - \item valence band, \hyperpage{29} - \item VB, \hyperpage{29} + \item valence band, \hyperpage{28} + \item VB, \hyperpage{28} \item Velocity of a fluid in a channel, \hyperpage{17} \item Viscosity, \hyperpage{17} \item viscosity, \hyperpage{16} - \item volumetric coefficient of thermal expansion, \hyperpage{32} + \item volumetric coefficient of thermal expansion, \hyperpage{31} + \item vortex line, \hyperpage{42} + \item vortex sheet, \hyperpage{42} + \item vortex tube, \hyperpage{43} + \item vorticity, \hyperpage{42} + \item vorticity equation, \hyperpage{43} + \item vorticity per unit of mass, \hyperpage{43} \indexspace - \item wave function, \hyperpage{23} - \item Wavelenth of a particle, \hyperpage{22} - \item white, \hyperpage{28} - \item Wien's displacement constant, \hyperpage{21} - \item Wien's displacement law, \hyperpage{21} + \item wave function, \hyperpage{22} + \item Wavelenth of a particle, \hyperpage{21} + \item white, \hyperpage{27} + \item Wien's displacement constant, \hyperpage{20} + \item Wien's displacement law, \hyperpage{20} \item Work, \hyperpage{13} \item work, \hyperpage{13} \indexspace - \item Zeroth law of thermodynamics, \hyperpage{31} + \item Zeroth law of thermodynamics, \hyperpage{30} \end{theindex}