Use when solving mechanics, fluid dynamics, or electromagnetism problems by applying conservation of energy, momentum, angular momentum, or charge — identifying the system boundary, the conserved quantity, and the conditions under which conservation applies.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Use when solving mechanics, fluid dynamics, or electromagnetism problems by applying conservation of energy, momentum, angular momentum, or charge — identifying the system boundary, the conserved quantity, and the conditions under which conservation applies.
Solve physics problems systematically using conservation laws — identifying the conserved quantity, defining the system boundary, confirming conservation conditions are met, and applying the conservation equation to find unknowns.
Why This Is Best Practice
Adopted by: Noether's theorem (1915) established that every symmetry of a physical system corresponds to a conserved quantity — the mathematical foundation of all conservation laws. Conservation laws are the foundation of classical mechanics (Newton-Euler equations), quantum mechanics (commuting observables), special relativity (four-momentum conservation), and particle physics (Standard Model).
Impact: Conservation laws reduce multi-variable dynamics problems to algebraic equations — solving what would otherwise require complex differential equations. Goldstein (2002) demonstrates that the Lagrangian/Hamiltonian formalism unifies conservation law application across all classical physics. In engineering, conservation of momentum is the basis for rocket propulsion analysis, jet engine thrust calculation, and hydraulic force calculations — domains where Newton's laws applied directly become intractable.
Steps
1. Choose the relevant conservation law
Match the conservation law to the problem type:
Conservation law
Applies when
Symmetry
Energy
No non-conservative forces (friction, drag) OR account for heat/work
Time translation invariance
Linear momentum
No net external force on system
Translational invariance
Angular momentum
No net external torque on system
Rotational invariance
Charge (Kirchhoff's current law)
Always (charge is always conserved)
Gauge invariance
Mass (continuity equation)
Non-relativistic fluid flow
—
Baryon number / lepton number
Nuclear/particle physics
—
2. Define the system boundary precisely
The conservation law applies to the entire system, not to any part of it:
Conservation of momentum: the system must include all objects experiencing internal forces; external forces (gravity, table contact) are accounted for separately
Conservation of energy: the system must include all forms of energy (kinetic, potential, thermal, chemical)
Mistakes almost always trace to an incorrectly defined system.
L_before = L_after
Iω_before = Iω_after (for rigid body about fixed axis)
With changing moment of inertia (figure skater effect):
When I decreases (arms pulled in), ω increases: Iᵢωᵢ = Ifωf.
Angular momentum of particle about point O:
L = r × p = mvr·sin(θ)
Where θ = angle between r and v.
Kepler's second law is conservation of angular momentum: as a planet sweeps equal areas in equal times, r×v = constant.
6. Verify with dimensional analysis and limiting cases
After applying conservation law:
Check units: both sides of the equation must have identical units
Test limiting cases: if m₁ >> m₂ in a collision, m₁ should be nearly unaffected — verify
Check sign conventions: momentum vectors have direction; energy is scalar (always positive)
Sanity check: final KE should never exceed initial KE for an inelastic collision (energy is not created)
Common Mistakes
Including external forces in "isolated system" and still applying momentum conservation: If there is a net external force (gravity on a falling object, friction from a table), linear momentum is NOT conserved — apply the impulse-momentum theorem instead.
Forgetting rotational KE in spinning systems: Total KE = ½mv² + ½Iω². Forgetting the rotational term in a rolling-without-slipping problem gives wrong energy budgets.
Using conservation of mechanical energy when friction is present: Friction converts mechanical energy to heat — mechanical energy is not conserved. Either include the heat term or use work-energy theorem with friction force.
When NOT to Use
Chaotic systems where small perturbations grow exponentially: conservation laws still hold but cannot predict long-term trajectories (e.g., three-body gravitational problem, turbulent flow).