I found that it's possile to go from 1.2v to 5v with the TPS61200 and go from 50mA to 500mA with the L272 but what if they're used together ? Will it preserve my battery lifespan?
Let's just say the answer is "yes". Say you had a 1.2V battery which can now provide 5V, and where it could provide 50mA, it could now provide 500mA, with no reduction in runtime.
Say I need to power my house. I need roughly 120V and 40A. I could then take this small battery, then cascade these "voltage amplifiers" and "current amplifiers" until I attain the necessary power. No need for the electric utility! Just swap out a couple AAA batteries every few months!
Clearly, this would be a violation of the law of conservation of energy. The battery contains only so much energy, and nothing we connect to it (that doesn't contain stored energy itself) can enable us to get more energy out of it.
How then do boost converters work? Clearly it is possible to get 5V out of a 1.2V battery, but how?
Remember that voltage is a force that works on electric charge, such as electrons. There are analogous machines to boost converters that work on mechanical force, instead of voltage (charge force). For example:
- levers
- jacks
- pulleys
- ramps
If a mechanical system has no losses, then power in (my work moving the jack handle) must equal power out (increased gravitational potential of the lifted car). Recall (or reference on Wikipedia) that mechanical power is the product of force and velocity:
$$ P = Fv $$
So if I'm lifting a car with a jack, and the car is moving half as fast as I'm moving the jack handle, the force applied to the car must be twice what I'm applying to the handle, otherwise the input and output power would not be equal. This would be a 2:1 mechanical advantage. This is how I'm able to lift a very heavy car with just muscle power: I apply less force, but over a greater distance.
Boost converters (and in fact, all switch-mode power supplies) are essentially the same thing. However, electrical power is the product of voltage and current:
$$ P = IE $$
So say I have a boost converter that gives me 5V from a 1.2V battery, and I measure the load current (on the 5V side) as 50mA, then the battery current must be:
$$ \require{cancel} \begin{align}
P_{battery} &= P_{load} \\
I_{battery} \cdot E_{battery} &= I_{load} \cdot E_{load} \\
I_{battery} \cdot 1.2V &= 50mA \cdot 5V \\
I_{battery} &= \frac{50mA \cdot 5\cancel{V}}{1.2\cancel{V}} \\
I_{battery} &\approx 208mA
\end{align}
$$
This works in the other direction as well: if a buck converter reduces the battery voltage, then less current will be drawn from the battery. Or equivalently, if a device reduces the current load on the battery, in necessarily must reduce the voltage available at the load.