{
  "entity_type": "unit_conversion_page",
  "id": "dynes-to-newtons",
  "name": "Dynes to Newtons",
  "title": "Dynes to Newtons Converter (dyn to N)",
  "description": "Convert dynes to newtons: 1 dyn = 0.00001 N. 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": "dyn",
    "display": "dyn",
    "name": "dynes",
    "singular": "dyne"
  },
  "to_unit": {
    "symbol": "N",
    "display": "N",
    "name": "newtons",
    "singular": "newton"
  },
  "linear": true,
  "factor": 0.00001,
  "inverse_factor": 100000,
  "formula": "newtons = dynes × 0.00001",
  "reverse_formula": "dynes = newtons × 100000",
  "unit_relation": "1 dyn = 0.00001 N",
  "examples": [
    {
      "value": 5,
      "result": 0.00005,
      "text": "5 dyn = 0.00005 N"
    },
    {
      "value": 12.5,
      "result": 0.000125,
      "text": "12.5 dyn = 0.000125 N"
    },
    {
      "value": 100,
      "result": 0.001,
      "text": "100 dyn = 0.001 N"
    }
  ],
  "table": [
    {
      "dyn": 1,
      "N": 0.00001
    },
    {
      "dyn": 2,
      "N": 0.00002
    },
    {
      "dyn": 3,
      "N": 0.00003
    },
    {
      "dyn": 4,
      "N": 0.00004
    },
    {
      "dyn": 5,
      "N": 0.00005
    },
    {
      "dyn": 6,
      "N": 0.00006
    },
    {
      "dyn": 7,
      "N": 0.00007
    },
    {
      "dyn": 8,
      "N": 0.00008
    },
    {
      "dyn": 9,
      "N": 0.00009
    },
    {
      "dyn": 10,
      "N": 0.0001
    },
    {
      "dyn": 15,
      "N": 0.00015
    },
    {
      "dyn": 20,
      "N": 0.0002
    },
    {
      "dyn": 25,
      "N": 0.00025
    },
    {
      "dyn": 30,
      "N": 0.0003
    },
    {
      "dyn": 40,
      "N": 0.0004
    },
    {
      "dyn": 50,
      "N": 0.0005
    },
    {
      "dyn": 75,
      "N": 0.00075
    },
    {
      "dyn": 100,
      "N": 0.001
    },
    {
      "dyn": 200,
      "N": 0.002
    },
    {
      "dyn": 250,
      "N": 0.0025
    },
    {
      "dyn": 500,
      "N": 0.005
    },
    {
      "dyn": 1000,
      "N": 0.01
    }
  ],
  "faq": [
    {
      "q": "How many newtons are in one dyne?",
      "a": "1 dyn = 0.00001 N. 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 dynes to newtons?",
      "a": "Multiply the value in dynes by 0.00001: newtons = dynes × 0.00001. For example, 5 dyn = 0.00005 N."
    },
    {
      "q": "How do I convert newtons back to dynes?",
      "a": "Multiply by the inverse factor 100000 (dynes = newtons × 100000), or use the newtons-to-dynes 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=dyn&to_unit=N",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=dyn&to_unit=N",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "dyn",
      "to_unit": "N"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/dynes-to-newtons",
    "markdown": "https://tttkmbb.com/conversion/dynes-to-newtons.md",
    "json": "https://tttkmbb.com/conversion/dynes-to-newtons.json",
    "reverse": "https://tttkmbb.com/conversion/newtons-to-dynes",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}