Consider the following initial-value problem involving a nonlinear first-order ODE:
$y' = \sin(xy), \quad y(0) = y_0$.
For large enough values of $y_0$, the solutions to this equation appear to converge onto a specific shape under the appropriate normalized scale—dividing both $x$ and $y$ by $y_0$.
Can any statements be made about the form of the function corresponding to this shape/normalized solution?
See below for a graph of numerically computed solutions to this ODE that demonstrate this phenomenon.
I've plotted the solutions for even larger $y_0$ below so that the shape these solutions are converging to can be viewed more clearly. Only one line is visible as both solutions are virtually the same under the normalized scaling.
A comment: this question is motivated by a statement in Bender & Orszag's Advanced Mathematical Methods for Scientists and Engineers, where they use the IVP above when $y_0 = 1$ as an example of an initial-value problem with a unique solution near $x = 0$ that is not known to be representable in terms of elementary functions. Perhaps this strange shape is representable with elementary functions?
UPDATE 6/10/2018
Although it is not clearly visible in the graphs below, the function appears to have a slight kink at the point where $y = x$, indicating the solution's derivative is not itself differentiable. In addition, a paper by Wendell Mills, Boris Weisfeiler and Allan M. Krall discusses how solutions to $y' = sin(xy)$ asymptotically tend to a function $y \propto 1/x$ as $x \rightarrow \infty$.
Intrigued by this, I found numerically that for large $y_0$, the solution past the $y = x$ point (about 0.7929) matches $y = 0.63 y_0^2 / x$ essentially perfectly. See below for a comparison plot.
That being said, I still have no clue regarding:
- What these constants—0.7929 and 0.63—are and where they come from. (I would assume the 0.63 constant has some factor of $\pi$ in it due to the arguments from the Mills-Weisfeiler-Krall paper.)
- How to prove the solution past $x = y$ approaches this specific $\propto 1/x$ form for large $y_0$.
- An expression for the part of the solution before $x = y$.
Even more intriguing: Perhaps the solution for large $y_0$ can be defined piecewise in terms of elementary functions?
UPDATE 7/31/2018
It seems as if the solution of $y' = \cos(xy),\ y(0) = y_0$ converges onto this unknown function as well for large $y_0$. See the graph below for numerical evidence; only one line is visible as both solutions are essentially the same.
Could the asymptotic form of these solutions have some exponential component in the region where $y > x$?



