Domain of a Differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 12K views
altcmdesc
Messages
64
Reaction score
0
Find the particular solution y=f(x) to dy/dx=(1+y)/x given that f(-1)=1 and state its domain.

My answer was: 2|x|-1, x ∈ ℝ/{0}

Apparently, the domain should be x<0

Solving the differential equation was not an issue at all, but I have no idea why the domain is restricted to x<0. I understand that zero cannot be included because dy/dx fails to exist at x=0, but why are positive real numbers not included?

In general, as well, how is the domain of a particular differential equation found that is not obvious (e.g. found by simply looking at dy/dx)
 
Physics news on Phys.org
With the domain of a "particular" solution for a diff.eq, we mean those x's for which the given intial conditions yield a UNIQUE solution.

In your case, an equally good solution is:

y(x)=2|x|-1, x less than 0, and y(x)=3x-1 for x greater than 0.

The discontinuity at x=0 wreaks havoc on the uniqueness of the solution that normally is guaranteed by specifying a SINGLE initial condition.
 
Notice that if you were given exactly the same differential equation with the condition f(1)= 1, the domain would be the set of all positive numbers.
 
Ah, I see now. For an initial condition problem, the domain of the solution curve is the set of all x that satisfies the differential equation and contains the initial point. So, since there's a singularity at x=0, only the left half of the curve is the solution. Is my reasoning correct?
 
Indeed.

If you were to have a unique solution covering all of R except 0, you'd need TWO initial conditions, one in each of the two disconnected parts of the domain.