Robert's HW

From Class Wiki
Jump to navigation Jump to search

I decided to model the natural response of a boat given a small initial list on flat water.

Assume a boat of arbitrary geometry, with a given displacement(weight) D, mass moment of inertia I, and metacentric height GM (The metacenter is a theoretical point in a boat through which the buoyant force always passes for small angles of list.).

Righting arm.png

As the boat lists at angle φ, the centroid of the displaced volume of water shifts in the same direction, causing the buoyant force to be offset, resulting in a moment acting to right the boat. This righting moment is equal to the displacement of the boat times the righting arm GZ, where:

GZ = GM*sin φ

Which at small angles of φ can be approximated:

GZ = GM*φ

Thus, summing moments about the center of gravity of the boat:

Rearranging:

This is a simple ODE that may be solved using Laplace transforms.


Solving for :

Assuming no initial angular velocity () and converting back to time domain:


This implies that, like a pendulum, a boat has a natural period of oscilation determined only by it's own physical properties. This period is important when considering more dynamic problems such as the motion of a boat in a storm.