Corner Kick into the Box


Introduction

A corner kick is a free shot at a piece of geometry. The taker stands in a 1-metre quadrant at the corner flag and tries to deliver the ball into the most dangerous part of the penalty area — usually a small zone near the far post or the penalty spot. Roughly one in twenty corners produces a goal at the top professional level, which makes them disproportionately important for a single set piece.

Most of what determines whether a corner finds its target is physics: the speed and angle of the kick, the direction of curl from spin, and any lateral wind blowing across the goalmouth. The accompanying simulation lets you choose all four and watch the ball trace its arc toward — or past — a marked target zone in the box.


The Physics Explained

A corner kick is the same Magnus-plus-drag trajectory used in the dedicated free-kick simulation, with two changes of context: the ball is travelling much further (typically 30 to 35 metres rather than 18 to 25) and the target is an area in the air rather than a specific point inside the goal frame. Both changes amplify the importance of curl and drag because the ball is in flight long enough for the integrated lateral force to add up.

Two named varieties dominate. An out-swinging corner curls away from the goal, drawing defenders out and inviting attackers to meet the ball running in. An in-swinging corner curls toward the goal — sometimes ending as a direct goal if the keeper is poorly positioned, more often pulling the keeper off the line into traffic. The simulation models the two cases by signing the spin slider; the curl direction follows directly from the right-hand rule applied to the spin axis and the velocity vector.

Lateral wind is the second meaningful perturbation. A 5 m/s breeze is roughly 18 km/h — enough to push a ball several metres across a 35-metre delivery. Stadium architecture often produces predictable cross-winds along the goal line, and corner takers at home grounds learn to compensate.


Key Equations

Total acceleration on the ball a_total = a_M(ω, v) + a_d(v) + a_wind
2D Magnus acceleration a_M = (½·ρ·A·C_l/m) · ω · v_perp
Drag acceleration a_d = −(k/m)·v·|v|
Distance from target zone (post-flight) Δ = sqrt((x_land − x_target)² + (y_land − y_target)²)
Initial velocity components v_x0 = v·cos(θ), v_y0 = v·sin(θ)

Key Variables

SymbolNameUnitMeaning
vKick speedm/s15–30 m/s for typical corners
ωSpin raterev/sNegative = in-swing toward goal, positive = out-swing
θHeading angledegreesDirection the ball leaves the corner; 35°–80° here
wLateral windm/sConstant lateral force on the ball; ±5 m/s is a stiff breeze
(x_land, y_land)Landing pointmWhere the ball crosses the goal-line plane
(x_target, y_target)Target zone centremMarked on the canvas; typically a teammate's run
ΔMiss distancemDistance from landing point to target centre
r_targetTarget radiusm2.5 m here — a generous header zone

Real World Examples


Historical Examples

Megan Rapinoe vs Canada — Olympic Semi-Final, August 2012

Rapinoe's direct corner from the left flag in the 54th minute curled around the keeper and into the far post. Spin and the absence of any defender to clear meant the trajectory needed only modest curl over the 35 metres of flight to find the goal — a clean demonstration of in-swing physics applied to a target the simulation marks at the far post. The shot helped force the match into extra time.

Brazil's near-post in-swinger vs Mexico — World Cup 1970

Brazil's coaching staff in 1970 emphasised in-swinging corners aimed at the near post, where Pelé and Tostão arrived in a near-vertical flight path. The technique relied on enough Magnus curl to bring the ball back toward the goal mouth before it cleared the post — exactly the regime where the simulation's spin and lift sliders sit at their upper end.

Dimitri Payet vs Anderlecht — UEFA Europa League 2015-16

Payet's outswinger from West Ham's quarter-final tie produced a goal at the back post that highlighted the trade-off between distance and accuracy: the longer flight let drag and wind work, but the strong curl bent the trajectory back toward a converging attacker. Tracking that ball in the simulation requires a higher kick speed than the in-swinger above to compensate for the longer path.


How the Simulation Works

The viewport is a top-down rendering of the attacking third of the pitch with the corner flag at the bottom-left and the goal posts marked at the top. The penalty area is outlined and a target zone is drawn near the far post. When you press Start, the ball leaves the corner at the speed and heading you set; the integrator combines Magnus and drag accelerations from the soccer physics module with a constant lateral wind and steps the trajectory at fine intervals.

The simulation stops when the ball crosses the goal line (the front edge of the small box, marked at y = 28 m on the canvas), at which point it computes how far the landing point is from the centre of the target zone and reports it as Δ Target. Lateral wind enters as a small constant acceleration on the x-component of the ball's velocity — small but visible over a 2- to 3-second flight.

The ball spin sign convention matches the right-hand rule: positive spin (counter-clockwise viewed from above) curls the ball toward the upper edge of the canvas, which on this geometry is an out-swinger relative to the goal. Negative spin is the in-swinger that curves toward the goal frame. Vertical motion is omitted — adding it would require a side-view that obscures the lateral target geometry the sim is built around.


Further Reading