Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After calculating the position, velocity and acceleration for the penguin body, I moved onto analyzing the penguin wing. The following diagram will be helpful in this analysis.

Image Added

Figure. Wing-Body Geometry

When the body of the penguin moves up, the wing at the point where it intersects the body has the same velocity and acceleration as the body. Then by simple geometry we can find the angle of the wing as a function of the position of the body. 

Θwing=atan((r-y0)/a)

Then after finding the wing angle, the velocity and acceleration tangent to the wing can be found by more geometric relations.

Vtan,wing=Vbody*cos(Θwing)

Atan,wing=Abody*cos(Θwing)

After the tangent components are found, the angular velocity and accelerations will be found by the following equations.

wwing=Vtan,wing/l=Vtan,wing*cos(Θwing)/a

alphawing=Atan,wing/l=Atan,wing*cos(Θwing)/a

Lastly, the magnitude of the velocity and acceleration of the wing tip can be found by the following relations.

Vwing=wwing*lwing

Awing=alphawing*lwing