2

If I use 10mA for 40 milliseconds. How much current have I used in mAh (milliamperes per hour)?

chwi
  • 1,241
  • 2
  • 11
  • 21

2 Answers2

6

40 milliseconds is 0.04/3600 hours = 1.1111e-5 hours therefore you have used 1.1111e-4 mAh.

= 0.0001111 mAh

Please note that you haven't used x amount of milli-amps per hour. You have used 10mA for 1.1111e-5 hours - the two numbers multiply

An ampere-hour is a unit of charge

Andy aka
  • 434,556
  • 28
  • 351
  • 777
4

Try using dimensional analysis:

$$ \require{cancel} \dfrac{10mA \cdot 40\cancel{m}\cancel{s}}{1} \dfrac{1\cancel{min}}{60\cancel{s}} \dfrac{1hr}{60\cancel{min}} \dfrac{1}{1000\cancel{m}} = 0.000\overline{111}mA\cdot hr $$

The fractions represent things we know to be true:

  1. there are 60 seconds in a minute
  2. there are 60 minutes in an hour
  3. there are 1000 mili- in 1

For each of these fractions, the thing in the numerator is equal to the thing in the denominator. Anything divided by the same thing is equal to 1. So really, we are just multiplying your original quantity by 1, but changing the units.

Phil Frost
  • 56,804
  • 17
  • 141
  • 262