Question: You have a differential equation y'[x] = f[x, y[x]]. If you have a formula for f[x, y] and you start with y[0] = 1, then
You have a differential equation
y'[x] = f[x, y[x]].
If you have a formula for f[x, y] and you start with
y[0] = 1,
then you can use NDSolve to plot out a function y[x] with
y[0] = 1 and y'[x] = f[x, y[x]].
On the other hand if you start with y[0] = 2, then you can use NDSolve to plot out a function y[x] with
y[0] = 2 and y'[x] = f[x, y[x]].
The question here is: Can the plots of these two solutions ever cross over each other like this:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
