The general linear first order differential equation is given as follows:
y′ + f(x)⋅y = g(x)
with the initial values
y(x0) = y0
The solution of the differential equation is solved numerically. The used method can be selected. Three Runge-Kutta methods are available: Heun, Euler and RK4. The initial value can be varied by dragging the red point on the solution curve. In the input fields for f and g, up to three parameters a, b and c are used which can be varied by means of the slider in the graphics.
f(x) =
g(x) =
Function | Description |
---|---|
sin(x) | Sine of x |
cos(x) | Cosine of x |
tan(x) | Tangent of x |
asin(x) | arcsine |
acos(x) | arccosine of x |
atan(x) | arctangent of x |
atan2(y, x) | Returns the arctangent of the quotient of its arguments. |
cosh(x) | Hyperbolic cosine of x |
sinh(x) | Hyperbolic sine of x |
pow(a, b) | Power ab |
sqrt(x) | Square root of x |
exp(x) | e-function |
log(x), ln(x) | Natural logarithm |
log(x, b) | Logarithm to base b |
log2(x), lb(x) | Logarithm to base 2 |
log10(x), ld(x) | Logarithm to base 10 |
Print or save the image via right mouse click.
Here is a list of of further useful calculators:
Calculator:
ODE first order General first order ODE ODE second order ODE-System 2x2 ODE-System 3x3 Exponential growth Logistic growth Riccati equation Bernoulli equationCalculator for single ODEs:
y'+ay=b y'=fy+gy^n y'+2xy=xe^(-x^2) y'+xy=x y'+y=x y'=y^2 y'+y^2=1 y'=(Ay-a)(By-b)