When you are elbows-deep in a 12V solar build or debugging a custom PCB, you rarely need a graphing calculator to figure out why a component is running hot. You need basic, reliable arithmetic. The Texas Instruments TI-108—a staple 8-digit, solar-powered desktop calculator—is a bench favorite because it handles chained arithmetic and memory functions without the distraction of a smartphone screen. If you are using a TI-108 online calculator emulator or the physical hardware, mastering its specific keystroke limitations (like the lack of an dedicated x² button) is key to quickly solving DC power loss and Joule heating equations.
This guide breaks down the core formula for resistive power dissipation, maps the exact keystrokes for the TI-108, and walks through real-world wiring scenarios where getting the math wrong leads to melted terminals.
The Core Formula: Joule Heating and DC Power Loss
Joule’s First Law defines the heat generated by an electric current passing through a conductor. In DC circuits, this translates directly to power loss in wires, shunt resistors, and PCB traces. The fundamental equation is:
| Symbol | Quantity | Standard Unit | TI-108 Input Requirement |
|---|---|---|---|
| P | Power Dissipated (Heat Loss) | Watts (W) | Output display |
| I | Current | Amperes (A) | Must be in base Amps, not mA |
| R | Resistance | Ohms (Ω) | Decimal format (e.g., 0.05) |
Rearranged Forms and TI-108 Keystrokes
The TI-108 does not have an algebraic solver or an x² key. To use it effectively for formula derivation, you must manually square the current by multiplying it by itself, and use the dedicated √ (square root) key when solving for current. Here are the rearranged forms and the exact keystroke sequences.
1. Solving for Power (P)
Formula: P = I × I × R
TI-108 Keystrokes: [I] [×] [I] [×] [R] [=]
2. Solving for Current (I)
Formula: I = √(P / R)
TI-108 Keystrokes: [P] [÷] [R] [=] [√]
Note: The TI-108 applies the square root to the number currently on the display, making this a seamless two-step chain.
3. Solving for Resistance (R)
Formula: R = P / (I × I)
TI-108 Keystrokes: [P] [÷] [I] [÷] [I] [=]
Boundary Conditions: When This Applies (and When It Doesn't)
Before punching numbers into your TI-108 online calculator, you must verify that the physical conditions match the math.
Assumptions and Applicability
- DC or Purely Resistive AC: This formula applies perfectly to DC circuits. For AC, it only applies if the load is purely resistive (Power Factor = 1.0). If you have inductive loads (motors, transformers), you must use P = I²R only for the wire heating portion, not the total apparent power.
- Steady-State Current: The formula assumes a constant current. Inrush currents (like charging a dead capacitor bank) will cause momentary spikes in I²R losses that this static formula won't capture.
- Constant Temperature: Copper resistance increases by about 0.4% per °C. If a wire gets hot, its resistance rises, increasing the loss further. The formula gives you the baseline cold-resistance loss.
Unit Mistakes That Break the Math
500 × 500 × R, your answer will be off by a factor of one million. Always convert to base Amps first (e.g., 0.5 A). The Milliohm Trap: Wire resistance is often listed in milliohms per foot. If your wire is 1.2 mΩ, you must enter
0.0012 into the calculator, not 1.2.
What a Realistic Answer Magnitude Looks Like
In a well-designed 12V DC system, wire and connection losses should consume less than 3% of the total transmitted power. If you are pushing 600W through a wire and your TI-108 spits out a loss of 45W (7.5%), your wire is severely undersized, and the insulation will degrade rapidly. A healthy calculation for that same 600W system should yield a loss between 5W and 15W.
Solved Problems with Unit Tracking
Let’s run two common bench scenarios, tracking the units through every step to ensure the TI-108 output makes physical sense.
Problem 1: Shunt Resistor Heat Dissipation (Forward Calculation)
Scenario: You are building a battery monitor and using a 0.005 Ω (5 mΩ) shunt resistor. The continuous discharge current is 12.5 A. How much heat must the PCB dissipate?
- Identify variables: I = 12.5 A, R = 0.005 Ω.
- Select formula: P = I × I × R.
- TI-108 Keystrokes:
12.5 [×] 12.5 [×] 0.005 [=] - Intermediate display: After the first multiplication, the screen reads
156.25(this is I² in A²). - Final display:
0.78125 - Unit Tracking: (Amps × Amps) × Ohms = Watts.
Result: The shunt dissipates 0.78 W. A standard 1W rated shunt will run hot but survive; a 2W shunt is the safer engineering choice here.
Problem 2: Sizing a Bleed Resistor (Reverse Calculation)
Scenario: You need to discharge a high-voltage capacitor bank safely. You have a 2W rated resistor in your parts bin, and the maximum acceptable continuous dissipation is 0.08 Ω (after wiring in series). What is the absolute maximum current this resistor can handle before it burns out?
- Identify variables: P = 2.0 W, R = 0.08 Ω.
- Select formula: I = √(P / R).
- TI-108 Keystrokes:
2 [÷] 0.08 [=] - Intermediate display:
25(this is I² in A²). - Apply Square Root: Press
[√]. - Final display:
5 - Unit Tracking: √(Watts / Ohms) = Amperes.
Result: The maximum continuous current is 5.0 A. If your circuit expects 6 A, this resistor will fail open-circuit, potentially leaving the capacitor bank lethally charged.
Real-World Scenario: The Solar Feed Wire Meltdown
Formulas are useless if the physical setup violates the assumptions. Here is a war story from a 12V LiFePO4 battery bank installation that demonstrates how a simple input error on a calculator leads to catastrophic hardware failure.
The Setup
A DIYer was wiring a 600W pure sine wave inverter to a 12V battery bank. The one-way physical distance from the battery terminal to the inverter was 4 feet. They chose 4 AWG stranded copper wire. The inverter’s low-voltage cutoff was 10.5V, but nominal operating voltage was 12.0V.
The Numbers (The Flawed Calculation)
The builder grabbed their TI-108 online calculator to check the wire losses.
- Current Draw (I): 600W / 12.0V = 50 A
- Wire Resistance: According to standard copper wire tables, 4 AWG stranded copper has a resistance of roughly 0.308 mΩ per foot (0.000308 Ω/ft).
- The Mistake: The builder used the one-way distance (4 ft).
Resistance = 4 ft × 0.000308 Ω/ft = 0.001232 Ω. - TI-108 Keystrokes:
50 [×] 50 [×] 0.001232 [=] - Calculated Loss: 3.08 W.
Seeing only 3 watts of loss, the builder decided 4 AWG was overkill and swapped it for 8 AWG wire to save money and make the tight inverter terminal bends easier.
The Outcome and What Went Wrong
Two weeks later, the inverter shut down under load, and the builder smelled burning plastic. The 8 AWG wire’s insulation was soft and deforming where it crimped into the inverter lug.
The Technical Failure: The builder forgot that DC circuits require a return path. The total wire length for resistance calculations is the loop length (positive + negative), which was 8 feet, not 4 feet. The actual resistance of the 4 AWG loop was 0.002464 Ω, yielding a true loss of 6.16 W.
When they downsized to 8 AWG (which has roughly double the resistance of 4 AWG), the loop resistance jumped to ~0.005 Ω. The actual I²R loss became 50 × 50 × 0.005 = 12.5 W of heat dumped directly into the wire.
However, the wire heating wasn't the primary failure mode. According to DC power principles and NEC ampacity guidelines, 8 AWG copper in a high-ambient engine bay or enclosed inverter compartment is typically rated for 40A to 50A at the 60°C termination column. Pushing a sustained 50A through 8 AWG wire exceeded the terminal ampacity limit. The wire itself acted as a heating element, conducting thermal energy directly into the inverter's internal busbar, melting the plastic terminal block.






