Results 1 to 2 of 2

Thread: Battery charge cycle math

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    183

    Battery charge cycle math

    According to Apple, an iPhone battery can go through 400 charge cycles before the capacity diminishes to 80%, assuming nothing happens that is known to degrade the battery's life (i.e, the temperature and pressure are not too high.) A charge cycle is defined as any time when the amount of energy transferred to the battery equals the energy capacity of the battery. So, if you let an iPhone's battery that is 50% full charge all the way to 100%, then do the same thing again when the battery reaches 50%, that counts as a charge cycle.

    Assume a typical user charges their iPhone to 100%, then disconnects it from the charger. They then plug it back in when the battery reaches x%. I want to set up a function I can use to calculate how many times the user can plug in the iPhone before the battery capacity diminishes to 80%.

    Here's what I've come up with:

    slope of the line = 400 / 0.5 = 800
    y-intercept = 400

    so f(x) = 800x + 400.
    Last edited by moonman239; Nov 8th, 2012 at 04:52 PM. Reason: Fixed some stuff.
    Do not read this sentence.
    You read that last one, didn't you?
    Darn. You now read the previous two.

    Check out my pins on Pinterest!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width