Problem 52075. Radioisotope Thermoelectric Generator (RTG)

Given an isotope's atomic mass (in amu), half-life (in years(a) or days(d)), and average kinetic energy absorbed (of emitted decay alpha or beta particle and recoiled atom in MeV), output the power (watts) per gram (of the pure isotope) that could be achieved in an RTG with 100% efficiency (rounded to 5 decimal places). Output the time (in years) that 1 kilogram of the isotope could produce at least 100 watts (rounded to 3 decimal places). One year equals 365.25 days.
For example, Tritium (H-3) has an atomic mass of 3.01604928 amu, has a half-life of '12.32a' (a==years), and it's decay produces a Beta(-) particle that emits with an average kinetic energy (plus recoil KE of nucleus) of 0.005683 MeV.
Outputs:
p = 0.32412 (in watts/gram)
t = 20.901 (in years)

Solution Stats

60.0% Correct | 40.0% Incorrect
Last Solution submitted on Jul 05, 2021

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers3

Suggested Problems

More from this Author54

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!