Second order ode Definition and 85 Threads
-
How to Approach Solving a Nonlinear Second Order ODE with a Quadratic Term?
I know how to solve similar ODEs like ## \frac{\partial^2 x}{ \partial t^2} + b \frac{\partial x}{ \partial t} + C x =0 ## Where one can let ## x = e^{rt}##, and the equation becomes ## r^2 + b r + C =0 ## Which can be solved as a quadratic equation. But now the problem is that there is...- Safinaz
- Thread
- Quadratic equation Second order ode Substitution
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
G
[Sturm-Liouville eigenvalues and eigenfunctions problem]
I have found that w(x) should be e^-x to make L self-adjoint. and insert back get xL''+(x+1)L' +lambda L = 0 now it needs to assume a monic polynomial function, so I assume Ln = x^n+ sum from k=0 to n-1 (a_k*x^k) get the 1st and 2nd order differential and insert back I get lambda_n =...- GGGGc
- Thread
- Mathematical methods Ordinary differential equation Second order ode
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
H
I Second order non-homogeneous linear ordinary differential equation
I shall not begin with expressing my annoyance at the perfect equality between the number of people studying ODE and the numbers of ways of solving the Second Order Non-homogeneous Linear Ordinary Differential Equation (I'm a little doubtful about the correct syntactical position of 'linear')...- Hall
- Thread
- Differential Differential equation Linear Ordinary differential equation Second order Second order ode
- Replies: 2
- Forum: Differential Equations
-
T
I Second Order ODE with Exponential Coefficients
Hi all, I have another second order ODE that I need help with simplifying/solving: ##p''(x) - D\frac{e^{\gamma x}}{A-Ae^{\gamma x}}p'(x) - Fp(x) = 0## where ##\gamma,A,F## can all be assumed to be nonzero real numbers and ##D## is a purely nonzero imaginary number. Any help would be appreciated!- thatboi
- Thread
- Coefficients Exponential Ode Second order Second order ode
- Replies: 1
- Forum: Differential Equations
-
T
I Converting Second Order ODE to Hypergeometric Function
I believe it is the case that any linear second order ode with at most 3 regular singular points can be transformed into a hypergeometric function. I am trying to solve the following equation for a(x): where E, m, v, k_{y} are all constants and I believe turning it into hypergeometric form will...- thatboi
- Thread
- Function Hypergeometric Hypergeometric function Ode Second order Second order ode
- Replies: 7
- Forum: Differential Equations
-
I
ODE solver for second Order ODE with Stiffness and Mass Matrices
i am new to MATLAB and and as shown below I have a second order differential equation M*u''+K*u=F(t) where M is the mass matrix and K is the stifness matrix and u is the displacement. and i have to write a code for MATLAB using ODE45 to get a solution for u. there was not so much information on...- ihebmtir
- Thread
- Mass Matlab Matrices Ode Ode45 Second order Second order ode Stiffness
- Replies: 3
- Forum: Mechanical Engineering
-
Engineering Heun's Method for Second Order ODE (Eng Maths)
Question: So I got around on doing this example, and I'm pretty sure I messed up somewhere, would appreciate if someone could point out what I did wrongly. 1) For any second ODE, I should let: ##y_{1}= y ## and ##y_{2}= y' ## Hence, ##y_{1}'= y' = y_{2} ## and ##y_{2}'= y'' = xy(x)+x^2-y(x) =...- jisbon
- Thread
- Method Ode Second order Second order ode
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Another Second Order ODE Problem (ML Boas, Ch 8, Sec 7, Prob 5)
With the new variable, I got: $$p^2 (p'_y)^{2}=k^2(1+p^2)$$ where ##p'_y## is ##\frac{dp}{dy}##. I modified the equation so the variable p and dp can be separated from dy. Here what I got: $$\frac{p}{\sqrt{p^2+1}} dp=k dy$$ I substitute ##p^2+1=u## so I got $$\sqrt{u}=ky+c_1$$ Back substitution...- agnimusayoti
- Thread
- Boas Ode Second order Second order ode
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
Understanding the Frobenius Method for Solving Second Order ODEs
let ##y= \sum_{k=-∞}^\infty a_kz^{k+c}## ##y'=\sum_{k=-∞}^\infty (k+c)a_kz^{k+c-1}## ##y"=\sum_{k=-∞}^\infty (k+c)(k+c-1)a_kz^{k+c-2}## therefore, ##y"+y'\frac {1}{z}+y[\frac {z^2-n^2}{z^2}]=0## =##[\sum_{k=-∞}^\infty [(k+c)^2-n^2)]a_k + a_k-2]z^{k+c} ## it follows that...- chwala
- Thread
- Ode Second order Second order ode
- Replies: 33
- Forum: Calculus and Beyond Homework Help
-
T
I Nonlinear Second Order ODE: Can We Find an Analytical Solution?
I'm trying to solve the following nonlinear second order ODE where ##a## and ##b## are constants: $$\frac{d^2y}{dx^2}+\frac{1}{x}\frac{dy}{dx}-\frac{y}{ay+b}=0$$ It looks somewhat like the modified Bessel equation, except the third term on the left makes it nonlinear. I've been trying to...- tse8682
- Thread
- Nonlinear Ode Second order Second order ode
- Replies: 2
- Forum: Differential Equations
-
T
I Solution to a second order differential equation
I have currently been reading a book called 'Mathematical Methods In Physical Sciences'. Whilest I was looking at the differential section I came across a differential which I have never thought about before, which is of the form...- Taylor_1989
- Thread
- Damped harmonic motion Differential Differential equation Second order Second order ode
- Replies: 3
- Forum: Calculus
-
B
Variation of Parameters to solve a second order ODE
Homework Statement The question I am working on is the one in the file attached. Homework Equations y = u1y1 + u2y2 : u1'y1 + u2'y2 = 0 u1'y1' + u2'y2' = g(t) The Attempt at a Solution I think I have got part (i) completed, with y1 = e3it and y2 = e-3it. This gives a general solution to the...- Bonnie
- Thread
- Differential equation Ode Parameters Second order Second order ode Variation Variation of parameters
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
B
Solving a second order ODE using reduction of order
Homework Statement Hi there, I have an assignment which involves using reduction of order to solve for a second solution to an ode (the one attached). However this is a method I am new to, and though I have tried several times, I'm somehow getting something wrong because the LHS and RHS are not...- Bonnie
- Thread
- Differential equations Ode Reduction Second order Second order ode
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
K
Second order ODE: finding solution.
Homework Statement d2u/d2x + 1/2Lu = 0 where L is function of x Homework Equations I am try to find solutions y1 and y2 of this equation. The Attempt at a Solution y = [cos √(L/2) x] + [sin √(L/2) x] y' = - [√(L/2) sin √(L/2) x] + [ √(L/2) cos √(L/2) x] y'' = -[(L/2) cos √(L/2) x] -...- knockout_artist
- Thread
- Ode Second order Second order ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
F
I Second order DE with Sine function
I have this second order differential equation but I'm stumped as to how to solve this since the zeroth order term has a Sine function in it and the variable is embedded. ##\ddot y(t) + 3H (1+Q) \dot y(t) -m^2 f \sin(\frac{y(t)}{f}) = 0## ##H~##, ##~Q~##, ##~m~##, and ##~f~## are just...- Figaro
- Thread
- Differential equations Function Second order Second order ode Sine
- Replies: 6
- Forum: Differential Equations
-
B
Convert second order of diff. equations to first order
Homework Statement I have this set of equation: My''+Cy'+Ky=0 but C=0 M is a matrix consist of {(-m) (0)/( -1/12mb^2) (-1/12mb^3)} and K is a matrix of {(-K1-K2) (-K2b)/ ((K1b-K2b)/(2)) (-K2b^2/2)} and y is a coordinate system which is (x1,θ) Now i have to convert these...- Basem
- Thread
- Convert Dynamics First order First order differential Second order Second order ode
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
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
-
Second order non homogeneous ODE, IVP
Homework Statement I need to solve: x^2y''-4xy'+6y=x^3, x>0, y(1)=3, y'(1)=9 Homework EquationsThe Attempt at a Solution I know that the answer is: y=x^2+2x^3+x^3lnx Where did I go wrong. I was wondering if it's even logical to solve it as an Euler Cauchy and then use variation of parameters...- Cocoleia
- Thread
- Cauchy Euler Homogeneous Ivp Ode Second order Second order ode
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
E
I Can you check the solution for this second order ODE?
The second order ODE is, \begin{equation*} \frac{d^2 x}{dt^2} = -\omega^2_g \frac{dx}{dt} \end{equation*} I tried solving this by substitution of the second order derivative into a variable and transforming the equation into a second order polynomial, and I get the solution involving an...- ecastro
- Thread
- Ode Second order Second order ode
- Replies: 6
- Forum: Differential Equations
-
G
MHB Solving Second Order ODE: True or False?
I'm supposed determine whether following statements are true or false. However, I can't get past the notation. Question: the second order differential equation $\ddot{x}+\dot{x}+x = 9t$ is: (a) equivalent to $\begin{cases} \dot{x} = y, & \\ \dot{y}=-y-x+9t, &\end{cases}$ (b) solved by...- Guest2
- Thread
- Ode Second order Second order ode
- Replies: 2
- Forum: Differential Equations
-
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
-
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
-
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
-
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
-
A numerical solution of a second order ODE
Hello everyone; i'd like some help in this problem : i want to solve num this differential equation { y"(t)+t*cos(y)=y } by the Taylor method second order expansion. i first have to make this a first order differential equation by taking this vector Z=[y' y] then we have Z'=[y" y'] which equal...- manifold
- Thread
- Differential equation Numerical Ode Second order Second order ode
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
F
MHB Finding interval where second order ODE has unique solution
I'm a little stuck getting started on this question. $$y''+\tan(x)y=e^x$$ with $$y(0)=1,y'(0)=0$$. I know the existence and uniqueness theorem for an nth order initial value problem How do I apply the theorem?- find_the_fun
- Thread
- Interval Ode Second order Second order ode
- Replies: 1
- Forum: Differential Equations
-
S
General solution of second order ODE
Homework Statement Find the general solution. Homework Equations y"+y=x2sin2x The Attempt at a Solution Characteristic equation would be: m2 + 1 = 0 So,m2 = -1 Therefore, m = i or m = -i. Complementary function would be : Asinx+Bcosx where,A and B are constants respectively. If I write...- smart_worker
- Thread
- General General solution Ode Second order Second order ode
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
Second order ODE for RLC circuit
if I consider a circuit consisting of a capacitor, an inductor and a resistor and using kirchhoffs voltage rule for the circuit i come up with the following L(Q''(t)) + R(Q'(t)) + (Q(t))/C = 0 I solve for the roots using a characteristic equation of the form LM2 +MR +(1/C) = 0 solving this for...- icesalmon
- Thread
- Circuit Ode Rlc Rlc circuit Second order Second order ode
- Replies: 2
- Forum: Electrical Engineering
-
C
How Can We Solve this Second Order ODE for Electron Behavior?
Homework Statement I'm taking an online introductory chem course, and while explaing the failure of classical mechanics to describe electron behavior, the teacher brought up the following ode which is based on Newton's second law and coulombs law: -e^2/4(pi)(epsilon-nuaght)r^2=m(d^2r/dt^2)...- CSteiner
- Thread
- Chemistry Coulombs law Mechanics Ode Second order Second order ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
C
Oddly Formatted Second Order ODE
Homework Statement u'' + w20*u = cos(wt) w refers to omega. Homework EquationsThe Attempt at a Solution I'm not sure where to begin on this. For starters, it's a multiple choice problem, and all the answers are given in terms of y, so I'm not sure if u is supposed to replace y' or something...- checkmatechamp
- Thread
- Ode Second order Second order ode
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Second Order ODE, Complex Roots, Change of Variables
Homework Statement Solve: \frac{d^{2}y}{dx^{2}} + \omega^{2}y = 0 Show that the general solution can be written in the form: y(x) = A\sin(\omega x + \alpha) Where A and alpha are arbitrary constants Homework EquationsThe Attempt at a Solution I know that I will need to change variables for...- _N3WTON_
- Thread
- Change Change of variables Complex Ode Roots Second order Second order ode Variables
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
C
Second Order ODE, With Initial Conditions
Homework Statement y'' + 4y = t2 + 6et; y(0) = 0; y'(0) = 5 Homework Equations The Attempt at a Solution So, getting the general solution, we have r2 + 4 = 0, so r = +/- 2i So the general solution is yc = sin(2t) + cos(2t) I then used the method of undetermined coefficients to figure that...- checkmatechamp
- Thread
- Conditions Initial Initial conditions Ode Second order Second order ode
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
MHB Solve Linear Inhomogeneous 2nd Order ODE - Alvin's Question on Yahoo Answers
Here is the question: I have posted a link there to this thread so the OP can view my work.- MarkFL
- Thread
- Linear Ode Second order Second order ode
- Replies: 1
- Forum: General Math
-
T
Laplace Transform Solution to Second Order ODE IVP
Homework Statement y''+6y=f(t), y(0)=0, y'(0)=-2 f(t)= t for 0≤t<1 and 0 for t≥1 Homework Equations The Attempt at a Solution L{y''}+6L{y}=L{t}-L{tμ(t-1)} where μ(t-1) is Unit Step Y(s)=L{y} sY(s)-y(0)=L{y'} and y(0)=0 s2Y(s)-sy(0)-y'(0)+6Y(s) where y(0)=0 and...- tetrakis
- Thread
- Ivp Laplace Laplace transform Ode Second order Second order ode Transform
- Replies: 13
- Forum: Calculus and Beyond Homework Help
-
F
Mass on a spring non-homogeneous second order ODE
Homework Statement A mass of 5kg stretches a spring 10cm. The mass is acted upon by an external force of 10sin(t/2) Newtons and moves in a medium that imparts a viscous force of 2N when the speed of the mass is 4cm/sec. If the mass is set in motion from its equilibrium position with an initial...- flyinjoe
- Thread
- Mass Ode Second order Second order ode Spring
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
T
Solve second order ode with Green function
I had made a post in the past about the same problem and unfortunately I wasn't clear enough so I am trying again. I am studying an article and there I found without any proof that the solution of: Let ##g \in \mathbb{C}## and let ##u:(0,\infty)\to \mathbb{C}## $$ -u''+\lambda^2u=f\,\, on...- the king
- Thread
- Function Green Green function Ode Second order Second order ode
- Replies: 2
- Forum: Differential Equations
-
T
Solve second order ode with Green's functions
-u''(z)+α2u(z)=f(z), u(0)=g(z), u(z)=0 as z→∞ -u''(z)+α2u'(z)=f(z), u(0)=g(z), u(z)=0 as z→∞ I am interested to solve these two boundary problems using Green's functions. It is noticed that z is complex variable. Can someone help me to do this?- the king
- Thread
- Functions Ode Second order Second order ode
- Replies: 2
- Forum: Differential Equations
-
E
Can Fourier Series Simplify Solving Nonlinear ODEs with Oscillatory Inputs?
Hi all, I have a nonlinear ODE in the following form: a x'' + b |x'|x' + c x' + d x = y where x and y are functions of time and a,b,c and d are constants. As far as I can tell the only way to solve this is numerically, something I've managed to do successfully using a Rung-Kutta scheme...- en51nm
- Thread
- Non-linear Ode Second order Second order ode
- Replies: 2
- Forum: Differential Equations
-
D
How Do You Solve a Second Order ODE with Specific Boundary Conditions?
Homework Statement basically solve \frac{d^{2}y}{dx^{2}} + 4\frac{dy}{dx} + 4y = cos2x Boundary conditions are y=0, dy/dx =1 at x=0 Homework Equations The Attempt at a Solution I am having trouble getting the coefficients to the solution. I got the complementary function as...- DunWorry
- Thread
- Ode Second order Second order ode
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
Variation of parameters for a second order ODE
Homework Statement I must solve ##y''+2y'+2y=e^{-t}\sin t##. I know variation of parameters might not be the fastest/better way to solve this problem but I wanted to practice it as I never, ever, could solve a DE with it. (Still can't with this one). Though the method is supposed to work...- fluidistic
- Thread
- Ode Parameters Second order Second order ode Variation Variation of parameters
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
Second order ODE, I think 2 regular points
Homework Statement Hello guys! I've never dealt with an ODE having 2 singularities at once, I tried to solve it but ran out of ideas. I must solve ##(x-2)y''+3y'+4\frac{y}{x^2}=0##. Homework Equations Not sure. The Attempt at a Solution I rewrote the ODE into the form...- fluidistic
- Thread
- Ode Points Regular Second order Second order ode
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
C
Second order ODE with RHS = product of two functions
Homework Statement Find the general solution of the ODE $$ y'' + 16y = 64x \cos x.$$ If ## y(0)=1, y'(0) = 0##, what is the particular solution? The Attempt at a Solution I am confident I can tackle this question, I really just want to check that my particular integral form is correct. I...- CAF123
- Thread
- Functions Ode Product Second order Second order ode
- Replies: 14
- Forum: Calculus and Beyond Homework Help
-
T
Nonlinear second order ODE describing a force field
Not sure if this topic belongs here, but here goes. Homework Statement From the AP physics C 1995 test there is a problem that gives the potential energy curve U(x). With F=-\frac{dU}{dx} in one variable, F(x)=-\frac{a}{b}+\frac{ba}{x^{2}} Where a and b are constants. Now I need to get...- thetasaurus
- Thread
- Field Force Nonlinear Ode Second order Second order ode
- Replies: 1
- Forum: Introductory Physics Homework Help
-
D
Removing a Singularity for a Second Order ODE
I was given the following equation to solve: x^2*y'' + x*y' + k^2*x^2*y = 0 B.C. y'(0)=0, y(1)=0 where k is just some constant. I am having a hard time removing the singularity created by the boundary condition at y' and not aware of a method how. Any advice would be greatly appreciated.- DrChops
- Thread
- Ode Second order Second order ode Singularity
- Replies: 5
- Forum: Differential Equations
-
Proof of Second Order ODE Theorem
Homework Statement I'm pretty sure this is a typo? http://gyazo.com/802746486cc68852e5384d5a12aed596 Homework Equations See the image ^. The Attempt at a Solution I believe the theorem they're talking about, is that you can write the general solution of a second order ODE : L[y] = y'' +...- STEMucator
- Thread
- Ode Proof Second order Second order ode
- Replies: 42
- Forum: Calculus and Beyond Homework Help
-
M
Runge Kutta method to solve second order ODE
Homework Statement Need to solve xy''+y'+xy=0 using Runge Kutta on x[1,3] Couldn't find algorythm to solve second order ODE using this method I know how to do 1st order Homework Equations The Attempt at a Solution I know I have to make this equation into 2 first order ODE...- maciejj
- Thread
- Method Ode Runge kutta Second order Second order ode
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
A
Help solving a second order ODE with repeated roots,
Help solving a second order ODE with repeated roots, urgent! I have a differential equaition d2y/dx2 - 6dy/dx + 9y = 0 I have found the general solution to be y = (Ax + B)e3x Now I need to find the solutions to A and B so that... when y = 4, x = 0 when y = 49.e15, x = 5 I...- adam640
- Thread
- Ode Roots Second order Second order ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
M
Question about linear second order ODE solution coefficients
Hey all, there is something that has always bugged me in linear second order ODEs. We say that the general solution is: y=C_1e^{r_1x}+C_2e^{r_2x} where r_1 and r_2 are the solutions of the characteristic polynomial. The cases where r1, r2 are real are pretty straightforward. If they are...- meldraft
- Thread
- Coefficients Linear Ode Second order Second order ode
- Replies: 4
- Forum: Differential Equations
-
S
Solving 2nd Order ODE with x(0)=0, x'(0)=0
I'm not sure exactly how to solve this ODE. (dx^2)/(dt^2) + (w^2)x = Fsinwt, where x(0) = 0 and X'(0) = 0. What I've got so far is: x'' + w^2x = Fsinwt --> x(homogenous) = Acoswt + Bsinwt I know I have to find a particular solution but I keep getting zero as a result which I know won't...- S_Flaherty
- Thread
- Ode Second order Second order ode
- Replies: 4
- Forum: Introductory Physics Homework Help
-
M
Solving 2nd Order ODEs: y^4 -3y'' -4y = 0
Hi. I am new to differential equations. This is probably pretty easy but I don't quite understand how to do it yet. The equation is y^4 -3y'' -4y = 0. I can figure out what class of equation it is. I can write it in the form y'' = F(y), but I am not really sure how to solve it.- mj478
- Thread
- Ode Second order Second order ode
- Replies: 3
- Forum: Calculus and Beyond Homework Help