Learning Curve Calculator
Our educational planning & evaluation calculator teaches learning curve step by step. Perfect for students, teachers, and self-learners.
Reviewed by Daniel Agrici, Founder & Lead Developer
Formula
T_n = T_1 x n^b, where b = ln(learning rate) / ln(2)
T_n is the time for the nth unit, T_1 is the time for the first unit, n is the unit number, and b is the learning curve exponent derived from the learning rate. An 80% learning rate means each doubling of experience reduces unit time to 80% of the previous level. The exponent b = ln(0.80)/ln(2) = -0.322 for an 80% curve.
Worked Examples
Example 1: Manufacturing Assembly Line Learning
Problem:A worker takes 100 minutes to assemble the first unit. With an 80% learning curve, how long will the 10th unit take? What is the total time for 20 units at $50/hour?
Solution:Learning exponent: b = ln(0.80)/ln(2) = -0.3219\nUnit 10 time: T_10 = 100 x 10^(-0.3219) = 100 x 0.4765 = 47.65 minutes\nImprovement: ((100 - 47.65) / 100) x 100 = 52.4%\nCumulative time for 20 units: Sum of T_1 x i^b for i=1 to 20 = 1,230.8 minutes\nTotal cost: 1,230.8 / 60 x $50 = $1,025.67\nWithout learning: 20 x 100 / 60 x $50 = $1,666.67\nSavings: $641.00
Result:Unit 10: 47.65 min (52.4% faster) | Total 20 units: 1,230.8 min | Cost savings: $641
Example 2: Student Math Problem Practice
Problem:A student takes 15 minutes to solve the first calculus problem. With a 75% learning curve, how long will problem 8 take? How much total time for 10 problems?
Solution:Learning exponent: b = ln(0.75)/ln(2) = -0.4150\nProblem 8 time: T_8 = 15 x 8^(-0.4150) = 15 x 0.4219 = 6.33 minutes\nImprovement: ((15 - 6.33) / 15) x 100 = 57.8%\nCumulative time for 10 problems: Sum = 71.4 minutes\nAverage time per problem: 71.4 / 10 = 7.14 minutes\nHalf-time point: 0.5^(1/-0.4150) = unit 5.3
Result:Problem 8: 6.33 min (57.8% improvement) | Total 10 problems: 71.4 min | Avg: 7.14 min/problem
Frequently Asked Questions
What is a learning curve and how does it apply in education and industry?
A learning curve describes the relationship between experience (number of repetitions) and performance (time or cost per unit). As a person or organization repeats a task, efficiency improves, and the time required decreases. Theodore Wright first documented this phenomenon in 1936 while studying aircraft manufacturing, finding that labor costs decreased by a consistent percentage each time cumulative production doubled. In education, learning curves model how students improve with practice. In industry, they are used for cost estimation, production planning, workforce scheduling, and pricing strategies. The concept applies broadly from manufacturing assembly lines to surgical skill development.
How is the learning rate percentage interpreted?
The learning rate percentage indicates the proportion of time retained each time cumulative production doubles. An 80% learning rate means that when production doubles, the cumulative average time per unit drops to 80% of its previous value. In other words, there is a 20% improvement each time experience doubles. Common learning rates range from 70% to 95% depending on the task complexity and human involvement. More manual, complex tasks tend to have lower learning rates (faster improvement), while highly automated tasks have rates closer to 100% (less room for improvement). An 80% learning curve is the most commonly cited rate in manufacturing.
What is the learning curve exponent and what does it mean?
The learning curve exponent (b) is the mathematical parameter that determines how quickly learning occurs. It is calculated as b = ln(learning rate) / ln(2). For an 80% learning curve, b = ln(0.80) / ln(2) = -0.322. The more negative the exponent, the faster learning occurs. The exponent is used in the power law formula T_n = T_1 x n^b, where T_n is the time for the nth unit and T_1 is the time for the first unit. This formula allows prediction of future performance at any point in the learning process. The exponent captures the fundamental rate of improvement that remains constant throughout the learning process.
How do you determine the learning rate for a specific task?
The learning rate can be determined empirically by measuring actual performance data over multiple repetitions and fitting a power curve to the data. Record the time or cost for each unit produced, plot the data on log-log axes (where a learning curve appears as a straight line), and calculate the slope. The learning rate equals 2 raised to the power of the slope. Industry benchmarks provide starting estimates: aerospace manufacturing typically sees 80-85% rates, electronics assembly 90-95%, general machining 80-85%, and complex manual tasks 70-80%. For educational contexts, simple motor skills might show 70-80% rates while complex cognitive tasks show 85-95% rates.
References
Reviewed by Daniel Agrici, Founder & Lead Developer ยท Editorial policy