Help needed for solving 2nd order differential equation

kemiao
Messages
3
Reaction score
0
can someone help me solve the differential equation that takes the following form?

y''+Ay'+By+Cy^2=f(x), y is function of x

Thanks a lot!
 
Physics news on Phys.org
Move to math forum - diff. eq.
 
thanks, it actually applies to a specific physics problem

thanks. it actually applies to a specific physics problem.
i am trying to solve this for a non-linear spring-mass-damper system where the spring stiffness is not constant, but linearly proportional to displacement. thanks!
 
Since the DE is non-linear, a numerical solution would probably be called for.
 
thanks a lot. is there a way to solve it analytically using method of successive approximations?
i'd imagine the solution could take a form of something like
y(x) = A1*cos(x)+A2*x^2*cos(2x)+A3*x^3*cos(3x)+...

SteamKing said:
Since the DE is non-linear, a numerical solution would probably be called for.
 
SteamKing said:
Since the DE is non-linear, a numerical solution is probably called for.

Agreed. You might be lucky and find an analytic solution for particular parameter values and a particular f(x), but a general analytic solution is probably not possible.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top