First ODE of an absolute value

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
2 replies · 2K views
sydneyw
Messages
5
Reaction score
0
so I understand the basic premise of differentiating a first ODE, or I thought I did. I have the equation y'-y=abs(x-1). I have no idea of how to go about this. Can someone walk me through how to do this? I'm attempting to study for a test and this is one of the practice questions he gave us so I feel as though I'm in some serious trouble if I don't learn how to do this! Thank you much.
 
Physics news on Phys.org
First, you don't want to "differentiate" the ODE, you want to integrate it.

And the simplest way to handle the absolute value is to use the definition. If [itex]x\ge 1[/itex], x- 1 is non-negative so |x- 1|= x- 1 and your differential equation becomes dy/dx- y= x- 1.
If x< 1, x- 1 is negative so|x- 1|= -(x- 1)= 1- x and your differential equation becomes dy/dx= 1- x.

Integrate those to get two general solutions, one valid for x> 1, the other valid for x< 1.