Calculating a Wronskian is a very painful process, especially for higher order differential equations. Actually, I'm trying to solve a 4th order non-homogeneous linear differential equation. Consider the equation given below, for example, $$ y'''' - u^4y = e^{ux}, \quad \text{where $u > 0$ is a constant.} $$
I got general solution,
$$ y = C_1.e^{ux} + C_2.e^{-ux} + C_3.cos(ux) + C_4.sin(ux)$$
to homogeneous equation,
$$ y'''' - u^4y = 0, \quad \text{where $u > 0$ is a constant.} $$
As we can see, we got four functions, namely, $f1...f4$, to calculate Wronskian. Here I ended up solving a $4X4$ determinant.
Is there any alternative?
Note: I solved it using undeteremined coefficient, $y_p = x.p.e^{ux}$. Still your answers were helpful. Thanks.
It is easy to find a particular solution to $y^{(4)}-u^4y=e^{ux}$, so you can focus on the linear equation $y^{(4)}-u^4y=0$.
If $X=(y''',y'',y',y)$, then $X'=AX$ with $A=\left( \begin{array}{cccc} 0&0&0&u^4 \\ 1 & 0&0&0 \\ 0&1&0&0 \\ 0&0&1&0 \end{array} \right)$. You only have to compute $\exp(A)$ (notice that $A^4= u^4 \operatorname{Id}$).