What is Odes: Definition and 254 Discussions

For a book included in some editions of the Septuagint, see The Book of Odes.The Odes of Solomon is a collection of 42 odes attributed to Solomon. Various scholars have dated the composition of these religious poems to anywhere in the range of the first three centuries AD. The original language of the Odes is thought to have been either Greek or Syriac, and to be generally Christian in background.

View More On Wikipedia.org
  1. 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...
  2. 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} -...
  3. hagopbul

    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
  4. V

    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) ...
  5. JD_PM

    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...
  6. Julio1

    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.
  7. karush

    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} $$
  8. MathematicalPhysicist

    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))...
  9. 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.
  10. karush

    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?
  11. DeclanKerr

    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...
  12. 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...
  13. m4r35n357

    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)...
  14. binbagsss

    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...
  15. 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 \\...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
  21. whatisgoingon

    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...
  22. 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 →...
  23. JayFlynn

    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...
  24. 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...
  25. Ketav

    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...
  26. 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...
  27. Themis

    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...
  28. 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...
  29. The-Mad-Lisper

    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...
  30. kostoglotov

    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...
  31. Andreol263

    Cauchy-Euler ODEs question

    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...
  32. ognik

    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)...
  33. Mark44

    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.
  34. Mark44

    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.
  35. 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...
  36. K

    MHB Solving a system of an arbitrary number of ODEs, at steady-state

    I have constructed a system of an arbitrary number of ordinary differential equations that describes my model at steady-state. There are ($i+1$) ODEs, with $i$ arbitrary. Goal: I want to solve the resulting algebraic system (all equations set to $0$) and obtain an analytical expression that...
  37. 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...
  38. 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...
  39. 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.
  40. 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
  41. tomdodd4598

    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...
  42. Remixex

    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...
  43. K

    MHB Dimensional reduction of system of ODEs

    Given a nonlinear system of eight autonomous differential equations with all variables and parameters living in the positive octant of real numbers: $$dX_1/dt = \ldots\\ dX_2/dt = \ldots \\ \ldots \\ dX_8/dt = \ldots$$ and given that $\lim\limits_{t \to \infty} K(t) \to 0$ for $K(t) = X_3(t)...
  44. 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...
  45. evinda

    MHB System of First-Order ODES

    Hello! (Wave) I am looking at the following exercise: Consider the initial value problem $\left\{\begin{matrix} x''(t)=x(t)\\ x(0)=a\\ x'(0)=b \end{matrix}\right.$ Write it as a system of First-Order ODES with suitable initial values and show that Euler method can get unstable for a great...
  46. 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.
  47. ChrisVer

    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)?
  48. 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
  49. 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...
  50. 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
Back
Top