The differential equation is one of the main tools in modifying natural phenomena and the process of physics, such as fluid movement, population growth, and temperature change. However, many of these differential equations are difficult or even unlikely to be solved analytically. This is where numerical aproxization becomes very important. Numeric techniques allow us to approach differential equations solutions with adequate accuracy using a computable method.
Numeric aproxification for differential equations involves methods that produce solutions in a discrete form. Instead of looking for solutions in the right mathematical expression form, the numerical method focuses on the values of functions on certain points. Numeric methods are usually used for regular differential equations and partial differential equations.
Some common methods used in numerical aproxization include:
Euler's method is one of the simplest methods to approach the normal differential equations solution. This method uses point by point approaches to calculate solutions gradually from one starting point to the next.
For example, for the common differential equations of dydx = f (x, y) frac {dy} {dx} = f (x, y) dxdy = f (x, y), Euler's method uses the following formula to estimate the solution on to -n + 1n + 1n + 1: yn + h
where hhh is the length of the step, or the distance between the xnx _ nxn node and xn + 1x _ {n + 1} xn + 1 Although this method is very simple and easy to implement, Euler's methods tend to be less accurate, especially for non-subtle functions or very nonlinear.
The SungeThe fourth Runge- Kutta order (RK4) method is the most common method used in numeric applications because of the balance between complexity and high accuracy.
The steps of the Rune-Kutta order's fourth method involve calculating some estimated derivative value at different points in the interval hhh, then combine it to give a more accurate estimate. RK4 formula for yn + 1y _ {n + 1} Yn + 1 is the following: yn + 1 = yn + h6 (k1 + 2k2 + 2k2 + 2k4) y + n + 1}
with: k1 = f (xn, yn) k _ 1 = f (x _ n, y _ n) k1
The RK4 method is very popular because of its accuracy, especially for the PDB problem involving fast-changing dynamics or the high-linear.
For partial differential equations, such complex methods Until Element Method (Finite Element Method) Used a lot. This method splits the domain of problems into simpler little elements, usually in triangles or tetrahedrons for two dimensions or three dimensions.
The method of elements until it's suitable for physics problems such as voltage distribution, fluid flow, or electromagnetic field analysis, where geometry problems are not always simple and solutions cannot be found analytically.
General processes in the method of elements until include:
The numerical approach to differential equations is used in various areas. Some examples of the application are between us:
One of the main challenges in numeric aproxization is stability and accuracy. The method used should be stable, which means miscalculation should not grow out of control during iteration. Too big step size can cause an inaccurate solution, whereas a step size too small will take a very long time to compute. Therefore, it takes compromise between accuracy and computing efficiency.
Numeric aproxification for differential equations is a very useful tool for solving complex problems that can't be solved analytically. Methods like Euler, Runge-Kutta, and elements to allow scientists and engineers to model high-precision physical phenomena. With the development in computing, numerical methods become more and more major solutions to analysis and simulating systems.
Source: Burden, R. L., & Faires, J. D. (2010). Numerical Analysis. Brooks. Cole.