Log-Linearization and Production Function Notes
Log-Linearization and Exponential Growth
Key idea: observed growth often behaves like an exponential function. To simplify modeling, we use the natural logarithm to convert exponential relationships into linear ones.
Log-linear systems of equations: taking logs transforms multiplicative effects into additive effects, making growth approximations easier to handle.
If a process has a production function that is the product of two components, say Y = A · B, then in logs we have ln Y = ln A + ln B. This means growth contributions from each component add in log-space.
For a division, the change in a ratio or a nonlinear object can be approximated by a linear form in logs due to the localization property of the logarithm.
Intuition: linear models are easier to solve and interpret; log-linearization leverages the exponential growth pattern to simplify calculations.
Natural Logarithm Basics
Definition: The natural logarithm ln x is the power to which e must be raised to obtain x. In symbols: if y = e^x, then x = ln y.
For a ratio: ln(a/b) = ln a − ln b.
Log rules for products and powers:
ln(uv) = ln u + ln v
ln(u^c) = c ln u
Exponential and logarithm interaction: if something is raised to a power, you can bring the exponent down as a multiplier inside the log: ln(u^v) = v ln u.
Practical intuition: taking logs of data that grow exponentially turns multiplicative growth into additive growth, enabling linear interpretation.
Log-Linear Trend vs Linear Trend (Graphical Intuition)
Start with a linear trend: y = x.
Apply the natural logarithm to the y value: ln(y) transforms the scale.
In a plot of ln(y) versus x, the original linear trend becomes concave in the y–x space, illustrating that the log transformation compresses large values more than small values.
Behavior summary:
Linear in original space vs concave in log space.
Log transformation is especially helpful for large-scale numbers and for interpreting proportional changes.
Local differences on log scale reflect proportional (percentage) changes on the original scale, rather than absolute changes.
If you compare two points on the log scale, the slope relates to the growth rate of the original quantity (the rate is captured by the log-difference).
Mathematical takeaway: for two points (x1, y1) and (x2, y2) on a log-scaled plot, the ratio y2/y1 = e^{Δln y} captures relative growth between the two points.
Connecting to Production, Capital, and Labor
In economics, production often depends on capital (K) and labor (L). We ask: how does output change when we change labor while keeping capital fixed?
If the production function is F(K,L), then the partial derivative ∂F/∂L measures the marginal effect of a small change in labor on output, holding K constant.
The chain rule becomes relevant when the output function F is a function of other inputs or when those inputs themselves depend on other variables.
Common functional form: Cobb-Douglas production function, F(K,L) = K^α L^{1−α}, with α ∈ (0,1).
In level form: output Y = F(K,L) = K^α L^{1−α}.
In log form (log-linear in inputs): ln Y = α ln K + (1−α) ln L.
Cobb-Douglas Production Function and Partial Derivatives
Level form derivative with respect to L (holding K fixed):
rac{
d F}{
d L} = rac{
d}{
d L} (K^{eta} L^{1-eta}) = K^{eta} (1-eta) L^{-eta}.Interpreted as the marginal product of labor (MPL) given K and L.
Alternative expression using the original form: ∂F/∂L = (1−α) K^α L^{−α} = (1−α) F(K,L)/L.
Elasticities in log form:
rac{
d \,
bb{ ext{ln} F}}{
d
bb{ ext{ln} K}} = rac{
d ext{ln} F}{
d ext{ln} K} = α,rac{
d \,
bb{ ext{ln} F}}{
d
bb{ ext{ln} L}} = rac{
d ext{ln} F}{
d ext{ln} L} = 1 - α.
Economic interpretation:
α is the output share attributed to capital; 1−α is the output share attributed to labor.
Growth or fluctuations in K/L affect Y according to these elasticities in log space.
Log Form and the Effect of Input Changes
If ln Y = α ln K + (1−α) ln L, small proportional changes are additive in log space:
d(ln Y) = α d(ln K) + (1−α) d(ln L).
This shows how relative changes in inputs propagate to relative changes in output.
When considering a change in L with K fixed (d(ln K) = 0):
d(ln Y) = (1−α) d(ln L).
The marginal impact in logs tells how proportional output changes with proportional changes in L.
A Quick Chain-Rule Illustration (Derivative Practice)
Example setup discussed in the talk: consider f(x) = x^2 y with y treated as a constant.
If y is constant with respect to x, then:
rac{
d f}{
d x} = rac{
d}{
d x} (x^2 y) = 2xy.
If x and y both depend on a third variable, t, then the total derivative is:
rac{d f}{d t} = rac{
d f}{
d x} rac{dx}{dt} + rac{
d f}{
d y} rac{dy}{dt}.
Takeaway: when variables are interdependent, the chain rule adds extra terms corresponding to how each input changes with the external variable.
Practical Takeaways and Context
The log-linear approach is a practical tool for empirical growth modeling because:
It converts multiplicative growth into additive structure, making estimation and interpretation straightforward.
It aligns with common growth patterns in economics and many natural processes.
When using a production function like F(K,L), shifting to the log form gives immediate access to elasticities and intuitive interpretations of input shares.
The next step mentioned in the transcript is a data lab session (Max and John) where a program will be used to apply these ideas to actual data. It will involve instructions for running the lab and analyzing results.
Recap of Key Formulas and Concepts (LaTeX)
Exponential growth model:
Yt = Y0 e^{g t}
ext{ln}(Yt) = ext{ln}(Y0) + g t
Log properties:
ext{ln}(uv) = ext{ln}(u) + ext{ln}(v)
ext{ln}igg( rac{u}{v}igg) = ext{ln}(u) - ext{ln}(v)
ext{ln}(u^c) = c ext{ln}(u)
General production function (Cobb-Douglas):
Level form: F(K,L) = K^{eta} L^{1-eta}
Partial with respect to L: rac{
d F}{
d L} = (1-eta) K^{eta} L^{-eta}Log form: ext{ln} F = eta ext{ln} K + (1-eta) ext{ln} L
Elasticities: rac{
d ext{ln} F}{
d ext{ln} K} = eta,\, rac{
d ext{ln} F}{
d ext{ln} L} = 1-eta
Proportional changes on the log scale:
d( ext{ln} Y) = ext{(elasticity)} imes d( ext{ln input})
If d( ext{ln} K) = 0, then d( ext{ln} Y) = (1-eta) \, d( ext{ln} L)
Two-input derivative example (with constant y):
If f(x) = x^2 y and y is constant, then rac{df}{dx} = 2xy
If x and y depend on t: rac{df}{dt} = rac{
d f}{
d x} rac{dx}{dt} + rac{
d f}{
d y} rac{dy}{dt}
Note on Next Steps
The instructor announced a data lab session designed by Max and John to apply these concepts with actual data and provided instructions.