I've solved this equation and got $c_0\cosh x + c_1\sinh x$. However, I've noticed that if the arbitrary constant $c_0$ doesn't equal $c_1$, this wouldn't work; you would have to convert the $\cosh x $and $\sinh x$ into solutions of $e^x$ first. Why is this the case, because in other differential equations, the arbitrary constants can be any number?
2026-03-25 23:35:46.1774481746
On
Explain $y''-y=0$
269 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
It works for any $(c_0,c_1)$. Since $$(\cosh(x))''=\cosh(x)$$ and $$(\sinh(x))''=\sinh(x),$$ if $$y=c_0 \cosh(x)+c_1\sinh(x),$$ then $$y''=c_0\cosh(x)+c_1\sinh(x)=y,$$ and so $$y''-y=0.$$
It is also true that $\cosh(x)$ and $\sinh(x)$ are L.I. functions, since the wronskian determinant is not zero, because $$W(\cosh(x),\sinh(x))=\left|\begin{matrix}\cosh(x)&\sinh(x)\\(\cosh(x))'&(\sinh(x))'\\\end{matrix}\right|=$$ $$=\left|\begin{matrix}\cosh(x)&\sinh(x)\\\sinh(x)&\cosh(x)\\\end{matrix}\right|=\cosh^2(x)-\sinh^2(x)=1,\quad \forall x.$$
This implies that all the solutions are of the form $$y=c_0 \cosh(x)+c_1\sinh(x).$$
Why do you claim that it doesn't work? $$(c_0\cosh +c_1\sinh )''=c_0(\sinh)'+c_1(\cosh)'=c_0\cosh+c_1\sinh$$