Ode Definition and 1000 Threads
-
Finding the homogenous solution of Var.Coeff. 2nd Order ODE
It's been too long guys. I've given this ODE lots of thought and still no cigar. Homework Statement We are given the following ODE: $$ (x-a)y''-xy'+a^2y = a(x-1)^2e^x $$ and knowing that y=e^x is a solution to the homogenous equation, find the possible values of a. Next part: Using the...- dumbdumNotSmart
- Thread
- 2nd order Ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
I
MHB How to solve an ODE in powers of x?
I have this question due soon and I have no idea how to do it. Please help me get started on it Solve in powers of x: (1-x^2)y''-2xy'+42y=0- ineedhelpnow
- Thread
- Ode
- Replies: 2
- Forum: Differential Equations
-
H
Finding general solution of an ode using substitution
Homework Statement By making the transformation u= x^αy where α is a constant to be found, find the general solution of[/B] y'' + (2/x)y' + 9y=0The Attempt at a Solution I've worked out y,y',y'' and subbed them into get x^-au'' + x^a-1(2-2a)u' + x^-a-2(x^2-a(a-1))u =0...- honeypuffy
- Thread
- General General solution Ode Substitution
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
Find General Solution for Inhomogeneous 2nd ODE
If i have 3y" - 2y' -y = 14 + e2x+8x And i want to find the general solution. Obviously first i obtain the characteristic eqn, yc, by making it into a homogeneous eqn. Then i can get yp BUT Am i able to get yp for the e2x and the 14 + 8x separately, then add them together for yp?Thanks- Tzabcan
- Thread
- ode
- Replies: 3
- Forum: Differential Equations
-
W
Series solution of ODE near singular points with trig
Homework Statement Given the differential equation (\sin x)y'' + xy' + (x - \frac{1}{2})y = 0 a) Determine all the regular singular points of the equation b) Determine the indicial equation corresponding to each regular point c) Determine the form of the two linearly independent solutions...- wadawalnut
- Thread
- Frobenius Ode Points Series Series solution Singular points Trig Trigonometry
- Replies: 4
- Forum: Calculus and Beyond 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
-
P
Solve a 2nd order Ordinary Differential Equation
Homework Statement Y''-((Y')^2)+(C1*exp(Y))=C2 C1 and C2 are constants. exp = e Homework Equations No clue how to start this The Attempt at a Solution Y'=A=dY/dt Y=At+C3 (not sure) A'-(A^2)+C1exp(At+C3)-C2=0 A'-(A^2)+C1exp(C3)exp(At)=0 let C=C1*exp(C3) A'-(A^2)+Cexp(At)=0- physicsguy43
- Thread
- 2nd degree 2nd order Differential Differential equation Ode Ordinary differential equation Physcis
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
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
Optimizing Savings Growth with Continuous Compounding and Depletion
Homework Statement Find the amount in a savings account after one year if the initial balance in the account was $1000, the interest is paid continuously into the account at a normal rate of 10% per annum (compounded continuously), and the account is being continuously depleted at the rate of...- Alex Mamaev
- Thread
- Ode
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
Finding a Second Linearly Independent Solution Using Reduction of Order
Homework Statement (Reduction of order) The function y1 = x-1/2cosx is one solution to the differential equation x2y" + xy' + (x2 - 1/4) = 0. Use the method of reduction of order to find another linearly independent solution. The Attempt at a Solution I divided x2 to both sides to get the...- Mark Brewer
- Thread
- Ode Second order Second order ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
Y
Solving ODEs with Heun's Method: A Question
Hi there, in my notes for Heun's method for solving an ODE, I have y(new) = y(old) + 0.5(k1 + k2)Δh And k1 is supposed to be f(y(old)) while k2 is f(y(old) + q11k1Δh) and q11 is 1 So if for example I have a simple differential equation like du/dt = au It would be du/dt = 0.5(k1 + k2) du/dt...- yugeci
- Thread
- Approximation Method Ode
- Replies: 1
- Forum: Differential Equations
-
P
Matrix-free iteration methods and implicit ODE solvers
Im trying to implement the implicit Euler method in high-performance software for micromagnetic simulations, where I'm restricted to using the driving function of the ODE (Landau-Lifshitz equation) and the previous solution points. This obviously not a problem for an explicit method, since we...- percolator
- Thread
- implicit magnetism matrix algebra ode ordinary differential equation
- Replies: 1
- Forum: Differential Equations
-
I
Solving ODE with Laplace transform
Homework Statement Let ##f(t)= \begin{cases} \sin t , \; \; 0 \le t < \pi \\ 0 , \; \; \; \; \; \text{else.} \end{cases}## Use Laplace transform to solve the initial value problem ##x'(t)+x(t)=f(t), \; \; \; x(0)=0.## Homework Equations Some useful Laplace transforms...- Incand
- Thread
- Laplace Laplace transform Ode Transform
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
M
Write an Equation given a solution to an ODE
Homework Statement Give an example of a system of differential equations for which ##(t,1)## is a solution. Homework Equations Nothing comes to mind. The Attempt at a Solution I thought to initial pose the system as an eigenvalue problem ##\vec{x}' = A \vec{x}##. However, ##(t,1)## is...- member 428835
- Thread
- Ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
W
Construct a second order ODE given the solutions?
Homework Statement I've been stuck on this problem for three days now, and I have no clue how to solve it. Construct a linear differential equation of order 2, for which { y_1(x) = sin(x), y_2(x) = xsin(x)} is a set of fundamental solutions on I = (0,\pi) . Homework Equations Wronskian for...- wadawalnut
- Thread
- Ode Second order Second order linear Second order ode Wronskian
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
Second Order Non linear ode matlab
Homework Statement Okay the problem is of a free swinging pendulum with dampening which is modeled using the following equation: Damping coefficient: c=1 s−1 Mass: m=1 kg Gravity: g=9.81 ms−1 Link length: l=0.5 m We know θ(0)=90° and θ′(0)=0, solve this equation from t = 0 to t = 10...- SteliosVas
- Thread
- Linear Matlab Ode Second order
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
D
System of ODE - comparison with paper
I have the following system of differential equations, for the functions ##A(r)## and ##B(r)##: ##A'-\frac{m}{r}A=(\epsilon+1)B## and ##-B' -\frac{m+1}{r}B=(\epsilon-1)A## ##m## and ##\epsilon## are constants, with ##\epsilon<1##. The functions ##A## and ##B## are the two components of a...- dimandr
- Thread
- Comparison Differential equations Ode Paper Spinor System System of ode
- Replies: 3
- Forum: Differential Equations
-
B
Physical interpretation for system of ODE
If an ODE of 2nd order like this A y''(x) + B y'(x) + C y(x) = 0 has how physical/electrical interpretation a RLC circuit, so, how is the electrical interpretation of a system of ODE of 1nd and 2nd order? \begin{bmatrix} \frac{d x}{dt}\\ \frac{d y}{dt} \end{bmatrix} = \begin{bmatrix}...- Bruno Tolentino
- Thread
- Interpretation Ode Physical System System of ode
- Replies: 2
- Forum: Differential Equations
-
B
RLC, RL, RC and LC circuits and ODE
Look this schematic picture: S means source and can be a current source or a voltage source. C_1, C_2 and C_3 are linear components, can be resistor, capacitor and inductor. In the everycircuit, I tried set up all possible combination and the everycircuit denied some combinations, but...- Bruno Tolentino
- Thread
- Circuits Lc Ode Rc Rlc
- Replies: 6
- Forum: Classical Physics
-
MHB Why is there a * in the 2nd integral for self-adjoint ODEs?
Hi, my textbook claims $ <u|\mathcal{L}v> =\int_{a}^{b}u^*\mathcal{L}v \,dx = \int_{a}^{b} u(p_0u''+p_1u'+p2u) \,dx$, u,v matrices or functions My only query is why $u^*$, and where did the * get to in the 2nd integral? I am used to $ <f|g>=\int_{a}^{b}f(x)g(x) \,dx $ ...- ognik
- Thread
- Ode
- Replies: 8
- Forum: Differential Equations
-
How do you solve this 2nd ODE for a pendulums displacement...
..when it is released from rest with velocity (v0, 0) I can get 1.6.5 but I can't get this:- applestrudle
- Thread
- Displacement Ode Pendulum
- Replies: 1
- Forum: Mechanics
-
K
Understanding Integrals and the Importance of Constants
Homework Statement Suppose an RC series circuit has a variable resistor. If the resistance at time t is given by by R = a + bt, where a and b are known positive constants then the charge q(t) on the capacitor satisfies (a+bt) q' + (1/C)q = V where V is some constant. Also q(0) = q_0 Find q(t)...- keyermoond
- Thread
- Circuit Ode Rc Rc circuit
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
ODE 45 with coupled ODE's in a matrix, reactor temp.
Homework Statement My question is regarding part (e), I just gave all the questions for reference. Homework EquationsThe Attempt at a Solution These are the coupled equations I should solve (from part d) My issue is using ode45 to get ##C_{A}(t)##, ##C_{P}(t)##, and ##T(t)##. Here is my...- gfd43tg
- Thread
- Coupled Matrix Ode Reactor
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
T
Zero-Input/Zero-State Response vs. Homogenous/Particular Solution
I have a question regarding the solutions to linear-ordinary differential equations. I had originally learned that the solutions to such differential equations consist of a homogenous solution and particular solution. The homogenous response is due to initial conditions while the particular...- tomizzo
- Thread
- Differential equations Ode Response
- Replies: 5
- Forum: Differential Equations
-
Solve 3 Coupled ODEs with NDSolve - Error Fix & Alternatives
Hi, I need to solve 3 coupled first order ODE's using NDSolve (numerical solution). This is the code I have used ; NDSolve[{u'[t] == ((1 - (u[t]/t^2))/(-3 - (u[t]/t^2) - (v[t]/t^2))), v'[t] == (((u[t]/t^2) - (v[t]/t^2))/(-3 - (u[t]/t^2) - (v[t]/t^2))), w'[t] == (v[t])/(-3 t^2 - (u[t]) -...- bayan
- Thread
- Coupled Ode
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Ordinary Differential Equations (ODE) Problem
Homework Statement dy/dx + 2sin2pix = 0 -------Answer: y = 1/pi cos2pix + c Homework EquationsThe Attempt at a Solution I made several attempts but no success to the correct answer. The first step I made was subtracting 2sin2pix to both sides. I then used integration by parts, and this is...- Mark Brewer
- Thread
- Differential Differential equations Ode
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
MHB Use Wronskian to show only 2 indepndent solutions of 2nd order ODE
Given standard ODE $ y'' + P(x)y' + Q(x)y=0 $, use wronskian to show it cannot have 3 independent sltns. Assume a 3rd solution and show W vanishes for all x. so 1st row of W = {$ {y}_{1}, {y}_{2},{y}_{3} $}, 2nd row is 1st derivatives, 3rd row is 2nd derivatives. I can find the determinate...- ognik
- Thread
- 2nd order Ode Wronskian
- Replies: 4
- Forum: Differential Equations
-
S
Solving an ODE using shooting method
Homework Statement I have been trying to solve the following nonlinear ordinary differential equation: ##-\Phi''-\frac{3}{r}\Phi'+\Phi-\frac{3}{2}\Phi^{2}+\frac{\alpha}{2}\Phi^{3}=0## with boundary conditions ##\Phi'(0)=0,\Phi(\infty)=0.##Homework Equations My solution is supposed to...- spaghetti3451
- Thread
- Method Ode Shooting method
- Replies: 11
- Forum: Engineering and Comp Sci Homework Help
-
MHB Help with some fiddly algebra around a 1st order ODE
Frustratingly although I can solve the ODE, I am getting a different answer to the book. Now going in circles so would appreciate a fresh pair of eyes. The ODE (for a boat coasting with resistance proportional to $V^n$) starts as $ m\frac{dV}{dt} =-kV^n $ Find V(t) and x(t), V(0) = $V_0$ I... -
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
-
B
Reducing and increase of order and ODE
Two questions: First: If is possible to reduce the order of an ODE increasing the number of equations, so, is possible do the inverse patch? In other words, is possible reduce the number of equations of a system of ODE increasing the order? Second: This technique of reducing and increasing of...- Bruno Tolentino
- Thread
- increase Ode
- Replies: 3
- Forum: Differential Equations
-
B
How to reduce a system of second order ODEs to four first order equations?
Someone can explain me how to get the general solution for this system of ODE of second order with constant coeficients: \begin{bmatrix} a_{11} & a_{12}\\ a_{21} & a_{22}\\ \end{bmatrix} \begin{bmatrix} \frac{d^2x}{dt^2}\\ \frac{d^2y}{dt^2}\\ \end{bmatrix} + \begin{bmatrix} b_{11} &...- Bruno Tolentino
- Thread
- Ode Second order System System of ode
- Replies: 1
- Forum: Differential Equations
-
L
Intro Math Mastering Differential Equations
During the summer, I plan on learning differential equations (ODE's and PDE's) from bottom to top, but I am unable to choose books due to a great variety present. Can you suggest books for me to read in the following order (you can add as many books in each section if you like);Ordinary...- Lariko
- Thread
- Calculus Differential Differential calculus Differential equations Ode Pde
- Replies: 5
- Forum: Science and Math Textbooks
-
N
Numerical methods that need a guess/approximate solutions
Hello everyone! I am currently playing with an old analog computer, which could solve time-dependent ODE/PDEs pretty fast, without time-stepping. But the problem with analog computer's solutions is that they are not very accurate. I am very curious that is there any numerical method/solver which...- Nate_CU
- Thread
- Numerical Numerical method Numerical methods Ode Pde
- Replies: 3
- Forum: Differential Equations
-
Hooke's and Newton's law to find Second order ODE
Homework Statement A weight of 8 pounds extends a spring 2 feet. It's assumed that the damping force that acts on the system is equal (number-wise) to alpha times the speed of the weight. Determine the value of alpha > zero so x(t) is critically damped. Determine x(t) if the weight is liberated...- Remixex
- Thread
- Differential equation Hooke's law Law Newton's law Ode Second order Second order ode
- Replies: 10
- Forum: Introductory Physics Homework Help
-
Solution space of nth order linear ODE, n dimension Vector Space
if we do picard's iteration of nth order linear ODE in the vector form, we can show that nth order linear ODE's solution exists. (5) (17) example) (21) (22) (http://ghebook.blogspot.ca/2011/10/differential-equation.html)I found that without n number of initial conditions, the solution...- popopopd
- Thread
- Dimension Linear Ode Space Vector Vector space
- Replies: 2
- Forum: Differential Equations
-
M
Solving Non-Linear ODE: Tips and Guidance from PF Community
Hi PF! Can any of you help me reduce this ODE to find a solution? $$y y''+2y'^2+xy'+\frac{1}{2}y = 0 \implies \\ (y y')'+y'^2+xy'+\frac{1}{2}y = 0 \implies\\ (yy')'+(xy)'+y'^2-\frac{1}{2}y=0$$ but here I am stopped. Am I even going the correct route? I know I can re-write this equation as...- member 428835
- Thread
- Non-linear Ode
- Replies: 11
- Forum: Differential Equations
-
W
Solving First Order Linear ODE: dy/dx = y/x + tan(y/x)
Homework Statement Solve dy/dx = y/x + tan(y/x) Homework EquationsThe Attempt at a Solution Not separable, as far as I can tell. It's not homogeneous, since for the tan term f(λx,λy) = tan(λy/λx) = tan(y/x) ≠ λtan(y/x). It's also not of the form dy/dx + P(x)y = Q(x), because I don't think Q(x)...- whatisreality
- Thread
- First order Linear Ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
Nth order linear ode, why do we have n general solutions?
hi, I looked up the existence and uniqueness of nth order linear ode and I grasped the idea of them, but still kind of confused why we get n numbers of general solutions.- popopopd
- Thread
- General Linear Ode
- Replies: 4
- Forum: Differential Equations
-
Fortran I to solve ODE with rk4 y" + 2y =0 in fortran
How can i solve y" + 2y =0 with RK4 and their program fortran please I néed your helpe- mlouky
- Thread
- Fortran Ode Rk4
- Replies: 7
- Forum: Programming and Computer Science
-
B
MHB Problem with finding the general solution of an ode
Hi everyone, I am trying to find the general solution for the following ode: y'' +gy' + 10y = e2xcos(x) The solution states that the answer is y = 1/145 (5cos(x) + 2sin(x))e2x + (Acos(x) + Bsin(x))e-3x I was able to correctly find the homogeneous part of the equation as e-3x (Acos(x) +...- brunette15
- Thread
- General General solution Ode
- Replies: 8
- Forum: Differential Equations
-
Existence of general solution, 2nd order ODE
2nd order ODE has a form y''+p(x)y'+q(x)y=f(x)and if we assume f(x)=/=0 for every x, then y''+p(x)y'+q(x)y=/=0 so in this case we can't specify general solution of 2nd order ode?- popopopd
- Thread
- 2nd order Existence General General solution Ode
- Replies: 14
- Forum: Differential Equations
-
M
Solving a 2nd Order Linear ODE: Any Clever Tricks?
Homework Statement $$ay''-(2x+1)y'+2y=0$$ subject to ##y(0)=1## and ##y(1)=0## where ##a## is a non-zero constant. Homework Equations Not too sure The Attempt at a Solution I know an analytic solution exists since I solved with mathematica. My thoughts were to try a series expansion, but...- member 428835
- Thread
- 2nd order Linear Ode
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
I
MHB A property of solution of ODE y''+p(x)y=0
Let $f$ be a solution of the following equation $y''+p(x)y=0$, $p$ is continuous on $\mathbb{R}$ such that $p(x)\leq 0$ for all $x\in\mathbb{R}$. Suppose that $f$ is defined on $[a,+\infty)$, $f(a)>0$, $f'(a)>0$, $a\in\mathbb{R}$ . Prove $f(x)>0$ for all $x\in[a,\infty)$. Any help would be...- ipaper
- Thread
- Ode Property
- Replies: 3
- Forum: Differential Equations
-
H
Convert 2nd order ODE to system of 1st order
Homework Statement Convert the following second-order differential equation into a system of first-order equations and solve y(1) and y'(1) with 4th-order Runge-kutta for h=0.5. ##y''(t)+sin(y(t))=0,\ y(0)=1,\ y'(0)=0## Homework Equations The Runge-kutta method might be applicable, but I know...- Haydo
- Thread
- 2nd order Convert Ode System
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
I
Laplace Transform of A Second Order ODE
23.) y'' + 2y' + y = 4e-t; y(0) = 2, y'(0) = -1 Y(s) = [(as + b) y(0) + a y'(0) + F(s)]/(as2 + bs + c) My attempt: a = 1, b = 2, c = 1 F(s) = 4 L{ e-t } = 4/(s+1) (From Laplace Transform Table) Plugging and simplifying: Y(s) = (2s2 + 5s + 7)/[(s + 1)(s2 + 2s + 1) Here is where I get...- iismitch55
- Thread
- Differential equations Laplace Laplace transform Ode Second order Second order ode Transform
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
J
Imposing normalization in numerical solution of of ODE
Hello all, I would like to know how to impose a normalization condition to numerically solving an ODE. For simplicity let's consider the example \frac{dy}{dx}=y You could use different methods using an initial value, but if you consider the interval [x_0,x_1] and \int_{x_0}^{x_1} y(x)dx=1...- jorgdv
- Thread
- Normalization Numerical Ode
- Replies: 8
- Forum: Differential Equations
-
S
Substitution to convert first order ODE to homogenous
Homework Statement Use the substitution ##x=X+h## and ##y=Y+k## to transform the equation ##\frac{dy}{dx}=\frac{2x+y-3}{x-2y+1}## to the homogenous equation ##\frac{dY}{dX}=\frac{2X+Y}{X-2Y}## Find h and k and then solve the given equation Homework EquationsThe Attempt at a Solution If I...- stfz
- Thread
- Convert First order Ode Substitution
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Variational solutions to non-linear ODE
Hi PF! I have a system of nonlinear ODE's, wherein the only constant ##C## in the ODE takes on several values depending on the geometry; thus once a geometry is defined for the ODE, ##C## is uniquely determined. Let's say I want to guess a quadratic solution to the ODE, call it ##\phi(x)##...- member 428835
- Thread
- Non-linear Ode
- Replies: 9
- Forum: Differential Equations