What is a Satellite Power Budget?
🙋
What exactly is a "power budget" for a satellite? Is it just making sure the solar panels are big enough?
🎓
Basically, it's the accounting of all power coming in and going out over an entire orbit. It's not just panel size. You need enough power from the solar arrays during sunlight to run the satellite and charge the batteries, so there's enough stored energy to survive the eclipse when you're in Earth's shadow. Try moving the "Orbital Altitude" slider in the simulator above—you'll see the eclipse time change instantly, which directly impacts how much battery you need.
🙋
Wait, really? So the battery size isn't just based on the satellite's power needs? What else matters?
🎓
Great question! Two other huge factors are the Depth of Discharge (DoD) and the satellite's design lifetime. In practice, you can't drain a battery 100%—it would fail in a few cycles. A common case is limiting Li-ion batteries to a 20-30% DoD for long life. And over 15 years, solar cells degrade! That's what the "Annual Degradation" and "Design Lifetime" parameters control. The simulator calculates your End-of-Life power, which is what you must design for.
🙋
That makes sense. So for a satellite in low orbit (LEO) that goes into eclipse 16 times a day, the battery cycles are the big deal. How do engineers balance all these trade-offs?
🎓
Exactly. It's a classic CAE optimization problem. You play with the parameters: A bigger, more efficient solar array (higher "Conversion Efficiency") reduces the battery burden. A lower allowed DoD means a bigger, heavier battery. The simulator lets you see these trade-offs in real time. For instance, change the "Allowed DoD" from 30% to 40%—you'll see the required battery capacity drop, but the system might not last the required lifetime. This iterative simulation is at the heart of spacecraft design.
Physical Model & Key Equations
The foundation is Kepler's law, which determines the orbital period. Knowing how long a single orbit takes is the first step to understanding the sunlight and eclipse cycle.
$$T_{orb}= 2\pi\sqrt{\dfrac{(R_e+h)^3}{\mu}}$$
Here, $T_{orb}$ is the orbital period, $R_e$ is Earth's radius (~6371 km), $h$ is the orbital altitude, and $\mu$ is Earth's standard gravitational parameter (~3.986×10⁵ km³/s²).
Using the geometry of the orbit, we can calculate the eclipse duration—the time the satellite spends in Earth's shadow. This is critical for sizing the battery.
$$T_e = \dfrac{T_{orb}}{\pi}\arcsin\!\left(\dfrac{R_e}{R_e+h}\right)$$
$T_e$ is the eclipse time. Notice that for higher altitudes (like GEO), the arcsin term becomes very small, leading to very short or non-existent eclipses most of the year.
Solar arrays degrade over time due to radiation and thermal cycling. The power available at the End-of-Life (EOL) is what the mission must be guaranteed to have.
$$P_{EOL}= P_{BOL}(1-d)^L$$
$P_{BOL}$ is Beginning-of-Life power, $d$ is the annual degradation rate (e.g., 2.5% or 0.025), and $L$ is the design lifetime in years. This exponential decay is why you start with significant extra margin.
Real-World Applications
Earth Observation Satellites (LEO): These satellites, like Landsat or Sentinel, have high power demands for active sensors (radar, high-res cameras) and experience ~16 eclipses per day. Engineers use tools like this to meticulously balance solar array size against battery mass, ensuring the system can handle thousands of charge/discharge cycles over a 5-10 year mission.
Telecommunications Satellites (GEO): A GEO satellite's primary eclipse concern is the "eclipse season" around the equinoxes, with up to 72 minutes of darkness per day for about 45 days. The power budget must ensure the large communications payload can run continuously through these periods, often requiring significant battery capacity that sits mostly unused for most of the year.
SmallSats & CubeSats: With severe volume and mass constraints, power budgeting is incredibly tight. Engineers use these calculations to decide between body-mounted or deployable solar panels and to select battery chemistry (often Li-ion) with the optimal cycle life for the mission's DoD, sometimes pushing batteries harder for shorter missions.
Planetary Orbiters & Landers: For missions to Mars or beyond, the equations adapt to different planetary radii and solar constants. The same budgeting principle applies: sizing solar arrays for the local "sol" (day) and batteries for the long, cold night, while accounting for dust accumulation (degradation) on the panels.
Common Misconceptions and Points to Note
First, the misconception that "sunlight time equals charging time." In reality, only the "power generation possible time" when the solar panels are facing the sun can be used for charging. For example, a satellite performing Earth-pointing observations will have periods where its panels deviate from the sun due to attitude control, affecting efficiency as "sunlight loss." If you set the "solar cell efficiency" in the simulator close to 100%, you should realize that margin is needed here.
Next, the pitfall of calculating battery capacity based solely on "average power consumption." A satellite's power consumption fluctuates significantly with equipment switching on and off. You must separately check whether the battery voltage drops excessively (due to the battery's internal resistance) during "peak power" periods when high-power communication devices or thrusters are activated. The simulator's results are based on average values for required capacity.
Finally, the fact that the "annual degradation rate" is not constant. The formula $P_{EOL}= P_{BOL}(1-d)^L$ is a simplified model. Actual degradation depends heavily on radiation fluence (accumulated exposure) and the number of thermal cycles. Especially for orbits passing through the Van Allen belts, you need to consider a "performance degradation curve" where deterioration accelerates sharply within a few years after launch. Treat the simulator's fixed value as "one guideline."