{
  "entity_type": "unit_conversion_page",
  "id": "newtons-to-dynes",
  "name": "Newtons to Dynes",
  "title": "Newtons to Dynes Converter (N to dyn)",
  "description": "Convert newtons to dynes: 1 N = 100000 dyn. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "force",
  "quantity_name": "Force",
  "base_unit": "N",
  "from_unit": {
    "symbol": "N",
    "display": "N",
    "name": "newtons",
    "singular": "newton"
  },
  "to_unit": {
    "symbol": "dyn",
    "display": "dyn",
    "name": "dynes",
    "singular": "dyne"
  },
  "linear": true,
  "factor": 100000,
  "inverse_factor": 0.00001,
  "formula": "dynes = newtons × 100000",
  "reverse_formula": "newtons = dynes × 0.00001",
  "unit_relation": "1 N = 100000 dyn",
  "examples": [
    {
      "value": 5,
      "result": 500000,
      "text": "5 N = 500000 dyn"
    },
    {
      "value": 12.5,
      "result": 1250000,
      "text": "12.5 N = 1250000 dyn"
    },
    {
      "value": 100,
      "result": 10000000,
      "text": "100 N = 10000000 dyn"
    }
  ],
  "table": [
    {
      "N": 1,
      "dyn": 100000
    },
    {
      "N": 2,
      "dyn": 200000
    },
    {
      "N": 3,
      "dyn": 300000
    },
    {
      "N": 4,
      "dyn": 400000
    },
    {
      "N": 5,
      "dyn": 500000
    },
    {
      "N": 6,
      "dyn": 600000
    },
    {
      "N": 7,
      "dyn": 700000
    },
    {
      "N": 8,
      "dyn": 800000
    },
    {
      "N": 9,
      "dyn": 900000
    },
    {
      "N": 10,
      "dyn": 1000000
    },
    {
      "N": 15,
      "dyn": 1500000
    },
    {
      "N": 20,
      "dyn": 2000000
    },
    {
      "N": 25,
      "dyn": 2500000
    },
    {
      "N": 30,
      "dyn": 3000000
    },
    {
      "N": 40,
      "dyn": 4000000
    },
    {
      "N": 50,
      "dyn": 5000000
    },
    {
      "N": 75,
      "dyn": 7500000
    },
    {
      "N": 100,
      "dyn": 10000000
    },
    {
      "N": 200,
      "dyn": 20000000
    },
    {
      "N": 250,
      "dyn": 25000000
    },
    {
      "N": 500,
      "dyn": 50000000
    },
    {
      "N": 1000,
      "dyn": 100000000
    }
  ],
  "faq": [
    {
      "q": "How many dynes are in one newton?",
      "a": "1 N = 100000 dyn. 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 newtons to dynes?",
      "a": "Multiply the value in newtons by 100000: dynes = newtons × 100000. For example, 5 N = 500000 dyn."
    },
    {
      "q": "How do I convert dynes back to newtons?",
      "a": "Multiply by the inverse factor 0.00001 (newtons = dynes × 0.00001), or use the dynes-to-newtons 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=N&to_unit=dyn",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=N&to_unit=dyn",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "N",
      "to_unit": "dyn"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/newtons-to-dynes",
    "markdown": "https://tttkmbb.com/conversion/newtons-to-dynes.md",
    "json": "https://tttkmbb.com/conversion/newtons-to-dynes.json",
    "reverse": "https://tttkmbb.com/conversion/dynes-to-newtons",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}