calculate_rc_time_constant
Calculate the RC time constant (τ = R × C) to determine charge or discharge duration for a resistor-capacitor circuit.
Instructions
Calculate RC circuit time constant (τ = R × C).
The time constant τ represents:
Time to charge to ~63.2% of final voltage
Time to discharge to ~36.8% of initial voltage
5τ ≈ 99.3% of final value (considered "fully" charged/discharged)
Examples: 10kΩ + 100µF → τ = 1 second 1kΩ + 1µF → τ = 1 millisecond
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resistance_ohms | Yes | Resistance in Ohms (e.g., 10000 for 10kΩ) | |
| capacitance_farads | Yes | Capacitance in Farads (e.g., 1e-6 for 1µF) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |