I been solving some problems of the existence and uniqueness theorem, and i'm trying to justify this: Consider the equation $5x^2y^{(5)} − (6 \sin x)y''' + 2xy'' + \pi x^3y' + (3x − 5)y = 0$
Suppose that $Y(x)$ is a solution of this equation such that $Y(1) = 0, Y' (1) = 0, Y'' (1) = 0, Y''' (1) = 0, Y^{(4)}(1) = 0$, and $Y^{(5)}(1) = 0$. Why must $Y(x)$ be equal to 0 for all values of $x$?
i think that the reason is, because the existence and uniqueness theorem says that if $y(t_0)=y_0$ implies $y'(t_0)=y_0'$ for a case of $n=2$ in general $\vec{y}^{(n)}=y_0^{(n)}$, then if any $Y^{(k)} \neq 0$ contradicts the hypotheses of the theorem, am i correct? thanks.
Write the equation as $$ y^{(5)} =\frac{6 \sin x}{5\,x^2}\,y''' - \frac{2}{5\,x}\,y'' - \frac{\pi\,x}{5}\,y' - \frac{3\,x − 5}{5\,x^2}\,y. $$ The right hand side is continuous and Lipschitz in the variables $y,y',y'',y''',y''''$ on a neighborhood of $(1,0,0,0,0,0)$. By the existence and uniqueness theorem there is a unique solution defined on a neighborhood of $x=1$ such that $y(1)=y'(1)=y''(1)=y'''(1)=y''''(1)=0$, and $y=0$ is clearly a solution satisfying the initial conditions.
If you do not have seen the theorem for $n$-th order equations, transform the equation into a first order system: \begin{align} y'&=y_1\\ y_1'&=y_2\\ y_2'&=y_3\\ y_3'&=y_4\\ y_4'&=\frac{6 \sin x}{5\,x^2}\,y_3 - \frac{2}{5\,x}\,y_2 - \frac{\pi\,x}{5}\,y_1 - \frac{3\,x − 5}{5\,x^2}\,y\\ \end{align} with initial conditions $y(1)=y_1(1)=y_2(1)=y_3(1)=y_4(1)=0$.