A-Level Further Pure
First order differential equations
Some differential equations can not be solved analytically; however, they can be accurately approximated with Euler’s Method:
The way this works is that you are given initial conditions
You could also use the Midpoint Formula:
Second order differential equation
You can extend Euler’s method to second order differential equations with:
Simpson’s Rule
You can approximate
where
Other forms:
This formula approximates the area under the curve by using quadratic curves to fit the function, providing a more accurate estimate than simpler methods like the trapezoidal rule.