Non-linear ODE with IV problem

  • Thread starter Thread starter mistereko
  • Start date Start date
  • Tags Tags
    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
9 replies · 2K views
mistereko
Messages
25
Reaction score
0

Homework Statement



I just need to know how to start this. I've never seen a piece wise ODE before and I don't really know where to start to be honest. I know it's non-linear and it's of order one.

dy/dx = (1/3)y - 3, y > 0 and dy/dx = -(1/3)y - 3 ≤ 0. y(0) = 1 with y(x) [itex]\in[/itex] C0 [0,[itex]\infty[/itex])

I'm trying to find the non-trivial solution.

Homework Equations





The Attempt at a Solution


 
Physics news on Phys.org
Thanks very much. That should be ok. :)
 
mistereko said:
Thanks very much. That should be ok. :)

So, will I have two solutions in the end?
 
mistereko said:
So, will I have two solutions in the end?

You'll have a single solution defined in two pieces. Are you sure that the pieces are y>0 and y<=0? Not x?
 
Last edited:
No. You will have a single solution- a single function given by one formula for x< 0 and second formula for x> 0- a "piecewise function".

I clearly type too slowly!
 
Last edited by a moderator:
It's definitely a linear ODE right?
 
mistereko said:

Homework Statement



I just need to know how to start this. I've never seen a piece wise ODE before and I don't really know where to start to be honest. I know it's non-linear and it's of order one.

dy/dx = (1/3)y - 3, y > 0 and dy/dx = -(1/3)y - 3 ≤ 0. y(0) = 1 with y(x) [itex]\in[/itex] C0 [0,[itex]\infty[/itex])

I'm trying to find the non-trivial solution.

Homework Equations





The Attempt at a Solution


It is important to know if you mean that
[tex]y' = \frac{y}{3} - 3, \; y > 0, \text{ and } y' = -\frac{y}{3} - 3, \;<br /> y \leq 0,[/tex]
or
[tex]y' = \frac{y}{3} - 3, \; x > 0, \text{ and } y' = -\frac{y}{3} -3, \; x \leq 0.[/tex]
Both systems have [itex]C^0[/itex] solutions; one of them has [itex]C^1[/itex] solutions, but the other does not (except for one very particular choice of initial conditions).

RGV
 
Ray Vickson said:
It is important to know if you mean that
[tex]y' = \frac{y}{3} - 3, \; y > 0, \text{ and } y' = -\frac{y}{3} - 3, \;<br /> y \leq 0,[/tex]
or
[tex]y' = \frac{y}{3} - 3, \; x > 0, \text{ and } y' = -\frac{y}{3} -3, \; x \leq 0.[/tex]
Both systems have [itex]C^0[/itex] solutions; one of them has [itex]C^1[/itex] solutions, but the other does not (except for one very particular choice of initial conditions).

RGV

The first one you wrote. Cheers.