Linear function - A differential equation is said to be linear if the unknown function and it's derivative, which occur in the equation, occur only in the first degree and are not multiplied together.
I have some doubts related to above definition.
1.) If we have differential equations then which term is treated as unknown function.
2.) Derivative here means single derivative or highest derivative.
For example if we have following equation -
$t^2\frac{d^2s}{dt^2}-st(\frac{ds}{dt})^4=s$
So which one is unknown function and which one is treated as it's derivative double derivative or single?
And what about this one $\frac{d^2y}{dx^2}=\cos3x+\sin3x$