Energie: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
mit Impuls | mit Impuls | ||
<math>\underline{p}=\gamma {{m}_{0}}\underline{v}</math> | |||
<math>\left| \underline{p} \right|=\gamma {{m}_{0}}\left| \underline{v} \right|</math> | |||
folgt | folgt | ||
Revision as of 20:00, 11 July 2009
mit Impuls
folgt
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]