Percentage Increase Calculator
Live calculations with unit selectors, a step-by-step derivation, tooltips, and PDF export.
📥 Initial value input
📤 Final value input
🔁 Increase or decrease? mode
? Affects how we compute from %.
📈 Increase (%) input
% percent
🧮 Difference
Computed as Final − Initial
.
🧾 Summary
Enter any two fields (e.g., Initial & Final) and I’ll compute the rest.
🧠 Step-by-step algebraic derivation
Core relationships:
- Let
I
be the initial value andF
the final value. - Let
p
be the percentage change (%), ands
the sign (+1 for increase, −1 for decrease). - Then
F = I · (1 + s · p/100)
. - Equivalently,
p = 100 · (F − I) / |I|
(whenI ≠ 0
). - Difference:
D = F − I
.
Once you provide knowns, the calculator will show a tailored derivation here.
📚 Quick reference table
Quantity | Formula |
---|---|
Percent increase | p = 100 · (F − I) / |I| |
Percent decrease | p = 100 · (I − F) / |I| |
Final (increase) | F = I · (1 + p/100) |
Final (decrease) | F = I · (1 − p/100) |
Difference | D = F − I |