Categories
Tools

AutoHotkey Script for Physics Teachers

This is work in progress. Please comment below if you think of something you would like added.

Last updated: 3rd December 2020

; general terms
; CTRL+SHIFT

; x, gives × 10
^+x::
Send, × 10
return

; o, gives ohm symbol
^+o::
Send, Ω
return

; a, gives α symbol
^+a::
Send, α
return

; b, gives β symbol
^+b::
Send, β
return

; g, gives γ symbol
^+g::
Send, γ
return

; u, gives μ symbol
^+u::
Send, μ
return

; r, gives ρ symbol
^+r::
Send, ρ
return


; w, gives ω symbol
^+w::
Send, ω
return

; Superscript
; SHIFT+WIN
; Shift + Win + 1, 2, 3, 6, 9 and - will give the superscript

+#-::
Send, ⁻
return

+#1::
Send, ¹
return

+#2::
Send, ²
return

+#3::
Send, ³
return

+#6::
Send, ⁶
return

+#9::
Send, ⁹
return

+#e::
Send, ⁻¹⁹
return


; Subscript
; CRTL+WIN

; Ctrl + Win + 1, 2, 3, x, y, t (total) and - will give the superscript of the key or (value)

#^1::
Send, ₁
return

#^2::
Send, ₂
return

#^3::
Send, ₃
return

#^x::
Send, ₓ
return

#^y::
Send, ᵧ
return

#^n::
Send, ₙ
return

#^t::
Send, ₜₒₜₐₗ
return
Categories
Wave properties Waves

A longitudinal wave

Longitudinal waves

http://physics.bu.edu/~duffy/HTML5/longitudinalwave.html

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Categories
Wave properties Waves

Longitudinal and transverse waves basics

Wave properties

http://ophysics.com/w6.html

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Categories
Wave properties Waves

Simple wave generator

Investigate speed, frequency wavelength, sound

http://www.physicsclassroom.com/Physics-Interactives/Waves-and-Sound/Simple-Wave-Simulator

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Categories
Wave properties Waves

Wavelength Lab

Wave properties

http://www.thephysicsaviary.com/Physics/Programs/Labs/WavelengthLab/index.html

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Categories
Wave properties Waves

Waves basics: Tutorial

Wave properties

http://ophysics.com/waves1.html

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Categories
Wave properties Waves

Waves properties Tutorial

Wave properties

http://ophysics.com/waves2.html

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Categories
Electromagnetism Solenoids

Field around a solenoid

Change p.d./current see effect on compass

http://www.physics-chemistry-interactive-flash-animation.com/electricity_electromagnetism_interactive/solenoid_magnetic_field_current_poles_north_south.htm

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Helen rates this resource as good

Categories
Electromagnetism Solenoids

Magnetic field of a solenoid

Change turns, p.d., measure B field

http://www.physics-chemistry-interactive-flash-animation.com/electricity_electromagnetism_interactive/solenoid_magnetic_field_parameters_current_number_turns.htm

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Categories
Electromagnetism Transformers

Transformer action

Watch a flash animation of step up/step down

http://www.schoolphysics.co.uk/animations/Electricity%20-%20magnetism%20animations/Transformer/index.html

N.B. Preview is created automatically, doesn't always work and may capture splash screens.

Helen rates this resource as Good