Energie: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
*>SchuBot Einrückungen Mathematik |
||
Line 3: | Line 3: | ||
mit Impuls | mit Impuls | ||
<math>\left| \underline{p} \right|=\gamma {{m}_{0}}\left| \underline{v} \right|</math> | <math>\left| \underline{p} \right|=\gamma {{m}_{0}}\left| \underline{v} \right|</math> folgt <math>E=\gamma {{m}_{0}}{{c}^{2}}</math> | ||
folgt | |||
<math>E=\gamma {{m}_{0}}{{c}^{2}}</math> | |||
[[Taylor-Entwicklung]] für kleine Geschwindigkeiten: | [[Taylor-Entwicklung]] für kleine Geschwindigkeiten: |
Revision as of 16:05, 12 September 2010
mit Impuls
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]
De Brogli: Kategorie:Mechanik