Tag

Numerical Integration

1 views collected around this technical thread.

Model Perspective
Model Perspective
Nov 26, 2024 · Fundamentals

Unraveling the Three-Body Problem: From Newton’s Laws to Numerical Solutions

This article explains the historical background of the three-body problem, outlines its mathematical formulation using Newton’s law of gravitation and motion, derives the system of first-order differential equations, and discusses common numerical methods such as Euler, Runge‑Kutta, and symplectic integrators for solving it.

Newtonian mechanicsNumerical Integrationchaos theory
0 likes · 5 min read
Unraveling the Three-Body Problem: From Newton’s Laws to Numerical Solutions
Model Perspective
Model Perspective
Jun 20, 2022 · Fundamentals

Estimating Projectile Hit Probability Inside an Ellipse with Monte Carlo and Numerical Integration

This article demonstrates how to compute the probability that a projectile, whose impact points follow a bivariate normal distribution with 100 m standard deviations, lands inside a given elliptical target by comparing analytical numerical integration with a Monte Carlo simulation implemented in Python.

Bivariate Normal DistributionMonte CarloNumerical Integration
0 likes · 3 min read
Estimating Projectile Hit Probability Inside an Ellipse with Monte Carlo and Numerical Integration