Paper buckling and 2nd Order NL ODE

evan247
Messages
4
Reaction score
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!
 
Physics news on Phys.org
Up to now, you have only two well defined boundary conditions :
theta(0)=pi/2
theta(L)=pi/2
The numerial values of the derivatives at s=0 and s=L are not specified. They can be equal just by symetry of the solution. But this equality iis not necessarily a well defined boundary condition.
By the way, the ODE can be analitically solved, thanks to elliptic integrals.
 
Last edited by a moderator:
If your paper has deformed as much as a 'bulb shape' one or both of your 'supports' (the clamps) must have moved significantly from their original positions.
That is the supports do significant work.
You need to take this into account.

And welcome to Physics Forums.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top