drag: Drag force experiment

Description Format Source Examples

Description

The data come from an experiment to determine how terminal velocity depends on the mass of the falling object. A helium balloon was rigged with a small basket and just the ballast to make it neutrally buoyant. Mass was then added and the terminal velocity is calculated by measuring the time it took to fall between two sensors once terminal velocity has been reached. Larger masses were drop from higher heights and used sensors more widely spaced.

Format

A data frame with 42 observations on the following 5 variables.

Source

Calvin College physics students under the supervision of Professor Steve Plath.

Examples

1
2
3
data(drag)
with(drag,force.drag / mass)
xyplot(velocity ~ mass, drag)

fastR documentation built on May 1, 2019, 11:18 p.m.