Ode system Definition and 24 Threads
-
I How to Find the Generalized Eigenvector in a Matrix ODE?
Hi, I have a set of ODE's represented in matrix format as shown in the attached file. The matrix A has algebraic multiplicity equal to 3 and geometric multiplicity 2. I am trying to find the generalized eigenvector by algorithm (A-λI)w=v, where w is the generalized eigenvector and v is the...- Alwar
- Thread
- Eigenvector generalized Linear algebra Ode system
- Replies: 10
- Forum: Linear and Abstract Algebra
-
V
Python Adding noise and solving stochastic ODEs in Python
The Coupled ODE Model Below are my coupled differential equations, where the only variable I try to meddle with is the ITMblood. The motivation here is if I try to increase ITMblood (in the next section I will show how I do it), at some concentration of ITMblood (most likely a very huge one) ...- vabsie
- Thread
- Noise Ode system Odes Python Stochastic
- Replies: 11
- Forum: Programming and Computer Science
-
Maple How to get my function from these dsolve results
Hi! I'm trying to solve ODE system with 2 equations Here is a result from dsolve. How can i get R(t) out of it And how to substitute initial conditions in it?- Dwightun
- Thread
- Function Maple Ode system
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
A How can the stability of an ODE system be determined without solving it?
Hi PF! Given the ODE system ##x'(t) = A(t) x(t)## where ##x## is a vector and ##A## a square matrix periodic, so that ##A(t) = A(T+t)##, would the following be a good way to solve the system's stability: fix ##t^*##. Then $$ \int \frac{1}{x} \, dx = \int A(t^*) \, dt \implies\\ x(t) =...- member 428835
- Thread
- Ode Ode system System
- Replies: 7
- Forum: Differential Equations
-
N
Partial Differential Equation with variable coefficients
Homework Statement This question relates to a very large project I have been assigned in a course on mathematical methods in structural engineering. I have to solve the following equation, in a specific way: (17) Now we have to assume the following solution: (18) It wants me insert...- NicolaiTheDane
- Thread
- Coefficients Differential Differential equation Ode system Partial Pde Variable
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
Maple ODE System Solution Maple: Plotting Earth's Orbit with Sun at Origin
Hey there! I was trying to plot a ODE solution, but am not getting what I should be. It is actually plotting the orbit of Earth with Sun at the origin. My equations The (-0.00011847) is GM. The Initial Conditions: The plot I get: Should not I be getting a elliptic/circular plot as the...- incredibe1999
- Thread
- Maple Ode Ode system System
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
A Numerically calculating the solution for a non-homogeneous ODE system
I have been solving system of homogeneous ODE numerically using Crank-nicolson (CN) method but now I have a system of non-homogeneous ODE. It would seem that CN would not work since the rank of the matrix will be less than the dimension of the matrix. Is there any other method that can...- semc
- Thread
- Ode Ode system System
- Replies: 6
- Forum: Differential Equations
-
N
Find the approximate linear ODE system
dx/dt = x-y^2 dy/dt= x^2 -xy -2x For each critical point, find the approximate linear OD system that is valid in a small neighborhood of it. I found the critical points which are (0,0),(4,2),(4,-2) but have no idea how to do the above question! please help!- NiallBucks
- Thread
- Approximate Critical point Differential equation Differential equations Linear Ode Ode system Points System
- Replies: 6
- Forum: Differential Equations
-
B
Estimating the Parameter 'a' from ODE System
Hi everyone I have a system of ODE as follows x1_dot=f1(t)-ax1 x2_dot=f2(t)-ax2 x3_dot=f3(t)-ax3 f1,2,3(t) are unknown nonlinear functions of time, a is constant and unknown, x1,2,3 and their derivatives are given. How can I estimate the parameter a from the given information? Thanks- Bita_La
- Thread
- Ode Ode system Parameter System
- Replies: 2
- Forum: Differential Equations
-
A
Trapping region for a nonlinear ODE system
I need to find a trapping region for the next nonlinear ODE system $u'=-u+v*u^2$ $v'=b-v*u^2$ for $b>0$. What theory i need to use or which code in Mathematica o Matlab could help me to find the optimal trapping region.- Aldo Leal
- Thread
- Nonlinear Nonlinear differential Ode Ode system System
- Replies: 12
- Forum: Differential Equations
-
S
Forward Euler Method for ODE system
Homework Statement Solve the following system for 0<t<5 u^\prime = u-e^{-2t} v, u(0) = 1 v^\prime = u+3v, v(0) = -2 using Forward Euler method and implement the numerical scheme into a MATLAB code. Homework Equations Forward Euler : \vec x^(\prime)_{n+1} = \vec F(t,\vec x)...- stvoffutt
- Thread
- Euler Euler method Method Ode Ode system System
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
W
Change ODE system to Polar to apply Poincare-Bendixson
Question: Show that the system x'= x-y-x[x^2 + (3/2)y^2] y'= x+y -y[x^2 + (1/2)y^2] has at least one periodic orbit. I know that I need to apply Poincare-Bendixson Theorem. I can prove the first three points of it easily, but to create a trapping region, I believe that I need to...- wrolsr
- Thread
- Apply Change Ode Ode system Polar System
- Replies: 1
- Forum: Differential Equations
-
K
Homogeneous ODE system, how to solve using WOLFRAM
Hi. If I have a homogeneous ODE with constant coefficient system in the form of 2x2 matrix: X'=A X, A is a 2x2 matrix. How do I solve this using wolfram or matlab?- kougou
- Thread
- Homogeneous Ode Ode system System
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
J
MHB ODE system. Limit cycle; Hopf bifurcation.
Problem: The following two-dimensional system of ODEs possesses a limit-cycle solution for certain values of the parameter$a$. What is the nature of the Hopf bifurcation that occurs at the critical value of $a$ and state what the critical value is. $\dot{x}=-y+x(a+x^2+(3/2)y^2)$...- Jason4
- Thread
- Bifurcation Cycle Limit Ode Ode system System
- Replies: 4
- Forum: Differential Equations
-
J
MHB ODE system, plane-polar coordinates
I have: $\dot{x}=4x+y-x(x^2+y^2)$ $\dot{y}=4y-x-y(x^2+y^2)$ And I need to find $\dot{r}$ and $\dot{\theta}$ I got as far as: $\dot{x}=r(\text{sin}(\theta)-\text{cos}(\theta)(r^2-4))$ $\dot{y}=r(-\text{sin}(\theta)(r^2-4)-\text{cos}(\theta))$ How do I go from here to $\dot{r}$ and...- Jason4
- Thread
- Coordinates Ode Ode system System
- Replies: 9
- Forum: Differential Equations
-
Y
ODE System with Variable Coefficients
hi suppose we have this equation : d/dt(X)=A(t)*X x is a n by 1 column matrix and A is a n by n matrix that is the matrix of coefficients. coefficients of equations and consequently A are depend on t which is time. how i Solve this equation ? thanks- yashar
- Thread
- Coefficients Ode Ode system System Variable
- Replies: 3
- Forum: Differential Equations
-
M
Solving a First Order Linear ODE System with a Constraint
Hello all, I don't have much experience with ODEs. I have a simple system, which I believe is first order linear, similar to the following: dA/dt = 2A + 3B - C dB/dt = A + 2B - C dC/dt = -2A + 5B - 2C Now I would like to include the constraint that A + B + C = 1. How do I do this...- mykat
- Thread
- Constraint First order Linear Ode Ode system System
- Replies: 11
- Forum: Differential Equations
-
U
MATLAB Troubleshooting ODE Systems in MATLAB: Common Errors and Solutions
Hi to everyone, I have some problem in implementing a ODE system in matlab. function dC = Model(x,C) dC = zeros(2,1); dC(1) = -2/C(1) -3*dC(2); dC(2) = -3/C(2) -4*dC(1); [x,C] = ode23(@Model(x,C),[0 300],[56.9 0]); plot(x,C) The debugger says "? Input...- Ultimato
- Thread
- Ode Ode system System
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Z
Nonlinear ODE System: Computing w' & Finding R
Given the ODE system: v' = u(u2-1) u' = v-u Define w=u2+v2. Compute w'. Find the largest radius R for which u2+v2<R so that the if the solution curve (u,v) is inside that circle the solution tends to (0,0) as t--> +\infty Any guidance would be appriciated !- zokomoko
- Thread
- Nonlinear Ode Ode system System
- Replies: 8
- Forum: Differential Equations
-
S
Solving Tricky ODE System Homework
Homework Statement I have 3 masses in 1-D connected by two springs. A driving force is exerted on the first mass and i need to derive the equation of motion of the last mass. I have worked out the Lagrangian to determine the equations of motion but cannot solve for z. Homework Equations The...- s.g.g
- Thread
- Ode Ode system System
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
C
Help ODE System Stability - Origin Analysis
Homework Statement Hello. I want to study the stability of the origin of the following problem: dx/dt = -2y dy/dt = x + 2y dz/dt = -2z So the eigenvalues of this 3 x 3 matrix are -2, 1 + i, 1-i. The eigenvectors are (0,0,1) , (2,-1-i,0), (-2,-1+i,0)...- Carl140
- Thread
- Ode Ode system System
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Transforming Order of ODE System
Hi i got a question trying to solve some problems from my schools webpage and encountered a problem where I am given 2 RLC-Circuits and the corresponding dgls for the oscillation ( no problem so for all the standart basic E/M stuff) But then I am asked to transform this system of 2 dgl´s of...- Mr.Brown
- Thread
- Ode Ode system System
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
M
Numerical Solution to ODE System - IVP or BVP?
I have a system of spatial ODEs to solve... Actually a DAE system, but here's the issue: The equations are vaild over a specific domain, x = 0..L The equations are only bound at one point (thier "initial point") but at either 0 or L f1(0)=0 f2(0)=100 f3(L)=0 f4(L)=100 (also an...- mpowers
- Thread
- Ivp Numerical Ode Ode system System
- Replies: 6
- Forum: Differential Equations
-
Solving Heavy ODE System to Compute Round Jet Near Field
In order to solve the near field description of a round jet, I want to work out the variables F(\eta) , \rho(\eta) and Y(\eta) which represents the self similar stream function, density, and mass fraction respectively. The system obtained is...- Clausius2
- Thread
- Ode Ode system System
- Replies: 26
- Forum: Differential Equations