Verified calculation capability
Overdrive, square-law Id (cutoff / linear / saturation), or solve model Vth, with optional linear Vth(Tj). Vth is the long-channel square-law parameter, not datasheet VGS(th). · Electrical · Mosfet
Capability ID electrical.mosfet.vth · version 1.3.1
Overdrive
Vod = Vgs − VthId = ½ · kn · Vod²Id = kn · (Vod · Vds − Vds² / 2)kn = μn · Cox · W/LVth(Tj) = Vth(Tref) + α · (Tj − Tref)Vth = Vgs − √(2 · Id / kn)Solve modes: overdrive · id · vth
Canonical symbols for this capability. Agent schemas remain the contract.
| Symbol | Quantity | Unit | Role |
|---|---|---|---|
Vgs | Gate-source voltage (V). | V | input / output |
Vth | Square-law threshold parameter (V). Not datasheet VGS(th) and not recommended gate-drive voltage. Required for overdrive and id. | V | input / output |
Id | Drain current (A). Required for mode=vth. | A | input / output |
kn_A_per_V2 | kn = μn·Cox·W/L (A/V²) such that Id_sat = ½·kn·(Vgs−Vth)². Linear Id = kn·(Vod·Vds − Vds²/2). The ½ factor is NOT included in kn. Required for id and vth. | — | input / output |
Vds | Optional drain-source voltage (V). Classifies cutoff / linear / saturation. Omit to keep Vod-only bookkeeping; Id then uses the saturation equation. | V | input / output |
temperature_model | none (default) uses Vth as entered. linear applies Vth(Tj)=Vth(Tref)+α·(Tj−Tref). Omitted infers linear if Tj_C or alpha_V_per_C is set. | — | input / output |
Tj | Junction temperature (°C). Required for temperature_model=linear. | °C | input / output |
Tref | Reference temperature (°C) for entered Vth. Default 25. | °C | input / output |
alpha_V_per | dVth/dT in V/°C. Default −0.002 (≈ −2 mV/°C Si planning) when linear and omitted. Not a datasheet TCV of VGS(th). | °C | input / output |
Vod | Overdrive Vod = Vgs − Vth (V). | V | output |
region | cutoff: Vod≤0. above_threshold: Vod>0 and Vds omitted. linear: 0≤Vds<Vod. saturation: Vds≥Vod. above_threshold is not strong inversion. | — | output |
strong_inversion | Deprecated alias of Vod > 0. Not a physics strong-inversion test. | — | output |
Vth_Tj | Model Vth at Tj when linear. | V | output |
Vth_Tref | Model Vth at Tref when linear. | V | output |
Declared scope for this capability. Do not use it outside this domain.
Assumptions
One numerical check. The calculator page holds worked steps and FAQ.
Vgs=3 Vth=1 Tj=125 α=−0.002 → Vod=2.2, Vth(Tj)=0.8
CVP VERIFIED · CVP protocol 1.0.0-proposed · Engineering assurance. Computational verification is defined by CVP. Supplemental domain review (internal) and named expert review are defined by the Review policy and do not by themselves determine CVP conformance.
Human page, REST, and MCP share the same engine and calculation_version.
Build verified hashes workspace artifacts only. After deploy, attest:production GETs canonical URLs twice — the public/cached view an Agent actually hits, and origin — including every /capabilities/{id} HTML page. Public Capability HTML version must match catalog before production attestation passes. Live Trust rows above fetch /.well-known/calculatorx-production-attestation.json
and the output schema const. Build hashes: release integrity. That proves currently published page / engine / schema / evidence / MCP agree — not that a historical version is independently immutable. Reference Calculation Standard — Production surface contract 10/10.
Human-readable sources plus CVP reference evidence classes.
Sources
Reference evidence classes: O1 model · O2 expected_values · O2 numerical_behavior
Inspect this capability via same-origin MCP, then call execute_calculation.
curl -sS -X POST 'https://www.calculatorx.com/mcp' \
-H 'Content-Type: application/json' \
-H 'MCP-Protocol-Version: 2026-07-28' \
-H 'Mcp-Method: tools/call' \
-H 'Mcp-Name: inspect_capability' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"inspect_capability","arguments":{"capability_id":"electrical.mosfet.vth"}}}'
Inspect the trust tier and required assurance level before execution. Pin calculation_version (1.3.1) when reproducibility matters. Full protocol notes: MCP docs.