Second order Definition and 570 Threads
-
B
Engineering Second order circuit need some confirmation on the steps involved.
Homework Statement Find v(t) for all t>0. Use second order method. Homework Equations The Attempt at a Solution Before the switch is closed: solving for i: -80+160i+80i+80i=0 i=0.25A KCL: From node v(t): [C dv(t)/dt] + i(t) + [V(t)/4] + [(v(t)-80i)/80]+[(v(t)-80)/160] = 0...- berry1991
- Thread
- Circuit Second order
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
Help with Annihilator Method for Non-homogeneous Second Order D.Es
I must say I'm utterly confused with the Annihilator method for solving Non-Homogeneous Constant Coefficient Second order O.D.Es. I guess it'd be better to list out my questions:- 1. Is it possible to find an annihilator for every single function out there? I mean, is it always possible to...- Ryuzaki
- Thread
- Method Second order
- Replies: 1
- Forum: Differential Equations
-
M
Second Order Equation - Change of variables
Hello there, I am facing the second order ODE in the unknown function $$y(t)$$ $$ \ddot{y} = a \dot{y} y - b \dot{l} l - c\dot{l} + d$$ $$a, b, c, d$$ positive constants, such that $$ \frac{a}{b} = \frac{d}{c}$$ I would like to understand more about it before relying on numerical methods...- muzialis
- Thread
- Change Change of variables Second order Variables
- Replies: 2
- Forum: Differential Equations
-
J
A second order nonlinear ode in an electrostatics problem
I encountered the following second order nonlinear ODE while solving a problem in electrostatics. The ODE is: \frac{d^{2}V}{dx^{2}} = CV^{-1/2} How can I solve this? Regards. Homework Statement Homework Equations The Attempt at a Solution- Judas503
- Thread
- Electrostatics Nonlinear Ode Second order
- Replies: 1
- Forum: Advanced Physics Homework Help
-
S
Second Order Differential Equation (homogenous)
Homework Statement Given y_1(x)=x is a solution to (2x-1)y''-4xy'+4y=0, find y(2) given (y(1),y'(1))=(0, 0). Utilize method of reduction of order. I need help with this as I end up getting some ugly (in my mind, anyways) integrals. Thanks in advance!The Attempt at a Solution Let y=y_1v=xv...- sandy.bridge
- Thread
- Differential Differential equation Second order
- Replies: 13
- Forum: Calculus and Beyond Homework Help
-
P
Finding Constants in Second Order DE with Given Conditions
given that y = 2 at x = 0 and \frac{dy}{dx} = -5 at x = 0, find y in terms of x given further that \frac{d^2y}{dx^2} + \frac{dy}{dx} = 2x +3 finding the complementary function: m^2 + m = 0 m(m+1) = 0 m = 0, m = -1 so complementary function y = A + Be^(-x) Particular...- phospho
- Thread
- Second order
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
B
How to solve a second order diff eq?
If have this equation: \frac {d^2x}{dt^2}=-\frac{x}{1+x^2} How do I solve it?- Binaryburst
- Thread
- Diff eq Second order
- Replies: 9
- Forum: Differential Equations
-
3
Two coupled, second order differential equations
While studying the derivation of the normal modes of oscillation of a liquid sphere in the paper "Nonradial oscillations of stars" by Pekeris (1938), which can be found here, on page 193 and 194 two coupled second order differential equations in two variables are merged into one fourth order...- 3029298
- Thread
- Coupled Differential Differential equations Second order
- Replies: 1
- 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
-
A
Sum of Second Order Linear PDEs
Suppose we have two multivariate functions, u_{1}(x,t) and u_{2}(x,t). These functions are solutions to second-order linear equations, which can be written as follows: Au_{xx}+Bu_{xy}+Cu_{yy}+Du_{x}+Eu_{y}+Fu=G Each of the coefficients are of the form A(x,y). Now, the linearity of these...- Arkuski
- Thread
- Linear Pdes Second order Second order linear Sum
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
M
First and Second Order Systems - Classical Analysis
This was a lecture example and it has confused me. Can someone please help explain it? If we have the following fist order system: τ.dx/dy+y(t)=x(t) where τ=c/k where "k" is the spring stiffness and "c" the linear damper coefficient and τ is a time constant. For the unforced case x(t)=0, we...- mm391
- Thread
- Analysis Classical Second order Systems
- Replies: 1
- Forum: General Engineering
-
S
Second order pde - on invariant?
second order pde -- on invariant? What the meaning for a second order pde is rotation invariant? Is all second order pde are rotation invariant? or only laplacian?- sigh1342
- Thread
- Invariant Pde Second order
- Replies: 1
- Forum: Differential Equations
-
M
Numerically Solving a Second Order Differential Equation Using C
Homework Statement The Second Order Differential Equation is: x''-u(b^2 + x^2)x'+x=0 Initial Conditions are: x(0)=1 x'(0)=0 It is to be numerically solved for 0<=t<=500. The specific numerical method to be used isn't specified, but it must be programmed into c. As a means to check the...- Menninger
- Thread
- Differential Differential equation Second order
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
R
Linearization of Second Order Differential Equations
I'm having some difficulties figuring out how to linearize second order differential equations for a double pendulum. I have an equation that is in the form of \theta_{1}''\normalsize = function [\theta_{1},\theta_{2},\theta_{1}',\theta_{2}'] (The original equation is found at...- Ruby Tyra
- Thread
- Differential Differential equations Linearization Second order
- 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
-
J
Nonlinear second order differential equation
What is the solution of the follwoing differential equation \frac{\partial^{2}y}{\partial x^{2}}-ay^{-1}\frac{dy}{dx}=0 where a is a constant.- JulieK
- Thread
- Differential Differential equation Nonlinear Second order
- Replies: 2
- Forum: Differential Equations
-
I
Second order expansion of metric in free-fall
Hello, I have read that, in a freely-falling frame, the metric/ interval will be of the form: ds2 = -c2dt2(1 + R0i0jxixj) - 2cdtdxi(\frac{2}{3} R0jikxjxk) + (dxidxj(δij - \frac{1}{3} Rikjlxkxl) to second order. Does anyone know where I could find a derivation of this result?- InsertName
- Thread
- Expansion Free-fall Metric Second order
- Replies: 1
- Forum: Special and General Relativity
-
H
Solving ODE's or Euler second order diff. eq's containing Asecx?
I know how we solve ODE's and euler equations in which we have cos and/or sin terms on the right. We take the particular solution to be Acos(x) + Bsin(x). But what if we have secant or cosecant terms on the right or tan and/or cotangent terms? Qno. 1 Are these 4 terms possible i.e. can they...- hivesaeed4
- Thread
- Euler Second order
- Replies: 1
- Forum: Differential Equations
-
C
Second order DE quick question
I don't understand where the A and B come from, if y = e^(mx), would the general solutions be y = Ae^(mx) + Be^(m_1x) assuming there are two distinct roots of the auxiliary equation? If anyone could clear this up, thanks.- converting1
- Thread
- Second order
- Replies: 1
- 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
-
S
Simple Pendulum nonlinear second order differential equation
Homework Statement given: dt=-\frac{1}{2}\sqrt{\frac{l}{g}}\frac{d\theta}{\sqrt{sin^2(\alpha/2)-sin^2(\theta/2)}} make the change of variables sin(\theta/2)=sin(\alpha/2)sin(\phi) to show that: dt=-\sqrt{\frac{l}{g}}\frac{d\phi}{\sqrt{1-k^2sin^2(\phi)}} where k=sin(\alpha/2) Homework...- Stantoine
- Thread
- Differential Differential equation Nonlinear Pendulum Second order Simple pendulum
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
C
Conceptual Second order differential eqn question
I know that if ##Y_1## and ##Y_2## are two solutions of a nonhomogeneous second order differential eqn, then ##Y_1 - Y_2## is also a solution. So this motivates the following: if we set ##Y_1 = y(x)##, where ##y(x) ## is an arbritary soln of the nonhomogeneous ODE and ##Y_2 = y_p(x)##, some...- CAF123
- Thread
- Conceptual Differential Second order
- Replies: 3
- Forum: Differential Equations
-
J
How do I find di_L(0)/dt for a second order RLC circuit after the switch opens?
http://imgur.com/6aAMV So I need to find the current labeled as a function of time. THe switch opens at t=0 and I drew the circuit after the switch opens. I found the initial current to be -4 and the voltage on the capacitor to be 8. I'm having trouble trying to find di_L(0)/dt. I...- Jebus_Chris
- Thread
- Circuit Rlc Rlc circuit Second order
- Replies: 2
- Forum: Introductory Physics Homework Help
-
Z
Standard Form for second order systems.
Suppose there's a system with given uncertain parameters. And I would like to obtain certain Rise time, max. over shoot, settling time by adjusting those parameters. Let's say this is the second order system; T(s) = (ks + c) / (s2 + as + b) First of all; for a second order system there...- zoom1
- Thread
- Form Second order Standard Systems
- Replies: 1
- Forum: Electrical Engineering
-
M
Nonlinear second order differential equation
I am having a problem finding the solution for this eq: y''(x)+(2/x)y'(x)+(w^2)y(x)=0 I couldn't find examples in the textbook that goes on a similar line, and have been searching the internet as well, but no use. I am thinking of using substitution v=y' but not sure how to do that in the...- mumaga
- Thread
- Differential Differential equation Nonlinear Second order
- Replies: 8
- 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
-
Solving a second order DE via Green's function
Homework Statement Hello guys. I've been stuck on a problem when searching for the Green function. Here is the problem: Find the solution of x^2 y''-2y=x for 1 \leq x < \infty with the boundary conditions y(1)=y(\infty ) =0, using the appropriate Green function.Homework Equations The general...- fluidistic
- Thread
- Function Green's function Second order
- Replies: 15
- Forum: Calculus and Beyond Homework Help
-
X
Power Series to solve Second order Differential Equations
Homework Statement When solving a D.E. with power series, I've encountered something along the lines of: (2 - r)^{2}g'' = -2 Homework Equations Power Series The Attempt at a Solution I know I am just supposed to assume such a series exists, and work from there. But I'm really...- xWaffle
- Thread
- Differential Differential equations Power Power series Second order Series
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
O
Drawing the step response of a second order system
Homework Statement I have to draw the step response of the following two systems. G1 = (4+3s)/(s^2+4s+4) G2 = 3/(s^2+4s+4) So I started to draw the step response of the second system first. It has to be in the funky standard form: \frac{ω2}{s2 + 2ζωs + ω2} EDIT: Seems like the above doesn't...- Ortix
- Thread
- Drawing Response Second order Second order system Step response System
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
MHB Another second order non homogeneous ODE....
Four days ago on mathhelpforum.com the user ssh [I don’t know if he the same as in MHB…] has proposed the following second order complete linear ODE… $\displaystyle y^{\ ''} – \frac{2+x}{x}\ y^{\ ’}\ + \frac{2+x}{x^{2}}\ y = x\ e^{x}$ (1) … and till now no satisfactory solution has been...- chisigma
- Thread
- Homogeneous Ode Second order
- Replies: 3
- Forum: General Math
-
N
Particular Solution of 2nd Order ODE: x^2y"-4xy'+6y=ln(x)
I was wondering what a guess would be for the particular solution of the right hand side of an equation if it looked like this: x^{2}y" - 4xy' + 6y = ln(x) My textbook has some specific examples of the right side function along with the corresponding form of the particular solution...- november1992
- Thread
- Odes Second order
- Replies: 9
- Forum: Calculus and Beyond 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
-
S
MHB Solving Second order non - homogeneous Differential Equation
How to solve \( (x+1) y'' - (2x+5) y' + 2y = (x+1) e^x\) can we assume \(y_1 = (Ax+B) e^x \), then \(y_2= vy_1\) Is this right? then solve for A and B Finally \( y = c_1 y_1 + c_2 y_2\)- ssh
- Thread
- Differential Differential equation Homogeneous Second order
- Replies: 3
- 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
-
T
Springs Question - Second Order O.D.E
Hi all, I was wondering is you could help me with this springs question. We've only done springs hanging from a fixed support above being stretched, but now I've got a question where the spirng is being compressed. Homework Statement So, here's some basic info about the question...- tedwillis
- Thread
- Second order Springs
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
C
Determining the second order polynomial from the intersection points
Homework Statement Let's say that we have a second order polynomial function, and we know all of the points where it intersects with the x and y axis. Ex: (-2; 0), (0; 2), (1; 0) How does on determine the ax^2+bx+c polynomial form based on that? Homework Equations - The Attempt at...- Cinitiator
- Thread
- Intersection Points Polynomial Second order
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
D
Second Order Differential Initial Value Problem
Homework Statement y''+4y'+6y y(0) = 2; y'(0) = 4 Homework Equations \alpha ± β = e^{x\alpha}(cosβx + sinβx) The Attempt at a Solution Auxilary equation is r^2+4r+6, which solves for -2 ± i I get the general solution: e^{-2x}(c1cosx + c2sinx) y' = -2e^{-2x}(c1cosx +...- danielu13
- Thread
- Differential Initial Initial value problem Second order Value
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
G
System of second order linear coupled pde with constant coefficient
Someone know how to uncouple this system of pde? Δu_{1}(x) + a u_{1}(x) + b u_{2}(x) =f(x) Δu_{2}(x) + c u_{1}(x) + d u_{2}(x) =g(x) a,b,c,d are constant. I would like to find a solution in one, two, three dimension, possibily in terms of Green function...someone could help me, please?- galuoises
- Thread
- Coefficient Constant Coupled Linear Pde Second order Second order linear System
- Replies: 3
- Forum: Differential Equations
-
S
MHB Solving Second order non - homogeneous Differential Equation
To Solve y’’ – 2 y’ – 3y = 64 e-x x ---------------(1) Using the method of undetermined coefficients : The roots of the homogeneous equation are 3 and -1, so the complimentary solution is y = c1 e3x + c2 e-x Then the guess for the particular solution of (1) is e-x x (Ax + B)...- ssh
- Thread
- Differential Differential equation Homogeneous Second order
- Replies: 3
- Forum: Differential Equations
-
A
MHB Solve Second Order Differential Eq. With Variable Coefficient
$(1-x^2)y'' - xy' + 4y =2 x \sqrt{1-x^2} $ Hint use the substitution $x =\sin t$ I used it and end with $\cos t y'' + \sin t y' - \frac{\sin t}{\cos t} y' + 4y = 2\sin t |\cos t| $ how to solve this i just want the name of the method- Amer
- Thread
- Coefficient Differential Differential equation Linear Second order Second order linear Variable
- Replies: 13
- Forum: Differential Equations
-
C
Unbounded or infinite would be more appropriate terms to use in this context.
Homework Statement Find the values of α for which all the solutions of y''-(2α-1)y'+α(α-1)y=0 (a) tend to zero and (b) are ilimited, when t->∞. Homework Equations y''-(2α-1)y'+α(α-1)y=0 => (t)=Ae^{αt}+Be^{(α-1)t} The Attempt at a Solution I found that the general solution to the...- carlosbgois
- Thread
- Homogeneous Ode Second order
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
J
Solving a Second Order Nonlinear ODE: Integrating and Separating Variables
1. y''y^4 = 8 I tried almost every method I know, including laplace transforms, variation of parameters, reductin of order, v=y' substitution- josephsuk
- Thread
- Nonlinear Ode Second order
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
S
Change of variables in a second order SDE
Hello everyone! I am fairly new to SDE theory, so I'm sorry if my question may be a bit naive. I have the following coupled set of SDE:s d\phi = \frac{v - v_r}{R}d t + \frac{\pi}{\sqrt{t_c}}d W d v = A\cos(n\phi - \phi_w)d t + a_v d t + \sigma_v d W. W denotes a Wiener process, and the...- sith
- Thread
- Change Change of variables Second order Variables
- Replies: 1
- Forum: Differential Equations
-
L
Solve 2nd Order Diff Eq: (-1/k^2)*(d^2y/dx^2)-y = (Q*c/P*L)*x
Homework Statement Hi everyone, I have the following differential equation that I am trying to solve: (-1/k^{2})*(d^{2}y/dx^{2}) - y = (Q*c/P*L)*x Where Q,c,P,L, and k are constants. The solution ends up being: y = A*cos(k*x) +B*sin(k*x) -(Q*c/P*L)*x Where A and B are constants...- lookAtree
- Thread
- Diff eq Second order
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
B
Solving a system of two nonlinear second order ODEs (Mechanical vibrations)
I was wondering what the common methods for solving such a system are: 2 m \ddot{x} - m l \ddot{θ} θ + k x = 0 m l^{2} \ddot{θ} - m l \ddot{x} θ + m g l θ = 0- Bartok
- Thread
- Mechanical vibrations Nonlinear Odes Second order System Vibrations
- Replies: 6
- Forum: Differential Equations
-
F
Solving Second order non-Homogeneous PDE
Hi Everyone, I was reading a paper and I found it hard to comprehend how some of the equations were arrived at, probably because my math rottenness. Anyway I need your help on understanding how these equations were arrived at. The problem goes like this: We have this PDE in cylindrical...- femiadeyemi
- Thread
- Pde Second order
- Replies: 4
- Forum: Differential Equations
-
J
Non linear second order differential equation
Hello, I tried to find the non linear second order differential solution of: diff(y(t), t, t)-(diff(y(t), t))+exp(y(t)) = 0 can anyone please help me? Kind regards, JJ- jj231
- Thread
- Differential Differential equation Linear Second order
- Replies: 2
- Forum: Differential Equations
-
M
Equation of the line for a second order decay
What is it?! I have tried plotting dummy data showing y values halving as x values double and no simple type of equation results (ie exponential, power, polynomial etc) - is this true? I thought such a standard function would be a simple one!- Miffymycat
- Thread
- Decay Line Second order
- Replies: 6
- Forum: General Math