1

Great Hammerhead Shark

Sphyrna mokarran pelagic elasmobranch hydrodynamics capturing the wide stereoscopic T-shaped cephalofoil head, fusiform dorsal profile, and serpentine sinusoidal swimming waves.

Playground
60 FPS Canvas 2D
Click + Drag to interact with field

Live Parameters

Cruising Speed 1.2
Serpentine undulation tempo
Cephalofoil Wingspan 1.2
T-head width multiplier
ƒ

Mathematical Formulation

98 chars high
Analytical Equation
y(x, t) = A_0 \left(\frac{x}{L}\right)^{1.6} \sin\left(\omega t - \frac{2\pi x}{\lambda}\right), \quad w(x) = w_{\max} \sin\left(\frac{\pi x}{L}\right)
Compact Formula
spine_wave = (x/L)^1.6 * 36 * sin(3.2t - 4*(x/L)), head_t = quadraticCurve(-45, 0, -15, headSpan)
Renderer Logic
const waveAmp = Math.pow(normS, 1.6) * (36 * sharkScale);
const y = Math.sin(t * 3.2 - normS * 4) * waveAmp;
const bodyThickness = Math.sin(normS * Math.PI) * (34 * sharkScale);
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#shark #hammerhead #sphyrna #creatures #hydrodynamics #pelagic #marine
Author: Math Art Core Target: 60 FPS

Export & Embed: Great Hammerhead Shark

4K PNG Snapshot

High-resolution single frame render

WebM Video (5s Loop)

60 FPS browser-captured stream

HTML Iframe Embed

<iframe src="https://art.fazleyrabbi.xyz/embed/hammerhead-shark" width="500" height="500" frameborder="0" loading="lazy"></iframe>
ESC
↑↓ Navigate Select
25 Mathematical Artworks