Neutral Minimalist Simple Elegant Marble Quote Instagram Post

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Mini project

Error analysis in sloving Difffertional


equation by numerical method

by
Bhuvan kumar R
D V Hemanth
Dhanush S N
In Mathematics, a differential equation is
an equation with one or more derivatives
of a function.

(d2y/dx2)+ 2 (dy/dx)+y = 0
so, the degree of this equation here is 1

The equations can be written as:


f(x)dx+g(y)dy=0, where f(x) and g(y)
are either constants or functions of
x and y respectively.
Numerical method types
Runge-Kutta Method

Euler method

Milne method

Taylor Series
errors in numerical method

There are three main sources of


errors in numerical computation:
rounding, data uncertainty, and
truncation.
Rounding errors, also called
arithmetic errors, are an
unavoidable consequence of
working in finite precision
arithmetic. ...
Uncertainty in the data is always a
possibility when we are solving
practical problems.
Runge Kutta Method

Runge–Kutta method is an effective


and widely used method for solving
the initial-value problems of

differential equations. Runge–Kutta


method can be used to construct
high order accurate numerical
method by functions' self without
needing the high order derivatives
of functions.
Fromula for R K method
Errors correction

Avoid subtracting two nearly equal


numbers.
If your equation has large and small
numbers, work with smaller numbers
first.
Consider rearranging your equation so
that numbers of a similar magnitude
are being used in an operation.

You might also like