Turn to Revolution
turn
rev
Conversion History
| Conversion | Reuse | Delete |
|---|---|---|
| No conversion history to show. | ||
Quick Reference Table (Turn to Revolution)
| Turn (turn) | Revolution (rev) |
|---|---|
| 0.25 | 0.25 |
| 0.5 | 0.5 |
| 1 | 1 |
| 2 | 2 |
| 5 | 5 |
| 10 | 10 |
About Turn (turn)
A turn is a unit of angle equal to one full rotation — 360° or 2π radians. It is preferred in modern mathematics and computer graphics as an intuitive, human-readable unit that avoids the factor of 2π that appears throughout formulas when using radians. Some programming libraries and notations (notably "tau" advocates) argue that expressing angles in turns simplifies many relationships: a quarter-circle is 0.25 turns rather than π/2 radians. The turn is identical in size to the revolution and the circle.
Turning a steering wheel halfway around is 0.5 turns (180°). A full barrel roll in aviation is 1 turn.
About Revolution (rev)
A revolution is one complete rotation, equal to 360° or 2π radians. The term is common in mechanics and engineering when describing rotating machinery — engine crankshafts, wheels, turbines, and motors. Rotational speed is measured in revolutions per minute (RPM), one of the most widely used mechanical specifications. Unlike "turn" or "circle", "revolution" often implies a physical object completing a full orbital or axial rotation, such as a planet revolving around the sun.
A car engine idling at 700 RPM completes 700 revolutions every minute. Earth completes one revolution around the Sun every 365.25 days.
Turn – Frequently Asked Questions
What is tau (τ) and why do some people want it to replace 2π?
Tau (τ = 2π ≈ 6.2832) represents one full turn. Its advocates argue that using τ instead of 2π makes formulas cleaner: a quarter-circle is τ/4 instead of π/2, circumference is τr instead of 2πr, and Euler's identity becomes e^(iτ) = 1 (arguably more elegant than e^(iπ) = −1). The Tau Manifesto, published in 2010 by Michael Hartl, sparked a genuine mathematical subculture. Tau Day is June 28 (6.28). The argument has merit but π is so deeply entrenched that adoption remains niche.
How are turns used in computer graphics and game engines?
Some game engines and shader languages let you specify rotations in turns (0 to 1) rather than degrees (0 to 360) or radians (0 to 2π). Turns map naturally to normalized values — a progress bar from 0.0 to 1.0 directly represents angle completion. The GLSL function fract() wraps any number to the 0–1 range, making turn-based angle arithmetic trivially simple for procedural animations, circular gradients, and clock-face layouts.
How does thread pitch work and why do plumbers count turns when tightening fittings?
Thread pitch is the axial distance a bolt or pipe fitting advances per complete turn. A standard ½-inch NPT pipe thread has 14 threads per inch, so one turn advances it about 1.8 mm into the fitting. Plumbers specify "finger tight plus 2–3 turns" because torque wrenches are impractical in cramped spaces. Spark plug manufacturers use the same approach — "hand tight plus X turns" achieves correct seating force without needing a torque wrench in the field.
How do speed-cubers define turns when counting the minimum moves to solve a Rubik's Cube?
Two metrics exist: HTM (half-turn metric) counts any face rotation — 90° or 180° — as one move, while QTM (quarter-turn metric) counts each 90° as one move and each 180° as two. "God's Number" — the maximum moves needed to solve any scramble — is 20 in HTM and 26 in QTM. Computer solvers like Kociemba's algorithm are tuned to HTM because it produces shorter sequences. Human world-record holders now solve random scrambles in under 4 seconds.
How many turns does a combination lock typically require?
Most padlock-style combination locks require you to turn the dial about 3.5 to 4.5 full turns during the opening sequence — multiple full clockwise turns to clear the mechanism, then reverse to the first number, forward to the second, and back to the third. This multi-turn protocol isn't about security (the number of combinations handles that); it's about mechanically engaging and disengaging the internal disc cams in the correct sequence.
Revolution – Frequently Asked Questions
What does RPM actually measure and why is it used instead of degrees per second?
RPM (revolutions per minute) counts how many full 360° rotations an object completes each minute. It dominates because it maps directly to what you can see and feel — a wheel either goes around or it doesn't. Degrees per second would produce absurdly large numbers: an engine at 3,000 RPM is spinning at 18,000 degrees per second, which is meaningless to a mechanic. RPM is intuitive, and that's why every tachometer, drill spec sheet, and turntable rating uses it.
How fast does the Earth actually revolve and what would happen if it stopped?
Earth completes one revolution on its axis every 23 hours 56 minutes (a sidereal day). At the equator, that's a surface speed of about 1,670 km/h. If it suddenly stopped, everything not bolted to bedrock would continue moving eastward at that speed — winds would scour the surface, oceans would slosh into continental-scale tsunamis, and the atmosphere would take years to settle. Thankfully, Earth is decelerating by only about 2.3 milliseconds per century due to tidal friction with the Moon.
What are typical RPM ranges for common machines and engines?
A vinyl record plays at 33⅓ or 45 RPM. A washing machine spin cycle hits 1,000–1,400 RPM. A car engine idles at 600–900 RPM and redlines at 6,000–9,000 RPM (F1 cars reached 20,000 RPM before regulations capped them). A dentist's drill spins at 250,000–400,000 RPM. Hard drive platters rotate at 5,400 or 7,200 RPM. A jet engine's high-pressure turbine reaches 10,000–15,000 RPM. The fastest man-made spinning object — a nanorotor in a lab — reached 300 billion RPM in 2018.
What is the difference between a revolution and an orbit in astronomy?
In strict usage, "revolution" is orbital (Earth revolves around the Sun) while "rotation" is axial (Earth rotates on its axis). But colloquially the two words get swapped constantly, even by scientists. The key distinction: an orbit traces a path around an external point, while a spin is about an internal axis. The Moon is tidally locked, meaning its rotation period equals its revolution period — which is why we always see the same face.
Why do figure skaters spin faster when they pull their arms in?
Conservation of angular momentum. When a skater pulls their arms inward, they reduce their moment of inertia (the rotational equivalent of mass). Since angular momentum (L = Iω) must stay constant, decreasing I forces ω (angular velocity in revolutions per second) to increase. A skater can go from 2 revolutions per second with arms out to 5–7 revolutions per second with arms tucked. It's the same physics that makes neutron stars spin at hundreds of revolutions per second after a massive star collapses.