{
  "capability_id": "mechanical.statics.incline_least_pull",
  "tool_id": "incline-least-pull",
  "engine": "incline-least-pull",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-23T14:21:08.541Z",
  "engine_build": "2026-09-23",
  "test_count": 7,
  "passed": 7,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 3,
      "passed": 3
    },
    "boundary": {
      "total": 4,
      "passed": 4
    },
    "property": {
      "total": 0,
      "passed": 0
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": false,
  "review_kind": null,
  "source_checked": true,
  "reviewed_by": null,
  "reviewer_role": null,
  "last_reviewed": null,
  "expert_review": {
    "status": "optional_not_performed",
    "reviewer": null,
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "note": "Domain expert review is optional under CVP (CVP-EXP-01). Absence does not block CVP Verified. See Review policy for supplemental domain assurance."
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/physics/incline-least-pull",
  "api": "https://www.calculatorx.com/api/v1/calc/incline-least-pull",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.incline_least_pull.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.incline_least_pull.output.json",
  "assumptions": [],
  "limitations": [
    "The pull is β = arctan μ above the incline, so α = θ + β above the horizontal",
    "P = W (sinθ + μ cosθ) / √(1+μ²)",
    "N = W (cosθ − μ sinθ) / (1+μ²)",
    "Not a prescribed angle, tipping, a wedge, a screw, or a belt"
  ],
  "boundary_conditions": [
    "missing W, θ, or μ → MISSING_REQUIRED_INPUT",
    "W ≤ 0 → VALUE_MUST_BE_POSITIVE",
    "θ outside [0, 90) or μ < 0 → VALUE_OUT_OF_RANGE",
    "θ + arctan μ ≥ 90° → INVALID_INPUT"
  ],
  "sources": [
    {
      "title": "Hibbeler, Engineering Mechanics: Statics",
      "section": "Dry friction — the least force to move a block up an incline",
      "supports": "The uphill pull is least when it is applied at the friction angle above the incline.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:bc7586251cd0d95d576ee050a65e0e52a3bdf43d7b7b5c631fc7e01523dac356",
  "tests": [
    {
      "id": "golden-level",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W": 100,
        "theta_deg": 0,
        "mu": 1
      },
      "expect": {
        "P": 70.71067811865476,
        "N": 50,
        "F": -50,
        "alpha_deg": 45,
        "beta_deg": 45,
        "model": "incline_least_pull"
      },
      "expectWarning": null,
      "actual": {
        "model": "incline_least_pull",
        "W": 100,
        "theta_deg": 0,
        "mu": 1,
        "beta_deg": 45,
        "alpha_deg": 45,
        "P": 70.7106781187,
        "N": 50,
        "F": -50,
        "solver": "angled pull on an incline at the friction angle",
        "convention": "Impending motion up the plane. β = arctan μ is the angle of the pull above the incline. α = θ + β is that angle above the horizontal. P = W (sinθ + μ cosθ) / √(1+μ²). N = W (cosθ − μ sinθ) / (1+μ²). A level surface is the least-pull page. A prescribed angle is the incline-angled-pull page."
      },
      "tol": 1e-9
    },
    {
      "id": "golden-three-quarter",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W": 100,
        "theta_deg": 0,
        "mu": 0.75
      },
      "expect": {
        "P": 60,
        "N": 64,
        "F": -48,
        "alpha_deg": 36.86989764584402
      },
      "expectWarning": null,
      "actual": {
        "model": "incline_least_pull",
        "W": 100,
        "theta_deg": 0,
        "mu": 0.75,
        "beta_deg": 36.86989764584402,
        "alpha_deg": 36.86989764584402,
        "P": 60,
        "N": 64,
        "F": -48,
        "solver": "angled pull on an incline at the friction angle",
        "convention": "Impending motion up the plane. β = arctan μ is the angle of the pull above the incline. α = θ + β is that angle above the horizontal. P = W (sinθ + μ cosθ) / √(1+μ²). N = W (cosθ − μ sinθ) / (1+μ²). A level surface is the least-pull page. A prescribed angle is the incline-angled-pull page."
      },
      "tol": 1e-9
    },
    {
      "id": "golden-smooth",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W": 100,
        "theta_deg": 30,
        "mu": 0
      },
      "expect": {
        "P": 50,
        "N": 86.60254037844386,
        "F": 0,
        "alpha_deg": 30,
        "beta_deg": 0
      },
      "expectWarning": null,
      "actual": {
        "model": "incline_least_pull",
        "W": 100,
        "theta_deg": 30,
        "mu": 0,
        "beta_deg": 0,
        "alpha_deg": 30,
        "P": 50,
        "N": 86.6025403784,
        "F": 0,
        "solver": "angled pull on an incline at the friction angle",
        "convention": "Impending motion up the plane. β = arctan μ is the angle of the pull above the incline. α = θ + β is that angle above the horizontal. P = W (sinθ + μ cosθ) / √(1+μ²). N = W (cosθ − μ sinθ) / (1+μ²). A level surface is the least-pull page. A prescribed angle is the incline-angled-pull page."
      },
      "tol": 1e-9
    },
    {
      "id": "boundary-weight",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 0,
        "theta_deg": 0,
        "mu": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Weight W must be positive."
    },
    {
      "id": "boundary-mu",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 100,
        "theta_deg": 0,
        "mu": -0.1
      },
      "expectError": "VALUE_OUT_OF_RANGE",
      "code": "VALUE_OUT_OF_RANGE",
      "error": "mu must be non-negative."
    },
    {
      "id": "boundary-steep",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 100,
        "theta_deg": 60,
        "mu": 1
      },
      "expectError": "INVALID_INPUT",
      "code": "INVALID_INPUT",
      "error": "The friction angle measured from the horizontal is not below 90 degrees."
    },
    {
      "id": "boundary-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 100,
        "theta_deg": 0
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "mu is required."
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 7,
      "total": 7,
      "golden": 3,
      "boundary": 4,
      "property": 0
    },
    "contract_checks": {
      "passed": 6,
      "total": 6
    }
  },
  "evidence_core_generated_at": "2026-09-23T13:33:31.522Z",
  "rendered_at": "2026-09-23T14:21:08.541Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.0",
    "artifacts": {
      "engine": "1.0.0",
      "page": "1.0.0",
      "capability": "1.0.0",
      "evidence": "1.0.0",
      "input_schema": "1.0.0",
      "output_schema": "1.0.0",
      "mcp_contract": "1.0.0"
    },
    "digests": {
      "input_schema_sha256": "79b6a03b3e78bccf40eadc7e9527a66a7765516f52cb6e472defc199dcdc4cf1",
      "output_schema_sha256": "983b886959607a304cf732a85dc1e1c2e1be084cf35ddd00a6c68e318278f9ab",
      "evidence_sha256": "46efbab08ec0ab2909cd125bd5a8c1181915812f7889e0fbcf52baf866190269",
      "evidence_core_sha256": "46efbab08ec0ab2909cd125bd5a8c1181915812f7889e0fbcf52baf866190269",
      "capability_sha256": "8370414f91a4cef9c4ebe1a8a2d4532abd59656775cf5a86a89589bfb2cc511c",
      "engine_sha256": "208304ca4712067561139ce40e8e989b08ad769a073c83f960c49734a91d8b98",
      "mcp_contract_sha256": "c07b6ccec97dcc960230a1aa48fcea3aad2d3b93ce113ae07c095579f88cbc3b"
    },
    "contract_checks": {
      "total": 6,
      "passed": 6,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "id": "schema-output-required-declared",
          "status": "pass"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        },
        {
          "id": "rest-success-payload-validates-schema",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
