Blood Spatter Analysis: Impact Angle Reconstruction

simulator beginner ~8 min
Loading simulation...
Impact angle ≈ 30° — oblique impact from moderate height

A bloodstain 6 mm wide and 12 mm long indicates an impact angle of 30°. At 100 cm from the convergence point, this places the blood origin approximately 58 cm above the surface.

Formula

Impact_angle = arcsin(stain_width / stain_length)
Origin_height = distance_from_convergence × tan(impact_angle)
Stain_eccentricity = sqrt(1 - (width/length)²)

Reading the Scene in Blood

When blood strikes a surface, it leaves a stain whose shape encodes the angle of impact. A drop falling straight down creates a circle. A drop arriving at an oblique angle creates an ellipse — the more elongated the stain, the shallower the angle. This simple trigonometric relationship, arcsin(width/length), is the foundation of bloodstain pattern analysis (BPA), a discipline used in crime scene reconstruction worldwide.

From Stain to Source

A single stain reveals the angle; multiple stains reveal the origin. By drawing lines through the long axis of several stains and extending them backward, analysts find the area of convergence — the 2D point on the surface directly below the blood source. Combined with the calculated impact angles, trigonometry then reconstructs the 3D point of origin: the exact location in space where the blood was shed.

Velocity and Mechanism

The size of blood spatters correlates with the force that created them. Gravitational dripping produces large drops (>3 mm). Blunt force trauma generates medium-sized spatters (1–3 mm). Gunshot wounds create a fine mist of tiny droplets (<1 mm) along with larger satellite spatters. Analysts use these size distributions to infer the type of weapon or mechanism involved.

The Physics of Blood Drops

Blood behaves as a non-Newtonian fluid with a surface tension of approximately 0.058 N/m. When a drop impacts a surface, it deforms according to the Weber number — the ratio of inertial forces to surface tension. Low Weber numbers produce clean ellipses; high Weber numbers cause spines, satellite droplets, and complex splash patterns that complicate angle calculation.

FAQ

How do you calculate the angle of impact from a bloodstain?

The impact angle is calculated using the inverse sine (arcsin) of the ratio of the stain's width to its length: angle = arcsin(width/length). A perfectly circular stain hit at 90°, while an elongated stain indicates a shallow angle. This relationship comes from the geometry of an ellipse formed by an oblique impact.

What is the area of convergence in bloodstain analysis?

The area of convergence is the two-dimensional point on a surface where the directional paths of multiple bloodstains intersect when extended backward. By drawing lines through the long axes of multiple stains, analysts determine where the blood source was located horizontally.

What are the velocity categories of blood spatter?

Bloodstain patterns are classified by the mechanism that created them: low velocity (dripping, <1.5 m/s, stains >3mm), medium velocity (blunt force, 1.5–7.5 m/s, stains 1–3mm), and high velocity (gunshot, >7.5 m/s, stains <1mm). Size correlates inversely with impact velocity.

How reliable is bloodstain pattern analysis?

BPA has faced scientific scrutiny. The 2009 NAS report noted it relies heavily on analyst interpretation. The trigonometric calculations are mathematically sound, but complexity arises with overlapping patterns, surface texture effects, and multiple blood sources at a scene.

Sources

Embed

<iframe src="https://homo-deus.com/lab/forensic-science/blood-spatter/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub