Non linear second order differential equation

jj231
Messages
3
Reaction score
0
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
 
Physics news on Phys.org
What do "diff(y(t), t, t)" and "diff(y(t), t)" mean? Second and first derivatives? I would think the usual "d^2y/dt^2" and "dy/dt" would be simpler. If this is y''- y'= e^y then, since the independent variable, t, does not appear explicitely, we can use "quadrature". Let z= dy/dt so that d^2y/dt^2= dz/dt= (dz/dy)(dy/dt)= z dz/dy. Then the equation becomes dz/dy- z= e^y, a linear first order differential equation. Solve for z as a function of y then solve dy/dt= z for y as a funtion of t.
 
Thankyou for the reply. However in your explanation you have said d^2y/dt^2= dz/dt= (dz/dy)(dy/dt)= z dz/dy.if i understood it correctly,the equation becomes z*dz/dy- z= e^y, not " dz/dy- z= e^y,". hence it will not be linear first order equation.

Thank you in advance.
 
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