Odes Definition and 227 Threads
-
Control Theory -- Systems where the controller also changes with time
Usually we look at a system of ODEs of the form: $$\dot{x}=f(x,u,t)$$ $$y=g(x,u,t)$$ Why not look at systems where the controller also changes with time, i,e functions of terms ##\dot{u}##? I took quite a handful of Control Theory courses and yet as of yet never seen one incorporating this...- mad mathematician
- Thread
- Control Odes Theory
- Replies: 1
- Forum: Electrical Engineering
-
Request resources to understand Picard–Lindelöf for ODEs
I always confuse picard-lindelof forints converse. I want additional reading but don't know how to find it. Moderator Note: Moved from Academic Advising since it is too specific, and too narrow for Science Textbooks.- adf89812
- Thread
- Odes Resources
- Replies: 6
- Forum: Differential Equations
-
E
I Fundamental matrix of a second order 2x2 system of ODEs
Let ## \mathbf{x''} = A\mathbf{x} ## be a homogenous second order system of linear differential equations where ## A = \begin{bmatrix} a & b\\ c & d \end{bmatrix} ## and ## \mathbf{x} = \begin{bmatrix} x(t)\\ y(t)) \end{bmatrix} ## Now to solve this equation we transform it into a 4x4...- EinsteinCross
- Thread
- Differential equation Fundamental Matrix Odes Second order System Systems of equations
- Replies: 2
- Forum: Differential Equations
-
H
Mathematica How to check a particular solution of System of Linear ODEs?
If I have been given a system of inhomogeneous linear ODEs, $$ \vec{x'} = \begin{bmatrix} 4 & -1 \\ 5 & -2 \\ \end{bmatrix} \vec{x} + \begin{bmatrix} 18e^{2t} \\ 30e^{2t}\\ \end{bmatrix} $$ I have found its particular solution to be: $$ 1/4 \begin{bmatrix} -31e^{2t} - 25e^{6t} \\ 85e^{2t} -...- Hall
- Thread
- Differential eqautions Linear Odes Particular solution System
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
I Drawing Direction Fields for Higher Order ODEs
Hello : Trying to find references on drawing direction fields of higher order differential equation by hand as 1st step then by computer , do you know any reference I can read ( PDF , books ,...) , and hope it is not only some short notes Best regards HB- hagopbul
- Thread
- Differential eqautions Direction Drawing Fields Higher order Odes Slope
- Replies: 6
- Forum: Differential Equations
-
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
-
MATLAB How to compute the following set of ODEs with ICs
I am trying to solve the following set of 5 first order ODEs Where the variables are ##\Theta_0, \Theta_1, \Phi, \delta## and ##v##. The initial conditions (ICs) are (Note that there is a typo in the above ICs; it is ##v## instead of ##u##). I am following this solved sample, following...- JD_PM
- Thread
- Odes Set
- Replies: 7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
MHB Solutions of the ODEs - 2 first order linear equations
Find the general solution of the ODE: $\check{X_1}=X_1$ $\check{X_2}=aX_2$ where $a$ is a constant.- Julio1
- Thread
- First order Linear Linear equations Odes
- Replies: 6
- Forum: Differential Equations
-
MHB -b.2.2.33 - Homogeneous first order ODEs, direction fields and integral curves
$\dfrac{dy}{dx}=\dfrac{4y-3x}{2x-y}$ OK I assume u subst so we can separate $$\dfrac{dy}{dx}= \dfrac{y/x-3}{2-y/x} $$- karush
- Thread
- Curves Direction Fields First order Homogeneous Integral Odes
- Replies: 18
- Forum: Differential Equations
-
MATLAB A Lorenz's system of ODEs doesn't get executed in Matlab
I use the following script and function in MatLab, but get three errors. I shall first write down the code and after that the errors that I get. function yprime = lorenz_de(t,y) %LORENZ_DE Lorenz equations. % yprime = lorenz_de(t,y). yprime = [10*(y(2)-y(1))...- MathematicalPhysicist
- Thread
- Matlab Odes System
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
I When and How to Solve ODEs: Clarity for Confused Students
I know how to solve ODEs using both methods. The problem I'm having is knowing when to use one and not the other. If someone could help clarify this for me. I can't find the correct section in my textbook.- ABearon
- Thread
- Confused Differential eqautions Odes students
- Replies: 3
- Forum: Differential Equations
-
MHB -a.3.2.96 Convert a 2nd order homogeneous ODE into a system of first order ODEs
given the differential equation $\quad y''+5y'+6y=0$ (a)convert into a system of first order (homogeneous) differential equation (b)solve the system. ok just look at an example the first step would be $\quad u=y'$ then $\quad u'+5u+6=0$ so far perhaps?- karush
- Thread
- 2nd order Convert First order Homogeneous Ode Odes System
- Replies: 8
- Forum: Differential Equations
-
RLC Circuit Analysis with system of ODEs
Summary: Looking for guidance on how to model an RLC circuit with a system of ODES, where the variables are the resistor and inductor voltages. This is a maths problem I have to complete for homework. The problem is trying to prove that the attached circuit diagram can be modeled using the...- DeclanKerr
- Thread
- Analysis Circuit Circuit analysis Differential calculus Ode Odes Rlc Rlc circuit System
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
X
I Take a limit in this 2 equation system of 1st order ODEs
Hello, I'm having a problem with this system. Ignore the physics. I have the feeling it should be tremendously easy... but I can't figure it out. I don't know how to extract it from the pdf so I'll post just the these 2 pages. https://ufile.io/39ovq The equations are (1.14) and (1.15), the...- xxxyyy
- Thread
- Equation system Limit Odes System
- Replies: 3
- Forum: Differential Equations
-
I Is this numerical techique for solving ODEs widely known?
Whilst studying symplectic integrators (as a hobby!) I accidentally stumbled on http://www.maia.ub.edu/~angel/taylor/taylor.pdf, which contains a link to GPL source code for the method described. I found it fascinating, especially since searching around the topic (Taylor Series Methods)...- m4r35n357
- Thread
- Numerical Odes
- Replies: 2
- Forum: Differential Equations
-
Mathematical Biology- Coupled ODEs
Homework Statement Attached Homework Equations Below The Attempt at a Solution To be honest I was going to differentiate one equation to get a 2nd order ODE and plug in the other equation, since to me ##v(0)=0## is not strong enough to do as below, am I completely mis-interpreted...- binbagsss
- Thread
- Biology Coupled Mathematical Odes
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
H
A Stability for a system of nonlinear ODEs
Hi, I am looking at the following system of ODEs: \begin{eqnarray*} \dot{\omega}_{3}+\alpha\omega_{3} & = & \frac{\beta_{1}+\beta_{3}}{\rho_{0}}J_{3} \\ \dot{J_{3}}+2(\alpha_{2}-\alpha_{1})\beta_{2} & = & 0 \\ \dot{\beta}_{1}+\omega_{3}\beta_{2} & = & 0 \\...- hunt_mat
- Thread
- Nonlinear Odes Stability System
- Replies: 9
- Forum: Differential Equations
-
S
I Consequences on a system of ODEs after performing operations
Hi, I have derived a matrix from a system of ODE, and the matrix looked pretty bad at first. Then recently, I tried the Gauss elimination, followed by the exponential application on the matrix (e^[A]) and after another Gauss elimination, it turned "down" to the Identity matrix. This is awfully...- SeM
- Thread
- Elimination Exponent Matrix Ode Odes Operations System
- Replies: 4
- Forum: Linear and Abstract Algebra
-
C
Solving ODEs with Laplace. Stuck at Partial Fraction Expansi
Homework Statement Hi, So I had a pretty long question solving a Linear ODE but now I've gotten stuck at this stage where I can't seem to get it into the right form to carry out partial fraction expansion Homework EquationsThe Attempt at a Solution [/B] I'm quite sure that I what I have at...- CoolDude420
- Thread
- Fraction Laplace Odes Partial Stuck
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
Write 2nd order ODE as system of two 1st order ODEs
Homework Statement Write the following second-order ODE as a system of two first-order ODEs. ##d^2y/dt^2 + 5(dy/dt)^2 - 6y + e^{sin(t)} = 0## Homework Equations w = dy/dt The Attempt at a Solution The solution of the book says ##dy/dt = w, dw/dt = -5w - 6y + e^{sin(t)}##, but shouldn't it be...- s3a
- Thread
- 2nd order Ode Odes System
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
B
Calculus Translation of a German book about ODEs
I need a translation of "Differentialgleichungen : Losungsmethoden und Losugen", I guess it is written in German. This book was referenced in Shepley L. Ross' book on ODE. If the English translation is not unavailable, I am fine with a book that contains a "list" of special differential...- Buffu
- Thread
- Book Differential equation German Odes Translation
- Replies: 9
- Forum: Science and Math Textbooks
-
T
I Einstein Field Equations: PDEs or ODEs? - Thomas
This past semester, I just took an introductory course on G.R., which translates to a lot of differential geometry and then concluding with Schwarzschild's solution. We really didn't do any cosmology. However, one of the themes that kept creeping up again and again is that in 4-dimensions...- Thomas Moore
- Thread
- Confusion Cosmology Einstein Einstein field equations Field field equations General relativity Odes Pdes
- Replies: 1
- Forum: Special and General Relativity
-
Second order ODE into a system of first order ODEs
Homework Statement The harmonic oscillator's equation of motion is: x'' + 2βx' + ω02x = f with the forcing of the form f(t) = f0sin(ωt)The Attempt at a Solution So I got: X1 = x X1' = x' = X2 X2 = x' X2' = x'' ∴ X2' = -2βX2 - ω02X1 + sin(ωt) The function f(t) is making me doubt this answer...- whatisgoingon
- Thread
- First order Ode Odes Oscilator Second order Second order ode System
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
M
Properties of Solutions of Matrix ODEs
Homework Statement We assume from ODE theory that given a smooth A: I → gl(n;R) there exists a unique smooth solution F : I → gl(n;R), defined on the same interval I on which A is defined, of the initial value problem F' = FA and F(t0) = F0 ∈ gl(n;R) given.(i) Show that two solutions Fi : I →...- MxwllsPersuasns
- Thread
- Differential Matrix Ode Odes Properties
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
MATLAB Plotting the tragectory of an asteroid in MATLAB
I am trying to plot the trajectory of an asteroid in MATLAB using ode23. The only bodies in the system are The Sun, Earth, Mars and Jupiter and their orbital data has been loaded from data files. I have picked arbitrary initial conditions for the asteroid and believe my forces are correct. My...- JayFlynn
- Thread
- Asteroid Code Matlab Ode45 Odes Plotting Solar system
- Replies: 7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
B First Order Non-Linear ODE (what method to use?)
Hi, The problem is to solve: dy/dx = −[2x + ln(y)]*(y/x) Attempt: I have tried to see if it is exact, I found it not to be, I can't easily find a function to multiply by to make it exact either (unless I am missing something obvious). It clearly isn't seperable, nor is it homogenous (I know...- Apothem
- Thread
- First order Method Non-linear Nonlinear Ode Odes
- Replies: 4
- Forum: Differential Equations
-
Solving a System of 2 ODES with Interval conditions
Homework Statement I am trying to solve a system of 2 ordinary differential equations using matlab. However, I am not able to get numerical solutions from the code despite having keyed in all possible solutions. Homework Equations The equations I am given are: dx/dt=A(x/t)+By...- Ketav
- Thread
- Conditions Error Interval Matlab code Odes System System of ode
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
S
Need Help Solving Set of Coupled ODEs
Homework Statement Liquid nitrogen is in a dewar connected to a vacuum pump. Initial pressure in a dewar is 1atm and saturated with gaseous nitrogen. If the vacuum pump started, it removes gas in it and the pressure in a dewar will be reduced under the saturation pressure of the liquid...- Stanley Park
- Thread
- Coupled Evaporation rate Liquid nitrogen Odes Set
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Numerical methods for system of ODES
Hi there. I want to evolve a system of non linear coupled ODEs \frac{dx}{dt} = \frac{-k}{x^5(56-y^8)^{9/2}}(85+y^{5} + y^{6}) \frac{dy}{dt} = \frac{-k}{x^4(56-y^5)^{7/2}}(44+y^2) Let's say I have the initial conditions. What numerical method someone could use to solve this? adaptive step...- Themis
- Thread
- Numerical Numerical methods Odes System
- Replies: 6
- Forum: Programming and Computer Science
-
F
I General solution to linear homogeneous 2nd order ODEs
Given a linear homogeneous 2nd order ODE of the form $$y''(x)+p(x)y'(x)+q(x)=0$$ the general solution is of the form $$y(x)=c_{1}y_{1}(x)+c_{2}y_{1}(x)$$ where ##c_{1},c_{2}## are arbitrary constants and ##y_{1}(x), y_{2}(x)## are linearly independent basis solutions. How does one prove that...- Frank Castle
- Thread
- 2nd order General General solution Homogeneous Linear Odes Ordinary differential equation
- Replies: 8
- Forum: Calculus
-
Need Help with Integration for Solving ODE
Homework Statement \frac{dy}{dx}=y^2-1 y(0)=3 Homework Equations \frac{dy}{dx}=f(y) \leftrightarrow \frac{dx}{dy}=\frac{1}{f(y)} The Attempt at a Solution \frac{dx}{dy}=\frac{1}{y^2-1} dx=\frac{dy}{y^2-1} \int dx=\int \frac{dy}{y^2-1}+C x=\int \frac{dy}{y^2-1}+C How do I integrate \int...- The-Mad-Lisper
- Thread
- Differential equations Integration Ode Odes
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
System of ODEs in a rotating coord. system
Homework Statement imgur link: http://i.imgur.com/pb14Q4Q.png Homework EquationsThe Attempt at a Solution [/B] The thing I don't understand is where the first two terms of each 2nd order ODE came about. I understand that they are there because the coordinate system is rotating, but when...- kostoglotov
- Thread
- Coordinate system Differential equations Odes Rotating System
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Why Must B Approach Zero in Cauchy-Euler ODE Solutions at x=0?
Why these ODEs when applied some boundary conditions, like x = 0, their solution of the form Ax^k + Bx^(-k), B WILL have to go to zero?Like some problems which involve spherical harmonics...- Andreol263
- Thread
- Odes
- Replies: 4
- Forum: Differential Equations
-
MHB Higher power constant coefficiants ODEs
Hi, I have the ODE y'''' - 3y' + 2y = 0 The characteristic equation is then $r^4 - 3r + 2 = 0$ So my 1st question, is there some easier way of finding the roots than long division? I looked at the first and last terms to guess the roots (if real) might come from (r-1) , (r+1), (r+2), (r-2)...- ognik
- Thread
- Constant Odes Power
- Replies: 2
- Forum: Differential Equations
-
Insights Solving Nonhomogeneous Linear ODEs using Annihilators - Comments
Mark44 submitted a new PF Insights post Solving Nonhomogeneous Linear ODEs using Annihilators Continue reading the Original PF Insights Post.- Mark44
- Thread
- Linear Nonhomogeneous Odes
- Replies: 5
- Forum: Differential Equations
-
Insights Solving Homogeneous Linear ODEs using Annihilators - Comments
Mark44 submitted a new PF Insights post Solving Homogeneous Linear ODEs using Annihilators Continue reading the Original PF Insights Post.- Mark44
- Thread
- Homogeneous Linear Odes
- Replies: 8
- Forum: Differential Equations
-
E
Driven simple pendulum - system of first order ODEs
Homework Statement We have a driven pendulum described by the following differential equation: \frac{d^2\theta}{dt^2} = \frac{-g}{l}\sin(\theta) + C\cos(\theta)\sin(\Omega t) I need to turn this second order differential equation into a system of first order differential equations (then...- Edge Of Pain
- Thread
- First order Odes Pendulum Simple pendulum System
- Replies: 4
- Forum: Introductory Physics Homework Help
-
T
System of ODEs with RK4 & step doubling in Fortran : damping
Hello, I'm recently trying to code a solver for a system of differential equations u'(t) = F(t,u), using a Runge Kutta 4 method with an adaptative stepsize. For this, I'm using the 'step doubling' method, which is the following : suppose that we now the solution u(i) at time t(i). Then, the...- Tabatta
- Thread
- Damping Fortran Ode Odes Rk4 System
- Replies: 2
- Forum: Differential Equations
-
A
Solving ODEs with Forward Euler & Sampled Data Systems
Homework Statement Sampled Data system Using the forward Euler integration algorithm, convert these differential equations to a set of difference equations. Use a stept size of deltaT = 0.1s. Homework Equations x1(dot) = x2 x2(dot) = x3 x3(dot) = -2x1-3x2-4x3 y = 7x1-5x2 The Attempt at a...- adoprea
- Thread
- Odes
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
C
System of Implicit Non-Linear First Order ODEs
I have an extremely messy system of differential equations. Can anyone offer any ideas for a general solution? p(t) is a function of t, and A is a constant.- CSteiner
- Thread
- First order Implicit Non-linear Odes System
- Replies: 5
- Forum: Differential Equations
-
C
Violating intial conditions: ODEs
Hi Everyone, I had a quick question. If you have an IVP ODE and you solve for the general solution first and you had fractions in it, could you multiply by a number to make it "easier" (whole number, rather than involving fractions) without violating the initial conditions? Thanks- CharlesNguyen
- Thread
- Conditions Odes
- Replies: 2
- Forum: Differential Equations
-
Program to solve coupled ODEs?
Hi there, I have been using Leonard Susskind's lectures on classical mechanics to learn about Lagrangians and Hamiltonians, and decided to try to create a Lagrangian for the double pendulum and another pendulum-related system. I found the equations of motion, but they were unlike any...- tomdodd4598
- Thread
- Coupled Odes Program
- Replies: 7
- Forum: Classical Physics
-
Who Wins the Drag Race Based on Constant Acceleration?
Homework Statement I stumbled upon a problem and i can't establish the ODE to solve it, from there on i believe i can solve the ODEs if they have regular analytical solving methods (translated from Spanish, will sound a bit weird) Car race, 2 pilots (a and b) participate in a drag race. They...- Remixex
- Thread
- Kinematics Odes Ordinary differential equation
- Replies: 5
- Forum: Introductory Physics Homework Help
-
B
Finding Solutions for Coupled ODEs with Constant Parameters
Hello :)I have a system which consists of two coupled ODEs for which I want to solve.F'' *(1/b²) - α²*F = Ra*(1/b³)*G G'' *(1/b²) - α*²G + Ra*(1/b²)*G = F'(1/b) In these two equations F(z) and G(z) both depend on z. b is a constant, Ra is the rayleigh number which I need to keep as Ra in my...- Bianca123
- Thread
- Coupled Odes
- Replies: 13
- Forum: Differential Equations
-
M
Solving Higher Order ODEs: y''''''+y'''=t
Homework Statement y''''''+y'''=t Homework EquationsThe Attempt at a Solution I got all the roots and solved the homo eq. Then I tried to guess the partial eq and got At+B However, I don't know how to proceed because the 6th derivative or the 3rd would be 0.- mshiddensecret
- Thread
- Higher order Odes
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
C++ Alternatives to Euler's Method for Solving ODEs
Hi, Apart from the Euler's method, is there any other method (with better efficiency) that can let us solve an Ordinary Differential Equation of the form \frac{dy}{dx}= f(x,y)?- ChrisVer
- Thread
- C++ Euler's method Method Odes
- Replies: 7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Solving Separable ODEs: How to Integrate with Functions of t?
I understand how to integrate this: ∫y2dy. I don't understand how to integrate this: di(t)/dt = i(t)p(t) intergrate((di(t)/dt/i(t))*dt = p(t)dt) (see this image: http://i.imgur.com/OdKI309.png) how do you perform the intergral on the left, seeing as as it not dt, but di(t)? thanks- dgamma3
- Thread
- Odes Separable
- Replies: 4
- Forum: Differential Equations
-
5
Dealing with boundary conditions in system of ODEs
Homework Statement I'm trying to plot the steady state concentration of yA vs. x, yB vs x and yu vs x using centered finite difference method. Homework Equations The Attempt at a Solution τ represents the dimensionless time variable, so steady state would mean that the left hand side of...- 582153236
- Thread
- Boundary Boundary conditions Conditions Odes System
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
O
Finite difference discretization for systems of higher ODEs
How can I use finite difference to discretize a system of fourth order differential equations? for example: y(4)+5y(3)-2y''+3y'-y=0- Ojo Saheed
- Thread
- Difference Discretization Finite Finite difference Odes Systems
- Replies: 3
- Forum: Differential Equations
-
MHB Coupled non-linear system of ODEs
If you really want to know where this comes from I am solving the GR equations for a rectilinearly isotropic metric. In other words, I can express the metric as d \tau ^2 = -T(x) dt^2 + X(x) dx^2 + dy^2 + dz^2. (It may be simpler to use a cylindrical coordinate system, but the equations come...- topsquark
- Thread
- Coupled Non-linear Odes System
- Replies: 5
- Forum: Differential Equations