Skip to main content
17-Peridot
September 17, 2018
Solved

Nonlinear 1°ord differential equation

  • September 17, 2018
  • 3 replies
  • 5228 views

Hi everybody,
how can I solve this equation?Cattura.JPG

 

I found problems because of the derivative function squared. I need to collect the term derivative not squared...

Thanks
Bye

This topic has been closed for replies.
Best answer by AlanStevens

You can turn the non-linear y'(t)^2 + 4y'(t) = 5ty(t) into two simultaneous linear ode's:

 

Non-linearOde.PNG

 

 

 

Alan

3 replies

23-Emerald IV
September 17, 2018

Hmm squared.... Seems more like to the 3rd power.

 

You have (y'(t))^2 and mutiply that with 4 y'(t), that gives 4*(y'(t))^3...

 

Do you need a symbolic solution, or can you settle for a numeric approximation.

Either way: what are the initial values? [ y(0), y'(0)]


Luc

23-Emerald IV
September 17, 2018

Found it.

 

Try y(t)=+/-(1/8)*sqrt(10)*t^2.

 

The third solution is y(t)=0, but I guess you weren't looking for that.

LM_20180917_NonlinearDE.png

 

Success!
Luc

25-Diamond I
September 17, 2018

Here's a possible workaround for a numerical solution, both Prime and real Mathcad:

B2.png

gfraulini17-PeridotAuthor
17-Peridot
September 17, 2018

I'm so sorry because I wrote "(y'(t)^2) * 4y'(t)" instead of "(y'(t)^2) + 4y'(t)" that it changes a lot...

25-Diamond I
September 17, 2018

From Mathcad's documentation of "odesolve":

The ODE must be linear in its highest derivative term,