Second order Definition and 570 Threads

  1. 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...
  2. Ryuzaki

    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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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?
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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?
  13. 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...
  14. 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...
  15. 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...
  16. 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.
  17. 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?
  18. 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...
  19. 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.
  20. fluidistic

    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...
  21. fluidistic

    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...
  22. 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...
  23. 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...
  24. 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...
  25. 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...
  26. 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...
  27. 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...
  28. 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...
  29. fluidistic

    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...
  30. 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...
  31. 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...
  32. chisigma

    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...
  33. 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...
  34. 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.
  35. 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\)
  36. STEMucator

    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'' +...
  37. 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...
  38. 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...
  39. 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 +...
  40. 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?
  41. 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)...
  42. 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
  43. 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...
  44. 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
  45. 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...
  46. 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...
  47. 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
  48. 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...
  49. 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
  50. 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!
Back
Top