I tried to solve a differential equation, but unfortunately got stuck at some point.
The problem is to solve the diff. eq. of hard clamped on both ends rod. And the force compresses the rod at both ends. the solution(v(x)) is the value of bending I need.
I assuming, that the differential equation of buckling rod is $$ EI_{x}v''''+Pv''=0$$ where $$P$$ is a force. and $$EI_x$$ is inflexibility.
Then I find the solution for the diff. eq: $$v(x) = \frac{(\frac{(c_2 \sin(\sqrt(P) x))}{\sqrt(P)}+\frac{(c_1 \cos(\sqrt(P) x))}{\sqrt(P)})}{\sqrt(P)}+c_4 x+c_3$$ the boundary conditions: $$v(0)=v(l)=0=v'(0)=v'(l)$$ gives the trivial solution for $$c_{1},c_{2},c_{3},c_{4}$$ but I need non-trivial solution.
Could you please help me to find the mistake or explain what's wrong in my equation?
