1

Deep Sea Prawn

Pelagic prawn anatomy showing articulated catenary abdomen somites, undulating wave sensory antennae, and metachronal pleopod swimming strokes.

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

Live Parameters

Swimming Frequency 1.3
Pleopod metachronal beat speed
Antenna Span 200
Sensory whip extension length
ƒ

Mathematical Formulation

75 chars high
Analytical Equation
\mathbf{p}_s = \mathbf{p}_0 + \sum_{i=1}^{s} L_i \begin{bmatrix} \cos(i \cdot \Delta \theta(t)) \\ \sin(i \cdot \Delta \theta(t)) \end{bmatrix}, \quad \theta_{\text{pleopod}}(t) = A_p \sin(\omega t - s \cdot \phi)
Compact Formula
antenna = -s*L - s^1.4*70 + sin(3t - 5s)*18s, pleopod = sin(6t - 0.8s)*0.6
Renderer Logic
const segX = prevSegX + Math.cos(segmentArchAngle * s * 0.4) * segDist;
const segY = prevSegY + Math.sin(segmentArchAngle * s * 0.4) * segDist * 0.9;
const paddleAngle = Math.sin(t * 6 - s * 0.8) * 0.6 + 0.4;
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#prawn #shrimp #creatures #segmented #biomechanics #marine
Author: Math Art Core Target: 60 FPS

Export & Embed: Deep Sea Prawn

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/deep-sea-prawn" width="500" height="500" frameborder="0" loading="lazy"></iframe>
ESC
↑↓ Navigate Select
25 Mathematical Artworks