Reading the Ragone Plot
X-axis: specific energy [Wh/kg] | Y-axis: specific power [W/kg] (both log scale).
Diagonal lines = constant discharge time t = Ed/Pd.
The yellow cross marks your application requirement point.
Set your application energy and power requirements, then explore the Ragone plot to identify suitable storage technologies. Compare Li-ion, supercapacitors, flywheels and more with real-time cost estimates.
X-axis: specific energy [Wh/kg] | Y-axis: specific power [W/kg] (both log scale).
Diagonal lines = constant discharge time t = Ed/Pd.
The yellow cross marks your application requirement point.
The core idea of a Ragone plot is comparing technologies based on two specific (per mass) properties. The key relationship is between energy, power, and discharge time.
$$ t_d = \frac{E_d}{P_d}$$Where $t_d$ is the discharge time (in hours), $E_d$ is the deliverable energy (in Watt-hours, Wh), and $P_d$ is the deliverable power (in Watts, W). On the log-log plot, this equation appears as a straight diagonal line because $\log(t_d) = \log(E_d) - \log(P_d)$.
The plot axes use specific (per unit mass) values to allow fair comparison between systems of different sizes. The fundamental calculations to place your requirement (the yellow cross) are:
$$ \text{Specific Energy}= \frac{E}{m}\quad \text{[Wh/kg]}$$ $$ \text{Specific Power}= \frac{P}{m}\quad \text{[W/kg]} $$Here, $E$ is your total energy demand, $P$ is your power demand, and $m$ is the total allowable system mass. This is why changing the mass slider in the simulator directly moves your requirement point—it changes the specific performance your system must achieve.
Electric Vehicle Design: Engineers use Ragone plots to choose between battery chemistries. A city car might prioritize power for stop-and-go traffic (higher on the plot), while a long-haul truck prioritizes energy density (farther right). The simulator's power and energy sliders let you explore these competing needs.
Grid Energy Storage: For stabilizing the power grid, discharge time is critical. A 1-hour backup needs a technology on the ~1h diagonal (like some advanced Li-ion), while 4-hour storage for solar shifting needs a technology farther right (like flow batteries). The diagonal lines in the tool represent these critical time constraints.
Consumer Electronics: Smartphone design is a battle against mass. A designer sets a target mass (like 200g) and uses a Ragone plot to see which battery tech provides the most energy (longest runtime) within that weight limit. Try fixing the mass and sliding the energy demand to see if your "phone" requirement falls inside the Li-ion blob.
Hybrid Energy Systems: For applications like a hybrid electric bus, the plot shows why you can't use one device. Supercapacitors (high power) handle acceleration and braking regeneration, while batteries (higher energy) provide the base range. The simulator clearly shows these two technologies at opposite corners of the plot, explaining the need to combine them.
First, don't assume the position on the Ragone plot is everything. While a marker being within a technology's area does make it a preliminary candidate, this is strictly a two-dimensional story of "energy density" and "power density". In real-world design, "third axes" like cycle life (how many charge/discharge cycles are possible), operating temperature range, safety, and maintainability become decisive. For example, even within lithium-ion, Lithium Iron Phosphate (LFP) has lower energy density than Nickel Manganese Cobalt (NMC) but wins on lifespan and safety. The simulator's "cost" primarily considers the initial purchase price, so you'll need to calculate the total cost of ownership (TCO) over, say, 10 years of operation separately.
Next, note that the "Required Energy" and "Required Power" you set with the sliders are not independent. For instance, if an electric vehicle requires "100kW output for instant acceleration", constraints come not only from the battery but also from factors like the motor and inverter's current limits and voltage drop. The simulator shows theoretical values for the storage device alone, so you must separately account for losses and limitations from the system's overall power management (like the BMS or PCS). For example, even if the calculation suggests 50kg is sufficient, a practical rule of thumb is to add at least +20% for the cooling system's weight.
Finally, avoid being overly fixated on a "single technology". This tool plots technologies separately for "comparison", but in reality, hybrid systems often become the optimal solution. The bus regenerative braking system (combined with capacitors) that your senior mentioned is a perfect example. If you set demanding conditions like "5kWh energy, 200kW power" in the simulator, the point might fall outside all single-technology areas. In such cases, think of combinations like "lithium-ion battery (for energy) + supercapacitor (for power)". The tool is the first step, visualizing "which technology excels at which characteristic".
The concept behind this Ragone plot is engineering itself, centered on "characteristic mapping" and "using the right tool for the job". The field most directly connected is "Materials Engineering". The main reason the lithium-ion battery "cloud" on the graph has expanded significantly to the upper right over the last 20 years is the evolution of cathode materials (lithium cobalt oxide → NMC → high-nickel systems). Conversely, the lead-acid battery area has barely moved, indicating fundamental material limits.
Next, the connection to "Thermo-fluid Engineering" and "Structural Mechanics" is also deep. Continuous high-power output inevitably generates heat. With insufficient thermal design, you cannot achieve the performance the simulator indicates. For instance, air cooling vs. liquid cooling significantly changes system volume and auxiliary mass, reducing effective energy density. Furthermore, the weight of protective structures to withstand vibration and shock becomes a non-negligible "hidden parameter", especially in automotive and aerospace applications.
At a more advanced level, it directly connects to the fields of "Control Engineering" and "System Optimization". When designing a hybrid system (e.g., battery + capacitor), how do you decide the capacity split? This boils down to a mathematical optimization problem: predicting the load profile (what power is needed at what timescale) and minimizing total cost or weight. If you've learned the concept of "discharge time $t = E/P$" with this tool, your next step could be advanced thinking like applying Fourier transform to time-series load data to allocate tasks to devices with different time constants.
First, "getting hands-on to develop an intuition" is most important. Use this simulator to input values from actual product specification sheets. For example, search for "home battery storage ○○kWh, rated output △△kW", replicate those values with the sliders, and check where it plots, and whether the estimated mass and cost seem realistic. Doing this for just 5 products will give you a tangible feel for market technology trends.
If you want to deepen the mathematical background, study using the keywords "dimensionless numbers" and "trade-off relationships". The Ragone plot classifies technologies using two dimensionless performance metrics: energy density and power density. In many engineering systems, it's impossible to simultaneously maximize multiple desirable characteristics; they exist in a trade-off relationship. In the battery world, a formulation close to this relationship is the concept of "Ragone's relation" (though not exactly the same). For instance, from the relationship between internal resistance $R$ and capacity $C$, we have relations like $P_{max} \propto 1/R$ and $E \propto C$, and $R$ and $C$ often trade off based on materials and structure.
As a next step, I recommend moving to "dynamic simulation". This tool is primarily for steady-state performance comparison. However, real energy systems change state moment by moment (State of Charge (SOC) change, temperature rise, degradation, etc.). For more realistic design, you need to use tools like Simulink or AMESim to simulate how voltage, current, and temperature change over time under a given load pattern. The professional design workflow is to narrow down candidates using this Ragone plot, then use their parameters for dynamic simulation.