An equation that relates some unknown function itself and its derivatives of various orders.

learn more… | top users | synonyms

5
votes
1answer
92 views

Minimal surface solution in Python

I have a set of 3D points defining a 3D contour. What I want to do is to obtain the minimal surface representation corresponding to this contour (see Minimal Surfaces in Wikipedia). Basically this ...
0
votes
6answers
64 views

Numerical differential equation solver algorithm segfaults unexpectedly

I was trying to solve a differential equation in octave but it takes forever with the differential unit I have chosen, so I decided to code it in C. Here is the algorithm: #include <stdio.h> ...
1
vote
2answers
25 views

Finding the maxima of a function using ODE45

I'm trying to locate the locations of one of the equations in a system of differential equations in MATLAB.I'm trying to use the Events propety of odeset.How do I pick out the particular equation in ...
2
votes
2answers
131 views

Matlab: finding coefficients of ODE system

I have all the data and an ODE system of three equations which has 9 unknown coefficients (a1, a2,..., a9). dS/dt = a1*S+a2*D+a3*F dD/dt = a4*S+a5*D+a6*F dF/dt = a7*S+a8*D+a9*F t = [1 2 3 4 5] S = ...
-5
votes
1answer
30 views

Calculate ODE's with MATLAB

The differential equations: α'(t)=s(β-βα+α-qα^2) β'(t)=(s^-1)(-β-αβ+γ) γ'(t)=w(α-γ) Intitial values α (0) = 30.00 β (0) = 1.000 γ (0) = 30.00 Calculation I want to solve the problem from ...
0
votes
0answers
21 views

Adding conditions and thresholds to differential equation solver

I am trying to solve a 3 species differential model and there are instances where one of the species, dN2/dt, goes extinct or rather in this case it continues to plummet into the negatives. I have ...
1
vote
1answer
36 views

Solving Differential equations in Matlab, ode45

I'm trying to solve a system with three differential equations with the function ode45 in Matlab. I do not really understand the errors i am getting and i could use some help understanding what im ...
0
votes
0answers
13 views

returning a variable that's not a differential equation in deSolve

i'm attempting to build a dynamic model that's based on 4 equations. I would like to define a 5th variable as a function of two of the main equations and return it (i.e., be able to plot it against ...
0
votes
1answer
72 views

To solve differential equation of bass diffusion model by Mathematica [closed]

This time is that I first post question. Because I want to do some research about applying bass diffusion model to software reliability. So I tried to derive this model step by step, When I tried to ...
0
votes
1answer
23 views

Error with fde12 multiple initial conditions in MATLAB

When I am giving values of alpha>1, e.g., alpha=1.05, it gives error: ??? Error using ==> fde12 at 114 A not sufficient number of assigned initial conditions. Order ALPHA = 1.050000 requires 2 ...
-1
votes
0answers
100 views

Solving fractional differential equations in Matlab using fde12 function [closed]

I have a set of differential equations of the form: dv/dt = a[b-c*m-d*n-e*h] dm/dt = p(v) dn/dt = q(v) dh/dt = r(v) I am solving it first as an ...
0
votes
1answer
34 views

how to use dorpi5 or dop853 in python

I have looked through scipy.integrate.ode but I am unable to find out how to actually use these integration methods, dorpi5 and dop853. Additionally, there was only one post on stackoverflow that I ...
2
votes
3answers
208 views

ode integration in python versus mathematica results

Edit: So I found out that NDSolve for ODE is using Runge Kutta to solve the equations. How can I use the Runge Kutta method on my python code to solve the ODE I have below? From my post on text files ...
-1
votes
2answers
37 views

How to numerically test stability of an oscillation curve? [closed]

I am now having an oscillation curve which is part of the solutions of a set of nonlinear ordinary differential equations. I am required to test the stability/convergence of this curve as time goes to ...
0
votes
1answer
35 views

integrating orbital trajectories 2

The original second order ODEs are x'' - 2 * omega * y' - omega ** 2 * x = - mue * (x + pi2 * r12) / np.sqrt((x + pi2 * r12) ** 2 + y ** 2) ** 3 - mum * (x - pi1 * r12) / np.sqrt((x - pi1 * r12) ** 2 ...
1
vote
1answer
50 views

python is freezing when executing a 3d plot

From plotting orbital trajectories, we have the following code. The values have been changed to known IC that work. If this code is correct (it can't be though), it would generate Running this ...
3
votes
1answer
118 views

plotting orbital trajectories in python

How can I setup the three body problem in python? How to I define the function to solve the ODEs? The three equations are x'' = -mu / np.sqrt(x ** 2 + y ** 2 + z ** 2) * x, y'' = -mu / np.sqrt(x ** ...
0
votes
1answer
98 views

How do I plot a nonlinear differential equation system in MATLAB? [duplicate]

Actually, I am asking the same question again Dx=y Dy=-k*y-x^3+9.8*cos(t) inits=('x(0)=0,y(0)=0') these are the differential equations that I wanted to plot. first, I tried to solve the ...
1
vote
2answers
125 views

How to express and solve this differential equation system in Matlab? [closed]

The equations looks like this: dxi(t)/dt = -c * xi(t) * yi(t) dyi(t)/dt = a * Σ{i=1 to n}(xi(t) * yi(t)) + xi(t) * yi(t - 1) + b where a, b and c are whatever constant values you want, for example ...
0
votes
1answer
102 views

Solving Bessel Function using Runge Kutta

I'm working on an assignment for a class of mine and I'm supposed to write a code using a program of my choice (I've chosen Matlab) to solve the Bessel function differential equation using the 4th ...
2
votes
4answers
176 views

numerical ODE solving in python

I am new to Python so at this moment in time, I can only very basic problems. How do I numerically solve an ODE in Python? Consider \ddot{u}(\phi) = -u + \sqrt{u} with the following conditions ...
1
vote
1answer
56 views

How to plot and solve this differential equation with maple 12?

Consider the differential equation $y^{\prime}=y-2$ with initial condition $y\left(0\right)=1$. a) Use Euler's method with 4 steps of size 0.2 to estimate $y\left(0.8\right)$ I know how to do this ...
1
vote
0answers
19 views

sensitivities using assimulo ida(from sundials)

I'm trying to solve a problem with sensibilities using ida with assimulo. solving the problem without sensibilities works fine but now i want to do it with sensibilities in finaltime, initial values ...
1
vote
0answers
41 views

R:Time dependent parameters in a differential equations model

I have a differential equations model (see below), I am looking for some way to change some of the values of the parameters at a certain time step or at a certain value of one of the state variables ...
0
votes
0answers
195 views

Solve non-linear system of differential equation on Matlab

I need to solve this system of differential equations for a range of s=[0,200]. I would prefer to do it with MatLab but I have access at my place of work to other software. Dependent variables = ...
0
votes
1answer
64 views

how to draw a slope field in matlab

I was looking for a way to draw slope fields in Matlab. Here is what I am looking for: I have an equation dy/dx = f(x,y) or dx/dt = f(x,y) dy/dt = g(x,y) and I want to draw it in a nice way ...
1
vote
0answers
107 views

How to fit multiple parameters to a differential equation in R?

With a dataset like this time C 0.1 2.6 0.25 4.817 0.5 6.596 0.75 6.471 1 6.049 1.5 5.314 2 4.611 2.5 4.5 3 4.392 4 4.013 5 3.698 6 3.505 8 3.382 12 2.844 14 2.383 24 1.287 ...
0
votes
2answers
138 views

Fitting differential equations: how to fit a set of data to a differential equation in R

With a data set: conc <- data.frame(time = c(0.16, 0.5, 1.0, 1.5, 2.0, 2.5, 3), concentration = c(170, 122, 74, 45, 28, 17, 10)) and I would like to fit this data to the differential equation ...
2
votes
2answers
134 views

Stop integration with odeint used with thrust

I'm trying to integrate a system of ODEs with the odeint library and thrust in parallel on a set of points (this means same ODE with many different initial conditions). In particular I'm using the ...
0
votes
1answer
79 views

Why is my function in NDSolve not equivalent to “If”?[update 1]

My questioin is: why rhsexpr works but rhsfunc doesn't. Thanks. :) m = l = 1.; \[Mu] = 100; beltv[t_] = .1; spring[x_] = 1000. (l - x); viscous[v_] := -30. (v - beltv[t]); ...
1
vote
1answer
82 views

solving ODE on microcontroller

I would like to solve two ODE first order on microcontroller. It has to be evaluated every 100ms x'=-k_{1}\cdot (x-x_{ref})\cdot e^{-b\cdot ((x-x_{obs})^{2}+(y-y_{obs})^{2})} y'=-k_{1}\cdot ...
1
vote
2answers
111 views

Is there an fast algorithm computing powers multiple a one-half?

I'm writing a program for solving of planar restricted three-body problem. Its equations are below. This function computes derivatives of position and velocity and write them to array. ...
2
votes
1answer
159 views

MATLAB - Curves of Pursuit (Predator/Prey)

In my engineering class we are programming a "non-trivial" predator/prey pursuit problem. Here's the gist of the situation: There is a prey that is trying to escape a predator. Each can be modeled as ...
0
votes
1answer
132 views

linear two-equation system, two variables to second derivative in both

Forgive me if this is considered reposting, but I've been advised I might have given a bad format. I'm trying to solve the two linear, second order differential equations. I want to break them into ...
0
votes
0answers
296 views

System of two second order linear differential equations with second derivatives of two variables

I'm trying to solve a system of two second order linear differential equations with the ode45 function. It is a two degree of freedom problem with 2nd order derivatives of both variables, u and theta. ...
0
votes
0answers
73 views

Plotting a vector field in Mathematica--I'm not sure how to get my equation in the right form

I have an equation that I need to make a vector field for. It is y' = ay -by^2 -qy^3/p+y^3. Now, this may be a math question more than anything else.... but how do I get this into vector form and ...
0
votes
2answers
1k views

Implementing Runge-Kutta for Systems of DE

I'm trying to implement the Runge-Kutta Method for Systems of DEs in MATLAB. I'm not getting the correct answers, I'm not sure if there is something wrong in the code or the commands I use to run it. ...
0
votes
2answers
605 views

how to solve a system of Ordinary Differential Equations (ODE's) in Matlab

I have to solve a system of ordinary differential equations of the form: dx/ds = 1/x * [y* (g + s/y) - a*x*f(x^2,y^2)] dy/ds = 1/x * [-y * (b + y) * f()] - y/s - c where x, and y are the variables ...
0
votes
1answer
166 views

Using ode23 in MATLAB: Value not given at endpoint

I'm trying to solve differential equations using ode23 in MATLAB but in the given problem, the value given is different from the endpoint. For example: y'+y=2, y(0)=0, t on [-2,10]. ode23 expects a y0 ...
1
vote
1answer
58 views

Bound an odeint variable

I'm using odeint to simulate a system wherein there are several variables which should not go less than zero. Is there an appropriate way to bound a variable in odeint to a particular range?
0
votes
1answer
89 views

How can i plot direction fields in “Mathematica”?

I'm new to mathematica and i'm trying to learn how to use it, i was trying to plot a direction field but i couldn't, here are my differential equations: y' = exp(-x) + y y' = (1/6)y^3 - y - (1/3)t^2 ...
0
votes
1answer
66 views

Set current state in odeint

I would like to set the current_state of a stepper in boost::odeint. I have the following MWE: #include <queue> #include <boost/numeric/odeint.hpp> #include <array> typedef ...
2
votes
1answer
94 views

Limit number of steps in boost::odeint integration

Say that I have the following boost::odeint code: #include <iostream> #include <boost/array.hpp> #include <boost/numeric/odeint.hpp> using namespace std; using namespace ...
0
votes
0answers
45 views

NONLINEAR SOLVER EQUATION

i want to solve an optimal control problem with matlab: my matlab code is: `MYcode here""""""""""""""""""""""""""""""" % % % State equations syms x1 x2 p1 p2 u; Dx1 = x2 Dx2 = -x1 + x2 - ...
-4
votes
1answer
119 views

How can I solve this differential equation in MATLAB?

The differential equation is: k*r=sqrt( (r`)^2 + r^2 ) The value of k is 2. How can I realize the function and solve it with ode45?
-1
votes
1answer
122 views

C++ code running slow after a few seconds [closed]

I have C++ code which solves a partial differential equation numerically. Everything works fine, but after the first 10 or so iterations, the code starts to run about 3 times as slow. Some possibly ...
0
votes
2answers
840 views

Solving coupled Differential Equation by Matlab or by calculations

Solving coupled non linear differential equation by Mat-lab or by calculations equation 1: x'(t) = -a* x(t) /(x(t) + y(t)) equation 2: y'(t) = -b* y(t) /(x(t) + y(t)) I tried in mathematica ...
6
votes
1answer
187 views

Errors while solving ODE's python

I have a university project in which we are asked to simulate a satellite approach to Mars using ODE's and SciPy's odeint function. I manage to simulate it in 2D by making a second-order ODE into ...
0
votes
1answer
96 views

is there any opensource analitical differential equations solver (alike Octave)?

is there any opensource analitical differential equations solver (alike Octave that solves de's numerically)? May be any octave branch?
3
votes
1answer
124 views

Animate the movement of a point along the plot of a specific solution obtained using ParametricPlot3D

We have the system: x'[t] == x[t] - 5 y[t] + z[t] y'[t] == 3 x[t] - 3 y[t] - 3 z[t] z'[t] == -2 x[t] + 10 y[t] + 4 z[t] and the initial conditions: x[0] == .01 y[0] == 3 z[0] == 0 I produced ...

1 2 3