Article

Constructing a Model

Monday, 19 January 2026

About

Mechanics deals with motion and the action of forces on objects. Mathematical models can be constructed to simulate real-life situations but are often more abstract.

flowchart LR
 A[Real-world problem] --> B[Setup mathematical problem, what assumptions and variables?]
 B --> C[Solve and interpret]
 C --> D{Is the answer reasonable?}
 D --> |False| B
 D --> |True| E[Report solution]