Energie: Difference between revisions

From testwiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:
<math>E=\hbar \omega </math>
<math>E=\hbar \omega </math>


[[Kategorie:Definition Mechanik]]
[[Kategorie:Definition]]

Revision as of 16:34, 16 August 2010

E2=m2c4+p_2c2

mit Impuls

|p_|=γm0|v_|

folgt

E=γm0c2

Taylor-Entwicklung für kleine Geschwindigkeiten:

$Assumptions = c > 0 && Subscript[m, 0] >= 0 && p >= 0 && v >= 0;

Energy      := Sqrt[Subscript[m, 0]^2*c^4 + p^2*c^2];
EnergyAppox := Series[Energy, {p, 0, 5}] // Simplify;

Print["E" == EnergyAppox]

E=c2m0+p22m0p48(c2m03)+O(p6)

De Brogli: E=ω

Kategorie:Definition