Energie: Difference between revisions

From testwiki
Jump to navigation Jump to search
No edit summary
*>SchuBot
Einrückungen Mathematik
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<math>E^2=m^2 c^4 + \underline{p}^2 c^2</math>
<math>E^2=m^2 c^4 + \underline{p}^2 c^2</math>
mit Impuls


<math>\underline{p}=\gamma {{m}_{0}}\underline{v}</math>
mit Impuls


folgt
:<math>\left| \underline{p} \right|=\gamma {{m}_{0}}\left| \underline{v} \right|</math> folgt <math>E=\gamma {{m}_{0}}{{c}^{2}}</math>
 
<math>E=\gamma {{m}_{0}}{{c}^{2}}</math>


[[Taylor-Entwicklung]] für kleine Geschwindigkeiten:
[[Taylor-Entwicklung]] für kleine Geschwindigkeiten:
Line 17: Line 14:
Print["E" == EnergyAppox]
Print["E" == EnergyAppox]
</source>
</source>
<math>E=c^2 m_0+\frac{p^2}{2 m_0}-\frac{p^4}{8 \left(c^2 m_0^3\right)}+O\left(p^6\right)</math>
:<math>E=c^2 m_0+\frac{p^2}{2 m_0}-\frac{p^4}{8 \left(c^2 m_0^3\right)}+O\left(p^6\right)</math>


De Brogli:
De Brogli:
<math>E=\hbar \omega </math>
:<math>E=\hbar \omega </math>
[[Kategorie:Mechanik]]


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

Latest revision as of 16:26, 12 September 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:Mechanik

Kategorie:Definition