{
  "id": "physics-weight-calculator",
  "version": "1.0.0",
  "name": "Weight Calculator (Physics)",
  "shortName": "Weight Calculator (Physics)",
  "description": "Calculate weight force, mass, or gravitational acceleration.",
  "category": "Science & Engineering",
  "categorySlug": "science-engineering",
  "keywords": [
    "weight",
    "calculator",
    "physics",
    "physics weight calculator"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/physics-weight-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "1.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-09-01",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/physics-weight-calculator/",
    "definition": "/calculator/physics-weight-calculator/definition.json",
    "schema": "/calculator/physics-weight-calculator/schema.json",
    "llms": "/calculator/physics-weight-calculator/llms.txt",
    "legacyDefinition": "/calculator/physics-weight-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/physics-weight-calculator/?solveFor=weight&weight=98.0665&mass=10&gravity=9.80665",
  "queryParameters": {
    "solveFor": {
      "label": "Solve for",
      "type": "select",
      "required": true,
      "default": "weight"
    },
    "weight": {
      "label": "Weight force (N)",
      "type": "number",
      "required": true,
      "default": 98.0665
    },
    "mass": {
      "label": "Mass (kg)",
      "type": "number",
      "required": true,
      "default": 10
    },
    "gravity": {
      "label": "Gravity (m/s²)",
      "type": "number",
      "required": true,
      "default": 9.80665
    }
  },
  "inputs": [
    {
      "id": "solveFor",
      "label": "Solve for",
      "type": "select",
      "required": true,
      "defaultValue": "weight",
      "options": [
        {
          "label": "Weight force W",
          "value": "weight"
        },
        {
          "label": "Mass m",
          "value": "mass"
        },
        {
          "label": "Gravity g",
          "value": "gravity"
        }
      ]
    },
    {
      "id": "weight",
      "label": "Weight force (N)",
      "type": "number",
      "required": true,
      "defaultValue": 98.0665,
      "step": 0.001
    },
    {
      "id": "mass",
      "label": "Mass (kg)",
      "type": "number",
      "required": true,
      "defaultValue": 10,
      "min": 0.000001,
      "step": 0.001
    },
    {
      "id": "gravity",
      "label": "Gravity (m/s²)",
      "type": "number",
      "required": true,
      "defaultValue": 9.80665,
      "min": 0.000001,
      "step": 0.00001
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Solved value",
      "format": "number",
      "primary": true,
      "digits": 8
    },
    {
      "id": "unit",
      "label": "Unit",
      "format": "text"
    }
  ],
  "formula": {
    "expression": "weight force W = mass m × gravitational acceleration g"
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "solveFor": "weight",
        "weight": 98.0665,
        "mass": 10,
        "gravity": 9.80665
      }
    }
  ],
  "sources": []
}
