The formula gets rearranged depending on which variable you need. Here are the patterns you’ll run into in the real world — find the one that matches your problem and follow the worked steps.
01 · PATTERN
q₁ (C) halved
q1 = 5.00000e-7 (from 1.00000e-6)
Keep every other input at its default and halve the q₁ (c). See how force (n) responds.
- 01New q₁ (C): 5.00000e-7
- 02Baseline Force (N): 0.899
- 03New Force (N): 0.4495
- 04Force (N) decreases by 50% → use this sensitivity to plan for real-world variation.
02 · PATTERN
q₁ (C) doubled
q1 = 2.00000e-6 (from 1.00000e-6)
Keep every other input at its default and double the q₁ (c). See how force (n) responds.
- 01New q₁ (C): 2.00000e-6
- 02Baseline Force (N): 0.899
- 03New Force (N): 1.798
- 04Force (N) increases by 100% → use this sensitivity to plan for real-world variation.
03 · PATTERN
q₂ (C) halved
q2 = 5.00000e-7 (from 1.00000e-6)
Keep every other input at its default and halve the q₂ (c). See how force (n) responds.
- 01New q₂ (C): 5.00000e-7
- 02Baseline Force (N): 0.899
- 03New Force (N): 0.4495
- 04Force (N) decreases by 50% → use this sensitivity to plan for real-world variation.
04 · PATTERN
q₂ (C) doubled
q2 = 2.00000e-6 (from 1.00000e-6)
Keep every other input at its default and double the q₂ (c). See how force (n) responds.
- 01New q₂ (C): 2.00000e-6
- 02Baseline Force (N): 0.899
- 03New Force (N): 1.798
- 04Force (N) increases by 100% → use this sensitivity to plan for real-world variation.