{
  "entity_type": "unit_conversion_page",
  "id": "rad-per-second-to-hz",
  "name": "Radians per second to Hertz",
  "title": "Radians per second to Hertz Converter (rad/s to Hz)",
  "description": "Convert radians per second to hertz: 1 rad/s = 0.159155 Hz. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "frequency",
  "quantity_name": "Frequency",
  "base_unit": "Hz",
  "from_unit": {
    "symbol": "rad/s",
    "display": "rad/s",
    "name": "radians per second",
    "singular": "radian per second"
  },
  "to_unit": {
    "symbol": "Hz",
    "display": "Hz",
    "name": "hertz",
    "singular": "hertz"
  },
  "linear": true,
  "factor": 0.1591549431,
  "inverse_factor": 6.283185307,
  "formula": "hertz = radians per second × 0.1591549431",
  "reverse_formula": "radians per second = hertz × 6.283185307",
  "unit_relation": "1 rad/s = 0.159155 Hz",
  "examples": [
    {
      "value": 5,
      "result": 0.795775,
      "text": "5 rad/s = 0.795775 Hz"
    },
    {
      "value": 12.5,
      "result": 1.98944,
      "text": "12.5 rad/s = 1.98944 Hz"
    },
    {
      "value": 100,
      "result": 15.9155,
      "text": "100 rad/s = 15.9155 Hz"
    }
  ],
  "table": [
    {
      "rad/s": 1,
      "Hz": 0.159155
    },
    {
      "rad/s": 2,
      "Hz": 0.31831
    },
    {
      "rad/s": 3,
      "Hz": 0.477465
    },
    {
      "rad/s": 4,
      "Hz": 0.63662
    },
    {
      "rad/s": 5,
      "Hz": 0.795775
    },
    {
      "rad/s": 6,
      "Hz": 0.95493
    },
    {
      "rad/s": 7,
      "Hz": 1.11408
    },
    {
      "rad/s": 8,
      "Hz": 1.27324
    },
    {
      "rad/s": 9,
      "Hz": 1.43239
    },
    {
      "rad/s": 10,
      "Hz": 1.59155
    },
    {
      "rad/s": 15,
      "Hz": 2.38732
    },
    {
      "rad/s": 20,
      "Hz": 3.1831
    },
    {
      "rad/s": 25,
      "Hz": 3.97887
    },
    {
      "rad/s": 30,
      "Hz": 4.77465
    },
    {
      "rad/s": 40,
      "Hz": 6.3662
    },
    {
      "rad/s": 50,
      "Hz": 7.95775
    },
    {
      "rad/s": 75,
      "Hz": 11.9366
    },
    {
      "rad/s": 100,
      "Hz": 15.9155
    },
    {
      "rad/s": 200,
      "Hz": 31.831
    },
    {
      "rad/s": 250,
      "Hz": 39.7887
    },
    {
      "rad/s": 500,
      "Hz": 79.5775
    },
    {
      "rad/s": 1000,
      "Hz": 159.155
    }
  ],
  "faq": [
    {
      "q": "How many hertz are in one radian per second?",
      "a": "1 rad/s = 0.159155 Hz. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert radians per second to hertz?",
      "a": "Multiply the value in radians per second by 0.1591549431: hertz = radians per second × 0.1591549431. For example, 5 rad/s = 0.795775 Hz."
    },
    {
      "q": "How do I convert hertz back to radians per second?",
      "a": "Multiply by the inverse factor 6.283185307 (radians per second = hertz × 6.283185307), or use the hertz-to-radians per second page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=rad%2Fs&to_unit=Hz",
    "calculator": "https://tttkmbb.com/api/v1/calculate/frequency?value=5&from_unit=rad%2Fs&to_unit=Hz",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "rad/s",
      "to_unit": "Hz"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/rad-per-second-to-hz",
    "markdown": "https://tttkmbb.com/conversion/rad-per-second-to-hz.md",
    "json": "https://tttkmbb.com/conversion/rad-per-second-to-hz.json",
    "reverse": "https://tttkmbb.com/conversion/hz-to-rad-per-second",
    "quantity_converter": "https://tttkmbb.com/conversion/frequency",
    "units": "https://tttkmbb.com/api/v1/units?quantity=frequency"
  },
  "timestamp": "2026-09-24"
}