{
  "capability_id": "mechanical.statics.ladder_person",
  "tool_id": "ladder-person",
  "engine": "ladder-person",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-23T14:21:08.538Z",
  "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/ladder-person",
  "api": "https://www.calculatorx.com/api/v1/calc/ladder-person",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.ladder_person.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.ladder_person.output.json",
  "assumptions": [],
  "limitations": [
    "The ladder is uniform and its weight acts at mid-length",
    "s is the fraction of the length from the floor toward the wall",
    "Both surfaces are at impending slip",
    "Not a wedge, a screw, or a belt"
  ],
  "boundary_conditions": [
    "missing W, P, θ, μ floor, or μ wall → MISSING_REQUIRED_INPUT",
    "W ≤ 0, P ≤ 0, or μ floor ≤ 0 → VALUE_MUST_BE_POSITIVE",
    "θ ≤ 0, θ ≥ 90, or μ wall < 0 → VALUE_OUT_OF_RANGE"
  ],
  "sources": [
    {
      "title": "Hibbeler, Engineering Mechanics: Statics",
      "section": "Dry friction — person climbing a ladder",
      "supports": "At impending slip the climb fraction from the floor is (B tanθ + F_wall − W/2) / P for a uniform ladder",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:42036c020a91f49e7b3ec8df8f916d20a2c3db9935de7d6e0d5c17ad5745864a",
  "tests": [
    {
      "id": "golden-mid",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W": 100,
        "P": 100,
        "theta_deg": 45,
        "mu_floor": 0.5,
        "mu_wall": 0
      },
      "expect": {
        "mode": "climb",
        "s": 0.5,
        "N": 200,
        "F": 100,
        "B": 100,
        "F_wall": 0,
        "model": "ladder_person"
      },
      "expectWarning": null,
      "actual": {
        "model": "ladder_person",
        "W": 100,
        "P": 100,
        "theta_deg": 45,
        "mu_floor": 0.5,
        "mu_wall": 0,
        "mode": "climb",
        "s": 0.49999999999999983,
        "s_limit": 0.49999999999999983,
        "N": 200,
        "F": 100,
        "B": 100,
        "F_wall": 0,
        "solver": "friction + math.linear_algebra solve order 2",
        "convention": "Uniform ladder, weight at mid-length. s is the fraction of the length from the floor toward the wall. θ is given. Both surfaces are at impending slip. μwall = 0 is a smooth wall. s_limit above 1 means the person can reach the top. s_limit below 0 means the ladder slips with the person at the foot."
      },
      "tol": 1e-9
    },
    {
      "id": "golden-both",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W": 100,
        "P": 200,
        "theta_deg": 45,
        "mu_floor": 0.4,
        "mu_wall": 0.3
      },
      "expect": {
        "mode": "climb",
        "s": 0.44642857142857145,
        "N": 267.85714285714283,
        "B": 107.14285714285714,
        "F_wall": 32.142857142857146
      },
      "expectWarning": null,
      "actual": {
        "model": "ladder_person",
        "W": 100,
        "P": 200,
        "theta_deg": 45,
        "mu_floor": 0.4,
        "mu_wall": 0.3,
        "mode": "climb",
        "s": 0.44642857142949993,
        "s_limit": 0.44642857142949993,
        "N": 267.857142857,
        "F": 107.1428571428,
        "B": 107.142857143,
        "F_wall": 32.1428571429,
        "solver": "friction + math.linear_algebra solve order 2",
        "convention": "Uniform ladder, weight at mid-length. s is the fraction of the length from the floor toward the wall. θ is given. Both surfaces are at impending slip. μwall = 0 is a smooth wall. s_limit above 1 means the person can reach the top. s_limit below 0 means the ladder slips with the person at the foot."
      },
      "tol": 1e-9
    },
    {
      "id": "golden-top",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W": 100,
        "P": 100,
        "theta_deg": 60,
        "mu_floor": 0.5,
        "mu_wall": 0
      },
      "expect": {
        "mode": "top",
        "s": 1,
        "s_limit": 1.2320508075688772,
        "N": 200,
        "B": 100
      },
      "expectWarning": null,
      "actual": {
        "model": "ladder_person",
        "W": 100,
        "P": 100,
        "theta_deg": 60,
        "mu_floor": 0.5,
        "mu_wall": 0,
        "mode": "top",
        "s": 1,
        "s_limit": 1.2320508075688767,
        "N": 200,
        "F": 100,
        "B": 100,
        "F_wall": 0,
        "solver": "friction + math.linear_algebra solve order 2",
        "convention": "Uniform ladder, weight at mid-length. s is the fraction of the length from the floor toward the wall. θ is given. Both surfaces are at impending slip. μwall = 0 is a smooth wall. s_limit above 1 means the person can reach the top. s_limit below 0 means the ladder slips with the person at the foot."
      },
      "tol": 1e-9
    },
    {
      "id": "boundary-weight",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 0,
        "P": 100,
        "theta_deg": 45,
        "mu_floor": 0.5,
        "mu_wall": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Weight W must be positive."
    },
    {
      "id": "boundary-person",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 100,
        "P": 0,
        "theta_deg": 45,
        "mu_floor": 0.5,
        "mu_wall": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Person weight P must be positive."
    },
    {
      "id": "boundary-angle",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 100,
        "P": 100,
        "theta_deg": 0,
        "mu_floor": 0.5,
        "mu_wall": 0
      },
      "expectError": "VALUE_OUT_OF_RANGE",
      "code": "VALUE_OUT_OF_RANGE",
      "error": "theta_deg must lie in (0, 90)."
    },
    {
      "id": "boundary-floor",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W": 100,
        "P": 100,
        "theta_deg": 45,
        "mu_floor": 0,
        "mu_wall": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "mu_floor must be positive."
    }
  ],
  "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-23T12:31:59.995Z",
  "rendered_at": "2026-09-23T14:21:08.538Z",
  "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": "db2b24d8fe17961f7a466fd110cf565b3c2a8603d658421cdad3559c21fde7e7",
      "output_schema_sha256": "431838b6765f9c54a99afdf39b707cc534bae222a29f7311df855f34e08f578f",
      "evidence_sha256": "c89ac4c372656ddcc17c8038acc87dff73ec71c2494600d05a6bf78b879df877",
      "evidence_core_sha256": "c89ac4c372656ddcc17c8038acc87dff73ec71c2494600d05a6bf78b879df877",
      "capability_sha256": "833a83965e9388cb8cbd31f2c439f31c73b050b225c36e764890d3c49253fdba",
      "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"
  }
}
