If $y(x)$ is the solution of the differential equation $y'(x)=y^2+x,$ then $y(x)$ is differentiable how many times?

110 Views Asked by At

If $y(x)$ is the solution of the differential equation $$y'(x)=y^2+x,$$ then $y(x)$ is differentiable how many times?

As per my understanding, $y(x)$ is the solution and $y'=y^2+x$ is given, which means $y$ is already given one-time differentiable. Again we can differentiate this to get $y''=2y + 1$, and keep doing this; we get $y(x)$ is infinite-times differentiable.

1

There are 1 best solutions below

0
On

Yep, your idea is right. A compact way to phrase it would be: Let $f(x)=y^2(x)+x$. Then by hypothesis $f$ is once differentiable (since $y$ is), and $y'=f$, so $y'$ is once differentiable. This implies $y$ is twice differentiable, and so $f$ is as well, but then $y$ is thrice differentiable, and so on.

This is called a bootstrap argument; improving $y$ improves your right hand side $f$, which in turn improves $y$ further, and so you iterate the procedure.