« Example of using simplex algorithm | Main | Keynesian Cross »
Equation of a learning curve
Let's consider 75% learning curve:
| Cumulative number of tasks | Cumulative average time per unit | Total time |
| 80 | 56 | 4 480 |
| 160 | 42 (56*0,75) | 6 720 |
| 320 | 31,5 (42*0,75) | 10 080 |
| 640 | 23,625 (31,5*0,75) | 15 120 |
F(x) = 0.75^( ln(x/80) /ln (2) ) * 56 * x, where
0,75 - learning curve percentage rate divided by 100;
80 - the first lot of units;
x/80 - the number of lots;
ln(x/80) /ln (2) - logarithm of (x/80) to base 2;
56 - the average time for the first 80 units.

Posted by mazoo at February 24, 2005 3:46 PM
Related posts:
What is a learning curve? Mar 25, 2005Comments
am asking about more example of learning curve
Posted by: mohammed at March 22, 2005 1:43 PM
what the consept of learning curve
Posted by: mohammed at March 22, 2005 1:44 PM
Learning curve - a graphic representation of the fact that, in repetitive activities, there is a constant and predictable rate of productivity improvement each time the number of units produced is doubled. Therefore, the learning curve is function that shows how labor-hours per unit decline as units of production increase.
There are two assumptions to estimate declining rate of labor-hours per unit (and hence labor-cost per unit):
1. Cumulative average time per unit is reduced each time production doubled by a certain percentage.
If it takes 100 hours to produce 1 unit, then (for 80% learning curve) cumulative average time per unit for producing 2 units is 100-20%=80 hours. Then total time to produce 2 units is 80*2=160 hours. Hence, the second unit requires only 160-100=60 hours.
Example 1:
Units         Total labor cost
10                 $120
20                 $192
Let's find the learning rate:
Cumulative average cost per unit for 10 units is 120/10=12;
Cumulative average cost per unit for 20 units is 192/20=9.6;
Let learning rate is x:
12*x=9.6
x=0.8 (or 80%)
Hence, this company experienced 80% learning curve according first assumption.
2. Incremental unit time (time to produce the last unit) is reduced by a certain percentage when production doubled. If it takes 100 hours to produce 1 unit, then (for 80% learning curve) the time to produce the second unit is 100-20%=80 hours. Then total time to produce 2 units is 100+80=180 hours.
Example 2:
Units         Total labor cost
10                 $120
20                 $192
Let's find the learning rate:
Labor cost to produce the first bid of 10 units is 120;
Labor cost to produce the second bid of 10 units is 192-120=72;
Let learning rate is x:
120*x=72
x=0.6 (60%)
Hence, this company experienced 60% learning curve according second assumption.
Posted by: Mazoo at March 23, 2005 11:38 AM
Can somebody help me to solve the following:
Lake Corporation manufactures specialty components for the electronics industry in a highly labor intensive environment. Arc Electronics has asked Lake to bid on a component that Lake made for Arc last month. The previous order was for 80 units and required 120 hours of direct labor to manufacture. Arc would now like 240 additional components. Lake experiences an 80 percent learning curve on all of its jobs. The number of direct labor hours needed for Lake to complete the 240 additional components is
A. 187.2.
B. 256.0.
C. 288.0.
D. 307.2.
Posted by: Samira at March 12, 2007 9:44 PM
for Samira question I think the correct answer would be 288
Posted by: Mohd Helal at April 5, 2007 10:19 AM