3.6.22Spacecraft Structures & Systems Engineering

Power systems — solar arrays (I-V curve, power tracking), batteries (DoD, cycles), RTG

3,185 words14 min readdifficulty · medium2 backlinks

Overview

Spacecraft power systems convert energy (solar, nuclear, chemical) into electrical power for all spacecraft subsystems. The three primary architectures are: solar photovoltaic arrays (most common for LEO/GEO), rechargeable batteries (for eclipse periods), and radioisotope thermoelectric generators (RTG, for deep-space missions). Understanding the I-V curves of solar cells, maximum power point tracking (MPPT), depth-of-discharge (DoD) constraints, and RTG decay kinetics is critical for mission power budget design.


Solar Photovoltaic Arrays

The I-V Characteristic Curve

WHY this shape? A solar cell is a diode plus a current source. The photocurrent ILI_L (light-generated) is constant, but the diode has an exponential I-V relation. Combining:

Derivation from first principles:

  1. Photon absorption → carrier generation: Photons with E>EgE > E_g (bandgap) create electron-hole pairs. The flux of absorbed photons givesocurrent ILI_L \propto light intensity.
  2. P-N junction diode behavior: Without light, a diode conducts I=I0(eV/nVT1)I = I_0 (e^{V/nV_T} - 1). This is the Shockley equation from minority carrier diffusion across the depletion region.
  3. Superposition: The solar cell is a current source ILI_L in parallel with a diode. Using Kirchoff: Iout=ILIdiodeI_{out} = I_L - I_{diode}.
  4. Non-idealities: Real cells have series resistance RsR_s (wire/contact resistance) and shunt resistance RshR_{sh} (edge defects). For simplicity above, Rs0R_s \approx 0 and RshR_{sh} \to \infty in the ideal case.

Power output:

P(V)=VI(V)=V[ILI0(eVnVT1)]P(V) = V \cdot I(V) = V \left[ I_L - I_0 \left( e^{\frac{V}{nV_T}} - 1 \right) \right]

At short circuit (V=0V=0): I=IL=IscI = I_L = I_{sc}.
At open circuit (I=0I=0): V=VocnVTln(ILI0+1)V = V_{oc} \approx nV_T \ln\left(\frac{I_L}{I_0} + 1\right).

The fill factor FFFF quantifies how "square" the curve is:

FF=VmpImpVocIsc=PmaxVocIscFF = \frac{V_{mp} \cdot I_{mp}}{V_{oc} \cdot I_{sc}} = \frac{P_{max}}{V_{oc} \cdot I_{sc}}

Typical silicon cells: FF0.70.85FF \approx 0.7–0.85. Triple-junction GaAs cells (used in space): FF0.850.88FF \approx 0.85–0.88.

Figure — Power systems — solar arrays (I-V curve, power tracking), batteries (DoD, cycles), RTG

Given: IL=5 AI_L = 5 \text{ A}, I0=1012 AI_0 = 10^{-12} \text{ A}, n=1.5n=1.5, T=300 KT=300 \text{ K} (so VT=0.026 VV_T = 0.026 \text{ V}), ideal cell (Rs=0,Rsh=R_s=0, R_{sh}=\infty).

Find: VmpV_{mp}, ImpI_{mp}, PmaxP_{max}.

Solution:

  1. Power is P=VI=V[ILI0(eV/nVT1)]P = V I = V [I_L - I_0(e^{V/nV_T}-1)].
  2. To maximize, set dPdV=0\frac{dP}{dV} = 0:
dPdV=I+VdIdV=0\frac{dP}{dV} = I + V \frac{dI}{dV} = 0
  1. Compute dIdV=I0nVTeV/nVT\frac{dI}{dV} = -\frac{I_0}{nV_T} e^{V/nV_T}.
  2. Substitute:
ILI0(eV/nVT1)VI0nVTeV/nVT=0I_L - I_0(e^{V/nV_T}-1) - V \cdot \frac{I_0}{nV_T} e^{V/nV_T} = 0
  1. This is transcendental; solve numerically or approximate. For this example, Voc1.5×0.026ln(5×1012)1.15 VV_{oc} \approx 1.5 \times 0.026 \ln(5 \times 10^{12}) \approx 1.15 \text{ V}.
  2. Numerical solution gives Vmp1.0 VV_{mp} \approx 1.0 \text{ V}, Imp4.9 AI_{mp} \approx 4.9 \text{ A}, Pmax4.9 WP_{max} \approx 4.9 \text{ W}.
  3. FF=4.91.15×50.85FF = \frac{4.9}{1.15 \times 5} \approx 0.85.

Why this step? The derivative condition dP/dV=0dP/dV = 0 finds the voltage where incremental voltage increase trades off current decrease optimally for power.


Maximum Power Point Tracking (MPPT)

WHY needed? The MPP shifts with:

  • Temperature: Higher TT lowers VocV_{oc} (because Vocln(intensity/I0(T))V_{oc} \propto \ln(\text{intensity}/I_0(T)) and I0I_0 increases exponentially with TT). Typical coefficient: 2.2 mV/°C-2.2 \text{ mV/°C} per cell.
  • Illumination: Lower intensity reduces IscI_{sc} proportionally but VocV_{oc} logarithmically.
  • Degradation: Radiation damage in space reduces ILI_L and increases I0I_0 over years.

HOW MPPT works (Perturb-and-Observe algorithm):

  1. Measure current Pk=VkIkP_k = V_k I_k.
  2. Perturb voltage: Vk+1=Vk+ΔVV_{k+1} = V_k + \Delta V (small step, e.g., 0.5 V).
  3. Measure new power Pk+1P_{k+1}.
  4. If Pk+1>PkP_{k+1} > P_k, keep moving in same direction (ΔV\Delta V same sign).
  5. If Pk+1<PkP_{k+1} < P_k, reverse direction (ΔVΔV\Delta V \to -\Delta V).
  6. Repeat at ~10–100 Hz.

Alternative: Incremental conductance (dIdV=IV\frac{dI}{dV} = -\frac{I}{V} at MPP). More efficient but more complex.

Effect on I-V:

  • IscI_{sc} drops to Isc,0×0.866I_{sc,0} \times 0.866.
  • VocV_{oc} drops by nVTln(0.866)1.5×26×0.1445.6 mVnV_T \ln(0.866) \approx -1.5 \times 26 \times 0.144 \approx -5.6 \text{ mV} (small).
  • PmaxP_{max} drops by 13%\approx 13\%.

MPPT response: Algorithm detects power drop, searches for new VmpV_{mp} (slightly lower voltage, much lower current), locks on.


Why it feels right: Batteries are ~constant voltage loads (e.g., Li-ion ~3.7 V/cell). If battery voltage happens to match VmpV_{mp}, you'd get max power.

The fix: In reality, VmpV_{mp} drifts with temperature/angle/age, and battery voltage changes with state-of-charge (3.0–4.2 V for Li-ion). A DC-DC converter (buck-boost) with MPPT sits between array and battery, forcing the array to operate at VmpV_{mp} while supplying whatever voltage the battery needs.


Batteries for Eclipse Power

Depth of Discharge (DoD)

WHY it matters: Higher DoD → fewer lifetime cycles. The relationship is empirical (from accelerated life testing):

Derivation logic: Each charge/discharge cycle causes:

  1. Solid-electrolyte interphase (SEI) growth on the anode (irreversible Li consumption).
  2. Cathode structure degradation (transition metal dissolution).
  3. Electrolyte decomposition (especially at high voltages, i.e., near full charge).

Deeper discharge → more voltage swing → more side reactions → faster capacity fade.

If we allow 80% DoD:

  • Usable energy: 560×0.8=448 Wh560 \times 0.8 = 448 \text{ Wh} (plenty).
  • Cycle life: ~2500 cycles.
  • Mission duration: 2500/(365.25×365.25/90min×1440/90)2500/58400.432500 / (365.25 \times 365.25/90\,\text{min} \times 1440/90) \approx 2500 / 5840 \approx 0.43 years (6 months).

If we limit to 30% DoD:

  • Usable: 560×0.3=168 Wh560 \times 0.3 = 168 \text{ Wh} (not enough!).
  • Need bigger battery: 290/0.3=967 Wh290 / 0.3 = 967 \text{ Wh}, or 34.5 Ah at 28 V.
  • Cycle life: ~15,000 cycles → ~2.6 years.

Why this step? We trade battery mass vs. lifetime For a 5-year mission, you'd design for 30–40% DoD (and size battery accordingly), accepting the mass penalty.


Battery Technologies in Space

Type Energy Density Cycle Life (30% DoD) Notes
NiH₂ 60 Wh/kg 40,000+ Legacy (Huble, ISS); low DoD tolerance but very robust
Li-ion 120–180 Wh/kg 10,000–15,000 Modern standard; must manage thermal (runaway risk)
Solid-state Li 200+ Wh/kg (future) TBD Under development; safer, higher density

Thermal management: Li-ion operates 0–40°C. Space is extreme (±150°C swing). Heaters + radiators maintain 15–25°C.


Recall

Explain to a 12-year-old: Imagine a solar panel is like a water wheel in a river. If you let the water flow freely (short circuit), the wheel spins fast but you don't get much energy because there's no resistance. If you block it completely (open circuit), the pressure builds up but nothing moves—again, no energy. The trick is to add just the right amount of load (like a grain mill attached to the wheel) so you get the most grinding done. That's the "maximum power point." In space, a computer constantly tweaks the "mill size" to keep extracting the most power as the sun angle and temperature change. Batteries are like a backup bucket that fills when the sun is shining and empties when Earth blocks the sun (eclipse). But if you drain the bucket too much every time, the bottom cracks and you can only refill it a few hundred times before it breaks. So engineers only use part of the battery (30–40%) to make it last for years.


Radioisotope Thermoelectric Generators (RTG)

Power Output Over Time

Electrical power:

Pelec(t)=η(t)Pth(t)P_{elec}(t) = \eta(t) \cdot P_{th}(t)

where η\eta is thermoelectric conversion efficiency (typically 6–7% at beginning-of-life).

WHY efficiency drops: Thermoelectric materials degrade (sublimation of Te, radiation damage). Empirical model:

η(t)=η0et/τ\eta(t) = \eta_0 e^{-t/\tau}

with τ1520\tau \approx 15–20 years. Combined:

Pelec(t)=η0P02t/87.7et/τP_{elec}(t) = \eta_0 P_0 \cdot 2^{-t/87.7} \cdot e^{-t/\tau}

Why this step? Two decay processes compound: isotope half-life (slow) and TE degradation (faster). Mission design must ensure minimum power at end-of-life exceds load.


Sebeck Effect (Thermoelectric Conversion)

Derivation from carrier statistics:

  1. Hot side has higher carrier energy → more diffusion to cold side.
  2. Charge imbalance creates electric field.
  3. At equilibrium, eV=ΔμeV = \Delta \mu (electrochemical potential difference).
  4. For metals/semiconductors, μkBTln(n)\mu \propto k_B T \ln(n), so VTV \propto T (simplified).

Efficiency (Carnot-limited):

ηmax=ThTcTh1+ZT11+ZT+Tc/Th\eta_{max} = \frac{T_h - T_c}{T_h} \cdot \frac{\sqrt{1 + ZT} - 1}{\sqrt{1 + ZT} + T_c/T_h}

where ZTZT is the thermoelectric figure of merit (dimensionless):

ZT=S2σTκZT = \frac{S^2 \sigma T}{\kappa}
  • σ\sigma = electrical conductivity.
  • κ\kappa = thermal conductivity.

WHY low efficiency? Need high σ\sigma (good electrical conductor) but low κ\kappa (poor thermal conductor)—contradictory. Best materials (Bi₂Te₃, SiGe, skuterudites): ZT11.5ZT \approx 1–1.5η610%\eta \approx 6–10\%.


Why it feels right: 87.7-year half-life is longer than most missions. No degradation from cycles like batteries.

The fix:

  1. Cost: 238Pu^{238}\text{Pu} is scarce (produced in reactors, \sim10 kg/yr globally). One MMRTG costs ~$100M. Only for missions where solar is impossible.
  2. Mass: 45 kg for 110 W (0.4 kg/W). Solar arrays: ~0.02 kg/W (20× lighter per watt at 1 AU).
  3. Safety: Launch approval requires extensive containment analysis (though 238Pu^{238}\text{Pu} is alpha-only, not gamma, so shielding is manageable).

Power Budget and System Design

Sunlight charge balance:

PsolarPload,sun+EbatterytchargeP_{\text{solar}} \geq P_{\text{load,sun}} + \frac{E_{\text{battery}}}{t_{\text{charge}}}

Sizing example (GEO satellite, 5-year mission):

  • Eclipse: 72 min, twice per year (equinox).
  • Load: 3 kW average.
  • Battery: Li-ion, 30% DoD target.
  • Energy per eclipse: 3×1.2=3.6 kWh3 \times 1.2 = 3.6 \text{ kWh}.
  • Battery size: 3.6/0.3=12 kWh3.6 / 0.3 = 12\text{ kWh} (430 Ah at 28 V).
  • Solar array (at end-of-life, with 20% degradation): (3+3.6/(23.8/60))×1.2/0.816.4 kW(3 + 3.6/(23.8/60)) \times 1.2 / 0.8 \approx 16.4 \text{ kW} BOL.
  • Array area (30% efficiency, 1367 W/m²): 16.4/(0.3×1.367)40 m216.4 / (0.3 \times 1.367) \approx 40 \text{ m}^2.


Connections

  • Spacecraft Thermal Control — batteries and power electronics generate heat; solar arrays need radiators on back side.
  • Orbital Mechanics (Keplerian) — eclipse duration depends on orbit altitude and inclination; β\beta-angle determines seasonal solar flux.
  • Semiconductor Physics — p-n junctions, Fermi levels, carrier diffusion underpin solar cells.
  • Thermodynamics & Heat Transfer — Carnot efficiency, Sebeck effect, blackbody radiation (RTG radiator sizing).
  • Radiation Effects on Materials — displacement damage in solar cells (coverglass thickness vs. mass trade), TE material degradation.
  • Power Electronics — DC-DC converters, MPPT algorithms, battery charge controllers.

#flashcards/physics

What is the maximum power point (MPP) of a solar cell? :: The voltage and current pair (Vmp,Imp)(V_{mp}, I_{mp}) at which the product P=VIP = V \cdot I is maximized on the I-V curve; typically occurs where dP/dV=0dP/dV = 0.

Why does the open-circuit voltage VocV_{oc} of a solar cell decrease with temperature?
Higher temperature increases the dark saturation current I0I_0 exponentially. Since VocnVTln(IL/I0)V_{oc} \propto nV_T \ln(I_L/I_0), an increase in I0I_0 reduces VocV_{oc} (typical coefficient: 2.2-2.2 mV/°C per cell).

How does MPPT (Maximum Power Point Tracking) work? :: MPPT algorithms (e.g., Perturb-and-Observe) continuously adjust the operating voltage by measuring power, perturbing voltage, and moving in the direction of increasing power to stay at the MPP as conditions change.

What is depth of discharge (DoD) and why does it matter for spacecraft batteries?
DoD is the percentage of total battery capacity discharged. Higher DoD reduces cycle life due to increased electrode stress and side reactions; typical space design uses 30–40% DoD to achieve 10,000+ cycles over mission life.
What is the empirical relationship between DoD and cycle life for Li-ion batteries?
NcyclesN0(DoD/DoD0)kN_{\text{cycles}} \approx N_0 (DoD / DoD_0)^{-k} where k1.52k \approx 1.5–2; doubling DoD from 40% to 80% roughly halves the cycle life.
How does RTG power output change over time?
RTG power decays due to two processes: isotope decay Pth(t)=P02t/t1/2P_{th}(t) = P_0 \cdot 2^{-t/t_{1/2}} (half-life 87.7 yr for 238Pu^{238}\text{Pu}) and thermoelectric efficiency degradation η(t)=η0et/τ\eta(t) = \eta_0 e^{-t/\tau} (τ ≈ 15–20 yr), combined as Pelec(t)=η0P02t/87.7et/τP_{elec}(t) = \eta_0 P_0 \cdot 2^{-t/87.7} \cdot e^{-t/\tau}.
What is the Seebeck effect?
The Seebeck effect is the generation of a voltage V=SΔTV = S \Delta T across a conductor or semiconductor when a temperature gradient ΔT\Delta T is applied, due to diffusion of charge carriers from hot to cold side.
Why are RTGs only ~6–7% efficient at converting heat to electricity?
Thermoelectric conversion requires high electrical conductivity σ\sigma but low thermal conductivity κ\kappa, which are contradictory. Best materials achieve ZT1ZT \approx 1, limiting Carnot-adjusted efficiency to 6–10%.

What is the fill factor (FF) of a solar cell? :: FF=VmpImpVocIsc=PmaxVocIscFF = \frac{V_{mp} I_{mp}}{V_{oc} I_{sc}} = \frac{P_{max}}{V_{oc} I_{sc}}, a measure of how "square" the I-V curve is; typical values are 0.7–0.88 for space-grade cells.

Why must spacecraft batteries be thermally managed?
Li-ion batteries operate safely only in0–40°C range; thermal runaway risk outside this range. Space environment swings ±150°C, requiring heaters and radiators to maintain 15–25°C.

Concept Map

architecture

architecture

architecture

informs

characterized by

models via

combines

key points

maximizes P at

tracked by

constrained by

trades off

powers

Power Systems

Solar PV Arrays

Rechargeable Batteries

RTG deep space

Mission Power Budget

I-V Curve

Single-Diode Equation

Photocurrent plus Diode

Isc, Voc, MPP

Max Power Point

MPPT Controller

Depth of Discharge

Cycle Life

Eclipse Periods

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Spacecraft ke power systems teen main tarike se kaam karte hain: solar panels (photovoltaic arrays), batteries, aur RTG (radioisotope generators). Solar cells ek semiconductor diode hote hain jo sunlight ko absorb karke current generate karte hain, lekin yahan twist hai—ap voltage aur current dono ko ek sath maximize nahi kar sakte. Ek I-V curve hoti hai jismein ek special point hota hai jisko maximum power point (MPP) kehte hain, jahan P=V×IP = V \times I maximum milta hai. MPPT algorithm continuously voltage ko adjust karta rahta hai taki temperature, sun angle, ya degradation ke changes ke bawajood hamesha maximum power mile.

Batteries eclipse periods ke liye backup power deti hain jab Earth ki shadow mein solar arrays kaam nahi karte. Lekin battery ka life depth of discharge (DoD) par depend karta hai—agar aap battery ko 80% tak discharge karte ho har cycle mein, to sirf kuch hazaar cycles milenge; lekin agar 30% Do

Go deeper — visual, from zero

Test yourself — Spacecraft Structures & Systems Engineering

Connections