com um clique
conservation-laws
// Use when applying conservation of energy, momentum, angular momentum, charge, or other conserved quantities to constrain or solve a physical system.
// Use when applying conservation of energy, momentum, angular momentum, charge, or other conserved quantities to constrain or solve a physical system.
MCTS-based autonomous physics problem solver with arXiv search, prior knowledge retrieval, and multi-agent reasoning. Use when you need to solve physics problems, search arXiv for relevant papers, or generate structured physics solutions with iterative refinement.
Use when solving problems involving Maxwell's equations, electrostatics, magnetostatics, electromagnetic waves, radiation, or relativistic electrodynamics.
Use when checking dimensional consistency, estimating physical scales, or deriving functional forms via the Buckingham Pi theorem.
Use when decomposing signals or fields into frequency/momentum components, applying Fourier transforms, or using spectral methods to solve differential equations.
Use when solving ordinary or partial differential equations numerically, including choosing integrators, discretization schemes, and stability analysis.
Use when solving a problem by expanding around a known solution in a small parameter, including regular and singular perturbation theory.
| name | conservation_laws |
| description | Use when applying conservation of energy, momentum, angular momentum, charge, or other conserved quantities to constrain or solve a physical system. |
Apply this skill when a problem involves identifying conserved quantities, using them to reduce degrees of freedom, or constraining kinematics and dynamics via conservation principles.
Identify applicable conservation laws, derive the conserved quantities, and use them to constrain or solve the problem.
system_description: Description of the physical system and its interactionsknown_quantities: Masses, velocities, charges, fields, or other given datasymmetries: Any stated or inferred symmetries (translational, rotational, gauge, etc.)conserved_quantities: List of applicable conserved quantities with justificationconstraint_equations: Explicit equations relating initial and final statessolution: Derived unknowns from the conservation constraintsIdentify the symmetries of the system.
Write down the conserved quantity expressions.
Set up constraint equations.
Solve the constraint system.
Verify consistency.