evan247
- 4
- 0
Hi all,
I was looking at the buckling problem of a piece of paper with both ends clamped. When the two ends come closes they form a bulb-like shape and I was interested in deriving the shape numerically by solving NL ODE, which comes from energy methods (neglecting gravity).
The ODE I got is sth. like:
\frac{d^2\theta(s)}{ds^2}=cos(\theta(s))$
where \theta(s) is the angle the paper is inclined at, with respect to arc length s, and L is the total length of the paper.
Boundary conditions \theta(0)=\theta(L)=\pi/2, \theta'(0)=\theta'(L).
It's a bit puzzling to me as there are 4 boundary conditions and the solution to the ODE doesn't seem to be able to satisfy all of them... Any thoughts? Or anything wrong with my energy approach? (Lagrangian = elastic energy - \lambda * constraint) Thanks a lot!
I was looking at the buckling problem of a piece of paper with both ends clamped. When the two ends come closes they form a bulb-like shape and I was interested in deriving the shape numerically by solving NL ODE, which comes from energy methods (neglecting gravity).
The ODE I got is sth. like:
\frac{d^2\theta(s)}{ds^2}=cos(\theta(s))$
where \theta(s) is the angle the paper is inclined at, with respect to arc length s, and L is the total length of the paper.
Boundary conditions \theta(0)=\theta(L)=\pi/2, \theta'(0)=\theta'(L).
It's a bit puzzling to me as there are 4 boundary conditions and the solution to the ODE doesn't seem to be able to satisfy all of them... Any thoughts? Or anything wrong with my energy approach? (Lagrangian = elastic energy - \lambda * constraint) Thanks a lot!