How to solve a 4th order ODE with given boundary conditions?

  • Thread starter Thread starter seang
  • Start date Start date
  • Tags Tags
    Ode
seang
Messages
184
Reaction score
0

Homework Statement



Hello, I should probably know how to do this, but I am confused as to how to solve the following 4th order ODE:

\begin{align}<br /> &amp; EI \frac{\mathrm{d}^4 w}{\mathrm{d} x^4} = 0 \\<br /> &amp; w|_{x = 0} = 0 \quad ; \quad \frac{\mathrm{d} w}{\mathrm{d} x}\bigg|_{x = 0} = 0 \quad ; \quad<br /> \frac{\mathrm{d}^2 w}{\mathrm{d} x^2}\bigg|_{x = L} = 0 \quad ; \quad -EI \frac{\mathrm{d}^3 w}{\mathrm{d} x^3}\bigg|_{x = L} = F\,<br /> \end{align}<br />

The well-known solution is:

w = \frac{F}{6 EI}(3 L x^2 - x^3)\,~.

...but I don't know how to obtain it myself.



The Attempt at a Solution







Since all the roots of the characteristic equation would be 0, the solution should be:

w = c1*exp(0*x) + c2*exp(0*x) +...+c4*exp(0*x)

Then normally one would use the initial conditions to get the constants, but that gives sth like the following system:

c1+c2+c3+c4 = 0
0 = 0
0 = 0
0 = 0

haha

in fact, I am not sure how one could get an equation with powers of x solving the equation this way. I must be going about this wrong or making a very simple mistake somewhere...
 
Physics news on Phys.org
Integrate the ODE step by step. d4w/dx4=0, what do you know about d3w/dx3?

ehild
 
wow, so simple. thanks a lot.

re-reading my ODE book, it says that the method i was using assumes the answer is exponentials. i guess i should read more carefully
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top