Find solution of initial value problem - 1st order non-linear ODE

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
mihyaeru
Messages
3
Reaction score
0
Hey,
we have to solve the following problem for our ODE class.

Homework Statement



Find the solution of the initial value problem
dx/dt = (x^2 + t*x - t^2)/t^2

with t≠0 , x(t_0) = x_0

Describe the (maximal) domain of definition of the solution.

The Attempt at a Solution


Well, I know that this is a 1st order nonlinear ODE. Unfortunately I got no clue how to deal them.
I tried this:
dx/dt = (x^2 + t*x - t^2)/t^2
= x^2/t^2 + x/t -1

Now substitute: u = x/t -> x=ut , x'=u't+u
Therefore we get:
u't+u = u^2+u-1
t* du/dt +u = u^2+u-1 //-u
t* du/dt = u^2 -1

0= t*u' -u^2 +1
which is my dead end.

Is the idea ok? What could I do?

Kind regards,
mihyaeru

PS: How can i insert a fraction?
 
Physics news on Phys.org
I just noticed that we might be able to solve this via applying the Riccati equation?
 
As far as I know it is a separation of variables case, iff there would be no t in front of the du/dt. Or no -1.
You think of the solution
du / (u^2 -1) = dt / t ,
don't you?

But anyway thanks for your answer =)
 
mihyaeru said:
As far as I know it is a separation of variables case, iff there would be no t in front of the du/dt.
That doesn't matter. Just keep the t with the dt.
You think of the solution
du / (u^2 -1) = dt / t ,
don't you?

That's exactly what he is thinking of. Use partial fractions on the left side and integrate both sides.
 
mihyaeru said:
As far as I know it is a separation of variables case, iff there would be no t in front of the du/dt. Or no -1.
You think of the solution
du / (u^2 -1) = dt / t ,
don't you?

But anyway thanks for your answer =)

I do. And you should be able to integrate both sides.

ehild