ECO404 — Final Term Summary (Lectures 23–45)
📘 Lecture 23 — Linear Programming (Continued 1)
📖 Overview: This lecture continues the study of linear programming by focusing on graphic specification and solution methods. It demonstrates how to solve a profit maximization problem graphically by identifying the feasible region, isoprofit lines, and the optimal corner point, and extends these concepts to cost minimization problems and special cases.
🗂️ Topics Covered
This lecture covers the graphic specification and solution of linear programming (LP) models, including graphing the feasible space defined by inequality constraints, graphing the objective function as isoprofit lines, and finding the optimal solution at a corner point. It then presents the algebraic solution using slack and surplus variables, followed by graphic and algebraic solutions for cost minimization problems. The lecture concludes with a discussion of special cases: multiple optimal solutions, infeasible solutions, and unbounded solutions.
📝 Lecture Summary
Analytic Expression
The decision problem is to maximize total profit contribution, π, subject to resource constraints. For our example, the objective function and constraints are expressed as:
(1) Maximize π = $12QX + $9QY Subject to: (2) Input A: 4QX + 2QY ≤ 32 (3) Input B: 1QX + 1QY ≤ 10 (4) Input C: 3QY ≤ 21 Where QX ≥ 0 and QY ≥ 0.
Graphical Solution of Linear Programming Models
Graphical solution is limited to LP models containing only two decision variables (can be used with three variables only with great difficulty). Graphical methods provide visualization of how a solution for an LP problem is obtained. The steps followed are: express the objective function as an equation and constraints as inequalities; graph the inequality constraints as equations; identify the feasible solution space where all constraints are satisfied simultaneously; graph the objective function as a series of isoprofit or isocost lines; and find the optimal solution at the extreme point or corner of the feasible region that touches the highest isoprofit line (for maximization) or the lowest isocost line (for minimization).
Graphing the Feasible Space
A solution is called feasible when it satisfies all constraints. The non-negativity constraints are shown by the positive quadrant. The complete determination of the feasible region requires determining the boundaries set by the technical (functional) constraints. The inequality sign indicates the firm can use up to, but no more than, the available units of an input.
The constraint equation for input A (4QX + 2QY = 32) divides the XY plane into two half-spaces. Every point lying on the line or to the left of the line satisfies the constraint (4QX + 2QY ≤ 32); every point to the right violates it. Adding constraints for inputs B (QX + QY = 10) and C (QY = 7) further limits the feasible space. Because C is used only in Y production, it does not constrain X. Together with the non-negativity requirement, these three constraints completely define the feasible space (the shaded area where all constraints are met simultaneously).
Graphing the Objective Function
The objective function (π = $12QX + $9QY) is graphed as a series of isoprofit curves. The slope of the objective function is determined by the coefficients of the two variables. All isoprofit curves are a series of parallel lines that take on higher values as one moves upward and to the right. The general formula for isoprofit curves, solving for QY, is: QY = π/b – a/b QX, where a and b are profit contributions of X and Y. The slope is –a/b. In our example, the slope is –12/9 = –4/3, or –1.33.
🔑 Definition — Isoprofit Curve: A line representing all combinations of two products that yield the same total profit contribution. 📐 Formula: QY = π/b – a/b QX → The intercept is total profit divided by profit per unit of Y; the slope is the negative ratio of the profit contributions of X and Y.
Graphic Solution of a Maximization Problem
The firm should operate on the highest isoprofit curve obtainable. Point M in Figure 3 is the optimal solution, where the firm produces 6 units of X and 4 units of Y, yielding a total profit of $108. At point M, constraints on inputs A and B are binding (fully utilized), while input C is nonbinding (slack). The optimal solution to any linear programming problem always lies at a corner point of the feasible space.
📌 Example: At M, equations 4QX + 2QY = 32 and QX + QY = 10 are solved simultaneously. Subtracting 2 times the second equation from the first gives 2QX = 12, so QX = 6. Substituting 6 for QX in QX + QY = 10 gives QY = 4. The total profit is 12(6) + 9(4) = $108.
Algebraic Solution of the Profit Maximization Problem
Slack variables convert ≤ constraints into equalities. A slack variable represents unused resources and contributes nothing to the objective function. Zero slack implies full utilization (binding constraint); positive slack implies excess capacity. For our problem, three slack variables (SA, SB, SC) are added. The complete specification is:
Maximize π = $12QX + $9QY + 0SA + 0SB + 0SC Subject to: 4QX + 2QY + SA = 32; 1QX + 1QY + SB = 10; 3QY + SC = 21; all variables ≥ 0.
By substituting the values of QX and QY at each corner of the feasible region into the objective function, we can determine profit at each corner. The optimal (profit-maximizing) point is at corner M with π = $108.
🔑 Definition — Corner Point Property: The optimal solution to an LP problem will always occur at a corner point of the feasible region, formed by the intersection of two constraint lines.
Graphic Solution of the Cost Minimization Problem
For a cost minimization problem, each inequality constraint is expressed as “equal to or greater than.” All points on or above the constraint line satisfy the inequality. The feasible region is the area above all constraint lines. The objective function is minimized by superimposing the lowest isocost line on the feasible region.
🔑 Definition — Isocost Line: A line representing all combinations of two inputs that result in the same total cost.
Algebraic Solution of the Cost Minimization Problem
The cost minimization problem can also be solved algebraically by identifying the corners of the feasible region and comparing costs. A surplus variable is subtracted from ≥ constraints to convert them to equations. A surplus variable represents an excess above a constraint requirement level and contributes nothing to the objective function.
For the example problem: Minimize Z = $6x₁ + 3x₂, subject to 2x₁ + 4x₂ ≥ 16 (nitrogen) and 4x₁ + 3x₂ ≥ 24 (phosphate), with x₁, x₂ ≥ 0. Adding surplus variables: 2x₁ + 4x₂ - s₁ = 16; 4x₁ + 3x₂ - s₂ = 24. The corner points are A (0,8) with Z = $24, B (4.8, 1.6) with Z = $33.6, and C (8,0) with Z = $48. The optimal (cost-minimizing) solution is at point A with Z = $24.
🔑 Definition — Surplus Variable: A variable subtracted from a “greater than or equal to” constraint to convert it to an equation; it represents the amount by which the optimal solution exceeds the minimum requirement.
Special Cases or Irregular Types of Linear Programming Problems
Three special types of LP problems exist: Multiple optimal solutions occur when the objective function is parallel to a constraint line (they have the same slope), causing the isoprofit or isocost line to be located along a line segment of the feasible region. An infeasible problem has no feasible region because every possible solution violates at least one constraint, typically due to conflicting constraints. An unbounded problem has an objective function that increases (maximization) or decreases (minimization) indefinitely, meaning the LP model does not have a finite solution.
💡 Why this matters: Recognizing these special cases is critical for interpreting LP solutions correctly. A computer output might show “unbounded” or “infeasible,” and the manager must understand what this means for the decision model.
⭐ Key Takeaways
For profit maximization, the optimal solution is found at the corner point of the feasible region where the highest isoprofit line touches the boundary. For cost minimization, the optimal solution is at the corner where the lowest isocost line touches the boundary. Slack variables convert “≤” constraints into equalities and represent unused resources, while surplus variables convert “≥” constraints into equalities and represent excess capacity. Binding constraints have zero slack, and nonbinding constraints have positive slack. Special cases like multiple optimal solutions, infeasible solutions, and unbounded solutions can occur and must be identified for correct interpretation.
🧠 Quick Revision Questions
- What are the five steps for solving a linear programming problem graphically?
- In the profit maximization example, why does the optimal solution occur at the intersection of constraints A and B but not C?
- What is the difference between a slack variable and a surplus variable, and when is each used?
- What does the Corner Point Property state, and why is it important for solving LP problems?
- What three special cases can occur in linear programming, and what causes each?
📘 Lecture 24 — Linear Programming (Continued 2)
📖 Overview: This lecture introduces the concept of duality in linear programming, where every primal problem has a corresponding dual problem. It explains shadow prices, which represent the marginal value of resources, and demonstrates how solving the dual provides insights into resource allocation and optimal decision-making for managers.
🗂️ Topics Covered
The lecture covers the duality concept and shadow prices, the meaning of dual and shadow prices, dual specification and solution, rules for transforming primal to obtain the dual, duality theorems including complementary slackness, advantages of the dual, solving the dual of profit maximization with algebraic and corner point methods, using the dual solution to solve the primal, and duality properties.
📝 Lecture Summary
DUAL IN LINEAR PROGRAMMING (LP) — DUALITY CONCEPT
Pairs of symmetrical LP problems are called the primal and the dual. Every primal has a dual and vice versa, and their solutions are related. Shadow prices represent the change to the objective function value per unit increase to a right-hand side of a constraint, assuming no other changes to input parameters. That is, Change in objective value = [Shadow price][Change in the right hand side value]. Managers are interested in knowing if it is worthwhile to increase production by purchasing additional units of raw materials or expanding production facilities.
💡 Why this matters: Shadow prices help managers determine the true economic value of additional resources.
THE MEANING OF DUAL AND SHADOW PRICES
Every linear programming problem, called the primal problem, has a corresponding symmetrical problem called the dual problem. A profit maximization primal problem has a cost minimization dual problem, while a cost minimization primal problem has a profit maximization dual problem. The solutions of a dual problem are the shadow prices, which give the change in the value of the objective function per unit change in each constraint in the primal problem.
For example, the shadow prices in a profit maximization problem indicate how much total profits would rise per unit increase in the use of each input. Shadow prices thus provide the imputed value or marginal valuation of each input to the firm. If a particular input is not fully employed, its shadow price is zero because increasing the input would leave profits unchanged and its slack variable > 0 (unused resource in a maximization problem). A firm should increase the use of the input as long as the marginal value or shadow price of the input exceeds the cost of hiring it.
🔑 Definition — Shadow Price: The change in the objective function value per unit increase in the right-hand side of a constraint, representing the imputed value or marginal worth of each input.
DUAL SPECIFICATION AND SOLUTION
- Dual Objective Function: Dual of profit maximization problem seeks minimum cost solution given constraints. Dual of minimum cost problem seeks highest production value given resource constraints.
- Dual Constraints: Binding constraints imply no slack. Nonbinding constraints imply slack.
- Dual Slack Variables: Binding constraints imply zero slack variable values. Nonbinding constraints imply nonzero slack variables.
RULES OF TRANSFORMING PRIMAL TO OBTAIN THE DUAL
- The direction of optimization is reversed.
- The inequality sign of the constraints are reversed, but the non-negativity restraint on decision variables is always maintained.
- The rows of the coefficient matrix of the constraints in the primal are transposed into columns for the coefficient matrix of constraints in the dual.
- The row vector of coefficients in the objective function in the primal is transposed into a column vector of constants in the dual. This means the number of choice variables in a Primal = the number of constraints in the Dual.
- The column vector of constants from the primal constraints is transposed into a row vector of coefficients for the objective function in the dual.
- Primal decision variables (xj) are replaced by dual decision variables (yi).
Primal → Dual Transformation:
| Primal | Dual |
|---|---|
| Maximize: π = c₁x₁ + c₂x₂ + c₃x₃ | Minimize: C = r₁y₁ + r₂y₂ |
| Subject to: | Subject to: |
| a₁₁x₁ + a₁₂x₂ + a₁₃x₃ ≤ r₁ | a₁₁y₁ + a₂₁y₂ ≥ c₁ |
| a₂₁x₁ + a₂₂x₂ + a₂₃x₃ ≤ r₂ | a₁₂y₁ + a₂₂y₂ ≥ c₂ |
| a₁₃y₁ + a₂₃y₃ ≥ c₃ | |
| x₁ ≥ 0, x₂ ≥ 0, x₃ ≥ 0 | y₁ ≥ 0, y₂ ≥ 0 |
DUALITY THEOREMS
DUALITY THEOREM I a) The optimal values of the primal and the dual objective functions are always identical, provided that optimal feasible solutions do exist. b) The maximum value of the primal (profit max problem) equals the minimum value of the dual (cost minimization) problem.
DUALITY THEOREM II (COMPLEMENTARY SLACKNESS) a) If a certain choice variable in a LP is optimally nonzero, then the corresponding dummy variable in the counterpart program must be optimally zero. Yi > 0 ⇒ Si = 0 and Xj > 0 ⇒ tj = 0 b) If a certain dummy variable in a LP is optimally nonzero, then the corresponding choice variable in the counterpart program must be optimally zero. Si > 0 ⇒ Yi = 0 and tj > 0 ⇒ Xj = 0
ADVANTAGES OF THE DUAL
From the Duality theorems, the solution of one program provides full solution to the other. This is beneficial because:
- It enables us to solve Minimization problems in terms of Maximization, which is frequently easier to solve.
- For a primal with 3 decision variables, the dual reduces the program to 2 decision variables, which can be solved graphically.
THE DUAL OF PROFIT MAXIMIZATION
We formulate and solve the dual problem for the constrained profit maximization problem. In the dual problem we seek to minimize the imputed values, or shadow prices, of inputs A, B, and C. Defining VA, VB, and VC as the shadow prices of inputs A, B, and C, respectively, and C as the total imputed value, the dual objective function is:
Minimize C = 32VA + 10VB + 21VC
Where the coefficients 32, 10, and 21 represent the fixed quantities of inputs A, B, and C available. The constraints assume that the sum of the shadow price of each input times the amount used to produce 1 unit of a product must be equal to or larger than the profit contribution of a unit of that product.
Primal: Maximize: π = 12X + 9Y Subject to: A: 4X + 2Y ≤ 32 B: X + Y ≤ 10 C: 3Y ≤ 21 X ≥ 0, Y ≥ 0
Dual: Minimize C = 32VA + 10VB + 21VC Subject to: A: 4VA + VB ≥ 12 B: 2VA + VB + 3VC ≥ 9 VA ≥ 0, VB ≥ 0, VC ≥ 0
Since we have three decision variables requiring a three-dimensional figure, we solve algebraically. From the primal solution, input C is a slack variable so VC = 0. Setting VC = 0 and subtracting constraints:
4VA + VB = 12 Minus 2VA + VB = 9
So: 2VA = 3 or VA = $1.5, VB = $6 and VC = $0
C = 32(1.5) + 10(6) + 21(0) = $108
This minimum cost equals the maximum profit from the primal ($108), as required by Duality Theorem I. Substituting VA = 1.5, VB = 6, VC = 0: 4(1.5) + 6 + SA = 12 → SA = 0 2(1.5) + 6 + 3(0) + SB = 9 → SB = 0
Both constraints are binding and fully utilized.
📐 Formula — Duality Theorem I: Max π (Primal) = Min C (Dual)
📌 Example:
- Primal: Maximize π = 12X + 9Y subject to constraints
- Dual: Minimize C = 32VA + 10VB + 21VC
- Solution: VA = $1.5, VB = $6, VC = $0
- C = 32(1.5) + 10(6) + 21(0) = $108 = Maximum profit from primal
CORNER POINT SOLUTION OF THE DUAL PROBLEM
Table 1 — Corner Point Solutions
| Point | VA | VB | VC | t₁ | t₂ | Imputed Value |
|---|---|---|---|---|---|---|
| 1 | 0 | 0 | 0 | -12 | -9 | --- |
| 2 | 0 | 12 | 0 | 0 | 3 | $120 |
| 3 | 4.5 | 0 | 0 | 6 | 0 | $144 |
| 4 | 3 | 0 | 1 | 0 | 0 | $117 |
| 5 | 1.5 | 6 | 0 | 0 | 0 | $108 |
USING THE DUAL SOLUTION TO SOLVE THE PRIMAL
Maximize: π = 12X + 9Y + 0SA + 0SB + 0SC Subject to: Input A: 4X + 2Y + SA = 32 Input B: X + Y + SB = 10 Input C: 3Y + SC = 21 Where X, Y, SA, SB, SA ≥ 0
4X + 2Y = 32 Minus 2(X + Y = 10) So: 2X = 12, X = 6 and Y = 4
π = 12(6) + 9(4) = $108 3(4) + SC = 21 SC = 21 - 12 = 9
The same optimal values for decision variables, slack variables and objective function are obtained.
DUALITY PROPERTIES
Some relationships between the primal and dual problems:
- If one problem has feasible solutions and a bounded objective function (and so has an optimal solution), then so does the other problem, so both the weak and the strong duality properties are applicable.
- If the optimal value of the primal is unbounded, then the dual is infeasible.
- If the optimal value of the dual is unbounded, then the primal is infeasible.
⭐ Key Takeaways
The dual problem transforms a maximization primal into a minimization dual, with shadow prices representing the marginal value of each resource. The key duality theorem states that the optimal objective function values of the primal and dual are always equal. Complementary slackness links binding constraints and nonzero decision variables across problems. Solving the dual is advantageous because it may simplify computation (e.g., reducing 3 variables to 2) and because it provides shadow prices that guide managerial decisions on resource acquisition (increase use when shadow price exceeds hiring cost). Slack resources always have zero shadow prices.
🧠 Quick Revision Questions
- What is a shadow price and how is it interpreted in a profit maximization problem?
- State Duality Theorem I — what relationship does it establish between primal and dual optimal values?
- According to the rules of transformation, what happens to the direction of optimization and inequality signs when converting a primal to a dual?
- If a slack variable is nonzero in the primal, what does this imply about the corresponding shadow price in the dual?
- In the dual profit minimization example, why was VC set to zero, and what did this imply about input C in the primal?
📘 Lecture 25 — COMPETITIVE MARKETS
📖 Overview: This lecture introduces the concept of market structure and its impact on firm behavior and pricing decisions. It examines four primary market structures—perfect competition, monopoly, monopolistic competition, and oligopoly—with a detailed focus on the characteristics and profit-maximizing behavior of firms in perfectly competitive markets.
🗂️ Topics Covered
The lecture covers the definition and components of market structure, including the role of potential entrants and factors shaping the competitive environment such as product characteristics, entry/exit conditions, and product differentiation. It then describes the four main market structures and provides an in-depth analysis of perfect competition, including price determination, profit maximization, and short-run analysis using marginal revenue-marginal cost approaches.
📝 Lecture Summary
A MARKET
A market consists of all firms and individuals willing and able to buy or sell a particular product.
MARKET STRUCTURE
Market structure describes the competitive environment in the market for any good or service. Market structure refers to the competitive environment in which the buyers and sellers of the product operate. Market structure is typically characterized on the basis of four important industry characteristics:
- The number and size distribution of active buyers and sellers and potential entrants
- The degree of product differentiation
- The amount and cost of information about product price and quality
- Conditions of entry and exit
Effects of market structure are measured in terms of the prices paid by consumers, availability and quality of output. In general, the greater the number of market participants, the more vigorous is price and product quality competition. The more even the balance of power between sellers and buyers, the more likely it is that the competitive process will yield maximum benefits.
POTENTIAL ENTRANT
A potential entrant is an individual or firm posing a sufficiently credible threat of market entry to affect the price/output decisions of incumbent firms. Potential entrants play extremely important roles in many industries. Some industries with only a few active participants might at first appear to hold the potential for substantial economic profits. However, a number of potential entrants can have a substantial effect on the price/output decisions of incumbent firms. For example, Dell, Gateway, Hewlett-Packard, IBM, and other leading computer manufacturers are viable potential entrants into the computer component manufacturing industry. These companies use their threat of potential entry to obtain favorable prices from suppliers of microprocessors, monitors, and peripheral equipment.
FACTORS THAT SHAPE THE COMPETITIVE ENVIRONMENT
Effect of Product Characteristics on Market Structure: Transportation service is available from several sources; railroads compete with bus lines, truck companies, airlines, and private autos. The substitutability of these other modes of transportation for rail service increases the degree of competition in the transportation service market. Good substitutes always increase competition.
EFFECT OF ENTRY AND EXIT CONDITIONS ON COMPETITION
In order to maintain above-normal profits over the long run requires barriers to entry, mobility, or exit. A barrier to entry is any factor that creates an advantage for existing firms over new arrivals. Legal rights such as patents and provincial or federal licenses can present substantial barriers to entry in beverages, pharmaceuticals, cable television, television and radio broadcasting, and other industries.
A barrier to mobility is any factor that creates an advantage for large leading firms over smaller non-leading rivals. Factors that sometimes create barriers to entry and/or mobility include substantial economies of scale, scope economies, large capital or skilled-labor requirements, and ties of customer loyalty.
A barrier to exit is any restriction on the ability of incumbents to redeploy assets from one industry or line of business to another. Competitive forces can also be diminished through barriers to exit just as barriers to entry could.
EFFECT OF PRODUCT DIFFERENTIATION ON COMPETITION
Product differentiation includes any real or perceived differences in the quality of goods and services offered to consumers. Sources of product differentiation include all of the various forms of advertising promotion, plus new products and processes made possible by effective programs of research and development—that is, innovation.
In short, market structure is broadly determined by entry and exit conditions. Low regulatory barriers, modest capital requirements, and nominal standards for skilled labor and other inputs all increase the likelihood that competition will be vigorous. Because all of these elements of market structure have important consequences for the price/output decisions made by firms, the study of market structure is an important ingredient of managerial economics.
MARKET STRUCTURE AND DEGREE OF COMPETITION
Market structure refers to the competitive environment in which the buyers and sellers of the product operate. Four types of market structure are usually identified. These are perfect competition at one extreme, pure monopoly at the opposite extreme, and monopolistic competition and oligopoly in between.
PERFECT COMPETITION (NO MARKET POWER):
- Many buyers and sellers
- Buyers and sellers are price takers
- Product is homogeneous
- Very easy market entry and exit
- Non-price competition not possible
- Perfect mobility of resources
- Economic agents have perfect knowledge
Examples: Stock Market, agricultural products, financial instruments, precious metals, petroleum products, prominent markets for intermediate goods and services (e.g., discount retailing, unskilled labor market)
MONOPOLY (ABSOLUTE MARKET POWER SUBJECT TO GOVERNMENT REGULATION):
- One firm, firm is the industry
- No close substitutes for product
- Significant barriers to resource mobility
- Market entry and exit difficult or legally impossible
- Non-price competition not necessary
Examples: pharmaceuticals, Microsoft, Government franchise (Post Office, Water Supply, Energy, National Airlines)
MONOPOLISTIC COMPETITION (MARKET POWER BASED ON DIFFERENTIATED PRODUCTS):
- Many sellers and buyers (large number of relatively small firms acting independently)
- Differentiated product
- Market entry and exit relatively easy
- Non-price competition is very important
- Perfect mobility of resources
Examples: Fast-food outlets, boutiques, restaurants
OLIGOPOLY (MARKET POWER BASED ON PRODUCT DIFFERENTIATION AND/OR THE FIRM'S DOMINANCE IN THE MARKET):
- Few sellers and many buyers (small number of relatively large firms)
- Product may be homogeneous or differentiated
- Market entry and exit difficult
- Non-price competition is very important among firms selling differentiated products
- Barriers to resource mobility
Examples: Automobile manufacturers, oil refining, processed foods, airlines
🔑 Definition — Perfect Competition: A market structure where individual producers have no influence on market prices; they are price takers as opposed to price makers. 💡 Why this matters: Perfect competition serves as the benchmark model for analyzing market efficiency and firm behavior.
CHARACTERISTICS OF PERFECTLY COMPETITIVE MARKETS
Perfect competition exists when individual producers have no influence on market prices; they are price takers as opposed to price makers. This lack of influence on price typically requires:
- Large numbers of buyers and sellers: Each firm produces a small portion of industry output, and each customer buys only a small part of the total.
- Product homogeneity: The output of each firm is essentially the same as the output of any other firm in the industry.
- Free entry and exit: Firms are not restricted from entering or leaving the industry.
- Perfect dissemination of information: Cost, price, and product quality information is known by all buyers and all sellers.
- Opportunity for normal profit in long-run equilibrium: Fierce price competition keeps P = MC and P = AR = AC.
- Non-price competition not possible.
There is a great number of buyers and sellers of the product, and each seller and buyer is too small in relation to the market to be able to affect the price of the product. This means that a change in the output of a single firm will not affect the market price of the product. Similarly, each buyer of the product is too small to be able to extract from the seller such things as quantity discounts and special credit terms.
The product of each competitive firm is homogeneous, identical, or perfectly standardized. An example of this might be grading of wheat and cotton crops. As a result, buyers cannot distinguish between the output of one firm and the output of another, so they are indifferent from which firm they buy the product.
Under perfect competition, there is perfect mobility of resources. That is, workers and other inputs can easily move geographically from one job to another and can respond quickly to monetary incentives. There are no patents or copyrights, "vast amounts" of capital are not necessary to enter the market, and already established firms do not have any lasting cost advantage over new entrants because of experience or size.
Finally, under perfect competition, consumers, resource owners, and firms in the market have perfect knowledge as to present and future prices, costs, and economic opportunities in general. Thus, consumers will not pay a higher price than necessary for the product. Price differences are quickly eliminated, and a single price will prevail throughout the market for the product.
Perfect competition, as defined above, has never really existed. Perhaps the closest we might come today to a perfectly competitive market is the stock market. Another example is the market for such agricultural commodities as wheat, cotton, and corn. The natural gas industry and the trucking industries also approach perfect competition. In the milk market, each dairy farmer produces milk that is essentially identical to that offered by other dairy farmers. Similarly, each milk buyer purchases a small portion of aggregate production, so that he does not receive a cut-rate or volume discount. Because both buyers and sellers can trade as much milk as they want at the going price, both are price-takers and the milk market is said to be perfectly competitive.
The fact that perfect competition in its pure form has never really existed in the real world does not reduce the usefulness of the perfectly competitive model. A theory must be accepted or rejected on the basis of its ability to explain and to predict correctly and not on the realism of its assumptions. The perfectly competitive model does give us some useful explanations and predictions of many real-world economic phenomena when the assumptions of the perfectly competitive model are only approximately satisfied.
PRICE DETERMINATION UNDER PERFECT COMPETITION
In Figure 1, the total cost and total revenue curves of a perfectly competitive firm are shown. The TR curve is a straight line through the origin showing that price is constant at all levels of output. The firm is a price taker and can sell any amount of output at the given market price, with its TR increasing proportionately with its sales. The slope of the TR curve is the MR. It is constant and equal to the prevailing market price, since all units are sold at the same price. Thus P = MR = AR. The shape of the TC curve reflects the U shape of the AC and MC curves. The firm maximizes its profit at Q = 50,000 units, where the distance between the TR and TC is the greatest.
[Figure 1 not reproduced here - shows TR and TC curves with profit maximization at Q=50,000]
The TR-TC approach is awkward to use when firms are combined together in the study of the industry. The alternative approach based on marginal cost-marginal revenue uses price as an explicit variable and shows clearly that the behavioral rule leads to profit maximization. Under perfect competition, the price of a product is determined at the intersection of the market demand curve and the market supply curve of the product.
Given that the market price of a product is determined at the intersection of the market demand and supply curves, the perfectly competitive firm is a price taker. The perfectly competitive firm takes the price of the product as given and has no perceptible effect on that price by varying its own level of output and sales. Since the products of all firms are homogeneous, a firm cannot sell at a price higher than the market price; otherwise, the firm would lose all its customers. On the other hand, there is no reason for the firm to sell at a price below the market price, since it can sell any quantity at the given market price. As a result, the firm faces a horizontal or infinitely elastic demand curve for the product at the market price determined at the intersection of the market demand and supply curves. For example, a small wheat farmer can sell any amount of wheat at the given market price of wheat.
[Figure 2 not reproduced here - shows market equilibrium and the firm's horizontal demand curve]
Role of Marginal Analysis:
- Set Mπ = MR – MC = 0 to maximize profits
- MR = MC when profits are maximized
Normal Profit Equilibrium:
- There are no economic profits in competitive equilibrium; firms earn a normal rate of return
- With a horizontal market demand curve, MR = P, so P = MR = MC = ATC
Given the equilibrium price of P = $45, a perfectly competitive firm faces the horizontal or infinitely elastic demand curve shown by d at P = $45. The perfectly competitive firm only determines what quantity of the product to produce at P = $45 in order to maximize its total profits. When the product price is constant, the change in the total revenue per unit change in output or marginal revenue (MR) is also constant and is equal to the product price. That is, for a perfectly competitive firm, P = MR.
The equilibrium price and quantity can be determined algebraically by setting the market demand and supply functions equal to each other and solving for the equilibrium price. Substituting the equilibrium price into the demand or supply functions and solving for Q, we get the equilibrium quantity.
📐 Formula — Market Equilibrium: QD = QS
📌 Example: For the product in Figure 2: QD = 625 – 5P QS = 175 + 5P
Setting QD = QS: 625 – 5P = 175 + 5P 450 = 10P P = $45
Substituting P = $45 into the demand function: QD = 625 – 5(45) = 625 – 225 = 400 units
PROFIT MAXIMIZATION WITH CALCULUS
π = TR – TC dπ/dQ = dTR/dQ - dTC/dQ = 0 so that dTR/dQ = dTC/dQ
Since dTR/dQ = MR and dTC/dQ = MC, the above condition becomes MR = MC. But under perfect competition, the price is given to the firm and is constant.
Therefore: dTR/dQ = d(PQ)/dQ = P = MR
📐 Formula — First-Order Condition (FOC) for Profit Maximization under Perfect Competition: P = MR = MC
(The Product Rule of differentiation will not apply as under perfect competition, P (price) is constant, so d(PQ)/dQ = P)
The second-order condition (SOC) for profit maximization requires that the second derivative of π with respect to Q be negative:
d²π/dQ² = d²TR/dQ² - d²TC/dQ² < 0 d²TR/dQ² < d²TC/dQ²
So verbally: Slope of MR curve < Slope of MC curve, thus MC must have a steeper slope than the MR curve, or the MC curve must cut the MR curve from below.
Under perfect competition, the slope of MR curve is zero, hence the SOC is simplified as follows: 0 < d²TC/dQ² MC must have a positive slope, or the MC must be rising.
SHORT-RUN ANALYSIS OF A PERFECTLY COMPETITIVE FIRM
In the short run, some inputs are fixed, and these give rise to fixed costs, which go on whether the firm produces or not. Thus, it pays for the firm to stay in business in the short run even if it incurs losses, as long as these losses are smaller than its fixed costs. The best level of output of the firm in the short run is the one at which the firm maximizes profits or minimizes losses.
[Figure 3 not reproduced here - shows two panels: top panel with profit at P=$45, bottom panel with loss at P=$25]
The best level of output of the firm in the short run is the one at which the marginal revenue (MR) of the firm equals its short-run marginal cost (MC). As long as MR exceeds MC, it pays for the firm to expand output because by doing so the firm would add more to its total revenue than to its total costs (so that its total profits increase or its total losses decrease). On the other hand, as long as MC exceeds MR, it pays for the firm to reduce output because by doing so the firm will reduce its total costs more than its total revenue (so that, once again, its total profits increase or its total losses decrease). Thus, the best level of output of any firm (not just a perfectly competitive firm) is the one at which MR = MC. Since a perfectly competitive firm faces a horizontal or infinitely elastic demand curve, P = MR, so that the condition for the best level of output can be restated as the one at which P = MR = MC.
In the top panel of Figure 3, d is the demand curve for the output of the perfectly competitive firm, and the marginal and average total cost (MC and ATC) curves are also drawn. The best level of output of the firm is given at point E, where the MC curve intersects the firm's d or MR curve. At point E, the firm produces 4 units of output at P = MR = MC = $45. Since at point E, P = $45 and ATC = $35, the firm earns a profit of EA = $10 per unit and EABC = $40 in total (the shaded area). This is the largest total profit that the firm can earn. Thus, the best level of output for the firm is QX = 4, at which MR = P = MC and the total profits of the firm are maximized.
The bottom panel of Figure 3 shows that if the market price of the product is $25 instead of $45, so that the demand curve faced by the perfectly competitive firm is d', the best level of output of the firm is 3 units, as indicated by point E', where P' = MR' = MC. At QX = 3, P = $25 and ATC = $35, so that the firm incurs a loss of FE' = $10 per unit and FE'C'B = $30 in total. If the firm stopped producing and left the market, however, it would incur the greater loss of FA' = $20 per unit and FA'B'B = $60 (its total fixed costs). Another way of looking at this is to say that at the best level of output of Q = 3, the excess of P = $25 over the firm's average variable cost (AVC) of $15 can be applied to cover part of the firm's fixed costs (FA' per unit and FA'B'B in total). Thus, the firm minimizes its losses by continuing to produce its best level of output.
If the market price declined to slightly below $15, so that the demand curve facing the firm crossed the MC curve at point H (see the bottom panel of Figure 3), the firm would be indifferent whether to produce or not. The reason is that at point H, P = AVC and the total losses of the firm would be equal to its total fixed costs whether it produces or not. Thus, point H is the shutdown point of the firm. Below point H, the firm would not even cover its variable costs, and so by going out of business, the firm would limit its losses to be equal to its total fixed costs.
🔑 Definition — Shutdown Point: The point where P = AVC; below this price, the firm minimizes losses by ceasing production entirely, limiting losses to total fixed costs.
⭐ Key Takeaways
You must remember that perfect competition is characterized by many small firms as price takers facing homogeneous products with free entry/exit and perfect information. The profit-maximizing condition for any firm is MR = MC, which under perfect competition simplifies to P = MR = MC since price is constant. In short-run analysis, a firm should continue production as long as price covers average variable costs (P > AVC), and the shutdown point occurs where P = AVC, below which losses exceed total fixed costs. Market equilibrium price is determined by the intersection of market demand and supply curves, and the firm's demand curve is perfectly elastic (horizontal) at this price. Finally, remember the algebraic method for solving equilibrium: set QD = QS and solve for P, then substitute back to find Q.
🧠 Quick Revision Questions
- What are the four characteristics used to describe market structure, and what are the four main types of market structure?
- For a perfectly competitive firm, explain why the demand curve is horizontal (perfectly elastic) and why P = MR = AR holds.
- Using calculus, derive the first-order condition and second-order condition for profit maximization under perfect competition.
- A perfectly competitive firm faces market demand QD = 1000 - 20P and market supply QS = 200 + 30P. Calculate the equilibrium price and quantity. If the firm's ATC at the profit-maximizing output is $12, will the firm earn profits or losses?
- Explain the shutdown point and the decision rule for a perfectly competitive firm in the short run when price falls below average variable cost.
📘 Lecture 26 — COMPETITIVE MARKETS (CONTINUED)
📖 Overview: This lecture continues the analysis of perfectly competitive markets, focusing on how firms determine supply in the short run and long run. It explains the critical role of marginal cost curves as supply curves and examines how competitive markets achieve both allocative and productive efficiency, while also introducing the concept of deadweight loss from market imperfections.
🗂️ Topics Covered
The lecture covers the short-run supply curve of the competitive firm derived from the marginal cost curve above average variable cost, illustrated with a numerical example. It then examines long-run equilibrium where firms produce at the lowest point on their long-run average cost curve and break even. The discussion concludes with an analysis of perfect competition and efficiency, including consumer and producer surplus, and a detailed illustration of deadweight loss from deviations from competitive equilibrium.
📝 Lecture Summary
SHORT-RUN SUPPLY CURVE OF THE COMPETITIVE FIRM
The rising portion of the firm's marginal cost (MC) curve above the average variable cost (AVC) curve (or shut-down point) represents the short-run supply curve of the perfectly competitive firm. This is because the perfectly competitive firm always produces where P = MR = MC, as long as P > AVC. For example, at P = $55, the firm produces 4.5 units; at P = $45, Q = 4; at P = $25, Q = 3; and at P = $15, Q = 2.5. Given price, the output supplied is determined by the point where P = MC, establishing a unique relationship between price and quantity that defines the supply curve.
SHORT-RUN FIRM SUPPLY CURVE
🔑 Definition — Short-run supply curve: The rising portion of the competitive firm's marginal cost curve above the average variable cost curve, showing the unique relationship between price and quantity supplied.
📐 Formula: P = MR = MC (as long as P > AVC)
📌 Example: A competitive firm has TC = 361,250 + 5Q + 0.0002Q² and TR = 25Q. Setting MR = MC: 25 = 5 + 0.0004Q, so Q = 50,000. Since the firm is a price taker, P = MR = $25. Profit (π) = TR – TC = 25(50,000) – 361,250 – 5(50,000) – 0.0002(50,000)² = $138,750. The minimum AVC occurs at Q = 15,811 with AVC = $11.32, found by setting MC = AVC: 5 + 0.0004Q = (50,000 + 5Q + 0.0002Q²)/Q, solving for Q = 15,811. Since P = $25 > AVC = $11.32, the firm continues production.
LONG-RUN ANALYSIS OF A PERFECTLY COMPETITIVE FIRM
In the long run, all inputs and costs are variable, and the firm can construct the optimum scale of plant. The best level of output is where price equals long-run marginal cost (LMC). The optimum scale of plant has the short-run average total cost (SATC) curve tangent to the long-run average cost (LAC) curve at the best output level.
If existing firms earn profits, new firms enter, increasing market supply and lowering price until profits are eliminated. If firms incur losses, some exit, reducing supply until remaining firms break even. In long-run equilibrium, all firms produce at the lowest point on their LAC curve and break even, shown at point E* in Figure 2 where P = $25, Q = 4 units, and P = LMC = lowest LAC. All firms operate where P = MR = LMC = lowest LAC, and the scale of plant represented by SATC operates at its lowest point so that short-run marginal cost (SMC) equals LMC.
💡 Why this matters: Long-run equilibrium in perfect competition ensures that firms produce at the most efficient scale and earn only a normal profit, maximizing societal welfare.
MARGINAL COST AND FIRM SUPPLY
Short-run Firm Supply: The competitive market price (P) is a horizontal line because P = MR. The marginal cost schedule is the short-run supply curve so long as P > AVC.
Long-run Firm Supply: Profit is maximized where P = MR = MC. The marginal cost curve is the long-run supply curve so long as P > ATC.
Perfect Competition and Efficiency
The model of perfect competition achieves efficiency in two ways:
- Allocative efficiency: Price = MC, maximizing consumer and producer surpluses
- Productive efficiency: In long-run equilibrium, output is produced at the lowest point on average cost curves
Welfare economics studies how allocation of economic resources affects material well-being. Competitive markets balance supply and demand and maximize total social welfare. Consumer surplus is the amount consumers are willing to pay minus what they actually pay. Producer surplus is the net benefit producers receive from production (shown in Figure 3). In the long run, firms must cover all necessary costs and earn a normal profit.
DEADWEIGHT LOSS PROBLEM
A deadweight loss is any loss suffered by consumers or producers that is not transferred but simply lost due to market imperfections or government policies. When linear demand and supply curves are used, deadweight losses appear as triangles, often called welfare loss triangles. Deadweight losses occur when market imperfections reduce transaction volume.
📌 Example: Given supply Q = -8000 + 8P (or P = 1000 + 0.125Q) and demand Q = 7000 – 2P (or P = 3500 – 0.5Q):
Setting supply = demand: -8000 + 8P = 7000 – 2P → 10P = 15000 → P = $1,500 per ton
Setting supply price = demand price: 1000 + 0.125Q = 3500 – 0.5Q → 0.625Q = 2500 → Q = 4,000 (000) tons
Consumer Deadweight Loss = ½ [(4000 – 3000) × (2000 – 1500)] = $250,000 (000)
Producer Deadweight Loss = ½ [(4000 – 3000) × (1500 – 1375)] = $62,500 (000)
Total Deadweight Loss = $250,000 + $62,500 = $312,500 (000)
⭐ Key Takeaways
Students must remember that the competitive firm's short-run supply curve is the rising portion of its MC curve above AVC, because the firm always produces where P = MR = MC as long as price exceeds average variable cost. In long-run equilibrium, all firms in perfect competition produce where P = MR = LMC = lowest LAC, earning only normal profits with no economic profits or losses. Perfect competition achieves allocative efficiency (P = MC) and productive efficiency (lowest average cost), maximizing consumer and producer surplus. Any deviation from competitive equilibrium creates deadweight loss, which is a net loss to society measured as welfare loss triangles. The numerical example of deadweight loss calculation demonstrates how to compute consumer and producer losses when market imperfections reduce transaction volume from the competitive equilibrium level.
🧠 Quick Revision Questions
- Why is the rising portion of the marginal cost curve above average variable cost considered the firm's short-run supply curve in perfect competition?
- What are the conditions for long-run equilibrium in a perfectly competitive market, and why do all firms break even?
- How do you calculate profit for a competitive firm given total cost and total revenue functions?
- What is the difference between allocative efficiency and productive efficiency in perfect competition?
- How is deadweight loss calculated when quantity is restricted below the competitive equilibrium?
📘 Lecture 27 — MONOPOLY
📖 Overview: This lecture examines monopoly as the opposite extreme of perfect competition, where a single firm is the sole producer of a good with no close substitutes. It covers the characteristics, sources, pricing and output decisions, and social costs of monopoly, providing essential tools for understanding market power and its economic implications.
🗂️ Topics Covered
The lecture begins with the definition and characteristics of monopoly markets, then explores four key sources of monopoly power. It details monopoly price and output decisions using the MR = MC rule, with separate analysis of short-run and long-run determination. The lecture concludes with a discussion of social costs of monopoly, including deadweight loss with a numerical example showing welfare calculations.
📝 Lecture Summary
CHARACTERISTICS OF MONOPOLY MARKETS
Monopoly exists when an individual producer has the ability to set market prices. Monopoly firms are price makers, not price takers. Key characteristics include a single seller, a unique product, blockaded entry and/or exit, imperfect dissemination of information, and opportunity for long-run economic profits. Classic examples include electricity utilities, gas, sanitary services, transportation and telecommunication services.
SOURCES OF MONOPOLY
Monopoly is the market organization where a single firm sells a product with no close substitutes. The monopolist represents the entire market and faces a negatively sloped demand curve. Unlike perfect competition, a monopolist can earn profits in the long run because entry is essentially blocked. There are four basic reasons for monopoly:
First, the firm may control the entire supply of raw materials required for production. Second, the firm may own a patent or copyright that prevents other firms from using a particular production process or producing the same product. For example, Xerox had a monopoly on copying machines and Polaroid on instant cameras. Patents are granted by the government — 17 years in the US and 20 years in Pakistan.
Third, economies of scale may operate over a sufficiently large range of outputs, leaving only one firm supplying the entire market. Such a firm is called a natural monopoly. Examples include public utilities (electrical, gas, water, local transportation and telecommunication companies). Having more than one firm would lead to duplication of supply lines and higher costs per unit. Fourth, a monopoly may be established by a government franchise, where the firm is the sole producer and distributor but is subjected to governmental regulation. Examples include the post office, railways, airlines, taxis, broadcasting, TV channels, and medical units.
MONOPOLY PRICE/OUTPUT DECISIONS
Under monopoly, the industry demand curve is identical to the firm demand curve. Both slope downward. The monopolist faces a downward-sloping demand curve and can set either price or quantity, but not both — given one, the other is determined along the demand curve.
MONOPOLY OUTPUT RULE
A monopoly uses the same profit-maximization rule as any other firm: produce at the output level where marginal revenue equals marginal cost (MR = MC). Because the demand (average revenue) curve is negatively sloped and declining, the marginal revenue curve must lie below it. When a monopoly equates MR and MC, it simultaneously determines the output level and market price.
🔑 Definition — Marginal Revenue (MR): The additional revenue from selling one more unit of output.
📐 Formula: MR = MC → The profit-maximizing condition for a monopoly firm
MONOPOLY PRICING RULE
Given the level of output Q that maximizes profits, the monopoly price is the price on the demand curve corresponding to the Q units produced. Given a downward-sloping monopoly demand curve, price always exceeds marginal revenue under monopoly. This is because price is average revenue, and a downward-sloping demand curve requires that MR be less than AR. In competitive markets, P = MR = MC = AC in long-run equilibrium. In monopoly markets, profit-maximization requires MR = MC, but barriers to entry make above-normal profits possible, and P > AC in long-run equilibrium.
📐 Formula: p = p(Q) → The monopoly price is determined by the demand curve at the profit-maximizing quantity 📐 Formula: P > MR = MC → Under monopoly, price exceeds both marginal revenue and marginal cost
SHORT-RUN PRICE AND OUTPUT DETERMINATION UNDER MONOPOLY
In Figure 1, D is the market demand curve faced by the monopolist, and MR is the corresponding marginal revenue curve. The profit-maximizing output level is Q = 500 units. At this level, AR = P = $11, AC = $8. The monopolist earns a profit of AF = $3 per unit and AFBC = $1,500 in total (shaded area in Figure 1). Since MR = MC = $6, P = AR > MR, so P > MC. As MC cuts MR from below — beyond point E, MC > MR and since P = AR > MR, P > MC.
A monopolist (like a perfect competitor) could also break even or incur losses in the short run, depending on the height of ATC at the best level of output. If ATC = P, the monopolist breaks even; if ATC > P, the monopolist incurs a loss. As in perfect competition, it pays for a monopolist to remain in business in the short run even with losses, as long as P > AVC.
Given the monopoly firm's total revenue and total cost functions: TR = 50Q – 0.00025Q² TC = 361,250 + 5Q + 0.0002Q²
Finding marginal revenue and marginal cost: MR = 50 – 0.0005Q MC = 5 + 0.0004Q
Setting MR = MC: 50 – 0.0005Q = 5 + 0.0004Q Q = 50,000 units
At Q = 50,000: P = $37.50, AC = $22.23
📐 Formula: π = (P – AC) × Q 📌 Example: π = ($37.50 - $22.23) × 50,000 = $15.27 × 50,000 = $763,750 maximum economic profit
LONG-RUN PRICE AND OUTPUT DETERMINATION UNDER MONOPOLY
In the long run, all inputs and costs are variable, and the monopolist can construct the optimal scale of plant to produce the best level of output. The best level of output is given at the point where P = LMC, and the optimum scale of plant is the one with the SATC curve tangent to the LAC curve at the best level of output. Unlike perfect competition, entry is blocked under monopoly, so the monopolist can earn economic profits in the long run. Because of blocked entry, the monopolist is also not likely to produce at the lowest point on its LAC curve.
Figure 2 shows that the best level of output for the monopolist in the long run is 700 units (point E', where MR = LMC). At Q = 700, P = $9 (point A' on the D curve). The monopolist builds the optimum scale of plant given by the SATC curve tangent to the LAC curve at Q = 700 (point F'). Operating at Q = 700, the monopolist has SATC = LAC = $5 (point F'). The monopolist earns a long-run profit of A'F' = $4 per unit and A'F'B'C' = $2,800 in total (compared to $1,500 in the short run). Because entry is blocked, the monopolist continues to earn these profits as long as demand and cost conditions remain unchanged.
💡 Why this matters: Unlike competitive firms that earn zero economic profit in the long run, monopolists can sustain above-normal profits indefinitely due to barriers to entry.
SOCIAL COSTS OF MONOPOLY
Monopolies have an incentive to underproduce and earn economic profits. Underproduction occurs when a monopoly curtails output to a level where the value of resources employed (measured by marginal cost) is less than the social benefit (measured by the price customers are willing to pay). Under monopoly, marginal cost is less than price at the profit-maximizing output level. While economic profits provide incentives and help allocate resources, it is difficult to justify above-normal profits resulting from market power rather than exceptional performance.
DEADWEIGHT LOSS FROM MONOPOLY
Monopoly markets create a loss in social welfare due to the decline in mutually beneficial trade activity. There is also a wealth transfer problem — consumer surplus is transferred to producer surplus, as shown in Figure 3.
🔑 Definition — Deadweight Loss: The net loss in total surplus (consumer plus producer surplus) that results from monopoly pricing and output decisions, representing inefficiency in the market.
Given demand and supply functions: Qₛ = -40 + 4p → p = 10 + 0.25Qₛ Qᴰ = 170 - 2p → p = 85 – 0.5Qᴰ
Competitive Market Solution: Supply = Demand: -40 + 4p = 170 - 2p → 6p = 210 → p = $35/month 10 + 0.25Q = 85 – 0.5Q → 0.75Q = 75 → Q = 100 million customers
Monopoly Solution: MR = MC: 85 – Q = 10 + 0.25Q → 1.25Q = 75 → Q = 60 million At Q = 60: P = 85 – 0.5(60) = $55/month
📌 Deadweight Loss Calculation: Consumer Deadweight Loss (Area ABD) = ½[(100 – 60) × (55 – 35)] = $400 million per month Producer Deadweight Loss (Area BCD) = ½[(100 – 60) × (25 – 35)] = $200 million per month Total Deadweight Loss = $600 million per month Transfer to Producer Surplus (Rectangle) = 60 × (55 – 35) = $1,200 million per month
⭐ Key Takeaways
The most critical lesson from this lecture is that monopolists maximize profits by producing where MR = MC, which results in a lower quantity and higher price than under perfect competition — creating deadweight loss and transferring consumer surplus to producer surplus. Unlike competitive firms, monopolies can sustain long-run economic profits due to barriers to entry, and they typically do not produce at the minimum point on their LAC curve. The four sources of monopoly — resource control, patents/copyrights, natural monopoly, and government franchise — explain how monopoly power arises in different contexts. Students must master the numerical calculations of optimal output, price, profit, and deadweight loss using the MR = MC framework with given TR and TC functions. Finally, remember that under monopoly, P > MR = MC, which is the fundamental distinction from perfect competition where P = MR = MC.
🧠 Quick Revision Questions
- What are the four basic sources of monopoly power, and how does each prevent entry by other firms?
- Why does a monopolist's marginal revenue curve lie below its demand curve, and how does this affect the relationship between price and marginal cost at the profit-maximizing output?
- Using the example from the lecture, calculate the profit-maximizing output given TR = 50Q – 0.00025Q² and TC = 361,250 + 5Q + 0.0002Q², and verify that profit equals $763,750.
- In the long-run monopoly analysis (Figure 2), why does the monopolist produce 700 units rather than expand output to the lowest point on the LAC curve?
- Calculate the total deadweight loss from monopoly using the numerical example where competitive equilibrium is Q=100, P=$35 and monopoly equilibrium is Q=60, P=$55 with MC curve p=10+0.25Q.
📘 Lecture 28 — MONOPOLY / MONOPOLISTIC COMPETITION
📖 Overview: This lecture explores the social costs and benefits of monopoly power, particularly through the lens of patents and natural monopolies. It then transitions to monopolistic competition, a market structure blending elements of both monopoly and perfect competition, covering its characteristics, price/output decisions, and long-run equilibrium outcomes.
🗂️ Topics Covered
The lecture begins by discussing the social cost of monopoly through patents, examining how patent exclusivity creates monopoly pricing and welfare loss, followed by the social benefits of monopoly including economies of scale and the natural monopoly dilemma. It then defines monopolistic competition, lists its key characteristics, and explains product differentiation and its relationship to demand elasticity. The lecture details short-run monopoly equilibrium and long-run equilibrium outcomes (high-price/low-output and low-price/high-output), providing numerical examples for each scenario.
📝 Lecture Summary
SOCIAL COST OF MONOPOLY
One major source of monopoly is the ownership of a patent or copyright that precludes other firms from using a particular production process or producing the same product. Intellectual Property (IP) is critical for a competitive economy in the context of ongoing globalization, as sustainable economic growth now depends largely on a hi-tech R&D base and efficient knowledge input. The new concept of an IP based nation is gaining ground because intellectual property enables technology creation and technology transfer. A patent for an invention is a grant of exclusive rights to make, use, and sell the invention for a limited period of 20 years, excluding others from making, using, or selling the invention.
In competitive markets, price and quantity that balance supply and demand also maximize total social welfare, measured by consumers’ surplus and producers’ surplus. For example, in drug markets, when a patent gives a firm a monopoly, the firm charges the monopoly price (point T in Figure 1), which is well above the marginal cost of making the drug. When the patent expires (point N), new firms enter, making the market more competitive, and the price falls from the monopoly price to marginal cost.
💡 Why this matters: Patents provide temporary monopoly power that creates higher prices and reduced output compared to competitive markets, but they also incentivize innovation by allowing firms to recoup R&D investments.
SOCIAL BENEFITS OF MONOPOLY
In a natural monopoly, the LRAC (Long-Run Average Cost) declines continuously, meaning one firm is most efficient. Some real-world monopolies are government-created or government-maintained. This creates a dilemma of natural monopoly: monopoly has the potential for efficiency, but unregulated monopoly can lead to economic profits and underproduction.
Natural monopoly presents a dilemma: on one hand, economic efficiency could be enhanced by restricting the number of producers to a single firm. On the other hand, monopolies have an incentive to underproduce and generate unwarranted economic profits. A very large scale of operation is often required to produce most products efficiently, and this is possible only when a few firms operate. For example, economies of scale operate over such a large range of outputs that steel, aluminum, automobiles, mainframe computers, aircraft, and many other products can be produced efficiently only by very large firms. Figure 2 shows that without regulation, natural monopolies would charge quite high prices (P’) and produce too little output (OQ).
MONOPOLISTIC COMPETITION
Monopolistic competition is a market structure that lies between the extremes of monopoly and perfect competition. It is the partly competitive, partly monopolistic market structure faced by firms in the clothing, food, hotel, retailing, and consumer products industries. Given the lack of perfect substitutes, monopolistically competitive firms have some discretion in setting prices—they are not price takers. However, given fierce competition from imitators offering close but not identical substitutes, such firms enjoy only a normal rate of return on investment in long-run equilibrium.
Monopolistic competition is similar to perfect competition in that there is a large number of sellers. The major difference is that consumers perceive important differences among the products offered by monopolistically competitive firms, whereas the output of perfectly competitive firms is homogeneous. This gives monopolistically competitive firms at least some discretion in setting prices.
MONOPOLISTIC COMPETITION CHARACTERISTICS
- Many buyers and sellers
- Product heterogeneity
- Free entry and exit
- Perfect information
- Opportunity for normal profits in long-run equilibrium
Monopolistic competition is defined as the form of market organization in which there are many sellers of a differentiated product, and entry into and exit from the industry are rather easy in the long run. Differentiated products are those that are similar but not identical and satisfy the same basic need. Examples include numerous brands of breakfast cereals, toothpaste, cigarettes, detergents, cold medicines, and cosmetics. The differentiation may be real (e.g., different nutritional content) or imaginary (e.g., all aspirin brands contain the same basic ingredients).
As the name implies, monopolistic competition is a blend of competition and monopoly. The competitive element results from the fact that there are many sellers of the differentiated product, each too small to affect others. The monopoly element arises from product differentiation—the product sold by each seller is somewhat different from any other seller's product. The resulting monopoly power is severely limited by the availability of many close substitutes.
Monopolistic competition is most common in the retail and service sectors. National-level examples include clothing, cotton textiles, bakers, and food processing. Local-level examples include fast-food outlets, shoe stores, gasoline stations, beauty salons, drugstores, video rental stores, and pizza parlors.
Since each firm sells a somewhat different product, we cannot derive a market demand curve and market supply curve as under perfect competition. Instead of a single equilibrium price, there is a cluster of prices. The analysis is restricted to the "typical" firm, assuming that all firms selling similar products face identical demand and cost curves.
🔑 Definition — Product Differentiation: The process of distinguishing a product from competitors' offerings, creating imperfect substitutes and giving the firm some control over price. 💡 Why this matters: Product differentiation is the key feature that distinguishes monopolistic competition from perfect competition and gives firms pricing power.
RELATION BETWEEN PRODUCT DIFFERENTIATION AND ELASTICITY OF DEMAND
The effect of product differentiation is to create downward-sloping firm demand curves in monopolistically competitive markets. Unlike a price taker facing a perfectly horizontal demand curve, the firm can independently determine an optimal price/output combination. The degree of price flexibility depends on the strength of product differentiation. The more differentiated a firm's product, the lower the substitutability of other products for it. Strong differentiation results in greater consumer loyalty and greater control over price.
Figure 3 illustrates this with demand curves of firms A and B. Firm A's product is only slightly differentiated, making it close to being a price taker. Firm B has successfully differentiated its product, so consumers are less willing to accept substitutes, making firm B's demand relatively less sensitive to price changes. Weaker product differentiation implies high sensitivity to price changes.
MONOPOLISTIC COMPETITION PRICE/OUTPUT DECISIONS
Monopolistic competition combines elements of both monopoly and perfect competition. The monopoly aspect is most forcefully observed in the short run. With demand curve D1 and its related marginal revenue curve MR1, the optimum output Q1 is found where MR1 = MC. Short-run monopoly profits equal to the area P1LMAC1 are earned. Such profits can arise from new product introductions, product and process improvements, creative packaging and marketing, or an unexpected rise in demand.
Over time, short-run monopoly profits attract competition, and other firms enter the industry. This competitive aspect of monopolistic competition is seen most forcefully in the long run. As competitors emerge, the market share and profits of the initial innovating firm diminish. Firm demand and marginal revenue curves shift to the left (from D1 to D2 and MR1 to MR2 in Figure 4). Optimal long-run output occurs at Q2 where MR2 = MC. Because optimal price P2 equals ATC2, where cost includes a normal profit, economic profits are zero.
The price/output combination (P2Q2) describes a monopolistically competitive market equilibrium with high product differentiation. If new entrants offered perfect substitutes, each firm's long-run demand curve would become nearly horizontal, approaching perfectly competitive equilibrium (D3 with P3 and Q3). In most instances, competitor entry reduces but does not eliminate product differentiation, and an intermediate price/output solution is often achieved.
A firm will never operate at the minimum point on its average cost curve in monopolistically competitive equilibrium. Each firm's demand curve is downward sloping and tangent to the ATC curve at some point above minimum ATC. However, this does not mean a monopolistically competitive industry is inefficient. The downward-sloping demand curve implies consumers value an individual firm's products more highly than products of other producers. The higher prices and costs reflect the economic cost of product variety.
MONOPOLISTIC COMPETITION PROCESS
Short-run Monopoly Equilibrium:
- Monopolistically competitive firms take full advantage of short-run monopoly
- In short run: MR = MC, P > AC, and π > 0
Long-run High-price/Low-output Equilibrium:
- With differentiated products: MR = MC and P = AR = AC at a point above minimum LRAC
- No excess profits exist, so π = 0
Long-run Low-price/High-output Equilibrium:
- With homogenous products: MR = MC and P = AC at minimum LRAC
- No excess profits exist, so π = 0 (competitive market equilibrium)
SHORT-RUN MONOPOLY EQUILIBRIUM (EXAMPLE)
Given:
- TR = 20,000Q – 15.6Q²
- TC = 400,000 + 4,640Q + 10Q²
- MR = 20,000 – 31.2Q
- MC = 4,640 + 20Q
- P = AR = 20,000 – 15.6Q
🔑 Formula — Profit Maximization Condition: MR = MC
📐 Formula: 20,000 – 31.2Q = 4,640 + 20Q → 51.2Q = 15,360 → Q = 300 units
📌 Example: P = 20,000 – 15.6(300) = $15,320 π = TR – TC = [20,000(300) – 15.6(300)²] – [400,000 + 4,640(300) + 10(300)²] = 6,000,000 – 1,404,000 – 400,000 – 1,392,000 – 900,000 = $1,904,000 (or $1.9 million)
Therefore, the financial planning committee should recommend a $15,320 price and 300-unit output level to maximize short-run profits.
LONG-RUN HIGH-PRICE/LOW-OUTPUT EQUILIBRIUM
AC = TC/Q = 400,000/Q + 4,640 + 10Q = 400,000Q⁻¹ + 4,640 + 10Q Slope of AC curve: d(AC)/dQ = -400,000Q⁻² + 10 Slope of demand curve: -15.6 (same as original)
At tangency point: Slope of AC = Slope of Demand -400,000Q⁻² + 10 = -15.6 Q² = 400,000/25.6 Q = 125 units
P = AC = 400,000/125 + 4,640 + 10(125) = 3,200 + 4,640 + 1,250 = $9,090
π = P × Q – TC = 9,090(125) – 400,000 – 4,640(125) – 10(125)² = 1,136,250 – 400,000 – 580,000 – 156,250 = $0
📌 Key Insight: At long-run high-price equilibrium, price equals average cost, and economic profit is zero.
LONG-RUN LOW-PRICE/HIGH-OUTPUT EQUILIBRIUM
The low-price/high-output (perfectly competitive) equilibrium occurs where P = MR = MC = AC. This reflects a perfectly horizontal demand curve with minimized average costs.
🔑 Formula — Minimum Average Cost Condition: MC = AC
📐 Formula: 4,640 + 20Q = 400,000Q⁻¹ + 4,640 + 10Q 20Q – 10Q = 400,000Q⁻¹ 10Q = 400,000/Q Q² = 40,000 Q = 200 units
P = AC = 400,000/200 + 4,640 + 10(200) = 2,000 + 4,640 + 2,000 = $8,640
π = P × Q – TC = 8,640(200) – 400,000 – 4,640(200) – 10(200)² = 1,728,000 – 400,000 – 928,000 – 400,000 = $0
📌 Example: Under this low-price equilibrium scenario, the ABC monopoly price falls from the original $15,320 to $8,640, and output changes from the monopoly level of 300 units to the competitive equilibrium level of 200 units per month. The company earns only a risk-adjusted normal rate of return.
Following the onset of competition, the firm XYZ will reduce its output from 300 units/month to a level between Q = 125 and Q = 200 units/month. The short-run profit-maximizing price of $15,320 will fall to a level between $9,090 (high-price/low-output equilibrium) and $8,640 (low-price/high-output equilibrium).
⭐ Key Takeaways
The lecture demonstrates that monopoly power, whether from patents or natural monopoly, creates a trade-off between higher prices/lower output and the incentive for innovation or efficiency from economies of scale. Monopolistic competition is characterized by many sellers with differentiated products, allowing short-run monopoly profits that erode to zero economic profit in the long run through free entry. The key distinction between the two long-run equilibria is product differentiation: high differentiation leads to higher prices and lower output (P=$9,090, Q=125) compared to the competitive low-differentiation equilibrium (P=$8,640, Q=200). A monopolistically competitive firm never operates at minimum average cost, and the higher costs reflect consumer willingness to pay for product variety. The short-run profit maximization rule (MR=MC) applies, with the numerical example showing that setting price at $15,320 and output at 300 units yields $1.9 million in short-run profits.
🧠 Quick Revision Questions
- What are the social costs and benefits of monopoly, particularly regarding patents and natural monopolies?
- What are the five key characteristics of monopolistic competition, and how does product differentiation affect demand elasticity?
- In the short-run monopoly equilibrium example, what price and output level maximize profits, and what is the resulting profit amount?
- What are the two long-run equilibrium outcomes in monopolistic competition, and how do their price and output levels differ?
- Why does a monopolistically competitive firm never operate at the minimum point of its average cost curve, and what does this imply about efficiency?
📘 Lecture 29 — Oligopoly
📖 Overview: This lecture introduces oligopoly, a market structure characterized by few sellers and strategic interdependence among firms. It covers the basic features and sources of oligopoly, the role of strategic interdependence, and four key models of oligopoly behavior: Cournot, Bertrand, Stackelberg, and Sweezy (Kinked-Demand). Understanding oligopoly is crucial because managerial decision-making here is far more complex than in other market structures.
🗂️ Topics Covered
The lecture covers the basic characteristics and sources of oligopoly, including economies of scale, capital requirements, patents, brand loyalty, raw material control, and government franchises. It explains the role of strategic interdependence, where each firm's actions affect rivals' profits. It then details four profit-maximization models: Cournot (output-setting), Bertrand (price-setting), Stackelberg (leader-follower), and Sweezy (kinked-demand). The lecture also introduces the contestable market model.
📝 Lecture Summary
Oligopoly: Basic Characteristics and Sources
Oligopoly is a market structure with few sellers (usually less than 10) of a homogeneous or differentiated product. If there are only two sellers, it is a duopoly; if three, a triopoly. A pure oligopoly sells a homogeneous product, while a differentiated oligopoly sells a differentiated product.
Basic features include: few sellers, homogeneous or unique products, blockaded entry and exit, imperfect information dissemination, and opportunity for above-normal profits in the long run. Sources of oligopoly are similar to monopoly: economies of scale, huge capital investments, patents, brand loyalty, control of raw materials, and government franchises. A further barrier is limit pricing, where existing firms charge a low price to discourage entry, sacrificing short-run profits for long-run profits.
💡 Why this matters: These barriers reinforce the "fewness" of firms, preventing the market from becoming more competitive in the long run.
Role of Strategic Interdependence
The distinguishing characteristic of oligopoly is interdependence or rivalry among firms. Each firm must consider the expected reaction of other firms when making decisions about pricing, product differentiation, advertising, and service. Because competitors can react in many ways, there is no single general model of oligopoly behavior; each model is based on a particular behavioral response.
Strategic interdependence means that rival firms are not in complete control of their own destiny.
Profit Maximization in Four Oligopoly Settings
The lecture introduces four oligopoly settings: 1. Cournot Model, 2. Bertrand Model, 3. Stackelberg Model, and 4. Sweezy (Kinked-Demand) Model.
Cournot Oligopoly Model: Oligopoly Output-Setting Models
Developed by Augustin Cournot in 1838, the Cournot model assumes firms produce homogeneous or imperfect substitutes, set output (not price), believe rivals will hold output constant, and face barriers to entry. Firms make simultaneous and independent output decisions.
An output-reaction curve shows the relationship between a firm's profit-maximizing output and its competitor's output. A firm's reaction function shows how its optimal output varies with each possible action by its rival.
Cournot equilibrium (also Nash Equilibrium) is where the two reaction curves intersect. Cournot equilibrium output exceeds monopoly output but is less than competitive output.
📐 Formula: Firm A's Reaction Curve: ( Q_A = 750 - 0.5Q_B )
📌 Example: Two-firm duopoly with demand ( P = 1600 - Q ), where ( Q = Q_A + Q_B ), and ( MC_A = MC_B = $100 ).
- Firm A's ( MR_A = 1600 - 2Q_A - Q_B ). Setting ( MR_A = MC ) gives ( Q_A = 750 - 0.5Q_B ) (Reaction Curve for A).
- Firm B's Reaction Curve: ( Q_B = 750 - 0.5Q_A ).
- Solving simultaneously: ( Q_A = Q_B = 500 ) units.
- Cournot equilibrium output: ( Q = 1000 ) units.
- Cournot equilibrium price: ( P = 1600 - 1000 = $600 ).
- Profit for each firm: ( \pi = ($600 \times 500) - ($100 \times 500) = $250,000 ).
- Comparison: Under perfect competition, ( P = MC = $100 ), so ( Q = 1500 ) units. Under monopoly, ( MR = 1600 - 2Q ), setting ( MR = MC ) gives ( Q = 750 ) units, ( P = $850 ), and ( \pi = $562,500 ).
💡 Why this matters: The Cournot outcome lies between the competitive and monopoly outcomes, showing that oligopoly firms have some market power but not as much as a monopolist.
Bertrand Model: Oligopoly Price-Setting Models
Presented by Joseph Bertrand in 1883, the Bertrand model focuses on price reactions. For identical products, Bertrand predicts a competitive market price/output solution (price = marginal cost). For differentiated products, it shows how price-setting oligopolies can profit.
Basic features: few firms selling to many consumers, identical products at constant marginal cost, each firm independently sets price, barriers to entry, consumers have perfect information and zero transaction costs.
Bertrand equilibrium occurs when firms set ( P_1 = P_2 = MC ). If one firm sets a price above MC, the other has an incentive to slightly undercut, capturing the entire market. This undercutting continues until both charge MC. The relationship between profit-maximizing price and competitor price is called the oligopoly price-reaction curve.
From the manager's viewpoint, the Bertrand model is undesirable (zero economic profit). From the consumer's viewpoint, it is desirable (competitive outcome).
📐 Formula: Firm A's Price-Reaction Curve: ( P_A = 15 - 0.25P_B )
📌 Example: Two-firm duopoly with differentiated products. Firm A demand: ( Q_A = 60 - 2P_A + P_B ). Firm B demand: ( Q_B = 60 - 2P_B + P_A ). ( MC_A = MC_B = 0 ).
- Firm A's profit: ( \pi_A = 60P_A - 2P_A^2 + P_A P_B ). Setting ( \partial \pi_A / \partial P_A = 0 ) gives ( P_A = 15 - 0.25P_B ) (Price-Reaction Curve for A).
- Firm B's Price-Reaction Curve: ( P_B = 15 - 0.25P_A ).
- Solving simultaneously: ( P_A = P_B = $20 ).
- Each firm's output: ( Q_A = 60 - 2(20) + 20 = 40 ) units. Revenue (and profit) for each: ( $20 \times 40 = $800,000 ).
- Comparison: Under monopoly, ( P = $30 ), ( Q = 30,000 ) units, and profit = ( $900,000 ).
💡 Why this matters: The Bertrand model shows that price competition is "tougher" than quantity competition, leading to lower profits than in the Cournot model.
The Contestable Market Model
According to the contestable market model, barriers to entry and exit determine a firm's price and output decisions. Even if an industry has only one firm, it could be competitive if entry is open. The stronger the ability to collude and prevent entry, the closer it is to monopoly; the weaker the ability, the more competitive it is.
A market is contestable if entry is "absolutely free" (new firms face same costs) and exit is "entirely costless" (no sunk costs). An example is an airline starting a new route and leaving without capital loss. In a contestable market, firms operate as if perfectly competitive, selling at a price covering average costs and earning zero economic profit.
Key assumptions: producers have same technology, consumers respond quickly, existing firms cannot quickly lower price, and no sunk costs. Key implication: the threat of entry disciplines incumbent firms, giving them no market power.
⭐ Key Takeaways
The key feature of oligopoly is strategic interdependence: each firm's decisions significantly impact its rivals, requiring firms to anticipate reactions. There is no single model of oligopoly; instead, different models (Cournot, Bertrand, etc.) are based on different assumptions about firm behavior (output vs. price competition). In the Cournot (output-setting) model, equilibrium lies between competitive and monopoly outcomes, while in the Bertrand (price-setting) model with identical products, the outcome is perfectly competitive (price = MC). The contestable market model emphasizes that even a monopolist can behave competitively if entry and exit are free, highlighting the power of potential competition.
🧠 Quick Revision Questions
- What is the distinguishing characteristic of oligopoly that makes decision-making more complex than in other market structures?
- What are the key differences between the Cournot and Bertrand models in terms of the decision variable (price vs. output) and the resulting equilibrium price?
- In a Cournot duopoly with demand ( P = 1600 - Q ) and ( MC = $100 ), what is the Cournot equilibrium price and output?
- In the Bertrand model with identical products, why do firms end up charging a price equal to marginal cost?
- According to the contestable market model, what two conditions are necessary for a market to be contestable, and what is the key implication for incumbent firms?
📘 Lecture 30 — Oligopoly Models
📖 Overview: This lecture explores advanced oligopoly models beyond symmetric Cournot competition, focusing on strategic interactions between firms of unequal market power. It covers the Stackelberg leader-follower model, price leadership, the kinked demand curve explaining price rigidity, and the economics of cartels and collusion. Understanding these models is crucial for analyzing real-world industries where dominant firms set prices and output.
🗂️ Topics Covered
The lecture begins with the Stackelberg model of first-mover advantage, demonstrating how a leading firm anticipates and exploits the follower's reaction curve to secure higher profits. It then examines price leadership by a dominant firm, followed by the Sweezy kinked demand curve model that explains price rigidity in oligopolies. The lecture concludes with an analysis of cartels and collusion, including both centralized and market-sharing arrangements, their profit-maximization strategies, and the incentives for cheating.
📝 Lecture Summary
Stackelberg Oligopoly
The Stackelberg model, developed by German economist H. Von Stackelberg in 1934, postulates a first-mover advantage for the oligopoly firm that initiates the process of determining market output. Unlike symmetric Cournot models, Stackelberg recognizes that firms differ from one another. The basic features include: firms produce differentiated or homogeneous products; there are few firms serving many consumers; a single firm (the leader) chooses an output before all other firms choose their output; the leader commits to an output before all other firms; all other firms (the followers) take as given the output of the leader and choose outputs that maximize profits given the leader's output; and barriers to entry exist.
To illustrate Stackelberg first-mover advantages, we reconsider the Cournot model but now assume that firm A, as a leading firm, correctly anticipates the output-reaction of firm B, the following firm. With prior knowledge of firm B's output-reaction curve, QB = 750 - 0.5QA, firm A's total revenue curve becomes: P = 1600 - Q, where Q = QA + QB. Further, assume MCA = MCB = $100 and average cost (AC) and marginal cost (MC): AC = MC = $100.
Firm A's Total Revenue is: TRA = (1600 - Q) QA = [1600 - (QA + QB)] QA = 1600QA - QA² - QAQB. Substituting Firm B's output-reaction curve, QB = 750 - 0.5QA: TRA = 1600QA - QA² - QA(750 - 0.5QA) = 850QA – 0.5QA². Marginal revenue for firm A is: MRA = 850 - QA. Setting MRA = MCA: 850 - QA = 100, so QA = 750 units.
After firm A determined its output level, the amount produced by firm B is calculated from Firm B's output-reaction curve: QB = 750 - 0.5QA = 750 – 0.5(750) = 375 units. Stackelberg market Equilibrium level of output is: Q = QA + QB = 750 + 375 = 1,125 units. Stackelberg market Equilibrium Price is: P = 1600 – Q = 1600 – 1,125 = $475. Profits: πA = $356,250 and πB = $178,125. For comparison, Cournot output = 1000 units and Cournot price = $600.
We might notice that market output is greater in Stackelberg equilibrium than in Cournot equilibrium because the first mover, firm A, produces more output while the follower, firm B, produces less output. Stackelberg equilibrium also results in a lower market price than that observed in Cournot equilibrium.
🔑 Definition — First-mover advantage: The benefit gained by the firm that initiates the process of determining market output in a Stackelberg oligopoly, allowing it to produce more output and earn higher profits than the follower. 📐 Formula: QB = 750 - 0.5QA → Firm B's output-reaction curve: Firm B's optimal output is a function of Firm A's output, decreasing by 0.5 units for each additional unit produced by Firm A. 📌 Example: Given MCA = MCB = $100, P = 1600 - Q, and QB = 750 - 0.5QA: The leader (Firm A) produces 750 units, the follower produces 375 units, market price is $475, and profits are $356,250 for the leader and $178,125 for the follower. This compares favorably for the leader versus Cournot equilibrium (1000 units total, price = $600).
Price Leader (Barometric Firm)
Price leadership occurs when one firm establishes itself as the industry leader and other firms follow its pricing policy. This leadership may result from the size and strength of the leading firm, from cost-efficiency, or as a result of the ability of the leader to establish prices that produce satisfactory profits throughout the industry. The leader faces a price/output problem similar to monopoly; other firms are price takers and face a competitive price/output problem.
The leader is the largest, dominant, or lowest cost firm in the industry. Its demand curve is defined as the market demand curve less supply by the followers. Followers take market price as given and behave as perfect competitors. This is illustrated in Figure 1 where the total market demand curve is DT, the marginal cost curve of the leader is MCL, and the horizontal summation of all of the follower firms is labeled MCf. The demand curve for the leader is: DL = DT – MCf where MCf = Sf found by setting P = MCf because DT and Sf are functions of price, DL is also a function of price.
🔑 Definition — Price leader (barometric firm): The dominant or lowest-cost firm in an oligopoly that establishes prices that other firms follow, facing a price/output problem similar to a monopolist. 📐 Formula: DL = DT – MCf → The leader's demand equals total market demand minus the supply from follower firms (where followers behave as perfect competitors). 💡 Why this matters: This model explains how prices are set in industries with a clear dominant firm, such as airlines or steel, without explicit collusion.
Kinked Demand Curve Model (Sweezy Oligopoly)
The Kinked demand curve model was proposed by Paul Sweezy in 1939. This model basically explains price rigidity. The basic features include: few firms in the market serving many consumers; firms produce differentiated products; barriers to entry; each firm believes rivals will match (or follow) price reductions, but won't match (or follow) price increases.
If an oligopolist raises price, other firms will not follow, so demand will be elastic. If an oligopolist lowers price, other firms will follow, so demand will be inelastic. The implication is that the demand curve will be kinked, MR will have a discontinuity, and the oligopolist will not change price when marginal cost changes.
According to Sweezy, an oligopolist faces a demand curve that has a kink at the prevailing price and is highly elastic for price increases but much less elastic for price cuts. In this model, oligopolists recognize their interdependence but act without collusion in keeping their prices constant, even in the face of changed cost and demand conditions—preferring instead to compete on the basis of quality, advertising, service, and other forms of non-price competition.
As in other forms of market organization, the firm under oligopoly can earn profits, break even, or incur losses in the short run, and it will continue to produce as long as P > AVC. From Figure 2 we can also see that the oligopolist's marginal cost curve can rise or fall anywhere within the discontinuous portion of the MR curve (i.e., from MC' to MC") without inducing the oligopolist to change the prevailing price of $6 and sales of 40 units (as long as P > AVC). Only if the MC curve shifts above the MC' curve will the oligopolist be induced to increase its price and reduce quantity, or only if the MC curve shifts below MC" will the oligopolist lower price and increase quantity. With a rightward or a leftward shift in the demand curve, sales will increase or fall, respectively, but the oligopolist will keep the price constant as long as the kink on the demand curve remains at the same price and the MC curve continues to intersect the discontinuous or vertical portion of the MR curve.
SWEEZY OLIGOPOLY: A NUMERICAL EXAMPLE The demand functions for price increases and price decreases are: QA = 280 - 40PA or PA = 7 – 0.025QA (for price increases) QB = 100 - 10PB or PB = 10 – 0.1QB (for price decreases) TC = 2Q + 0.25Q² and MC = 2 + 0.05Q
TRA = PA × QA = (7 – 0.025QA)QA TRB = PB × QB = (10 – 0.1QB)QB MRA = 7 – 0.05QA and MRB = 10 – 0.02QB
To find the kink in the demand curve, we set QA = QB = Q, since the two demand functions are: PA = 7 – 0.025Q and PB = 10 – 0.1Q PA = PB and solving for Q: 7 – 0.025Q = 10 – 0.1Q Q = 40 and P = 7 – 0.025(40) = $6
The upper and lower limit of the MR gap is: MRA = 7 – 0.05(40) = 7 – 2 = 5 MRB = 10 – 0.02(40) = 10 – 0.8 = 2
Since MC = 2 + 0.05(40) = 4, the MC curve intersects the vertical portion of the MR curve (between 2 and 5). The total profit (π) of the firm is: π = TR – TC = PQ – 2Q – 0.025Q² = 6(40) – 2(40) – 0.025(40)² = $120
🔑 Definition — Price rigidity: The tendency of oligopolistic firms to keep prices constant despite changes in costs or demand conditions, explained by the kinked demand curve model. 📐 Formula: MRA = 7 – 0.05Q and MRB = 10 – 0.02Q → The marginal revenue for price increases (upper segment) and price decreases (lower segment) differ, creating a vertical gap in the MR curve between Q = 40. 📌 Example: For the Sweezy oligopolist with demand kink at Q=40, P=$6: MRA = 5, MRB = 2, MC = 4. Since MC = 4 falls within the MR gap (2 to 5), any MC changes between 2 and 5 will not induce a price change. The firm earns $120 profit.
Cartels and Collusions
In the kinked demand curve model, oligopolists did not collude to restrict or eliminate competition in order to increase profits. Collusion can be overt or explicit, as in centralized and market sharing cartels, or tacit or implicit, as in price leadership models. There are two types of cartels: the centralized cartels and market sharing cartels. Centralized cartels directly (although secretly) reach agreements among competitors to reduce the uncertainty arising from their mutual interdependence.
All firms in an oligopoly market benefit if they get together and set prices to maximize industry profits. A group of competitors operating under such a formal overt (explicit) agreement is called a cartel. If an informal covert or explicit agreement is reached, the firms are said to be operating in collusion. Both practices are illegal in various countries. However, cartels are legal in some parts of the world. Several important domestic markets are also dominated by producer associations that operate like cartels and appear to flourish without interference from the government. Agricultural commodities such as milk are prime examples of products marketed under cartel-like arrangements.
A cartel that has absolute control over all firms in an industry can operate as a monopoly. To illustrate, consider the situation shown in Figure 3. The marginal cost curves of each firm are summed horizontally to arrive at an industry marginal cost curve. Equating the cartel's total marginal cost with the industry marginal revenue curve determines the profit-maximizing output and the price, P*, to be charged. Once this profit-maximizing price/output level has been determined, each individual firm finds its optimal output by equating its own marginal cost curve to the previously determined profit-maximizing marginal cost level for the industry.
Profits are often divided among firms on the basis of their individual level of production, but other allocation techniques can be employed. Market share, production capacity, and a bargained solution based on economic power have all been used in the past. For a number of reasons, cartels are typically rather short-lived. In addition to the long-run problems of changing products and of entry into the market by new producers, cartels are subject to disagreements among members. Although firms usually agree that maximizing joint profits is mutually beneficial, they rarely agree on the equity of various profit-allocation schemes. This problem can lead to attempts to subvert the cartel agreement.
Cartel subversion can be extremely profitable. Consider a two-firm cartel in which each member serves 50 percent of the market. Cheating by either firm is very difficult, because any loss in profits or market share is readily detected.
🔑 Definition — Cartel: A group of competitors operating under a formal overt (explicit) agreement to set prices and output to maximize joint industry profits, effectively operating as a monopoly. 🔑 Definition — Cartel subversion: The practice of secretly violating a cartel agreement (e.g., by undercutting the agreed price) to gain individual profits, which can be extremely profitable but is difficult in small, easily-monitored groups. 💡 Why this matters: Cartels are inherently unstable due to incentives for individual members to cheat, explaining why most cartels are short-lived despite the potential for monopoly profits.
⭐ Key Takeaways
The Stackelberg model demonstrates that being the first mover in an oligopoly allows a firm to secure higher profits by anticipating the follower's reaction—in the numerical example, the leader earned $356,250 while the follower earned only $178,125. The kinked demand curve model explains price rigidity in oligopolies, showing that marginal cost can fluctuate within the discontinuous MR gap without inducing price changes, as demonstrated where MC could vary between $2 and $5 while price remained at $6 for sales of 40 units. Price leadership by a dominant firm represents a form of tacit collusion where the leader acts as a monopolist facing residual demand (DL = DT – MCf), while followers behave as perfect competitors. Cartels attempt to maximize joint monopoly profits by equating industry MR with the sum of member firms' MC curves, but are inherently unstable due to incentives for cheating—a key reason why overt collusion is illegal in most countries. The comparison between Stackelberg and Cournot outcomes reveals that the first-mover advantage leads to higher total market output (1,125 vs. 1,000 units) and lower price ($475 vs. $600).
🧠 Quick Revision Questions
- In the Stackelberg numerical example, what is the leader's output, follower's output, market price, and each firm's profit? How does this compare to Cournot equilibrium?
- How is the leader's demand curve derived in the price leadership model, and what is the behavioral assumption about follower firms?
- Why does the kinked demand curve lead to price rigidity? What condition must be met for the price to remain unchanged when costs change?
- In the Sweezy numerical example, calculate the kink point (Q and P), the upper and lower limits of the MR gap, and verify that MC falls within this gap. What would happen if MC shifted above the upper limit?
- What are the two types of cartels and why are cartels typically short-lived despite the potential for monopoly profits?
📘 Lecture 31 — Oligopoly: Game Theoretic Approach
📖 Overview: This lecture introduces game theory as a powerful analytical tool for understanding strategic interaction among oligopolistic firms. It covers the fundamental elements of game theory, explains the famous Prisoner's Dilemma, and demonstrates how Nash equilibrium concepts apply to pricing, advertising, and cartel behavior in oligopoly markets.
🗂️ Topics Covered
The lecture begins by defining oligopoly and explaining why game theory is essential for analyzing strategic interdependence among firms. It then covers game theory basics including types of games, elements of game theory models, and strategic behavior. The Prisoner's Dilemma is presented as a classic example demonstrating why rational players may not cooperate. The lecture concludes with detailed analysis of Nash equilibrium, dominant strategies, and applications to price competition, non-price competition, and cartel cheating.
📝 Lecture Summary
Oligopoly: Game Theoretic Approach
When just a few large firms dominate a market, each firm recognizes its strategic interdependence with others. An oligopoly is a market dominated by a small number of strategically interdependent firms. Economists have developed several models including collusive models, limit-pricing models, managerial models, and behavioral models, but none provides a complete general theory of oligopoly decision-making.
Game Theory
Game theory is concerned with the choice of the best or optimal strategy in conflict situations. While John von Neumann and Oskar Morgenstern did pioneering work in the late 1940s, the analytical breakthrough was made by John Harsanyi, John Nash, and Reinhard Selten (Nobel Prize 1994). Nash introduced the distinction between cooperative games (where binding agreements can be made) and non-cooperative games (where binding agreements are not feasible). He developed the Nash equilibrium concept for predicting outcomes of non-cooperative games.
Game Theory Basics
Types of Games
- Zero-sum game: offsetting gains/losses
- Positive sum game: potential for mutual gain
- Negative-sum game: potential for mutual loss
- Cooperative games: joint action is favored
- Non-Cooperative Games: binding agreements not feasible
Role of Interdependence
- Sequential games involve successive moves
- Simultaneous-move games incorporate coincident moves
🔑 Definition — Game theory approach: An approach to modeling strategic interaction of oligopolists in terms of moves and countermoves.
Game Theory: Elements
A strategy is a specific course of action with clearly defined values for policy variables. A strategy is dominant if it is optimal regardless of what the other player does. The payoff of a strategy is the "net gain" it will bring to the firm for any given counter-strategy of the rival firm. A payoff matrix is the table giving the payoffs from all strategies open to the firm and the rivals' responses. Policy variables include price, quantity, quality, advertising, R&D expenditure, and changes in the number of products. Players are the decision-makers (managers of oligopolist firms) whose actions are interdependent and not entirely predictable.
Strategic behavior refers to the plan of action of an oligopolist after considering all possible reactions of its competitors as they compete for profits. Since only a few firms exist, each firm's actions affect others, and reactions must be considered when charting the best course of action.
In a simultaneous-move game, each decision maker makes choices without specific knowledge of competitor counter moves. In a sequential-move game, decision makers move after observing competitor moves. In a one-shot game, interaction occurs only once; in a repeat game, there is ongoing interaction between competitors.
💡 Why this matters: The classification of games helps managers understand their competitive environment and choose appropriate strategies based on whether interactions are one-time or repeated, simultaneous or sequential.
Prisoners' Dilemma
The prisoner's dilemma is a fundamental problem in game theory that demonstrates why two people might not cooperate even if it is in both their best interests to do so. It was originally framed by Merrill Flood and Melvin Dresher at RAND in 1950. Albert W. Tucker formalized the game with prison sentence payoffs.
Classic Example: Two suspects are arrested. Police offer each the same deal:
- If one testifies (defects) and the other remains silent (cooperates): defector goes free, silent partner gets 10 years
- If both remain silent: both get 1 year
- If both betray: each gets 5 years
Table 1: Payoff Matrix
| Individual A ↓ / Individual B → | Confess | Don't Confess |
|---|---|---|
| Confess | (5, 5) | (0, 10) |
| Don't Confess | (10, 0) | (1, 1) |
Table 2: Dominant Strategy - Both Confess (Nash Equilibrium)
| Individual A ↓ / Individual B → | Confess | Don't Confess |
|---|---|---|
| Confess | (5, 5) | (0, 10) |
| Don't Confess | (10, 0) | (1, 1) |
For suspect A: If B confesses, A gets 5 years confessing vs 10 years not confessing. If B doesn't confess, A goes free confessing vs 1 year not confessing. Confessing is the dominant strategy for A. Similarly, confessing is dominant for B. The unique equilibrium is Pareto sub-optimal—rational choice leads both to defect even though both would be better off cooperating.
🔑 Definition — Prisoners' dilemma: A situation where each firm adopts its dominant strategy but each could earn larger profits by cooperating. Each firm cannot trust its rival to cooperate.
Price Competition and the Prisoners' Dilemma
Table 3: Application - Price Competition (Dominant Strategy: Low Price)
| Firm A ↓ / Firm B → | Low Price | High Price |
|---|---|---|
| Low Price | (2, 2) | (5, 1) |
| High Price | (1, 5) | (3, 3) |
If firm B charges low price ($6), firm A earns 2 at low price and 1 at high price ($8). If firm B charges high price, firm A earns 5 at low price and 3 at high price. Both firms adopt dominant strategy of charging low price and earn 2, but both could earn 3 if they cooperated and charged high price.
Non-Price Competition, Cartel Cheating, and the Prisoners' Dilemma
By changing the headings of the same payoff matrix, we can analyze different scenarios:
Table 4: Nonprice Competition (Dominant Strategy: Advertise)
| Firm A ↓ / Firm B → | Advertise | Don't Advertise |
|---|---|---|
| Advertise | (2, 2) | (5, 1) |
| Don't Advertise | (1, 5) | (3, 3) |
Each firm adopts dominant strategy of advertising and earns 2, but both would earn 3 by not advertising.
Table 5: Cartel Cheating (Dominant Strategy: Cheat)
| Firm A ↓ / Firm B → | Cheat | Don't Cheat |
|---|---|---|
| Cheat | (2, 2) | (5, 1) |
| Don't Cheat | (1, 5) | (3, 3) |
Each firm adopts dominant strategy of cheating and earns 2, but both would earn 3 by not cheating.
Nash Equilibrium: Dominant Strategy
Table 6: Payoff Matrix - Advertising Game
| Firm A ↓ / Firm B → | Advertise | Don't Advertise |
|---|---|---|
| Advertise | (4, 3) | (5, 1) |
| Don't Advertise | (2, 5) | (3, 2) |
Table 7-9: Firm A's Decision If firm B advertises: A earns 4 advertising vs 2 not advertising → advertise If firm B doesn't advertise: A earns 5 advertising vs 3 not advertising → advertise Dominant strategy for Firm A: Advertise
Table 8-10: Firm B's Decision If firm A advertises: B earns 3 advertising vs 1 not advertising → advertise If firm A doesn't advertise: B earns 5 advertising vs 2 not advertising → advertise Dominant strategy for Firm B: Advertise
Nash equilibrium: Both firms advertise (top left cell: 4, 3)
Nash Equilibrium without Dominant Strategy
Table 12: Modified Payoff Matrix
| Firm A ↓ / Firm B → | Advertise | Don't Advertise |
|---|---|---|
| Advertise | (4, 3) | (5, 1) |
| Don't Advertise | (2, 5) | (6, 2) |
Now firm B has a dominant strategy, but firm A does not.
Table 13-14: Firm A's Decision If firm B advertises: A earns 4 advertising vs 2 not advertising → advertise If firm B doesn't advertise: A earns 5 advertising vs 6 not advertising → don't advertise Firm A has no dominant strategy - optimal choice depends on what B does.
Table 15-17: Firm B's Decision If firm A advertises: B earns 3 advertising vs 1 not advertising → advertise If firm A doesn't advertise: B earns 5 advertising vs 2 not advertising → advertise Dominant strategy for Firm B: Advertise
Table 18-19: Nash Equilibrium Since firm B will choose to advertise (dominant strategy), firm A's best response is to advertise (earning 4 vs 2). The Nash equilibrium is for both firms to advertise at cell (4, 3).
🔑 Definition — Nash equilibrium: A situation where each player chooses his or her optimal strategy, given the strategy chosen by the other player. No player has an incentive to change their strategy unilaterally.
📐 Key formula: Nash Equilibrium → When each player's strategy is the best response to the other player's strategy, and neither can improve their payoff by changing alone.
📌 Example: In Table 19, given firm B advertises (dominant strategy), firm A's best response is to advertise (4 > 2). At (Advertise, Advertise) with payoffs (4, 3), neither firm can improve by changing strategy alone.
⭐ Key Takeaways
The prisoner's dilemma demonstrates that rational self-interested behavior can lead to suboptimal outcomes for all players, explaining why oligopolistic firms often engage in price wars, excessive advertising, or cartel cheating even when cooperation would yield higher profits. A dominant strategy exists when a player's optimal choice is the same regardless of what the opponent does, while a Nash equilibrium occurs when each player's strategy is the best response to the other's strategy. The same payoff matrix structure can be applied to analyze price competition, non-price competition (advertising), and cartel cheating by simply changing the strategy labels. Understanding these game theory concepts is essential for managers to anticipate competitor reactions and develop optimal competitive strategies in oligopolistic markets.
🧠 Quick Revision Questions
- What is the prisoner's dilemma and why does it lead to a Pareto sub-optimal outcome?
- Explain the difference between a dominant strategy and a Nash equilibrium.
- Using the payoff matrix in Table 3, show why both firms end up charging a low price even though they would both prefer the high-price outcome.
- What conditions must be present for a game to have a Nash equilibrium without either player having a dominant strategy?
- How can the same payoff matrix structure be applied to analyze price competition, advertising decisions, and cartel cheating?
📘 Lecture 32 — Oligopoly: Game Theoretic Approach (Continued)
📖 Overview: This lecture continues the exploration of game theory applications in oligopolistic markets, focusing on different types of repeated games and strategic interactions between firms. It examines how the timing of decisions (simultaneous vs. sequential) and the duration of interactions (finite vs. infinite) affect competitive outcomes, cooperation possibilities, and the credibility of strategic threats.
🗂️ Topics Covered
The lecture covers games in economics including repeated games (finitely and infinitely repeated), simultaneous and sequential games, the Prisoner's Dilemma and its business applications, Nash equilibrium in cooperative and non-cooperative games, Nash bargaining, trigger strategies in finitely repeated games, tit-for-tat strategy, threat credibility and commitment, and entry deterrence strategies using payoff matrices.
📝 Lecture Summary
Games in Economics
Games in economics are classified based on timing and duration. Repeated games are played repeatedly over a period of time. Finitely repeated games include games that take place over a fixed or uncertain period of time. Infinitely repeated games occur over and over again without boundary or limit. However, if the number of periods is fixed, players will have incentive to 'cheat' in the last period due to lack of threat of retaliation, which then allows them to cheat in all periods.
Simultaneous games are games in which players make their strategy choices at the same time, without specific knowledge of competitor countermoves. Sequential games are games in which players make their decisions sequentially, after observing competitor moves. In sequential games, the first mover may have an advantage. If two firms set prices without knowledge of each other's decisions, it is a simultaneous-move game. If one firm sets its price only after observing its rival's price, the firm is said to be involved in a sequential-move game. In a one-shot game, the underlying interaction between competitors occurs only once; in a repeat game, there is an ongoing interaction between competitors.
A game theory strategy is a decision rule that describes the action taken by a decision maker at any point in time. A simple introduction to game theory strategy is provided by the most famous of all simultaneous-move one-shot games: the Prisoner's Dilemma. The Prisoner's Dilemma game fascinates game theorists for various reasons. Oligopolistic firms often face a problem called the prisoners dilemma—a situation in which each firm adopts its dominant strategy but each could do better (earn larger profits) by cooperating. Theory shows that when games are repeated, the chances for cooperation or collusion increase.
Nash Equilibrium: Cooperative vs Non-Cooperative Games
The "equilibrium" is where each player makes a decision representing the best outcome in response to what other players' decisions are. Nash equilibrium is a point where no player can improve their position by selecting any other available strategy while others are playing their best options and not changing their strategies.
In Table 1, each firm's secure strategy is to offer a discount price regardless of the other firm's actions. The outcome is that both firms offer discount prices and earn relatively modest profits. This outcome is a Nash equilibrium because, given the strategy of its competitor, neither firm can improve its own payoff by independently changing its own strategy. In the case of Coca-Cola, given that Pepsi-Cola has chosen a discount pricing strategy, it too would decide to offer discount prices. When Pepsi-Cola offers discount prices, Coca-Cola can earn profits of $4b rather than $2b per week by also offering a discount. Similarly, when Coca-Cola offers discount prices, Pepsi-Cola can earn maximum profits of $2b per week, versus $1b per week, by also offering a discount.
Clearly, profits are less than if they colluded and both charged regular prices. Coca-Cola would earn $6b per week and Pepsi-Cola would earn $4b per week if both charged regular prices. This is a business application of the Prisoner's Dilemma because the dual discount pricing Nash equilibrium is inferior from the firms' viewpoint to a collusive outcome where both competitors agree to charge regular prices. Of course, if firms collude and agree to charge high prices, consumers are made worse off, which is why price collusion among competitors is illegal in many countries.
A secure strategy, sometimes called the maximin strategy, guarantees the best possible outcome given the worst possible scenario. In the case of Prisoner's Dilemma, the worst possible scenario for each suspect is that the other chooses to confess. Each suspect can avoid the worst possible outcome of receiving a harsh 5 years in prison sentence only by choosing to confess. For each suspect, the secure strategy is to confess, thereby becoming a prisoner, because neither could solve the riddle posed by the Prisoner's Dilemma.
💡 Why this matters: The Nash equilibrium concept reveals why rational individual choices can lead to collectively inferior outcomes—a fundamental insight for understanding competitive markets and the rationale behind cooperation.
Nash Bargaining
Though the Prisoner's Dilemma is posed within the scope of a bargaining problem between two suspects, it has obvious practical applications in business. Competitors like Coca-Cola and Pepsi-Cola confront similar bargaining problems on a regular basis. Suppose each has to decide whether to offer a special discount to a large grocery store retailer.
Table 1 shows that if neither offers discount pricing, a weekly profit of $6b will be earned by Coca-Cola and $4b per week will be earned by Pepsi-Cola—the best possible scenario for both. However, if Coca-Cola is the only one to offer a discount, it will earn $8b per week, while Pepsi-Cola profits fall to $1b per week. If Pepsi-Cola offers a discount and Coca-Cola continues to charge the regular price, Pepsi-Cola profits will total $5b per week while Coca-Cola weekly profits fall to $2b. The only secure means Coca-Cola has for avoiding the possibility of only $2b per week profit is to grant a discount price, assuring itself of at least $4b. Similarly, the only means Pepsi-Cola has of avoiding the possibility of profits of $1b per week is to also grant a discount price, assuring itself of at least $2b in weekly profits. For both firms, the only secure strategy is to offer discount prices, assuring consumers of bargain prices and themselves of modest profits.
Repeated Games: Infinite
The study of one-shot pricing and product quality games might lead one to conclude that even tacit collusion is impossible. This is not true because competitors often interact on a continuous basis. In such circumstances, firms are said to be involved in repeat games.
When a competitive game is repeated over and over, firms receive sequential payoffs that shape current and future strategies. For example, both Coca-Cola and Pepsi-Cola might tacitly or secretly agree to charge regular prices so long as the other party continues to do so. If neither firm cheats on such a collusive agreement, discounts will never be offered, and maximum profits will be earned. Although there is an obvious risk involved with charging regular prices, there is also an obvious cost if either or both firms offer discount pricing. If each firm is convinced that the other will maintain regular prices, both will enjoy high profits. This resolve is increased if each firm is convinced that the other will quickly match any discount pricing strategy. In fact, it is rational for colluding firms to quickly and severely punish colluding competitors who "cheat" by lowering prices.
However, although it is important to recognize that the repeat nature of competitor interactions can sometimes harm consumers, it is equally important to recognize that repetitive interactions in the marketplace provide necessary incentives for firms to produce high-quality goods. In any one-shot game, it would pay firms with high-quality reputations to produce low-cost or inferior quality goods. Both Coca-Cola and Pepsi-Cola have invested millions of dollars in product development and quality control to ensure that consumers can depend upon their products. Because the value of millions of dollars spent on brand-name advertising would be lost if product quality were to deteriorate, that brand name advertising is itself a type of quality assurance provided to customers.
💡 Why this matters: Infinite repetition changes the strategic calculus—the fear of future retaliation can support cooperative outcomes that would be impossible in one-shot interactions.
Finitely Repeated Games
Finitely repeated games have limited duration.
A Trigger Strategy is a system of behavior that remains the same until another player takes some course of action that gives rise to a different response.
A finitely repeated game is one that occurs only a limited number of times or has limited duration. Suppose Dell and Intel have agreed to have a customer-supplier relationship strategy. At present, Dell computers are marked with the logo "Intel Inside", indicating that Intel supplies Dell with microprocessors. Assume that Dell agrees to use Intel microprocessors in its computers so long as Intel agrees not to market its own Intel brand of computers. If Intel breaks this supply agreement, it is understood that Dell will punish Intel by thereafter stop doing business with Intel. This means that Intel cheating will trigger a "do not buy" response from Dell in every future period.
So long as the supply agreement is not violated by both parties, Dell will earn $3b per year and Intel will earn $5b per year. If Intel breaks the supply agreement, Intel would earn $8b for one period while Dell would suffer a loss of $3b. However, this one-time benefit for Intel is outweighed by the loss forever of the $5b per period benefit that would have been earned from maintaining the supply agreement with Dell. Therefore, on account of trigger strategies, it can be ensured that the cost of breaking agreements exceeds any resulting benefits, where both costs and benefits are measured in present value terms.
Repeated Games and Tit-for-Tat Strategy
Cooperation is not likely to occur in prisoners' dilemma games played only once (involving a single move by each player). Cooperation is more likely to occur in repeated games, or games involving many consecutive moves by each player. These types of games are more realistic in the real world—oligopolists do not decide on their pricing strategy only once but many times over many years.
In repeated games (involving many consecutive moves and countermoves by each player), the best strategy for each player is tit-for-tat. Tit-for-tat behavior can be summarized as follows: Do to your opponent what he has just done to you. That is, you begin by cooperating and continue to cooperate as long as your opponent cooperates. If he betrays you, the next time you betray him back. If he then cooperates, the next time you also cooperate. This strategy is retaliatory enough to discourage non-cooperation but forgiving enough to allow a pattern of mutual cooperation to develop. In computer simulations as well as actual experiments, tit-for-tat behavior was found to be consistently the best strategy (the one that resulted in the largest benefit) for each player over time.
Threat, Commitments, and Credibility
Oligopolistic firms often adopt strategies to gain a competitive advantage over their rivals even if it means temporarily reducing their own profits. For example, an oligopolist may threaten to lower its prices if its rivals lower theirs, even if this means reducing its own profits.
One way to make this threat credible is for firm A to develop a reputation for carrying out its threats even at the expense of profits. This may seem irrational. However, if firm A actually carries out its threat several times, it would earn a reputation for making credible threats, and this is likely to induce firm B to also charge a high price, thus possibly leading to higher profits for firm A in the long run. In that case, firm A would earn a profit of 5 and firm B a profit of 3 (the bottom right cell) as opposed to a profit of 3 for firm A and 4 for firm B (the bottom left cell). Even if firm B earns a profit of 3 by charging the high price (as compared with a profit of 4 by charging the low price), this is still higher than the profit of 2 that it would earn if firm A carries out the threat of charging the low price if firm B does (the top left cell). By showing a commitment to carry out its threats, firm A makes its threats credible and increases its profits over time.
Entry Deterrence
One important strategy that an oligopolist can use to deter market entry is to threaten to lower its price and thereby impose a loss on the potential entrant. Such a threat, however, works only if it is credible.
The payoff matrix of Table 3 shows that firm A's threat to lower its price is not credible and does not discourage firm B from entering the market. The reason is that firm A earns a profit of 4 if it charges the low price and a profit of 7 if it charges the high price. Unless firm A makes a credible commitment to fight entry even at the expense of profits, it would not deter firm B from entering the market. Firm A could make a credible threat by expanding its capacity before it is needed.
The payoff matrix of Table 4 is the same as in Table 3, except that firm A's profits are now lower when it charges a high price because idle or excess capacity increases firm A's costs without increasing its sales. On the other hand, charging a low price would allow firm A to increase sales and utilize its newly built capacity so that costs and revenues increase, leaving firm A's profits the same as in Table 3. Building excess capacity in anticipation of future needs now becomes a credible threat because with excess capacity firm A will charge a low price and earn a profit of 4 instead of a profit of 3 if it charged the high price. By now charging a low price, firm B would incur a loss of 2 if it entered the market, and so firm B would stay out of the market. Entry deterrence is now credible and effective.
Table 3: Entry Deterrence (Before Capacity Expansion)
| Firm A | Enter | Do Not Enter |
|---|---|---|
| Low Price | (4, -2) | (6, 0) |
| High Price | (7, 2) | (10, 0) |
Table 4: Entry Deterrence (After Capacity Expansion)
| Firm A | Enter | Do Not Enter |
|---|---|---|
| Low Price | (4, -2) | (6, 0) |
| High Price | (3, 2) | (8, 0) |
💡 Why this matters: The credibility of threats determines whether entry deterrence strategies succeed—building excess capacity can transform an empty threat into a credible commitment that actually changes competitors' behavior.
⭐ Key Takeaways
The Prisoner's Dilemma demonstrates that individually rational strategies (dominant strategies) can lead to collectively inferior outcomes compared to cooperative solutions, explaining why oligopolistic firms often earn lower profits than they could through collusion. The Nash equilibrium occurs when no firm can improve its payoff by unilaterally changing strategy, given the competitor's strategy choice. In infinitely repeated games, the threat of future retaliation makes cooperation sustainable through trigger strategies and tit-for-tat behavior, where firms cooperate initially and mimic rivals' previous actions. The credibility of threats is essential for effective strategic behavior—firms must demonstrate commitment through actions like building excess capacity to make entry deterrence believable. Finally, the timing of moves (simultaneous vs. sequential) and the duration of interactions (one-shot vs. repeated) fundamentally determine which strategies are optimal in competitive markets.
🧠 Quick Revision Questions
-
What distinguishes a Nash equilibrium from other strategy combinations in a game theory payoff matrix?
-
Why does the Prisoner's Dilemma result in both firms choosing discount prices even though they would both earn higher profits by charging regular prices?
-
How does a trigger strategy work in a finitely repeated game between Dell and Intel, and why does it prevent Intel from cheating on their supply agreement?
-
Explain the tit-for-tat strategy and why it is considered the best approach in repeated games.
-
How can building excess capacity transform a non-credible entry deterrence threat into a credible one? Use the payoff matrices from Tables 3 and 4 to support your answer.
📘 Lecture 33 — PRICING PRACTICES
📖 Overview: This lecture examines price discrimination as a pricing strategy where firms charge different prices for the same product when cost differences don't justify the price differences. It explains the three necessary conditions for price discrimination and explores the three degrees of price discrimination, showing how firms can increase profits by capturing consumer surplus across different market segments.
🗂️ Topics Covered
This lecture covers the meaning and conditions of price discrimination, including the requirement that the firm must be an imperfect competitor with differing price elasticities and the ability to segment markets. It explains the three degrees of price discrimination: first-degree (charging each customer the maximum), second-degree (quantity discounts), and third-degree (different prices in different markets). The lecture includes detailed graphical illustrations and a numerical example of the XYZ University pricing problem, comparing outcomes with and without price discrimination.
📝 Lecture Summary
PRICE DISCRIMINATION: MEANING AND CONDITIONS
Price discrimination refers to the charging of different prices for different quantities of a product, at different times, to different customer groups or in different markets, when these price differences are not justified by cost differences. The incentive is that the firm can increase its total revenue and profits for a given level of sales and total costs by practicing price discrimination.
Relevant examples include: (1) power companies charging lower prices to residential than commercial users; (2) medical and legal professions charging lower fees to low-income people; (3) companies charging lower prices abroad than at home; (4) entertainment companies charging lower prices for afternoon than evening performances; (5) service industries charging lower prices for children and elderly; (6) hotels charging lower rates for seminars and conventions.
💡 Why this matters: Price differences based on cost differences are NOT price discrimination. In economics, price discrimination is neutral — it benefits some and harms others, making it difficult to determine whether it is beneficial or harmful for society.
Three conditions must be met for a firm to practice price discrimination:
- Firm must be an imperfect competitor (a price maker)
- Price elasticity must differ for units sold at different prices across submarkets
- Firm must be able to segment the market and prevent resale across segments
🔑 Definition — Price Discrimination: charging different prices for the same product when price differences are not justified by cost differences
DEGREES OF PRICE DISCRIMINATION
There are three types of price discrimination. By practicing any type, the firm can increase its total revenue and profits by capturing all or part of the consumer's surplus.
- First degree price discrimination — creates different prices for each customer (maximum profits)
- Second degree price discrimination — gives quantity discounts
- Third degree price discrimination — assigns different prices by customer age, gender, income, location, etc.
Consumers’ surplus is the value of purchased goods and services above and beyond the amount paid to sellers. It arises because individual consumers place different values on goods and services. Customers with high value pay high prices; those with low value only pay low prices.
🔑 Definition — Consumers' Surplus: the value of purchased goods and services above and beyond the amount paid to sellers
FIRST-DEGREE PRICE DISCRIMINATION
- Each unit is sold at the highest possible price
- Firm extracts all of the consumers’ surplus
- Firm maximizes total revenue and profit from any quantity sold
📌 Example: A customer willing to pay Rs 1000 for one pair of shoes and Rs 750 for a second pair. A monopolist knowing this could offer one pair at Rs 1000 and a second pair for Rs 750, or make an all-or-nothing offer: two pairs for Rs 1750. Either way, the monopolist extracts almost all consumer surplus.
Unlike a simple monopolist who charges every customer the same price, the discriminating monopolist finds it profitable to supply any customer willing to pay at least marginal cost. This means output will be at the efficient level — there is no efficiency loss from underproduction, but the monopolist extracts almost all consumer surplus.
SECOND-DEGREE PRICE DISCRIMINATION
- Charging a uniform price per unit for a specific quantity, a lower price per unit for an additional quantity, and so on
- Firm extracts part, but not all, of the consumers’ surplus
📌 Example: LESCO Electricity Consumer Bill (Second-Degree Price Discrimination) Total units consumed = 770
- 100 Units: Rs 4.20/unit
- 200 Units: Rs 6.34/unit
- 400 Units: Rs 10.24/unit
- Above 700 Units: Rs 12.77/unit
Figure 1, 2, 3 illustrate second-degree price discrimination graphically, showing how different price blocks capture portions of consumer surplus.
THIRD-DEGREE PRICE DISCRIMINATION
- Charging different prices for the same product sold in different markets
- Firm maximizes profits by selling a quantity on each market such that marginal revenue on each market equals the marginal cost of production
MR₁ = MR₂ = MC
Price/Output Determination:
- To maximize profits, set MR = MC in each market
- Without price discrimination: MR = MC for all customers as a group
- With price discrimination: MR = MC for each customer or customer group
💡 Why this matters: Profitable price discrimination benefits sellers at the expense of some customers
🔑 Formula: MR₁ = MR₂ = MC → profit-maximizing condition for third-degree price discrimination
GRAPHIC ILLUSTRATION — XYZ University Pricing Problem
Figure 4 shows demand curves for the general public (part a) and for students (part b). The aggregate demand curve (part c) represents the horizontal sum of quantities demanded at each price. The associated marginal revenue curve, MRP+S, has a similar interpretation.
For example, marginal revenue equals $25 at an attendance level of 20,000 in the public market and $25 at 40,000 in the student market. One point on the total marginal revenue curve represents output of 60,000 units and marginal revenue of $25. The single marginal cost curve MC = $25 applies to each market.
Two-part process:
- Determine profit-maximizing total output level
- Allocate this output between submarkets
Profit maximization occurs at the aggregate output level where marginal revenue equals marginal cost. Figure 4(c) shows profit-maximizing output of 60,000 tickets, where MC = MR = $25. Proper allocation: draw a horizontal line at $25. The intersection with each submarket's MR curve indicates optimal distribution: 20,000 tickets to the public at $125 and 40,000 tickets to students at $75.
PRICE DISCRIMINATION EXAMPLE — XYZ University
Public Demand: Pp = 225 – 0.005Q TRp = (225 – 0.005Q)Q MRp = 225 – 0.01Qp TC = 1,500,000 + 25Q MC = 25
Solving for Public Market: MRp = MC 225 – 0.01Qp = 25 0.01Qp = 200 Qp = 20,000 Pp = 225 – 0.005(20,000) = $125
Student Demand: Ps = 125 – 0.00125Q TRs = (125 – 0.00125Q)Q MRs = 125 – 0.0025Qs MC = 25
Solving for Student Market: MRs = MC 125 – 0.0025Qs = 25 0.0025Qs = 100 Qs = 40,000 Ps = 125 – 0.00125(40,000) = $75
Total Operating Surplus (Profit): Operating Surplus = TRp + TRs – TC = $125(20,000) + $75(40,000) – 1,500,000 – $25(60,000) = $2,500,000 + $3,000,000 – $1,500,000 – $1,500,000 = $2.5 million
📐 Formula: Operating Surplus = TRp + TRs – TC → profit with price discrimination
📌 Example: Optimal price/output with discrimination: 20,000 tickets to public at $125, 40,000 tickets to students at $75, yielding $2.5 million surplus.
WITHOUT DISCRIMINATION EXAMPLE
Qp = 45,000 – 200Pp and Qs = 100,000 – 800Ps
Assuming Pp = Ps, total demand (Qt) equals: Qt = Qp + Qs = 145,000 – 1,000P P = $145 – $0.001Q MR = 145 – 0.002Q MC = 25
Solving: MR = MC 145 – 0.002Q = 25 0.002Q = 120 Q = 60,000 P = 145 – 0.001(60,000) = $85
Qp = 45,000 – 200(85) = 28,000 Qs = 100,000 – 800(85) = 32,000
Operating Surplus (Profit) = TR – TC = 85(60,000) – 1,500,000 – 25(60,000) = 5,100,000 – 1,500,000 – 1,500,000 = $2.1 million
Total tickets sold = 60,000 under both policies. Student discounts increase student attendance from 32,000 to 40,000 and maximize surplus at $2.5 million versus $2.1 million.
Winners: Students and XYZ University Losers: General public who pay higher prices or are priced out of the market
📌 Example: Without discrimination, price = $85 in both markets, 28,000 public and 32,000 student tickets, profit = $2.1 million — $400,000 less than with discrimination.
⭐ Key Takeaways
The most critical concept is that price discrimination allows firms to increase profits by charging different prices to different customer groups based on their willingness to pay, without cost differences justifying the price differences. There are three degrees of price discrimination: first-degree (perfect discrimination charging each customer the maximum they'll pay), second-degree (quantity discounts), and third-degree (different prices in different markets based on elasticity differences). The profit-maximizing condition for third-degree price discrimination is that marginal revenue in each market must equal marginal cost (MR₁ = MR₂ = MC). The XYZ University example demonstrates that price discrimination increases profit from $2.1 million to $2.5 million compared to a single-price policy, while creating winners (students and the university) and losers (the general public who pay higher prices). Students must remember that price elasticity differences between markets are essential for profitable price discrimination, and the firm must be able to prevent resale between market segments.
🧠 Quick Revision Questions
- What are the three conditions necessary for a firm to practice price discrimination?
- What is the difference between first-degree and second-degree price discrimination in terms of consumer surplus extraction?
- In third-degree price discrimination, what is the profit-maximizing condition that relates marginal revenue across markets to marginal cost?
- In the XYZ University example, how much additional profit does price discrimination generate compared to the single-price policy?
- Why must price elasticity differ across submarkets for price discrimination to be profitable?
📘 Lecture 34 — Pricing Practices (Continued 1)
📖 Overview: This lecture examines pricing strategies for multiproduct firms, focusing on demand and production interrelationships between products. It covers optimal pricing for products with interdependent demands, joint products produced in fixed and variable proportions, and plant capacity utilization, which are essential for real-world firms that typically produce multiple products rather than a single product.
🗂️ Topics Covered
The lecture covers demand interrelations between substitute and complementary products, production interrelations including by-products and joint products, optimal pricing rules for joint products in variable and fixed proportions, plant capacity utilization across multiple products, and detailed numerical examples of joint product pricing with and without excess by-products, including graphical analysis of profit-maximizing output levels.
📝 Lecture Summary
Demand Interrelations
Products sold by a firm may be interrelated as substitutes or complements. Demand interrelationships influence pricing decisions through their effect on marginal revenue. For a two-product firm (A and B), the marginal revenue functions are:
MRA = ΔTRA/ΔQA + ΔTRB/ΔQA MRB = ΔTRB/ΔQB + ΔTRA/ΔQB
Each marginal revenue has two components: one from the product itself, and another (the cross-marginal revenue term) reflecting demand interrelationships. The term (ΔTRB)/(ΔQA) measures the effect on revenues from product B from selling an additional unit of product A.
🔑 Definition — Cross-marginal revenue term: The change in total revenue from one product resulting from a change in sales of another product.
For complementary products, the cross-marginal revenue term is positive because increased sales of one product stimulate sales of the other. For substitute products, the term is negative because increased sales of one reduce demand for the other. Optimal pricing requires considering both direct and cross-marginal effects; failure to do so leads to suboptimal pricing and output decisions.
Production Interrelations
A by-product is any output produced as a direct result of producing some other output. Multiple products are produced in variable proportions in many industries—for example, petroleum refining produces gasoline, diesel fuel, and heating oil in variable proportions. By-products are sometimes unintended results of production, such as pollution. Many agricultural products (wheat and straw, beef and hides, milk and butter) and mining products (gold and copper, silver and lead) are produced in fixed proportions.
Joint Products
Joint Products in Variable Proportions
- Treat them as distinct products
- Set MRA = MCA and MRB = MCB
- Allocation of common costs is wrong and illogical
Joint Products in Fixed Proportions
- If Q = QA = QB, set MRQ = MRA + MRB = MCQ
🔑 Definition — Joint or Common Costs: Costs that are shared in the manufacturing and marketing of two or more products in a product line.
Joint Product Pricing Rules
Joint Products without Excess By-product
- Profit maximization requires setting MRQ = MRA + MRB = MCQ
- Marginal revenue from each by-product contributes toward covering MCQ
Joint Production with Excess By-product
- Profit maximization requires setting MRQ = MRA + MRB = MCQ
- Primary product marginal revenue covers MCQ
- Byproduct MR = MC = 0
Plant Capacity Utilization
A multi-product firm using a single plant should produce quantities where the marginal revenue (MRi) from each of its k products is equal to the marginal cost (MC) of production:
MR₁ = MR₂ = ⋯ = MRk = MC
Firms produce multiple products to make fuller use of plant capacity. A firm with idle capacity can search for other products to produce as long as their marginal revenue exceeds marginal cost. Products are introduced in order of profitability until the marginal revenue of the least profitable product equals its marginal cost.
Figure 1 shows a firm selling three products (A, B, C) with respective demand curves DA, DB, DC. The firm maximizes profits when MRA = MRB = MRC = MC, shown by points EA, EB, EC where the equal marginal revenue (EMR) line crosses each MR curve. The firm produces 60 units of product A at PA = $16, 90 units of product B at PB = $15 (from 150 - 60), and 180 units of product C at PC = $14 (from 330 - 150). Each successive demand curve is more elastic, and prices decline while marginal cost rises.
Joint Products Produced in Variable Proportions
Firms can vary the proportions of joint products even in classic fixed-proportion examples like beef and hides, but only over short periods. The marginal cost of either joint product equals the increase in total costs from a one-unit increase in that product, holding the other constant. Profit maximization occurs where MRA = MCA and MRB = MCB.
💡 Why this matters: Although separate marginal costs can be determined for variable-proportion joint products, individual average costs cannot be determined because common costs (raw materials, equipment, management expenses) cannot be allocated on any economically sound basis. Only separately identifiable costs—like tanning costs for hides or refrigeration costs for beef—can be allocated. Any allocation of common costs is wrong and illogical.
Joint Products Produced in Fixed Proportions
Products in fixed proportions should be treated as a package or bundle of output. All costs are common, and no rational cost allocation exists. Optimal output determination requires analyzing the relationship between marginal revenue and marginal cost for the combined output package. As long as the sum of marginal revenues from all by-products exceeds the marginal cost of production, the firm gains by expanding output.
Figure 2 illustrates the pricing problem. Demand and marginal revenue curves for each by-product and the single marginal cost curve for the combined output are shown. Vertical summation of MR curves gives total marginal revenue (MRT) because each unit provides revenues from both by-products. The intersection of MRT with MC identifies the profit-maximizing output level. Optimal price for each by-product is determined by the intersection of a vertical line at that output level with each by-product's demand curve.
Example: Cattle raising provides beef and hides in a 1:1 ratio. In the left panel of Figure 2, at Q = 40 units, PA = $12 and PB = $5 with both MRA and MRB positive. In the right panel, at Q = 60 units, MRB is negative. The firm produces 60 units of cattle, sells 60 units of beef at P'A = $10, but only 45 units of hides at P'B = $4.50 (where TRB is maximum and MRB = 0). The extra 15 units of hides are withheld from the market to avoid negative marginal revenue.
Joint Product Pricing Example
Joint Products without Excess By-Product A Paper Company produces newsprint and packaging materials in a fixed 1:1 ratio.
TC = $2,000,000 + $50Q + $0.01Q² MC = $50 + $0.02Q
Newsprint: Pa = $400 – $0.01Qa, MRa = $400 – $0.02Qa Packaging: Pb = $350 – $0.015Qb, MRb = $350 – $0.03Qb
Since Qa = Qb = Q: TR = $750Q – $0.025Q² MR = $750 – $0.05Q
Setting MR = MC: $750 – $0.05Q = $50 + $0.02Q 0.07Q = 700 Q = 10,000 units
At Q = 10,000: MRa = $200, MRb = $50, MC = $250 Prices: Pa = $300, Pb = $200 Profit: π = $1.5 million
Joint Production with Excess By-Product A recession causes demand for packaging materials to fall: Pb = $290 – $0.02Qb, MRb = $290 – $0.04Qb MR = $690 – $0.06Q
Setting MR = MC: $690 – $0.06Q = $50 + $0.02Q 0.08Q = 640 Q = 8,000 units
At Q = 8,000: MR = MC = $210, BUT MRb = –$30 (negative)
Since MRb is negative, the firm should not sell all units of product B. Optimal solution:
- MRa = MC: $400 – $0.02Q = $50 + $0.02Q → Qa = 8,750 units
- MRb = 0: $290 – $0.04Qb = $0 → Qb = 7,250 units
Prices: Pa = $312.50, Pb = $145 Profit: π = $582,500
⭐ Key Takeaways
The most critical concepts from this lecture are the distinction between demand interrelations (substitutes vs. complements) and production interrelations (joint products in fixed vs. variable proportions), along with their respective optimal pricing rules. For products with interdependent demands, marginal revenue includes a cross-marginal revenue term that must be considered. For joint products in variable proportions, set MRA = MCA and MRB = MCB. For joint products in fixed proportions, set MRA + MRB = MCQ and use vertical summation of marginal revenues. When excess by-products exist with negative marginal revenue, withhold the excess from the market and sell only up to the point where MR = 0 for that by-product. Common costs cannot be rationally allocated to individual joint products.
🧠 Quick Revision Questions
- What are the two components of marginal revenue for a multi-product firm, and how do they differ for substitute versus complementary products?
- What is the profit-maximizing rule for a firm producing joint products in fixed proportions, and how is total marginal revenue calculated?
- Why is the allocation of common costs to individual joint products considered wrong and illogical?
- In the Paper Company example with excess by-product, why did the firm produce 8,750 units of newsprint but only sell 7,250 units of packaging materials?
- How does the equal marginal revenue (EMR) principle apply to plant capacity utilization across multiple products?
📘 Lecture 35 — Pricing Practices (Continued 2)
📖 Overview: This lecture covers transfer pricing, which is the internal pricing strategy used when divisions of a vertically integrated firm trade intermediate products with each other. It explains how to set optimal transfer prices under three different market conditions—no external market, perfectly competitive external markets, and imperfectly competitive external markets—and also introduces markup pricing rules-of-thumb for profit maximization.
🗂️ Topics Covered
This lecture covers the meaning and nature of transfer pricing, effects of transfer prices, transfer pricing problems for products without external markets, with competitive external markets, and with imperfectly competitive external markets. It also covers pricing rules-of-thumb for competitive and imperfectly competitive markets, optimal price determination using elasticity, and markup pricing including optimal markup on cost and price, full-cost pricing, and the relationship between markup and demand elasticity.
📝 Lecture Summary
Transfer Pricing: Meaning and Nature of Transfer Pricing
Transfer Pricing is the pricing strategy in which a firm optimally sets the internal price at which an upstream division sells inputs to a downstream division. The transfer pricing problem arises from the difficulty of establishing profitable relationships among divisions of a single company when each separate business unit stands in vertical relation to the other—where the output of one division is the input to another. Vertical integration occurs when a single company controls various links in the production chain from basic inputs to final output. To maximize profits for the vertically integrated firm, a profit margin or markup should only be charged at the final stage of production, and all intermediate products transferred internally must be transferred at marginal cost. Decentralization and the establishment of semiautonomous profit centers gave rise to the need for transfer pricing—determining the price of intermediate products sold by one semiautonomous division and purchased by another.
To simplify analysis, the lecture assumes the firm has two divisions: a production division (subscript p) that sells the intermediate product to the marketing division and possibly to outsiders, and a marketing division (subscript m) that purchases the intermediate product, completes production, and markets the final product. It is assumed that 1 unit of the intermediate product is required to produce each unit of the final product.
🔑 Definition — Transfer Price: The internal price at which an upstream division sells inputs to a downstream division within the same firm.
🔑 Definition — Intermediate Product: The product or service transferred between sub-units of an organization.
Effects of Transfer Prices: Transfer prices reallocate total company profits among business segments and influence decision making by purchasing, production, marketing, and investment managers.
Transfer Pricing Problem: Pricing transfer of products among divisions of a single firm can become complicated. The optimal transfer price depends on market conditions:
- Products without External Markets: Marginal cost is the appropriate transfer price.
- Products with Competitive External Markets: Market price is the optimal transfer price.
- Products with Imperfectly Competitive External Markets: Optimal transfer price is the marginal revenue derived from combined internal and external markets.
Transfer Pricing for Products Without External Markets
When transferred products cannot be sold in external markets, the marginal cost of the transferring division is the optimal transfer price. The production division can sell the intermediate product only internally to the marketing division, and the marketing division can purchase it only from the production division. Since 1 unit of the intermediate product is used to produce each unit of the final product, the output of both divisions is equal.
In Figure 1, MCₚ and MCₘ are the marginal cost curves of the production and marketing divisions, while MC is the vertical summation of MCₚ and MCₘ, representing the total marginal cost curve for the firm. The external demand curve for the final product is Dₘ with corresponding marginal revenue curve MRₘ. The firm's profit-maximizing level of output for the final product is 40 units, given by point Eₘ where MRₘ = MC, and Pₘ = $14. Since 40 units of the intermediate product are required, the transfer price Pₜ is set equal to MCₚ at Qₚ = 40, so Pₜ = $6, given by point Eₚ. The demand and marginal revenue curves faced by the production division are Dₚ = MRₚ = Pₜ = MCₚ = $6. Thus, the correct transfer price for an intermediate product with no external market is the marginal cost of production.
📌 Example: In Figure 1, the production division's MCₚ = $6 at Qₚ = 40. The marketing division demands 40 units of intermediate product to produce 40 units of final product. The transfer price is set at $6 (equal to marginal cost). The final product is sold at Pₘ = $14.
Transfer Pricing with Perfectly Competitive External Markets
When transferred inputs can be sold in a perfectly competitive external market, the external market price represents the firm's opportunity cost. The optimal transfer price is the external market price. If upstream suppliers wish to supply more than downstream users desire to employ at a perfectly competitive price, excess input can be sold externally; if downstream users want more, excess demand can be met through external purchases.
In Figure 2, the marginal cost curve of the production division MC'ₚ is lower than in Figure 1. The production division produces more intermediate product than the marketing division demands. With a perfectly competitive external market, the production division faces a horizontal demand curve Dₚ at the given market price Pₜ. The profit-maximizing level of output for the production division is 50 units, given by point E'ₚ where Dₚ = MRₚ = Pₜ = MC'ₚ = $6. The marketing division can purchase the intermediate product either internally or externally at Pₜ = $6. Its total marginal cost curve MCₜ is the vertical sum of MCₘ and Pₜ. The best level of final product output for the marketing division is 40 units, given by point Eₘ where MRₘ = MCₜ, and Pₘ = $14. Thus, the production division sells 40 units internally and 10 units externally, all at Pₜ = $6.
📐 Formula: MCₜ = MCₘ + Pₜ (total marginal cost for marketing division when intermediate product is purchased at transfer price)
📌 Example (Algebraic): Demand: Qₘ = 180 – 10Pₘ or Pₘ = 18 – 0.1Qₘ, MRₘ = 18 – 0.2Qₘ. MC'ₚ = 1 + 0.1Qₚ, MCₘ = 0.1Qₘ. With competitive external price Pₜ = $6: Production division: 1 + 0.1Qₚ = 6 → Qₚ = 50. Marketing division: MCₜ = 0.1Qₘ + 6 = 18 – 0.2Qₘ → 0.3Qₘ = 12 → Qₘ = 40. Pₘ = 18 – 0.1(40) = $14.
Transfer Pricing with Imperfectly Competitive External Markets
When transferred products can be sold in imperfectly competitive external markets, the optimal transfer price equates the marginal cost of the transferring division to the marginal revenue derived from the combined internal and external markets. The transfer price for intra-firm sales will differ from the price in the imperfectly competitive external market, becoming a case of third-degree price discrimination.
In Figure 3, Panel a shows the net marginal revenue of the marketing division as MRₘ – MCₚ. Panel b shows the demand curve Dₑ and marginal revenue curve MRₑ for the intermediate product in the imperfectly competitive external market. In Panel c, the MRₚ curve is the horizontal summation of the net marginal revenue for internal sales (MRₘ – MCₚ) and external sales (MRₑ). The best level of output for the production division is 40 units, given by point Eₚ where MRₚ = MCₚ. The optimal distribution is 20 units internally to the marketing division and 20 units to the external market, so that MRₘ – MCₚ = MRₑ = MRₚ = MCₚ = $4. The production division operates as a monopolist seller in segmented internal and external markets.
Pricing Rules-of-Thumb
Competitive Markets: Profit maximization requires setting MR = MC. In competitive markets, P = MR, so profit maximization requires P = MR = MC.
Imperfectly Competitive Markets: With imperfect competition, P > MR, so profit maximization requires MR = MC.
Optimal Price: Using the relationship MR = P[1 + (1/εₚ)], setting MR = MC gives the optimal price formula: 📐 Formula: Optimal P* = MC / [1 + (1/εₚ)]
Markup Pricing and Profit Maximization
Profit maximization does not require calculating both MR and MC explicitly. Using information on marginal costs and the point price elasticity of demand, profit-maximizing prices can be calculated quickly. Many firms use markup pricing—setting prices to cover direct costs plus a percentage markup for profit contribution. Flexible markup pricing that reflects differences in marginal costs and demand elasticities ensures MR = MC for each product line.
Optimal Markup on Cost: Uses cost as a basis. 📐 Formula: Optimal markup on cost = -1 / (εₚ + 1)
Optimal Markup on Price: Uses price as a basis. 📐 Formula: Optimal markup on price = -1 / εₚ
Markup or Full-Cost Pricing: Uses fully allocated average cost (C), which includes average variable cost at normal output plus allocated overhead. 🔑 Definition — Markup on Cost (m): (P – C) / C, so Price = P = C(1 + m)
Markup and Demand Elasticity: There is an inverse relationship between markup and demand elasticity. For example, if εₚ = -2, then m = 100%; if εₚ = -5, then m = 25%. More elastic demand means lower markup; less elastic demand means higher markup.
⭐ Key Takeaways
The single most important concept in this lecture is that transfer pricing must align division incentives with overall firm profit maximization. For products without external markets, the transfer price must equal the marginal cost of the production division. For products with perfectly competitive external markets, the transfer price equals the external market price. For imperfectly competitive external markets, the transfer price is set where marginal cost equals the marginal revenue from combined markets, leading to price discrimination between internal and external sales. Finally, markup pricing based on demand elasticity is a practical method for achieving profit maximization—the more elastic the demand, the lower the markup.
🧠 Quick Revision Questions
- What is the optimal transfer price when there is no external market for the intermediate product?
- How is the total marginal cost (MCₜ) of the marketing division calculated when the intermediate product is purchased at the transfer price?
- In the perfectly competitive external market case, if the production division produces 50 units but the marketing division only demands 40 units, what happens to the remaining 10 units?
- What is the formula for the optimal markup on cost, and how does it relate to the price elasticity of demand?
- Under imperfectly competitive external markets, what condition determines the optimal distribution of the intermediate product between internal and external sales?
📘 Lecture 36 — Alternative Theories of the Firm
📖 Overview: This lecture critiques the neoclassical theory of the firm, which assumes profit maximization as the sole objective, and introduces alternative theories proposed during the 1960s. It examines both the Managerial School and Behavioral School, focusing on Baumol's Sales Revenue Maximization Model as a key alternative. Understanding these theories is crucial because they reflect real-world managerial behavior where ownership is separated from control.
🗂️ Topics Covered
The lecture begins with a critique of neoclassical profit maximization theory and its basic assumptions, followed by managerial criticisms regarding the separation of ownership and management. It then introduces alternative theories of the firm, including Baumol's Sales Maximization Model, Williamson's Managerial Utility Theory, Marris's Growth Maximization Theory, and Behavioral Theories by Simon, Cyert, and March. The lecture concludes with a detailed analysis of Baumol's Static Models, including the mathematics of sales versus profit maximization.
📝 Lecture Summary
A CRITIQUE OF THE NEOCLASSICAL THEORY OF THE FIRM
Traditional theory assumes profit maximization as the only objective of the business firm. Although this conventional theory still holds ground, several alternative theories were proposed during the early 1960s by economists including Simon, Baumol, Marris, Williamson, Cyret and March.
THE BASIC ASSUMPTIONS OF THE NEOCLASSICAL THEORY
The traditional theory assumes a single owner-entrepreneur with no separation between ownership and management. The entrepreneur is assumed to have unlimited information, unlimited time, and unlimited ability to compare all possible alternatives and choose the one that maximizes profit. This behavior is described as acting with global rationality — there are no time, information, or other constraints in achieving the single goal of profit maximization.
The firm has a single goal of profit maximization and is an optimizing model attempting to achieve the best possible performance. However, there may be exceptions where making maximum short-term profit might cause entry of new firms or government intervention. The goal is attained by application of the marginalist principle assuming perfect certainty where cost and demand conditions are perfectly known.
"MANAGERIAL" CRITICISMS OF THE PROFIT-MAXIMISING MODEL
Berle and Means (1932) first commented that firms are owned by shareholders but controlled by managers, and owners' and managers' interests are different. Managers have discretion to use the firm's resources in their own interests. There is empirical evidence that profits are higher in owner-controlled firms than in firms where management is divorced from ownership, though the evidence is far from conclusive.
🔑 Definition — Global Rationality: The assumption that the entrepreneur acts with unlimited information, time, and ability to compare all possible alternatives and choose the one that maximizes profit.
Two schools of thought emerged from the critique:
- The "Managerial School"
- The "Behavioural School"
ALTERNATIVE THEORIES OF THE FIRM
- Sales Revenue Maximization Model – William Baumol
- Theory of Managerial Utility – Oliver Williamson (integrates growth maximization, profit/sales maximization, and maximization of present value of future sales)
- Maximizing Growth – Robin Marris (managerial utility depends on the firm's rate of growth; supply-led growth vs. demand-led growth)
- Behavioral Theories – Herbert Simon, Richard Cyert, and James March (firms are multi-goal, multi-decision, organizational coalitions with imperfect knowledge and bounded rationality; managers cannot maximize but instead must satisfice)
The first three theories represent the Managerial School, while the last represents the Behavioural School.
🔑 Definition — Satisficing: A decision-making strategy where managers aim for satisfactory rather than optimal outcomes because they cannot meet the aspiration levels of all stakeholders due to bounded rationality.
SALES MAXIMIZATION MODEL: W.J. BAUMOL
Baumol argues that sales maximization seems the most reasonable goal of managers, based on his experience as a consultant to large firms. He gives several reasons:
- Salaries and other earnings of top managers are correlated more closely with sales than with profits
- Banks and financial institutions are more willing to finance firms with large and growing sales
- Personnel problems are handled more satisfactorily when sales are growing
Top managers become risk-avoiders to a certain extent, which may curb economic growth but has a stabilizing effect on economic activity. In oligopolistic markets, management often acts on the basis that their decisions will produce no changes in competitors' behavior, except for major decisions like launching advertising campaigns or new product lines.
BAUMOL'S STATIC MODELS
The basic assumptions of the static models include:
- The time-horizon is a single period
- The firm attempts to maximize total sales revenue subject to a profit constraint
- The minimum profit constraint is exogenously determined by shareholders, banks, and financial institutions
- Cost curves are U-shaped and the demand curve is downward-sloping
A STATIC MODEL, WITHOUT ADVERTISING
Total sales revenue is at its maximum at the highest point of the TR curve, where price elasticity of demand is unity and marginal revenue equals zero (MR = 0).
In figure 1, profit (π = TR – TC) is maximized at $90 at Q = 40 units where MR = MC. TR is maximum at $250 where Q = 50, with MR = 0 and π = $70. If the minimum profit requirement is $70 or less, the profit constraint is non-binding. With a minimum profit requirement between $70 and $90, the profit constraint is binding or operative. If the minimum profit requirement were higher than $90, the firm produces Q = 40 units and maximizes π at $90 with TR = $240.
📐 Formula: MR = P[1 – 1/e] where e is price elasticity of demand → At maximum sales, MR = 0, so 0 = P[1 – 1/e], meaning e = 1 (unitary elasticity)
Predictions of Baumol's single-period model (without advertising):
- The sales maximizer will produce a higher level of output than a profit maximizer
- The sales maximizer sells at a price lower than the profit maximizer
- The sales maximizer earns lower profits than the profit maximizer
- The sales maximizer will never choose output where price elasticity (e) is less than unity
BAUMOL SALES MAXIMIZATION MODEL: EXAMPLE
Given: Demand function Q = 100 – 10P or P = 10 – 0.1Q TR = 10Q – 0.1Q² TC = 70 + 2Q π = -70 + 8Q – 0.1Q²
Profit Maximization: dπ/dQ = 10 – 0.2Q = 0 → Q = 40, P = $6 TR = $240, π = $90
Sales Maximization: d(TR)/dQ = 10 – 0.2Q = 0 → Q = 50, P = $5 TR = $250, π = $80
With Minimum Profit Constraint of π = $85: -70 + 8Q – 0.1Q² = $85 0.1Q² - 8Q + 155 = 0 Using quadratic formula, selecting largest output: Q = 47.07 P = $5.29, TR = $249.14, π = $85 (minimum required)
📌 Example: A firm with demand P = 10 – 0.1Q and TC = 70 + 2Q produces Q = 40 and earns π = $90 under profit maximization, but produces Q = 50 (sales max) and earns only π = $80. If a minimum profit constraint of $85 exists, the firm produces Q = 47.07, charging P = $5.29 to achieve TR = $249.14.
⭐ Key Takeaways
The neoclassical theory assumes a single owner-entrepreneur with global rationality pursuing profit maximization, but this has been criticized because modern firms separate ownership from management with different interests. Baumol's sales maximization model is the key alternative, where managers maximize total revenue subject to a minimum profit constraint determined by shareholders and financial institutions. A sales maximizer produces more output at a lower price than a profit maximizer and earns lower profits. The profit constraint can be non-binding (when minimum required profit is low enough) or binding (when it restricts the firm from reaching the sales-maximizing output). The sales-maximizing output occurs where MR = 0 and price elasticity equals unity (e = 1), and the firm will never operate where elasticity is less than one.
🧠 Quick Revision Questions
- What are the three basic assumptions of the neoclassical theory of the firm?
- According to Berle and Means, how does the separation of ownership and management affect firm objectives?
- What is the difference between the Managerial School and the Behavioural School of thought?
- Under what condition is the profit constraint non-binding in Baumol's sales maximization model?
- Why will a sales-maximizing firm never produce at an output where price elasticity is less than unity?
📘 Lecture 37 — ALTERNATIVE THEORIES OF THE FIRM (CONTINUED 1)
📖 Overview: This lecture continues the exploration of alternative theories of the firm, moving beyond traditional profit maximization. It details Baumol's Sales Maximization Model with advertising as a key policy variable and introduces Marris's Model of Maximization of Growth Rate, which reconciles the conflicting goals of managers and owners. Understanding these models is crucial for analyzing real-world firm behavior in oligopolistic markets.
🗂️ Topics Covered
The lecture covers two major alternative theories: Baumol's static sales maximization model incorporating advertising as a policy variable, including its assumptions, equilibrium conditions, and criticisms. It then presents Marris's growth maximization model, detailing the utility functions of managers and owners, the balanced growth rate concept, the managerial and job security constraints (including the three financial ratios), the determination of demand and capital growth rates, and the model's equilibrium conditions, contributions, and criticisms.
📝 Lecture Summary
SALES MAXIMIZATION MODEL: W.J.BAUMOL
BAUMOL'S STATIC MODEL with Advertising The goal of the firm is sales revenue maximization subject to a minimum profit constraint, which is exogenously determined. A new element is the introduction of advertising as a major instrument (policy variable) of the firm. Baumol argues that in the real world, non-price competition is the typical form of competition in oligopolistic markets.
The total revenue function is now: TR = f(Q, A) TR is a function of quantity (Q) and advertising expenditure (A).
ADDED ASSUMPTION OF THE ADVERTISING MODEL The central assumption is that sales revenue increases with advertising expenditure (that is, ∂TR/∂A > 0, where A = advertising expenditure). This implies that advertising will always shift the demand curve of the firm to the right. The firm will sell a larger quantity and earn larger revenue. The price is assumed to remain constant. Another simplifying assumption is that production costs are independent of advertising. Baumol recognizes this is unrealistic but claims it can be relaxed without significantly changing the analysis.
Baumol argues that an oligopolistic firm will prefer advertising over price cuts. While a price cut may or may not increase sales revenue (depending on elasticity), an increase in advertising will always increase sales revenue because the marginal revenue of advertising (∂TR/∂A) is positive by assumption.
With advertising, it is no longer possible to have equilibrium where the profit constraint is not operative. Unlike price reduction, increased advertising always increases sales revenue. Consequently, the sales maximizer will increase advertising expenditure until stopped by the profit constraint. Thus, the minimum profit constraint is always operative when advertising is introduced. The sales maximizer will normally have higher advertising expenditures than a profit maximizer.
🔑 Definition — Sales Maximizer's Advertising: A sales-maximizing firm will have higher advertising expenditures than a profit-maximizing firm, as it continues to advertise until constrained by minimum profit requirements.
The model is shown in Figure 1. Advertising expenditure is on the horizontal axis, and the advertising function is a 45° line. Production costs (CC') are independent of advertising. Adding advertising costs to production costs gives the total-cost curve (TC). Subtracting total cost from total revenue gives the total-profit curve (Π). The positive marginal revenue of advertising means unconstrained sales maximization is not possible. The advertising expenditure of the sales maximizer (0Aₛ) is higher than that of the profit maximizer (0Aπ), and the profit constraint (Π) is operative at equilibrium.
Formal Model: R = f (Q, A) = TR function C = f (Q) = total production function Π’ = minimum acceptable profit A(a) = total cost of advertising function
Maximize: R = f (Q, A) Subject to: Π = R – C – A ≥ Π’ With assumptions: ∂R/∂Q > 0, ∂C/∂Q > 0, Q > 0
CRITICISM OF BAUMOL'S MODEL
- The hypothesis cannot be tested without measuring demand and cost functions of individual firms, but such data are not disclosed.
- In the long run, sales-maximization and profit-maximization may yield identical solutions, but this lacks empirical evidence.
- The theory does not show how equilibrium in an industry of sales maximizers will be attained; the firm-industry relationship is not established.
- The hypothesis assumes the firm has market power (control over price and expansion) without being affected by competitors' reactions.
- The assumption that ∂TR/∂A > 0 is not justified and casual observation suggests it may not always hold.
MARRIS'S MODEL OF MAXIMIZATION OF GROWTH RATE (1964)
The goal of the firm is the maximization of the balanced rate of growth of the firm, meaning the maximization of the rate of growth of demand for the firm's products and the growth of its capital supply: Maximize g = gᴰ = gᶜ
Where: g = balanced growth rate gᴰ = growth of demand for the products of the firm gᶜ = growth of the supply of capital
🔑 Definition — Balanced Growth Rate: The growth rate where the rate of growth of demand for a firm's products equals the rate of growth of its capital supply.
This goal has two constraints: a managerial constraint (available team and skills) and a financial constraint (set by managers' desire for job security). The rationale is that maximizing both growth rates maximizes the utility of both managers and owners.
Managerial theorists argue that the separation of ownership and management allows managers to set different goals. The utility function of managers (Uᴹ) includes salaries, status, power, and job security. The utility function of owners (Uᵒ) includes profits, output size, capital size, market share, and public image. Marris argues these goals are not as different as other theories claim, because most variables correlate with the size of the firm.
Marris suggests the owners' utility function can be written as: *Uowners = f(gᶜ)**. The managerial utility function can be written as Uᴹ = f(gᴰ, s) where s is job security. Marris treats s as an exogenously determined constraint, so Uᴹ = f(gᴰ, s').
CONSTRAINTS
The managerial constraint and R&D capacity limit both gᴰ and gᶜ. The job security constraint is managed by avoiding risky investments and choosing prudent financial policies. Prudent financial policy involves determining optimal levels for three crucial financial ratios:
- Leverage ratio (debt ratio)
- Liquidity ratio
- Retention ratio
🔑 Definition — Three Financial Ratios:
- Liquidity ratio (a₁) = L/A (Liquid assets / Total assets)
- Leverage ratio (a₂) = D/A (Debt / Total assets)
- Retention ratio (a₃) = Πᴿ/Π (Retained profits / Total profits)
These are combined into a single parameter, ā (the financial security constraint), which is exogenously determined by top management's risk attitude. The overall constraint ā is negatively related to a₁ (liquidity) and positively related to a₂ (leverage) and a₃ (retention). There is a negative relation between job security (s) and the financial constraint (ā). The financial security constraint sets a limit to gᶜ.
THE MODEL: EQUILIBRIUM OF THE FIRM Managers maximize Uᴹ = f(gᴰ). Owners maximize Uᵒ = f*(gᶜ). The firm is in equilibrium when the maximum balanced growth rate is attained: *gᴰ = gᶜ = g (maximum)**.
The factors determining gᴰ and gᶜ can be expressed in terms of two variables: the diversification rate (d) and the average profit margin (m). The firm first determines its financial policy (ā), then chooses the diversification rate and profit margin to maximize g*.
📌 Example — Model Equilibrium (Figure 1):
- As the rate of growth of demand increases, profitability increases until a certain point (A). After that, a higher growth rate requires a reduction in the profit rate due to managerial constraints.
- The optimal position for managers is point B (the growth/utility maximization point), where the demand-growth and supply-growth curves intersect.
- The supply-growth curve shows a direct relationship between profitability and the maximum rate of capital growth.
- The model suggests that "owner-controlled firms achieve lower growth and higher profits."
POLICY VARIABLES IN THE MARRIS MODEL:
- The firm can change its balanced growth rate (g*) by changing the three security ratios (a₁, a₂, a₃).
- The firm can choose its diversification rate (d) by changing the style of existing products or expanding the product range.
- Price is not a policy variable in Marris's model; it is given by the oligopolistic industry structure.
THE RATE OF GROWTH OF DEMAND: gᴰ The firm grows by diversification (not merger or take-over). gᴰ = f₁(d, k), where d = diversification rate (number of new products per time period) and k = proportion of successful new products.
THE RATE OF GROWTH OF CAPITAL SUPPLY: gᶜ Corporate capital includes fixed assets, inventories, short-term assets, and cash reserves. Growth is financed from internal sources (profits) and external sources (new bonds or bank loans). Under Marris's assumptions: gᶜ = ā(Π), where ā is the financial security coefficient (constant and exogenous) and Π is the total profit level.
MARRIS MODEL CONTRIBUTIONS
- Incorporates financial policies of the firm into the decision-making process by introducing the financial coefficient ā as an additional (though exogenous) policy variable.
- Provides reconciliation between the conflicting utility functions of managers and owners.
CRITICISM OF MARRIS MODEL
- Assumes cost structure and price are given, thus assuming profit is given. Price determination, a major issue in firm theory, is ignored.
- Ignores the interdependence among firms' decisions in oligopolistic markets, meaning product differentiation is overlooked.
- Fails to explain oligopolistic interdependence in non-collusive firms, limiting the theory's applicability.
⭐ Key Takeaways
The lecture presents two major alternative theories to profit maximization. Baumol's model posits that firms maximize sales revenue subject to a minimum profit constraint, and with advertising, this constraint is always binding, leading to higher advertising spending than under profit maximization. Marris's model argues that firms maximize a balanced rate of growth of demand and capital, reconciling managerial and owner goals which are both linked to firm size. A critical distinction is that Marris introduces financial policy (the three ratios and the ā coefficient) and diversification rate as key decision variables, while price is taken as given by market structure. Both models highlight the separation of ownership and control, but are criticized for simplifying assumptions like ignoring competitive interdependence and price determination.
🧠 Quick Revision Questions
- In Baumol's sales maximization model with advertising, what is the key assumption about the marginal revenue of advertising (∂TR/∂A)?
- What is the central goal of the firm in Marris's model, and what condition defines equilibrium?
- Name the three financial ratios that constitute the financial security constraint in Marris's model and state how each is related to the overall constraint (ā)?
- According to the lecture, what is a major criticism that applies to both Baumol's and Marris's models regarding the market structure?
- In Marris's model, what are the two primary policy variables (other than the financial security coefficient) that the firm chooses to maximize the balanced growth rate?
📘 Lecture 38 — ALTERNATIVE THEORIES OF THE FIRM (CONTINUED 2)
📖 Overview: This lecture presents Williamson's Theory of Managerial Utility Maximization, a Nobel Prize-winning alternative to traditional profit-maximization assumptions. It explains how managers pursue their own utility through staff expenditure, emoluments, and discretionary investment, rather than simply maximizing profits. The model provides a more realistic view of firm behavior in less competitive markets.
🗂️ Topics Covered
Williamson's model of managerial utility maximization is introduced as an alternative to profit maximization, examining what managers want (utility from salary, power, status, and professional excellence), the basic relations and definitions (demand, production cost, actual profit, minimum profit, discretionary investment, and discretionary profit), a simplified model and its graphical analysis showing equilibrium where managerial indifference curves are tangent to the profit-staffing curve, the general model incorporating all three utility components, implications comparing Williamson's model to profit maximization, and criticisms of the theory.
📝 Lecture Summary
WILLIAMSON’S THEORY OF MANAGERIAL UTILITY MAXIMIZATION
The assumptions of profit-maximisation have been criticised, leading to two schools of thought: the "Managerial School" and the "Behavioural School". Oliver Williamson's model of utility maximisation of managerial utility function is a finale of the managerial utility models. He was awarded the Nobel Prize in Economic Science for 2009 for proposing a theory clarifying why some transactions take place inside firms and not in markets. Managers have different motives, desires, and aspirations which they want to maximise rather than maximising profit—including perks like big company cars, lavish offices, and luxurious bungalows.
💡 Why this matters: This model recognizes that real-world managers are not purely profit-driven automatons but have personal goals that influence firm decisions.
WHAT DO MANAGERS WANT?
UTILITY = happiness, satisfaction. What gives managers utility? Utility = f(Salary, power, status, professional excellence) expressed as Utility = f(S, M, I_D).
ASSUMPTIONS OF UTILITY MAXIMIZATION MODEL:
- Managers can act independently
- The firm's market is not highly competitive (firm can make supernormal profits)
- Managerial utility (U) is obtained from a combination of additional expenditure on staffing (S), managers' salaries and fringe benefits (M), and discretionary investment (I_D)
Williamson's model focuses on three areas: U = f₁(S, M, I_D)
- S = staff expenditure, including managerial salaries (administrative and selling expenditure)
- M = managerial emoluments
- I_D = discretionary investment
BASIC RELATIONS AND DEFINITIONS
The Demand of the Firm: The firm has a known downward-sloping demand curve defined by:
- X = f*(P, S, ε) or P = f₂(X, S, ε)
- Where X = output, P = price, S = staff expenditure, ε = condition of the environment (demand-shift parameter)
Demand is negatively related to price, but positively related to staff expenditure and to the shift factor ε. An increase in staff expenditure shifts the demand curve upward, allowing charging of a higher price.
THE PRODUCTION COST: Total production cost (C) is an increasing function of output: C = f₃(X) where δC/δX > 0.
ACTUAL PROFIT (π): Actual profit is revenue from sales (R), less production costs (C), and less staff expenditure (S): π = R – C – S This is profit reported to tax authorities—actual profit less managerial emoluments (M) which are tax deductible: π_R = π – M = R – C – S – M
🔑 Definition — Minimum Profit (π_O): The amount of profits (after tax) required for an acceptable dividend policy by shareholders. If shareholders do not receive some profit, they will sell shares or vote for a change in top management, reducing managers' job security. So managers ensure a minimum profit π_O sufficient to keep shareholders satisfied. The reported profits must be at least as high as the minimum profit requirement plus tax: π_R ≥ π_O – T
Where T = tax, with tax function: T = T' + t·π_R (t = marginal tax rate, T' = lump sum tax).
🔑 Definition — Discretionary Investment (I_D): The amount left from reported profit after subtracting minimum profit (π_O) and tax (T): I_D = π_R – π_O – T
🔑 Definition — Discretionary Profit (π_D): The amount of profit left after subtracting from actual profit (π) the minimum profit requirement (π_O) and tax (T): π_D = π – π_O – T
THE MODEL: A SIMPLIFIED MODEL OF MANAGERIAL DISCRETION
First stage assumes no managerial emoluments (M = 0), so actual profit equals reported profit.
Maximize U = f(S, I_D) subject to π > π_O + T
Since no emoluments, discretionary investment absorbs all discretionary profit. The managerial utility function becomes: U = f[S, (π – π_O – T)]
Assuming no lump-sum tax (T = tπ): U = f[S, (1 - t)π – π_O)] where (1 – t)π – π_O = π_D is discretionary profit.
The graphical presentation requires:
- Indifference curves map of managers (on axes measuring S and π_D)
- Curve showing relationship between S and π_D
Each indifference curve shows combinations of S and π_D giving same satisfaction to managers. Indifference curves are convex to the origin implying diminishing marginal rate of substitution of staff expenditure and discretionary profit. They do not intersect the axes—firm chooses positive levels of both π_D and S.
Figures 1 & 2 show the managerial indifference map with typical shape. Figure 3 shows the relationship between π_D and S determined by the profit function: π = f(X) = f(P, S, ε). Since t and π_O are exogenously given, and assuming output is chosen optimally (MC = MR), the π_D-S curve is derived.
The overall reported profit must satisfy shareholders (continued support) and pay taxes. Once these prior commitments are paid, the rest is at managers' discretion.
There is substitutability between S and π_D—the S-π_D curve shows trade-off between profit and staffing expenditure. Initially moving left to right along the S-π_D curve, both profit and staffing increase. After point S₁π_D₁, further increase in expenditure decreases profit—this is the profit maximizing point. If all reported profits were taken by shareholders/taxes, this would be optimal.
The model assumes this is not the case—managers will increase staff spending beyond this point for increased utility. U₁, U₂, U₃ are managerial indifference curves (U₃ preferred to U₂ preferred to U₁). Managers' ability to obtain utility is constrained by what the firm can afford.
📌 Example: In Figure 4, U₃ is out of reach. Managers choose point S₂π_D₂ where the S-π_D curve is tangent to U₂—the highest attainable utility level. At this managerial utility maximization point, staffing expenditure is higher and profit lower than if the firm pursued profit maximization.
THE GENERAL MODEL OF MANAGERIAL DISCRETION
Maximize U = f(S, M, π_R – π_O – T) subject to π_R ≥ π_O + T
Assuming positive but diminishing marginal utility for each component, the constraint becomes redundant. Substituting:
- π_R = π – M = R – C – S – M
- T = T' + t(R – C – S – M)
We obtain: U = f[S, M, {(1 - t)(R – C – S – M) – π_O}]
Defining σ as the ratio of retained to actual profit: σ = π_R/π, so π_R = π·σ. Solving for M: M = (1 – σ)π = (1 – σ)(R – C – S) where (1 – σ) is proportion of profits absorbed by emoluments.
The managerial utility function becomes: U = f[S, {(1 – σ)(R – C – S)}, {σ(1 – t)(R – C – S) – π_O}]
IMPLICATIONS OF THE MODEL
Comparing Williamson's model with profit maximization:
For the profit maximizer: π = R – C – S and π_R = π (σ = 1). The profit maximizer chooses X and S to maximize π = R – C – S.
First-order conditions for profit maximizer:
- (a) ∂π/∂X = ∂R/∂X – ∂C/∂X or ∂R/∂X = ∂C/∂X
- (b) ∂π/∂S = ∂R/∂S or ∂R/∂S = 1
Comparison Table:
| Condition | Williamson | Profit Maximizer |
|---|---|---|
| ∂R/∂X = ∂C/∂X | Yes | Yes |
| ∂R/∂S | < 1 | = 1 |
| σ | < 1 | = 1 |
| M (Emoluments) | > 0 | = 0 |
| S (Staffing) | > 0 | = 0 |
| I_D (Discretionary Investment) | > 0 | = 0 |
Staffing expenditure, managerial slack, and discretionary investment spending will be larger for a utility-maximizing firm than for a profit-maximizing firm.
Williamson's case studies support his model explaining real-world phenomena:
- Increase in S and M in booms, drastic cuts in recessions
- Reaction of firms to taxation changes
- Changes in X, S, and M in response to fixed cost changes
- Drastic cuts in S by newly appointed top management without affecting productivity
CRITICISM OF WILLIAMSON'S MANAGERIAL UTILITY MAXIMIZATION MODEL
- Available evidence is insufficient for verification of the theory
- The model fails to deal with the core problem of oligopolistic interdependence and strong oligopolistic rivalry—it holds only where rivalry is not strong; when rivalry is strong, a profit-maximizing model is more appropriate
⭐ Key Takeaways
Williamson's model fundamentally rejects the profit-maximization assumption, proposing instead that managers maximize their own utility from staff expenditure (S), managerial emoluments (M), and discretionary investment (I_D). The firm's equilibrium occurs where the highest attainable managerial indifference curve is tangent to the S-π_D trade-off curve, resulting in higher staffing, higher emoluments, and lower profits than under profit maximization. A key result is that the marginal revenue product of staff expenditure (∂R/∂S) is less than 1 under Williamson's model, versus exactly 1 under profit maximization. The model is most applicable in less competitive markets where managers have discretion, but fails to address strong oligopolistic rivalry.
🧠 Quick Revision Questions
- What are the three components of the managerial utility function in Williamson's model, and what does each represent?
- How does the equilibrium condition for staff expenditure (∂R/∂S) differ between Williamson's utility-maximizing firm and a profit-maximizing firm?
- Define discretionary investment (I_D) and explain how it relates to reported profit, minimum profit, and taxes.
- In the graphical analysis, why does the S-π_D curve first rise and then fall, and what is the significance of the tangency point?
- List two criticisms of Williamson's managerial utility maximization model.
📘 Lecture 39 — Alternative Theories of the Firm (Continued 3)
📖 Overview: This lecture continues the exploration of alternative theories to profit maximization, focusing on the Behavioral School. It explains why firms cannot maximize but instead "satisfice" due to bounded rationality, and details the Carnegie School's contributions, the multi-goal nature of firms, and how conflicts among stakeholders are resolved. This matters because it presents a more realistic, descriptive model of how actual corporations operate, contrasting sharply with traditional neoclassical assumptions.
🗂️ Topics Covered
The lecture covers the Behavioral School's main features and the Carnegie School's origins. It details the firm's goals in the satisficing model, the behavioral model of Cyert and March, and the concept of satisficing behavior. It then explains means for resolving conflict (money, side, and slack payments), uncertainty in the firm's environment, and provides a detailed comparison with traditional theory. Finally, it assesses the contributions and serious shortcomings of the behavioral theory.
📝 Lecture Summary
Behavioral School Theories
The Behavioral School, mainly presented by Herbert Simon, Richard Cyert and James March, challenges traditional profit-maximization assumptions. Its main features are: firms are multi-goal, multi-decision, multi-product organizational coalitions; managers have imperfect knowledge and bounded rationality; managers cannot meet the aspiration levels of all stakeholders and can never really know if they are maximizing profits, sales or growth. Consequently, managers cannot maximize; instead they have to satisfice.
🔑 Definition — Satisficing: A decision-making strategy that aims for a satisfactory or adequate result, rather than the optimal one, given limited information and cognitive abilities. 💡 Why this matters: This concept directly contradicts the traditional assumption of optimizing agents and provides a more psychologically realistic view of managerial decision-making.
Carnegie School
The 'Carnegie School' is identified with pioneering work in Behavioral Economics done by Herbert Simon, James G. March and Richard Cyert in the 1950s and 1960s at Carnegie Mellon University. These behavioralists focus on understanding how individuals and organizations act and make decisions in the real world, challenging neoclassical theories of optimization. Concepts like bounded rationality and satisficing were developed to describe decision-making in the face of 'the uncertainties and ambiguities of life'.
Firm's Goals: The Satisficing Model
The firm has multiple goals, not just profit. These include:
- Production Goal: Output must lie within a certain satisfactory range to ensure smooth running.
- Inventory Goal: Maintaining a balanced inventory of both raw materials and finished goods to ensure continuity of production and supply.
- Sales Goal: Achieving a satisfactory level of sales.
- Market Share Goal: Achieving a satisfactory size of market share as a measure of comparative success and firm growth.
- Profit Goal: Still an important goal, but one amongst a number rather than necessarily the goal of overriding importance.
Goals of the Firm: Satisficing Behaviour
The firm is not a single-goal, single-decision unit but a multi-goal, multi-decision organizational coalition of different groups (managers, workers, shareholders, customers, suppliers). Each group has its own set of goals. The goals are set by top management and take the form of aspiration levels. If attained, performance is considered 'satisfactory'. The firm is a satisficing, not a maximizing, organization.
This behavior is characterized by Simon as 'limited' or 'bounded rationality', as opposed to 'global' rationality. Traditional theory assumes unlimited, costless information and unlimited computational ability. Behavioral theory recognizes that managers have limited time, imperfect information, and limited computational ability. Therefore, they cannot examine all alternatives; they examine a small number and choose the 'best' given their constraints.
Means for the Resolution of the Conflict
The firm uses several means to satisfy the demands of its various coalition groups:
- Money payments: The major source of satisfying demands, paying factors their market prices.
- Side payments - Policy commitments: Allocating funds for specific projects to retain key personnel (e.g., funding a scientist's research plan).
- 'Slack' payments: Payments above what is required to keep a factor in the firm. Examples include wages higher than necessary for workers, higher salaries or perquisites (luxurious offices, limousines) for managers, higher dividends for shareholders, or unnecessary discounts for customers. This 'slack' is equivalent to economic rent.
Uncertainty and the Environment of the Firm
Cyert and March distinguish two types of uncertainty:
- Market uncertainty: Refers to changes in customers' preferences or production techniques. It is inherent and can be partly avoided by search activity but not completely.
- Uncertainty of competitors' reactions.
Given market uncertainty, the behavioral firm avoids long-term planning, works within a short time-horizon, and chooses to ignore the long-run consequences of short-run decisions.
A Comparison with the Traditional Theory
| Feature | Traditional Theory | Behavioral Theory |
|---|---|---|
| Nature of Firm | A single entrepreneur. | A coalition of groups with conflicting interests. |
| Ownership | Ownership and management are unified. | There is a dichotomy between ownership and management. |
| Firm's Objective | People do not have objectives; the organization does (profit). | "Organisations do not have objectives, only people have objectives." |
| Goal | A single goal: profit maximization. | A multiplicity of goals (aspiration levels). |
| Behavior | Maximizing. | Satisficing. |
| Rationality | 'Global' rationality (unlimited info & ability). | 'Bounded' or 'limited' rationality. |
| Response to Environment | Chooses policy variables to maximize long-run profits. | An adaptive organization that learns from experience and seeks satisficing levels. |
Behavioral Theory: Contributions
The main contributions are:
- Insight into the process of goal-formation and internal resource allocation, an aspect neglected in traditional theory.
- The analysis of 'slack' and its stabilizing role on the activity of the firm.
The Behavioral Theory: Serious Shortcomings
The theory has several major criticisms:
- It provides a simulation approach that predicts behavior but does not explain it.
- It does not deal with industry equilibrium or explain the interaction of firms.
- It gives no account of conditions of entry or the threat of potential entrants.
- It cannot explain the dynamic aspects of invention and innovation.
- It implies a short-sighted behavior that ignores the need for long-term planning.
- It resolves oligopolistic interdependence by assuming tacit collusion, which is an unstable solution.
- It is based on too few case studies to be a generalized theory.
- It has no predictive power whatsoever.
Which Approach is Most Useful?
The behavioral approach is a more accurate description of what happens inside the firm, but it tells us almost nothing about how the firm will respond to changes in the environment. However, if shareholders are powerful and demand maximum profit, the firm will behave like a profit-maximizer. Overall, alternative theories are useful complements to, not substitutes for, the traditional theory. The traditional theory of profit maximization still holds the ground firmly.
⭐ Key Takeaways
The Behavioral School, led by Simon, Cyert, and March, argues that firms are coalitions of groups with conflicting goals, not single-minded profit maximizers. Due to bounded rationality—limited information, time, and computational ability—managers cannot maximize profits; instead, they satisfice, setting and meeting satisfactory aspiration levels for production, inventory, sales, market share, and profit. The key concept of "slack" is an important mechanism for stabilizing the firm by paying stakeholders more than necessary. While behaviorism offers a more realistic internal view of the firm, its major shortcoming is a lack of predictive power regarding external market reactions, meaning the profit-maximization model remains the standard for predicting firm behavior.
🧠 Quick Revision Questions
- What are the two main schools of thought that criticize the profit-maximizing assumption of the firm, as introduced in this lecture?
- Define "bounded rationality" and explain how it leads to "satisficing" behavior.
- List the five main goals of the firm according to Cyert and March's satisficing model.
- What is "organizational slack" and what is its stabilizing role within the firm?
- What is the most significant shortcoming of the behavioral theory according to the lecture?
📘 Lecture 40 — RISK ANALYSIS
📖 Overview: This lecture examines risk and uncertainty in managerial decision-making, explaining how managers can quantify and measure risk when outcomes are not known with certainty. It introduces essential concepts such as probability distributions, expected values, standard deviation, and the coefficient of variation, providing tools for comparing and evaluating risky investment projects.
🗂️ Topics Covered
The lecture begins by differentiating between certainty, risk, and uncertainty in decision-making, introducing core concepts like strategy, states of nature, and payoff matrices. It then explains how to measure risk using probability distributions, calculate expected values, and assess absolute risk through standard deviation. Finally, it covers relative risk measurement using the coefficient of variation and demonstrates how to use the normal distribution and standardized variables for risk analysis.
📝 Lecture Summary
RISK AND UNCERTAINTY IN MANAGERIAL DECISION MAKING
Managerial decisions are made under three conditions: certainty, risk, or uncertainty. Certainty exists when there is only one possible outcome that is known precisely. For example, investing in Defense Savings Certificates from the Government of Pakistan yields a guaranteed 12.60% p.a. return, with only one possible outcome known with certainty. When more than one outcome is possible, risk or uncertainty is present.
RISK refers to a situation where there is more than one possible outcome and the probability of each specific outcome is known or can be estimated. Risk requires the decision maker to know all possible outcomes and have some idea of each outcome's probability. For instance, tossing a balanced coin has two possible outcomes (head or tail), each with a 50% probability. The greater the variability of possible outcomes, the greater the risk.
UNCERTAINTY occurs when there is more than one possible outcome but the probability of each outcome is not known or even meaningful, often due to insufficient past information or structural instability. In extreme cases, even the outcomes themselves are unknown. Drilling for oil in an unproven field exemplifies uncertainty when neither possible oil outputs nor their probabilities are known.
In analyzing risk, we use three key concepts: strategy, states of nature, and payoff matrix. A strategy is one of several alternative courses of action a decision maker can take to achieve a goal, such as building a large or small plant. States of nature are future conditions that significantly affect the success or failure of any strategy but over which the decision maker has little or no control, such as economic boom, normal, or recession. A payoff matrix is a table showing the possible outcomes or results of each strategy under each state of nature.
🔑 Definition — Probability: The chance that an event will occur, expressed as a decimal or percentage between 0 and 1.
🔑 Definition — Strategy: One of several alternative courses of action a decision maker can take to achieve a goal.
🔑 Definition — States of Nature: Future conditions that significantly affect the success or failure of any strategy but are beyond the decision maker's control.
🔑 Definition — Payoff Matrix: A table that shows the possible outcomes or results of each strategy under each state of nature.
MEASURING RISK WITH PROBABILITY DISTRIBUTIONS
PROBABILITY DISTRIBUTIONS list all possible outcomes of an event and the probability attached to each. The sum of all probabilities equals 1.0 (or 100%), since one of the outcomes must occur with certainty. For example, Table 1 shows a probability distribution with three states of the economy: boom (0.25), normal (0.50), and recession (0.25), totaling 1.00.
Table 1: Probability Distribution of States of the Economy
| State of the Economy | Probability of Occurrence |
|---|---|
| Boom | 0.25 |
| Normal | 0.50 |
| Recession | 0.25 |
| Total | 1.00 |
The expected value or expected profit of an investment is calculated by multiplying each possible outcome by its probability and summing these products. This gives the weighted average of all possible profit levels.
📐 Formula: E(π) = π̄ = Σ(πᵢ · Pᵢ) for i = 1 to n Where πᵢ is the profit level associated with outcome i, Pᵢ is the probability that outcome i will occur, and n is the number of possible outcomes.
Table 2 presents the payoff matrix for two projects (A and B) with identical expected profits of $500 but different risk levels.
Table 2: Payoff Matrix and Expected Values
| Project | State of Economy | Probability (P) | Outcome (π) | Expected Value |
|---|---|---|---|---|
| A | Boom | 0.25 | $600 | $150 |
| A | Normal | 0.50 | $500 | $250 |
| A | Recession | 0.25 | $400 | $100 |
| Expected profit from Project A | $500 | |||
| B | Boom | 0.25 | $800 | $200 |
| B | Normal | 0.50 | $500 | $250 |
| B | Recession | 0.25 | $200 | $50 |
| Expected profit from Project B | $500 |
Project A has a smaller range of outcomes ($400 to $600) compared to Project B ($200 to $800), making Project A less risky and preferable for a risk-averse manager.
📌 Example: Using Table 2, the expected profit for Project A is calculated as ($600 × 0.25) + ($500 × 0.50) + ($400 × 0.25) = $150 + $250 + $100 = $500. For Project B: ($800 × 0.25) + ($500 × 0.50) + ($200 × 0.25) = $200 + $250 + $50 = $500.
A discrete probability distribution shows outcomes as separate bars (Figure 1), while a continuous probability distribution shows a smooth curve as more states of nature are specified (Figure 2). The tighter (less dispersed) the distribution, the lower the risk.
💡 Why this matters: The expected value alone is insufficient for decision-making; managers must also consider the dispersion or variability of outcomes to fully assess risk.
ABSOLUTE RISK MEASUREMENT
The standard deviation (σ) is a popular measure of absolute risk, which is the overall dispersion of possible payoffs. The smaller the standard deviation, the tighter the probability distribution and the lower the absolute risk. Standard deviation measures the dispersion of possible outcomes from the expected value.
📐 Formula: σ = √[Σ(X - X̄)² · P] Where X is each outcome, X̄ is the expected value (mean), P is the probability, and the sum is taken over all possible outcomes.
For Project A (from Table 2): σ = √[(600-500)²(0.25) + (500-500)²(0.50) + (400-500)²(0.25)] σ = √[2,500 + 0 + 2,500] = √5,000 = $70.71
For Project B (from Table 2): σ = √[(800-500)²(0.25) + (500-500)²(0.50) + (200-500)²(0.25)] σ = √[22,500 + 0 + 22,500] = √45,000 = $212.13
📌 Example: The standard deviation of Project A ($70.71) is much smaller than that of Project B ($212.13), numerically confirming that Project A has less dispersion and lower absolute risk, matching the graphical evidence from Figures 1 and 2.
A RELATIVE MEASURE OF RISK: THE COEFFICIENT OF VARIATION
To measure relative dispersion, we use the coefficient of variation (v) , which equals the standard deviation divided by the expected value (mean).
📐 Formula: v = σ / X̄ Where σ is the standard deviation and X̄ is the expected value or mean.
The coefficient of variation measures the standard deviation per dollar of expected value. It is a pure number (dimension-free) that can compare the relative risk of two or more projects. The project with the largest coefficient of variation is the most risky.
For Projects A and B (both with expected value $500): Project A: v = $70.71 / $500 = 0.1414 Project B: v = $212.13 / $500 = 0.4243
Project A has a smaller coefficient of variation (0.1414) than Project B (0.4243), confirming that Project A has less relative risk.
💡 Why this matters: The coefficient of variation is useful when comparing projects with different expected values, as it standardizes risk per unit of expected return.
MEASURING PROBABILITIES WITH THE NORMAL DISTRIBUTION
A normal distribution is a symmetrical distribution about the mean or expected value. The relationship between standard deviation and probability in a normal distribution follows specific rules:
- Actual outcomes lie within ±1σ of the mean: approximately 68% of the time
- Actual outcomes lie within ±2σ of the mean: approximately 95% of the time
- Actual outcomes lie within ±3σ of the mean: greater than 99% of the time
The smaller the standard deviation, the tighter the distribution about the expected value and the smaller the probability of an outcome very different from the expected value.
STANDARDIZED VARIABLES have a mean of zero and a standard deviation of one. Any distribution of revenue, cost, or profit data can be standardized using the following formula:
📐 Formula: Z = (x - μ) / σ Where z is a standardized variable, x is a point of interest, μ is the mean, and σ is the standard deviation.
When the point of interest is 1 standard deviation away from the mean, x - μ = σ, so z = σ/σ = 1.0. When z = 1.0, the value is 1σ from the mean; when z = 2.0, the value is 2σ from the mean; and so on. Although the standard normal distribution theoretically runs from minus infinity to plus infinity, the probability of occurrences beyond 3 standard deviations is very near zero.
📌 Example: If the mean profit is $500 and the standard deviation is $70.71, then a profit of $570.71 would have a z-score of ($570.71 - $500) / $70.71 = 1.0, meaning it is 1 standard deviation above the mean.
⭐ Key Takeaways
The most critical distinction to remember is the difference between risk (where probabilities are known) and uncertainty (where probabilities are unknown). Risk is measured using probability distributions, with the expected value representing the weighted average of all possible outcomes. The standard deviation measures absolute risk as the dispersion of outcomes from the mean, while the coefficient of variation standardizes this risk per unit of expected value, allowing comparison across projects with different means. In a normal distribution, approximately 68% of outcomes fall within ±1 standard deviation, 95% within ±2 standard deviations, and over 99% within ±3 standard deviations. Standardized variables (z-scores) transform any distribution to have a mean of zero and standard deviation of one, facilitating probability calculations.
🧠 Quick Revision Questions
- What is the key difference between risk and uncertainty in managerial decision-making?
- How do you calculate the expected value (expected profit) of an investment project?
- What does the standard deviation measure in the context of risk analysis, and how is it calculated?
- When would you use the coefficient of variation instead of the standard deviation to compare risk?
- In a normal distribution, what percentage of outcomes fall within ±2 standard deviations of the mean?
📘 Lecture 41 — Risk Analysis (Continued 1)
📖 Overview: This lecture continues the exploration of risk analysis in managerial economics, focusing on the concepts of risk and uncertainty, utility theory and risk attitudes, and methods for adjusting the valuation model for risk. It explains how different risk attitudes (aversion, neutrality, seeking) relate to the marginal utility of money and introduces two practical methods—risk-adjusted discount rates and the certainty-equivalent approach—to incorporate risk into investment decisions.
🗂️ Topics Covered
The lecture covers the concepts of risk and uncertainty with a priori and statistical probability approaches, utility theory and risk analysis with three possible risk attitudes (aversion, neutrality, seeking), the relation between money and its utility illustrated with diminishing, constant, and increasing marginal utility, a numerical example demonstrating expected utility calculation for a risk-averse manager, and two methods for adjusting the basic valuation model for risk: the risk-adjusted discount rate method and the certainty-equivalent approach.
📝 Lecture Summary
CONCEPTS OF RISK AND UNCERTAINTY
There is a vast area of investment avenues where the outcome of investment decisions is not precisely known. Investors do not know precisely the possible return on their investment. For example, if a firm doubles its expenditure on advertisements, whether sales will increase proportionately cannot be forecasted with certainty. There are two approaches to estimate probabilities of outcomes of business decisions: the a priori approach, which is based on deductive logic, and the statistical probability approach, which assumes that the probability of an event in the past will hold in the future. The probability of a decision can be estimated using absolute or relative measures of dispersion, such as the standard deviation or coefficient of variation.
UTILITY THEORY AND RISK ANALYSIS
To make effective investment decisions, one must understand the many faces of risk. The assumption of risk aversion is basic to many decision models in managerial economics—this is the most crucial assumption. At the heart of risk aversion is the notion of diminishing marginal utility for money.
POSSIBLE RISK ATTITUDES
There are three possible attitudes toward risk: risk aversion (seeking to avoid or minimize risk), risk neutrality (focusing on expected returns and disregarding the dispersion of returns), and risk seeking (preferring risk). Given identical expected monetary returns between a more risky and less risky investment, a risk averter selects the less risky, a risk seeker selects the riskier, and a risk-neutral investor is indifferent.
RELATION BETWEEN MONEY AND ITS UTILITY
At the heart of risk aversion is the notion of diminishing marginal utility for money. If someone with no money receives $5,000, it satisfies most immediate needs; a second $5,000 is useful but not as necessary as the first. Thus, the value or utility of the marginal $5,000 is less than the utility of the first. Diminishing marginal utility of money implies that the marginal utility diminishes for additional increments of money.
🔑 Definition — Diminishing Marginal Utility: The marginal utility of money diminishes for additional increments of money, meaning each additional dollar provides less additional satisfaction than the previous one.
For risk averters, money has diminishing marginal utility—a less than proportional relation holds between total utility and money. For risk-neutral individuals, there is a strictly proportional relationship, implying constant marginal utility. For risk seekers, there is a more than proportional relation, implying increasing marginal utility. Because risk averters suffer more pain from a dollar lost than pleasure from a dollar gained, they seek to avoid risk and require a very high return on any risky investment.
📐 Relation Patterns:
- Risk aversion → Diminishing marginal utility (DMU) → Utility of doubled wealth < twice the utility of original
- Risk neutrality → Constant marginal utility (CMU) → Utility of doubled wealth = twice the utility of original
- Risk seeking → Increasing marginal utility (IMU) → Utility of doubled wealth > twice the utility of original
Most individuals are risk averters because their marginal utility of money diminishes—they face a total utility curve that is concave or faces down. For example, suppose a manager must decide whether to introduce a new product with a 40% probability of a net return of $20,000 and a 60% probability of a loss of $10,000.
📌 Example — Expected Monetary Return vs. Expected Utility:
Table 1: Expected Monetary Return
| State of Nature | Probability | Monetary Outcome | Expected Return |
|---|---|---|---|
| Success | 0.40 | $20,000 | $8,000 |
| Failure | 0.60 | -$10,000 | -$6,000 |
| Expected Return | $2,000 |
Table 2: Expected Utility
| State of Nature | Probability | Monetary Outcome | Associated Utility | E(U) |
|---|---|---|---|---|
| Success | 0.40 | $20,000 | 3 | 1.2 |
| Failure | 0.60 | -$10,000 | -4 | -2.4 |
| Expected Utility | -1.2 |
Since the expected monetary return is positive ($2,000), a risk-neutral or risk-seeking manager would undertake the project. However, if the manager is risk-averse and has a utility function as shown, the expected utility from the project is negative (-1.2), so the manager would not undertake the project. 💡 Why this matters: This demonstrates that risk-averse managers make decisions based on expected utility, not just expected monetary value.
ADJUSTING THE VALUATION MODEL FOR RISK
BASIC VALUATION MODEL The basic valuation model for the firm is: [ NPV = \sum_{t=1}^{n} \frac{\pi_t}{(1 + r)^t} ] This states that the value of the firm equals the discounted present worth of future profits. Under certainty, the numerator is profit, and the denominator uses the risk-free rate of return i. An appropriate ranking and selection of projects requires adjusting for both time value of money and risk. Two popular methods exist: (1) increasing the interest rate in the denominator to reflect risk, and (2) adjusting expected profits in the numerator to account for risk.
🔑 Definition — Risk-Free Rate of Return: The rate of return on an investment with no risk, used as the base rate for time-value adjustments.
RISK-ADJUSTED DISCOUNT RATE This method incorporates risk by adjusting the discount rate in the denominator of the valuation model. The risk-adjusted discount rate k is the sum of the risk-free rate of return, R_F, plus the required risk premium, R_P: [ k = R_F + R_P ] The NPV formula becomes: [ NPV = \sum_{t=1}^{n} \frac{\pi_t}{(1 + k)^t} ]
These rates reflect the manager's trade-off between risk and return, as shown by the risk-return trade-off function (indifference curve). Risk is measured by the standard deviation of profit (σ), plotted on the horizontal axis, while the rate of return is on the vertical axis. The difference between the expected rate of return on a risky investment and the rate on a riskless asset is the risk premium. The curve is steeper for a more risk-averse manager (requiring higher premiums) and less steep for a less risk-averse manager.
📌 Example — Risk-Adjusted Discount Rate Calculation: Suppose a firm considers an investment project expected to generate a net cash flow of $45,000 for five years and costs $100,000 initially.
Case 1: Risk-adjusted discount rate = 20% [ NPV = \frac{45,000}{(1.20)^5} - 100,000 ] [ = 45,000(2.9906) - 100,000 ] [ = $34,577 ]
Case 2: More risky project, risk-adjusted discount rate = 32% [ NPV = \frac{45,000}{(1.32)^5} - 100,000 ] [ = 45,000(2.3452) - 100,000 ] [ = $5,534 ]
The terms 1/(1.20)⁵ = 2.9906 and 1/(1.32)⁵ = 2.3452 are present-value-of-an-annuity interest factors from tables. With the 32% rate, the project is still acceptable but has a much lower NPV. A 20% rate may be appropriate for expansion of an existing line of business, while 32% reflects higher risk in a totally new line of business.
This method has the shortcoming that risk-adjusted discount rates are subjectively assigned and variations in net cash flows are not explicitly considered. It is most useful for small, repetitive projects. A better method is the certainty-equivalent approach.
CERTAINTY-EQUIVALENT APPROACH The certainty-equivalent approach uses a risk-free discount rate in the denominator and incorporates risk by modifying the numerator of the valuation model: [ NPV = \sum_{t=1}^{n} \frac{\alpha R_t}{(1 + r)^t} ] Where R_t is the risky net cash flow, r is the risk-free discount rate, and α is the certainty-equivalent coefficient.
🔑 Definition — Certainty-Equivalent Coefficient (α): The certain sum (received with certainty) that is equivalent to the expected risky sum, divided by the expected risky sum: [ \alpha = \frac{\text{equivalent certain sum}}{\text{expected risky sum}} = \frac{\text{certain sum}}{R_t} ]
The manager must specify the certain sum that yields the same utility as the expected risky sum. The value of α ranges from 0 to 1 for a risk-averse decision maker. A value of 0 means the project is viewed as too risky to offer any effective return, while a value of 1 means the project is viewed as risk-free. The smaller the α, the greater the perceived risk.
📌 Example — Certainty-Equivalent Approach Calculation: Continuing with the $45,000 per year for five years, $100,000 cost project:
Case 1: α = 0.8 (manager regards $36,000 certain as equivalent to $45,000 risky) [ \alpha = 36,000 / 45,000 = 0.8 ]
Using risk-free rate of 10%: [ NPV = \frac{(0.8)(45,000)}{(1.10)^5} - 100,000 ] [ = 36,000[1/(1.10)^5] - 100,000 ] [ = 36,000(3.7908) - 100,000 ] [ = $36,468.80 ]
This is close to the result using a risk-adjusted discount rate of 20%.
Case 2: More risky project, α = 0.62 [ NPV = \frac{(0.62)(45,000)}{(1.10)^5} - 100,000 ] [ = 27,900[1/(1.10)^5] - 100,000 ] [ = 27,900(3.7908) - 100,000 ] [ = $5,763.32 ]
This is close to the result using a risk-adjusted discount rate of 32%.
Table 3: Risk Attitudes and α Values
| If | Then | Implies |
|---|---|---|
| Equivalent certain sum < Expected risky sum | α < 1 | Risk aversion |
| Equivalent certain sum = Expected risky sum | α = 1 | Risk indifference |
| Equivalent certain sum > Expected risky sum | α > 1 | Risk preference |
The appropriate α value varies according to the level of risk and the degree of the decision maker's risk aversion.
⭐ Key Takeaways
The three possible risk attitudes—aversion, neutrality, and seeking—are directly linked to the marginal utility of money: risk averters have diminishing marginal utility (concave utility curve), risk-neutral individuals have constant marginal utility, and risk seekers have increasing marginal utility. Most individuals are risk averters, meaning they experience more pain from a dollar lost than pleasure from a dollar gained, causing them to require higher returns for risky investments. The expected utility framework shows that risk-averse managers may reject projects with positive expected monetary returns if the expected utility is negative. Two methods adjust the basic valuation model for risk: the risk-adjusted discount rate method modifies the denominator by adding a risk premium (k = R_F + R_P), while the certainty-equivalent approach modifies the numerator using a coefficient α (0 to 1 for risk averters) and discounts at the risk-free rate. Both methods can yield similar NPV results, but the certainty-equivalent approach is considered superior because it explicitly accounts for the decision maker's risk perception.
🧠 Quick Revision Questions
- What are the three possible risk attitudes, and how does each relate to the marginal utility of money?
- Why might a risk-averse manager reject an investment project with a positive expected monetary return?
- How is the risk-adjusted discount rate (k) calculated, and what does the risk premium represent?
- In the certainty-equivalent approach, what does a certainty-equivalent coefficient (α) of 0.6 imply about the manager's risk perception?
- What is the key difference between the risk-adjusted discount rate method and the certainty-equivalent approach in adjusting the valuation model for risk?
📘 Lecture 42 — Risk Analysis (Continued 2)
Decision Trees and Computer Simulation
📖 Overview: This lecture explores advanced techniques for analyzing risk in managerial decision-making, focusing on decision trees and computer simulation as tools for handling uncertainty. It also introduces game theory criteria for extreme uncertainty and examines how information asymmetries create problems like adverse selection and moral hazard in markets.
🗂️ Topics Covered
The lecture covers decision trees as sequential decision-making frameworks, computer simulation and sensitivity analysis for complex risk analysis, maximin and minimax regret decision rules under uncertainty, and information-related risk concepts including asymmetric information, adverse selection, and moral hazard. A comparative example using two investment projects illustrates how simulation reveals risk differences through statistical measures.
📝 Lecture Summary
Decision Trees
Decision trees are a sequential decision-making process designed for analyzing problems involving a series of choice alternatives. They illustrate the complete range of future possibilities and their associated probabilities in terms of a logical progression from an initial decision point. Decision points are instances where management must select among several choice alternatives, shown as boxes in the tree. Chance events are possible outcomes following each decision point, shown as circles. Since many important decisions are made in stages, decision trees graphically represent the sequence of possible managerial decisions and their expected outcomes under each state of nature. The construction begins with the earliest decision and moves forward through subsequent events, branching out until all possible outcomes are depicted. For example, Figure 1 shows a decision tree a firm can use to determine whether to adopt a high-price or low-price strategy — no probabilities are attached to these branches because the firm has control over the strategy.
💡 Why this matters: Decision trees force managers to explicitly consider all possible future scenarios and their probabilities, making the decision-making process transparent and systematic.
Simulation
Simulation is another method for analyzing complex, real-world decision-making situations involving risk. The first step is constructing a mathematical model of the situation to simulate. For example, a firm might construct a model for expanding output — specifying relationships between output and price, input prices and costs, output and depreciation, selling costs and revenue, and taxes. The manager substitutes likely values for each variable to estimate profit, then varies each value to estimate effects. This simplest type is called sensitivity analysis, which is less expensive and time-consuming than full-scale computer simulation but still provides valuable insights. Full-scale simulation models are very expensive and used only for large projects where the decision process is too complex for decision trees. However, simulation techniques are powerful because they explicitly consider all interactions among variables simultaneously.
🔑 Definition — Sensitivity Analysis: A technique that varies one variable at a time in a model to estimate its effect on the outcome, providing insight for decision-making without full simulation costs.
Computer Simulation Example
| Project X | Project Y | |
|---|---|---|
| Cost | $20 million | $20 million |
| Average Return | 15% | 20% |
| Range | -10 to 45% | 5 to 25% |
| Standard Deviation | 4 | 12 |
| Coefficient of Variation | 0.267 | 0.60 |
Figure 2 illustrates frequency distributions of rates of return generated by simulation for two alternative projects, each with an expected cost of $20 million. The expected rate of return on investment X is 15% and 20% on investment Y. However, the range of simulated returns is from -10% to 45% for Y, while only 5% to 25% for X. The standard deviation for X is only 4%, while that for Y is 12%. The coefficient of variation is 0.267 for X and 0.60 for Y.
📐 Formula: Coefficient of Variation = Standard Deviation / Expected Return
📌 Example: For Project X: CV = 4 / 15 = 0.267; For Project Y: CV = 12 / 20 = 0.60. Since 0.60 > 0.267, Project Y is clearly riskier than Project X. A decision about which to choose can be made based on expected utility, present value with certainty equivalents, or risk-adjusted discount rates.
Uses of Game Theory in Risk Analysis
Under extreme uncertainty where probabilities are not known, game theory decision criteria may be appropriate. Uncertainty is defined as the case where there is more than one possible outcome but the probability of each specific outcome is not known or meaningful. Decision making under uncertainty is necessarily subjective, but specific decision rules are available if the decision maker can identify possible states of nature and estimate payoffs for each strategy.
Maximin Decision Rule
The maximin criterion states that the decision maker should select the alternative that provides the best of the worst possible outcomes. This is done by finding the worst possible (minimum) outcome for each decision alternative, then choosing the option whose worst outcome provides the highest (maximum) payoff.
🔑 Definition — Maximin Criterion: The decision rule that selects the strategy with the highest payoff among the worst possible outcomes — maximize the minimum possible outcome.
📌 Example: Table 1 shows a payoff matrix with two states of nature (Success and Failure) and two strategies (Invest and Do Not Invest):
- Invest: Success payoff = $20,000, Failure payoff = -$10,000
- Do Not Invest: Success payoff = $0, Failure payoff = $0
- Worst outcome for Invest = -$10,000
- Worst outcome for Do Not Invest = $0
- Maximin chooses Do Not Invest (best of the worst outcomes = $0)
This criterion is appropriate when the firm has a very strong aversion to risk, such as when survival of a small firm depends on avoiding losses. It is also appropriate in oligopoly where one firm's price reduction will prompt others to follow, reducing profits for all.
Minimax Regret Decision Rule
The minimax regret criterion focuses on opportunity loss associated with a decision rather than its worst possible outcome. It states the decision maker should minimize the maximum possible regret (opportunity loss) associated with a wrong decision.
🔑 Definition — Regret (Opportunity Loss): The difference between a given payoff and the highest possible payoff for the resulting state of nature. Always a positive figure or zero.
📌 Example: From the payoff matrix in Table 3:
- If Success occurs: Best strategy = Invest ($20,000), so regret for Invest = $0, regret for Do Not Invest = $20,000
- If Failure occurs: Best strategy = Do Not Invest ($0), so regret for Do Not Invest = $0, regret for Invest = $10,000
- Maximum regret for Invest = $10,000
- Maximum regret for Do Not Invest = $20,000
- Minimax regret chooses Invest (minimum of maximum regrets = $10,000)
While the maximin criterion chose not to invest, the minimax regret criterion chooses to invest. The choice between these rules depends on the firm's objectives and the particular investment decision.
💡 Why this matters: Different decision rules can lead to opposite choices — managers must understand which criterion aligns with their risk tolerance and business objectives.
Information and Risk
Risk often results from lack of information or insufficient information. The relationship can be analyzed by examining asymmetric information, adverse selection, and moral hazard.
Asymmetric Information and the Market for Used Cars
Asymmetric Information: Situation in which one party to a transaction has less information than the other regarding the quality of the product or service.
Adverse Selection
Adverse Selection: Problem that arises from asymmetric information where low-quality goods drive high-quality goods out of the market.
A classic example is the market for "lemons" (defective products like used cars requiring costly repairs). Sellers know the quality of their cars, but prospective buyers do not. The market price depends on the average quality available. Owners of lemons receive higher prices than their cars are worth, while owners of high-quality cars receive lower prices than worth. Therefore, owners of high-quality cars withdraw from the market. This process continues until only lowest-quality cars are sold at very low prices. The end result is that low-quality cars drive high-quality cars out of the market.
The problem arises not only in used car markets but in any market characterized by asymmetric information, such as individual health insurance. Individuals know more about their health than insurance companies. When premiums are set for average health, unhealthy people are more likely to purchase insurance than healthy people, forcing premiums up and making insurance less attractive for healthy people.
The Problem of Moral Hazard
Moral Hazard: Tendency for the probability of loss to increase when the loss is insured.
This refers to the increase in probability of illness, fire, or other accident when an individual is insured compared to when not insured. With insurance, loss shifts from individual to company, so the individual takes fewer precautions and may inflate the loss when it occurs. For auto insurance, an individual may drive more recklessly (increasing accident probability) and then exaggerate injury and property damage.
Methods of reducing moral hazard include:
- Specifying precautions as a condition for obtaining insurance
- Coinsurance (requiring the insured to share a portion of losses)
⭐ Key Takeaways
Decision trees provide a logical framework for sequential decision-making under uncertainty by mapping out decision points, chance events, and all possible outcomes graphically. Computer simulation and sensitivity analysis allow managers to assess risk in complex situations by modeling variable interactions and generating probability distributions of outcomes — with the coefficient of variation serving as a key comparative risk measure. Under extreme uncertainty where probabilities are unknown, the maximin criterion (best of worst outcomes) and minimax regret criterion (minimize maximum opportunity loss) offer contrasting decision rules that can yield different optimal strategies depending on risk preferences. Asymmetric information creates market failures through adverse selection (bad goods driving out good goods) and moral hazard (insured parties taking greater risks), which can be mitigated through precautions and coinsurance requirements.
🧠 Quick Revision Questions
- What are the key components of a decision tree, and how do you distinguish between decision points and chance events in its graphical representation?
- How would you calculate and interpret the coefficient of variation for two investment projects, and what does it tell you about relative risk?
- Using the payoff matrix example from the lecture (Invest: $20,000 success/-$10,000 failure vs. Do Not Invest: $0/$0), explain why maximin and minimax regret criteria lead to different optimal strategies.
- Explain the "lemons problem" in the market for used cars — what causes adverse selection and what is the final market outcome?
- What is moral hazard in insurance markets, and what two methods can be used to reduce it?
📘 Lecture 43 — Capital Budgeting
📖 Overview: This lecture introduces capital budgeting, the process of planning expenditures that generate returns over multiple years. It covers the definition, categories of investments, the capital budgeting process, and various methods for evaluating investment projects, emphasizing the importance of time value of money.
🗂️ Topics Covered
The lecture defines capital budgeting and its five categories: replacement, cost reduction, output expansion for traditional products and new products, and government regulation. It then explains the capital budgeting process including projecting cash flows, time value of money, and methods of project evaluation. The non-discounted payback model is covered in detail, followed by net present value (NPV) analysis, capital rationing, profitability index (PI), and internal rate of return (IRR) analysis with comparative examples and decision rules.
📝 Lecture Summary
CAPITAL BUDGETING DEFINED
The term Capital refers to the funds employed to finance business; a budget is a detailed plan of projected inflows and outflows over future periods. Capital Budgeting is planning expenditures that generate cash flows expected to stretch beyond one year — the process of planning expenditures that give rise to revenues or returns over a number of years.
CATEGORIES OF INVESTMENT
Firms classify investment projects into five categories:
- Replacement: Investments to replace equipment that is worn out in the production process.
- Cost reduction: Investments to replace working but obsolete equipment with new and more efficient equipment, expenditures for training programs aimed at reducing labor costs, and expenditures to move production facilities to areas where labor and other inputs are cheaper.
- Output expansion of traditional products and markets: Investments to expand production facilities in response to increased demand for the firm's traditional products in traditional or existing markets.
- Expansion into new products and/or markets: Investments to develop, produce, and sell new products and/or enter new markets.
- Government regulation: Investments made to fulfill government regulations, including meeting health and safety regulations, pollution control, and other legal requirements.
Investment decisions to replace worn-out equipment are the easiest to make since management is familiar with existing equipment specifications. Investment projects to produce new products and move into new markets are very complex due to greater risk but are the most vital and financially rewarding in the long run, since a firm's product line tends to become obsolete over time.
Although the final decision to undertake a major investment project is made by top management, the capital budgeting process involves most of the firm's divisions: marketing forecasts demand, production/engineering/personnel/purchasing provide feasibility studies and cost estimates, and finance determines how funds are raised and their cost.
💡 Why this matters: Capital budgeting joins together the operations of all major divisions of the firm.
THE CAPITAL BUDGETING PROCESS
PROJECTING CASH FLOWS One of the most important and difficult aspects of capital budgeting is the estimation of the net cash flow from a project — the difference between cash receipts and cash expenditures over the life of a project. A typical project involves making an initial investment and generating a series of net cash flows over its life.
📌 Example: A firm estimates it needs an initial investment of $1 million for a new product with a 5-year life. Incremental sales revenues are $1 million in year 1, rising by 10% per year until year 5. Variable costs are 50% of sales, additional fixed costs are $150,000 per year, marginal tax rate is 40%, straight-line depreciation is $200,000 per year for five years, salvage value is $250,000, and working capital recovery is $100,000 at end of year 5.
TABLE 1: Calculation of Net Cash Flow
| Item | Amount |
|---|---|
| Sales | $1,000,000 |
| Less: Variable costs | $500,000 |
| Fixed costs | $150,000 |
| Depreciation | $200,000 |
| Profit before taxes | $150,000 |
| Less: Income tax (40%) | $60,000 |
| Profit after taxes | $90,000 |
| Plus: Depreciation | $200,000 |
| Net cash flow | $290,000 |
TIME VALUE OF MONEY
Since capital budgeting involves cash flows occurring at various times in the future, we must make them equivalent at a particular point in time using the time value of money. A dollar today is worth more than a dollar tomorrow because there is an opportunity to earn positive return on funds. To put cash flows originating at different times on an equal basis, we must apply an interest rate to each flow so they are expressed in terms of the same point in time.
METHODS OF CAPITAL PROJECT EVALUATION
Methods that discount cash flows to a present value:
- Internal rate of return (IRR)
- Net present value (NPV)
- Profitability index (PI)
NON-DISCOUNTED PAYBACK MODELS
- Payback: time period (years) necessary to recover the original investment
- Accounting rate of return: percentage resulting from dividing average annual profits by average investment
PAYBACK PERIOD
Payback Period is the amount of time required for the firm to recover its initial cost in a project, as calculated from cash inflow. In the case of an annuity, the payback period is found by dividing the initial investment by the annual cash inflow. For a mixed stream, yearly cash inflows must be accumulated until the initial investment is recovered.
Decision criteria:
- If payback period < maximum acceptable payback period → accept the project
- If payback period > maximum acceptable payback period → reject the project
Payback Period = Number of Years to Recover Investment
The payback period is a useful but rough measure of liquidity and project risk. The shorter the payback period, the more desirable the investment.
TABLE 2: Payback Period Example — Firm XYZ
| Project A | Project B | |
|---|---|---|
| Initial Cost | $42,000 | $45,000 |
| Year 1 | $14,000 | $28,000 |
| Year 2 | $14,000 | $12,000 |
| Year 3 | $14,000 | $10,000 |
| Year 4 | $14,000 | $10,000 |
| Year 5 | $14,000 | $10,000 |
📌 Example: For Project A (annuity), payback period = $42,000 / $14,000 = 3 years. For Project B (mixed stream): Year 1 recovers $28,000; by end of Year 2, $40,000 recovered; need 50% of Year 3's $10,000 to complete $45,000. Payback period = 2.5 years. If maximum acceptable payback were 2.75 years, Project A would be rejected and Project B accepted.
Drawbacks of payback period:
- The appropriate payback period is subjectively determined by managers
- Cannot be specified in light of wealth maximization goal (not based on discounting)
- Fails to fully account for time value of money
- Fails to recognize cash flows that occur after the payback period
NET PRESENT-VALUE ANALYSIS (NPV)
Net Present Value (NPV) analysis is the most commonly employed method for long-term investment project evaluation. NPV is the difference between marginal revenues and marginal costs for individual investment projects, when both are expressed in present value terms. NPV meets all criteria for an effective capital budgeting decision rule.
NPV = Present value of expected net cash flows discounted at firm's cost of capital minus initial cost
🔑 Definition — NPV: ( \text{NPV} = \sum_{t=1}^{n} \frac{R_t}{(1+k)^t} - C_0 )
Where:
- ( R_t ) = Return (net cash flow)
- ( k ) = Risk-adjusted discount rate
- ( C_0 ) = Initial cost of project
Decision criteria:
- If NPV > 0 → undertake the project (value of firm increases)
- If NPV < 0 → reject the project (value of firm declines)
📌 Example: Using the project from Table 1 with initial cost of $1 million:
- At k = 12%: NPV = $1,454,852 - $1,000,000 = $454,852 → accept project
- At k = 10%: NPV = $543,012
- At k = 20%: NPV = $169,078 → still positive, so accept
CAPITAL RATIONING
Capital rationing is the practice of restricting capital expenditures to a certain amount due to:
- Reluctance to incur increasing levels of debt
- Limits on external financing
- Management may not want to sell stocks in fear of losing control
- Undertaking all positive NPV projects may strain managerial and other resources
PROFITABILITY INDEX (PI) OR THE BENEFIT/COST RATIO
In cases of capital rationing (when the firm cannot undertake all positive NPV projects), the firm should rank projects according to their profitability index (PI) or benefit/cost ratio and choose projects with the highest PI rather than highest NPV.
🔑 Definition — PI: ( \text{PI} = \frac{\sum_{t=1}^{n} \frac{R_t}{(1+k)^t}}{C_0} )
PI shows the relative profitability of any project, or the present value of benefits per dollar.
Decision criteria:
- PI > 1 → accept project (implies NPV > 0)
- PI < 1 → reject project (implies NPV < 0)
TABLE 3: Comparison of NPV and PI Rankings of Projects with Unequal Costs
| Project A | Project B | Project C | |
|---|---|---|---|
| PVNCF | $2,600,000 | $1,400,000 | $1,400,000 |
| C₀ | $2,000,000 | $1,000,000 | $1,000,000 |
| NPV | $600,000 | $400,000 | $400,000 |
| PI | 1.3 | 1.4 | 1.4 |
📌 Example: With capital rationing of $2 million, Project A has higher NPV but lower PI (1.3) than Projects B and C (1.4 each). The firm should undertake both B and C instead of A, as jointly they increase firm value more.
INTERNAL RATE OF RETURN ANALYSIS (IRR)
The Internal Rate of Return (IRR) is the interest or discount rate that equates the present value of future receipts of a project to the initial cost. It is found by setting NPV equal to zero.
🔑 Definition — IRR: ( \sum_{t=1}^{n} \frac{R_t}{(1+k^*)^t} = C_0 )
Where ( k^* ) is the IRR.
Decision criteria:
- IRR > k (cost of capital) → accept project
- IRR < k → reject project
Trial and error method is sometimes used to find IRR due to the complexity of solving the equation.
Capital Budgeting Decision Rules Summary:
- NPV: If NPV > 0 → accept; if NPV < 0 → reject
- PI: PI > 1 → desirable; PI < 1 → undesirable
- IRR: Accept when IRR > k; reject when IRR < k
Capital Budgeting in Practice:
- NPV is the most recommended measure of a project
- A study of 392 large firms found about 75% used IRR and NPV methods "always and almost always"
- A study of 232 small companies found payback and accounting rate of return were most frequently used, while IRR and NPV lagged behind
- A 2002 survey of Fortune 1000 CFOs finds NPV to be the most preferred tool over IRR and all other capital budgeting tools
⭐ Key Takeaways
Capital budgeting is the process of planning long-term investment expenditures, with five main categories ranging from simple replacement to complex new product/market expansions. The payback period is a simple non-discounted method that measures how quickly initial investment is recovered, but it ignores time value of money and post-payback cash flows. NPV analysis, which discounts future cash flows at the firm's cost of capital and subtracts initial investment, is the most theoretically sound method — accept projects with positive NPV. When capital is rationed, the profitability index (PI = PV inflows / PV outflows) helps rank projects, and projects with PI > 1 should be chosen. IRR is the discount rate that makes NPV zero, and projects with IRR exceeding the cost of capital should be accepted, though NPV is increasingly preferred in practice by large firms.
🧠 Quick Revision Questions
- What are the five categories of investment projects in capital budgeting, and which category involves the greatest risk?
- Using the example from Table 1, calculate the net cash flow for year 1. What are the steps from sales to net cash flow?
- For Firm XYZ in Table 2, if the maximum acceptable payback period is 2 years, which project(s) would be accepted and why?
- A project has a PV of cash inflows of $500,000 and an initial cost of $400,000 with a 10% cost of capital. Calculate both the NPV and PI, and state whether the project should be accepted.
- Explain why, in the case of capital rationing with $2 million available (Table 3), the profitability index rule would recommend different projects than the NPV rule.
📘 Lecture 44 — Capital Budgeting (Continued): Project Selection
📖 Overview: This lecture addresses conflicts in capital budgeting decision rules, including the ranking reversal problem and crossover discount rate. It also introduces methods for calculating the cost of capital (debt, equity via multiple models) and explains how firms determine their optimal capital budget by equating the marginal return on investment to the marginal cost of capital.
🗂️ Topics Covered
This lecture covers the decision rule conflict problem between NPV, PI, and IRR methods; the ranking reversal problem and crossover discount rate; the cost of debt and three models for calculating the cost of equity capital (risk-free rate plus premium, dividend valuation model, and CAPM); the weighted average cost of capital; and the optimal capital budget determined by the intersection of the investment opportunity schedule (IOS) and marginal cost of capital (MCC) schedule.
📝 Lecture Summary
Decision Rule Conflict Problem
⚫ NPV analysis has large project bias — it favors larger projects even when smaller ones may be more efficient. With scarce capital, the Profitability Index (PI) method can lead to a better project mix. IRR can overstate project attractiveness if you cannot reinvest excess cash flows at the IRR.
Ranking Reversal Problem
Ranking reversal occurs when a switch in project standing follows an increase in the relevant discount rate. The crossover discount rate is the interest factor that equates NPV for two or more projects.
When independent projects are analyzed, both IRR and NPV criteria give consistent results. "Independent" means that if a firm considers several projects simultaneously, they can all be implemented as long as they pass the tests and funds are not limited. However, mutually exclusive projects occur when two solutions are offered for a particular proposal, and only one can be accepted.
🔑 Definition — Mutually Exclusive Projects: Investment proposals where accepting one prevents acceptance of another.
Conflicting results can be caused by a difference in project size. To resolve the dilemma, we calculate NPV and IRR for an "incremental" (or delta) project — taking the differences between two project cash flows. Both criteria indicate whether the additional investment is worthwhile.
Table 1: Delta Project
| Project | t=0 | t=1 | t=2 | t=3 | t=4 | IRR | NPV |
|---|---|---|---|---|---|---|---|
| A | -1500 | 580 | 580 | 580 | 580 | 20.1% | 156 |
| B | -1000 | 400 | 400 | 400 | 400 | 21.9% | 142 |
| Delta (A-B) | -500 | 180 | 180 | 180 | 180 | 16.4% | 14 |
Cost of capital = 15%
📌 Example: Project A (outlay Rs 1,500) has IRR 20.1% and NPV 156. Project B (outlay Rs 1,000) has IRR 21.9% and NPV 142. The delta project (A−B) requires additional Rs 500 investment, yields IRR 16.4% > 15% cost of capital, and NPV positive (14). Both criteria indicate the additional investment is worthwhile, so Project A should be chosen.
The reason for differences between NPV and IRR results is the implicit reinvestment assumption. In NPV calculation, inflows are automatically assumed to be reinvested at the cost of capital (k). The IRR solution assumes reinvestment at the internal rate of return (k*). For especially attractive projects with high IRR, the IRR can overstate attractiveness because reinvestment at such high rates is not possible.
🔑 Definition — Reinvestment Assumption: NPV assumes cash flows are reinvested at the cost of capital; IRR assumes reinvestment at the project's IRR.
NPV Profile: Crossover Discount Rate
| Discount Rate | Build New (A) | Remodel Old (B) |
|---|---|---|
| 0% | $38.4M | $42.1M |
| 15% | $7.7M | $8.3M |
| 25% | $0.99M | $0.03M |
| Crossover 18.08% | $4.7M | $4.7M |
The net present-value profile relates NPV for each project to the discount rate. The X-axis intercept for each curve occurs where NPV=0 — this is the IRR. The "build new plant" alternative has IRR=25.06%, while "remodel old plant" has IRR=23.57%.
💡 Why this matters: At low discount rates (< crossover), the "remodel" project has higher NPV. At high discount rates (> crossover), the "build new" project has higher NPV. This ranking reversal is typical when projects differ greatly in cash flow magnitude and timing.
Cost of Capital
The correct discount rate for each investment project is simply the marginal cost of capital for that project. However, determining this is not an easy task.
The Cost of Debt
The cost of debt is the interest rate that must be paid. Since interest payments are tax-deductible, the after-tax cost of debt (kd) is:
📐 Formula: kd = r(1 - t)
- r = interest rate paid on debt
- t = firm's marginal tax rate
📌 Example: If a firm borrows at 12.5% interest and faces a 40% marginal tax rate: kd = 12.5%(1 - 0.40) = 7.5%
The Cost of Equity Capital: The Risk-Free Rate Plus Premium
The cost of equity capital (ke) is the rate of return stockholders require. It can be estimated as:
📐 Formula: ke = rf + rp
- rf = risk-free rate
- rp = risk premium
Since stocks are more risky than bonds, the formula can be expanded:
📐 Formula: ke = rf + p1 + p2
- p1 and p2 = premiums associated with different types of risk
The Cost of Equity Capital: The Dividend Valuation Model
With perfect information, a share's value equals the present value of all future dividends discounted at ke. If dividends are constant:
📐 Formula: P = D / ke → ke = D / P
- P = price of a share of stock
- D = constant dividend per share
- ke = required rate of return
If dividends grow at rate g annually:
📐 Formula: P = D / (ke - g) → ke = D/P + g
- g = growth rate of dividends
📌 Example: If a firm pays $20/share dividend with 5% expected growth, and the stock price is $200: ke = $20/$200 + 0.05 = 0.10 + 0.05 = 0.15 or 15%
The Cost of Equity Capital: The Capital Asset Pricing Model (CAPM)
This method considers risk differential between common stocks and government securities (km - rf) and the firm's specific risk via beta (β).
🔑 Definition — Beta Coefficient (β): Measures the variability of returns on a firm's stock relative to the average stock. β=1 means same risk as market; β=2 means twice the risk; β=0.5 means half the risk.
📐 Formula: ke = rf + β(km - rf)
- rf = risk-free rate
- β = beta coefficient
- km = average return on all common stocks
📌 Example 1: rf = 8%, km = 15%, β = 1: ke = 8% + 1(15% - 8%) = 15% 📌 Example 2: β = 1.5: ke = 8% + 1.5(15% - 8%) = 18.5% 📌 Example 3: β = 0.5: ke = 8% + 0.5(15% - 8%) = 11.5%
Firms usually use all three methods and reconcile differences to arrive at a consensus equity cost of capital.
The Weighted Cost of Capital
The marginal cost of capital is a weighted average of the costs of various capital types:
📐 Formula: kc = wd × kd + we × ke
- wd = proportion of debt in capital structure
- we = proportion of equity in capital structure
- kd = after-tax cost of debt
- ke = cost of equity
📌 Example: After-tax cost of debt = 7.5%, cost of equity = 15%, debt/equity ratio = 40:60: kc = (0.40)(7.5%) + (0.60)(15%) = 3% + 9% = 12%
As debt ratio increases, both debt and equity providers demand higher yields due to increased financial leverage risk. The threshold debt ratio that begins to worry creditors is typically around 20%.
Optimal Capital Budget
The optimal capital budget is the funding level required to guarantee a value-maximizing level of new investment.
The Investment Opportunity Schedule (IOS) shows the pattern of returns (IRR) for all potential investment projects arranged from highest to lowest IRR. The Marginal Cost of Capital (MCC) is the extra financing cost necessary to fund an additional project.
🔑 Definition — Optimal Capital Budget: The investment level where the marginal rate of return (IRR) on the last acceptable project equals the firm's relevant marginal cost of capital (MCC).
📐 Optimality Condition: IRR = MCC
The firm should accept projects where IRR > MCC and reject those where IRR < MCC. The final project accepted is a breakeven project where IRR exactly equals MCC.
⭐ Key Takeaways
The lecture highlights critical conflicts between NPV and IRR methods due to differing reinvestment assumptions — NPV assumes reinvestment at the cost of capital while IRR assumes reinvestment at the IRR, which can overstate project attractiveness. The ranking reversal problem occurs at the crossover discount rate where NPV profiles intersect, meaning project rankings can flip with changes in the discount rate. The cost of capital has three components: after-tax cost of debt (kd = r(1-t)), and equity cost estimated via three methods (risk-free plus premium, dividend valuation model, and CAPM). The weighted average cost of capital (WACC) combines debt and equity costs based on target capital structure proportions. Finally, the optimal capital budget is determined where the investment opportunity schedule (IRR) equals the marginal cost of capital (MCC), following the marginal revenue equals marginal cost principle.
🧠 Quick Revision Questions
- What causes the conflict between NPV and IRR rankings, and which reinvestment rate does each method assume?
- What is the crossover discount rate, and how does it cause ranking reversals between two projects?
- Calculate the after-tax cost of debt for a firm borrowing at 10% with a 35% marginal tax rate.
- Using the CAPM, compute the cost of equity if the risk-free rate is 6%, market return is 14%, and beta is 1.2.
- If a firm has 30% debt costing 6% (after-tax) and 70% equity costing 12%, what is its weighted average cost of capital?
📘 Lecture 45 — GOVERNMENT IN THE MARKET ECONOMY
📖 Overview: This lecture examines the role of government intervention in market economies, exploring why and how governments step in when markets fail to achieve economic efficiency. It is crucial for managers to understand these regulations as they fundamentally affect optimal decision-making regarding pricing, production, and strategy.
🗂️ Topics Covered
The lecture covers the core reasons for government intervention, focusing on the five main forms of market failure: market power, natural monopoly, externalities (both negative and positive), public goods, and information problems. It then discusses specific solutions for each, including antitrust policies, regulation of natural monopolies, Pigouvian taxes, the Coase Theorem, and the government's role in providing public goods and information. The lecture concludes by addressing the concept of rent-seeking and potential government failure.
📝 Lecture Summary
WHY GOVERNMENT INTERVENTION?
Throughout this course, the market has been treated as a place where consumers and sellers trade without government involvement. However, regulations affect nearly every decision. While competitive markets can achieve social economic efficiency without regulation—producing the right amount of goods at the right price determined by supply and demand—not all markets are competitive, and even competitive ones can sometimes fail to maximize social surplus.
💡 Why this matters: Managers must understand regulations because they alter the rules of the game, affecting costs, pricing, and strategic options.
MARKET FAILURE
Market failure occurs when a free market fails to achieve economic efficiency and, as a result, fails to maximize social surplus. Government intervention is justified to overcome these failures. In the absence of market failure, there is no efficiency argument for intervention in competitive markets.
There are five main forms of market failure:
- Market power
- Natural monopoly
- Negative (& positive) externalities
- Public goods
- Information problems
MARKET POWER
A firm has market power when it sells output at a price that exceeds its marginal cost of production. Monopoly power can arise from monopolization, price-fixing cartels, or mergers among horizontal competitors.
SOCIAL COSTS OF MONOPOLY
- Monopolists produce too little output.
- Monopolists charge prices that are too high (P > MC).
DEADWEIGHT LOSS FROM MONOPOLY
- Monopoly markets create a loss in social welfare due to the decline in mutually beneficial trade activity.
- There is also a wealth transfer problem, where consumer surplus is transferred to producer surplus.
🔑 Definition — Deadweight Loss of Monopoly: The net loss of total (consumer plus producer) surplus caused by a monopolist producing less output than the socially efficient, competitive level.
This deadweight loss is shown as the monopoly welfare-loss triangle in Figure 1.
PROMOTING COMPETITION THROUGH ANTITRUST POLICIES To reduce market failure from market power, most countries rely on Antitrust Policies (or Competition Policies). In Pakistan, the Competition Commission of Pakistan (CCP), established in 2007, provides a legal framework for healthy competition to improve economic efficiency and protect consumers. Prior to the CCP, Pakistan had the Monopolies and Restrictive Trade Practices (Control and Prevention) Ordinance (MRTPO) 1970.
NATURAL MONOPOLY
A natural monopoly occurs when a single firm can produce total consumer demand for a good or service at a lower long-run total cost than two or more firms. Breaking up a natural monopoly would drive up total costs and damage productive efficiency. In such cases, the government may allow a single firm to exist but regulate its price to reduce deadweight loss.
🔑 Definition — Natural Monopoly: A situation where a single firm can supply the entire market more efficiently than many small firms because the long-run average cost curve is still declining when the firm supplies the entire market.
Examples include public utilities like electrical, gas, water, and telecommunication services. Having multiple firms would lead to costly duplication of infrastructure.
📐 Regulation Goal: The regulatory commission typically sets a price where P = LAC (break-even point, point G in Figure 2), allowing the firm only a normal risk-adjusted rate of return on its investment. Setting P = LMC (point H) would be socially optimal but would require a government subsidy to prevent losses.
📌 Example (Figure 2):
- An unregulated natural monopolist produces at the profit-maximizing point E (where LMC = MR), producing 3 million units at a price of $6 (point A). Its average cost is $5 (point B), resulting in a profit of $1 per unit.
- To achieve a fair return, the regulator sets price P = LAC = $3 (point G), leading to an output of 6 million units. Price is lower and output greater.
- The socially optimal point would be H (P = LMC = $1) with output of 8 million units. However, at this output, LAC = $2, so the firm would incur a loss of $1 per unit and would require a subsidy to operate.
EXTERNALITIES
An externality is a cost or benefit resulting from an activity that is imposed upon parties outside the transaction. These are sometimes called spillovers or side effects.
- Positive externalities occur when spillover effects are beneficial to society (e.g., education, employee training).
- Negative externalities occur when spillover effects are costly to society (e.g., pollution).
NEGATIVE EXTERNALITIES These are external diseconomies of production or consumption, or uncompensated costs. If an activity harms a third party who is not compensated, a negative externality exists. Environmental pollution (air, water, noise) is a key example. Externalities undermine allocative efficiency because market participants ignore the costs/benefits that spill over to others. Managers rationally ignore these external costs. Negative externalities cause overproduction because sellers do not consider all social costs.
Marginal Social Cost (MSC) is the total cost to society of producing an additional unit. MSC = Marginal Private Cost (MCp) + Marginal External Cost (MCe).
📌 Example (Figure 5 - Steel Production):
- A steel firm's production generates pollution as a negative externality (MCe).
- The firm's supply curve is based on its marginal private cost (MCp).
- The market equilibrium output is Q1, where demand (MBp) equals MCp.
- The socially efficient output is Q2, where demand (MBp) equals the marginal social cost (MCs = MCp + MCe).
- At Q1, the market overproduces because it ignores the cost of pollution. The area representing the deadweight loss from this overproduction is shown in Figure 5.
POSITIVE EXTERNALITIES If an activity helps a third party who does not pay for the benefits, a positive externality exists. Education is a classic example. Positive externalities cause underproduction because sellers cannot capture the full social value in the prices they charge.
SOLVING EXTERNALITIES
GOVERNMENT SOLUTIONS
- Internalizing the Externality: Altering incentives so that people account for the external effects of their actions, often by clearly defining property rights.
- Taxes: Often used to correct negative externalities. An Pigouvian tax (tax on the externality-creating entity) should be set precisely equal to the marginal external cost to force firms to internalize the cost.
- Command and Control Regulation: The government directly controls the effects of externalities (e.g., setting pollution limits).
THE COASE THEOREM Government need not be involved in every case. According to the Coase Theorem, private bargains and negotiations can lead to an efficient solution to an externality if:
- Ownership of property is clearly defined.
- The number of people involved is small.
- The costs of bargaining are negligible.
PUBLIC GOODS
Public Goods are goods that are non-rival and non-excludable in consumption.
- Non-rival: Consumption by one person does not reduce availability for others (e.g., national defense, radio signals).
- Non-excludable: It is impossible to confine benefits to paying customers (e.g., clean air). These characteristics create market failure due to:
- The "Free Rider" Problem: Individuals have little incentive to buy a public good because they can enjoy its benefits without paying.
- The Hidden Preferences Problem: Individuals have no incentive to reveal their true valuation of the good, as they will get it anyway.
📌 Figure 8 - Demand for a Public Good:
- The aggregate demand (DT) for a public good is the vertical summation of individual demand curves (DA and DB). This is because everyone can consume the same unit simultaneously.
- The optimal quantity (QY) is at point T, where the aggregate demand (DT) equals the supply (SY). At this point, the sum of marginal benefits (PT = PA + PB) equals the marginal social cost (MCY).
INCOMPLETE INFORMATION
Participants in a market with incomplete information about prices, quality, technology, or risks may be inefficient. The government serves as a provider of information to fight inefficiencies caused by incomplete or asymmetric information. When information is very costly for individuals to collect, it may be cheaper for the government to produce it once for everyone.
RENT SEEKING
Government policies can improve resource allocation, but they often benefit some parties at the expense of others. Rent-seeking is the process where lobbyists or individuals spend large sums of money to influence government policies for their private benefit. This can lead to government failure.
⭐ Key Takeaways
The primary justification for government intervention in a market economy is to correct market failures, which prevent the achievement of economic efficiency. The five main sources of market failure are market power, natural monopoly, externalities, public goods, and incomplete information. Each requires a different policy response, such as antitrust laws to promote competition, regulation to control natural monopolies (e.g., setting P = LAC), or taxes and the Coase Theorem to address externalities. Public goods present a unique challenge due to their non-rival and non-excludable nature, leading to free-rider problems that require government provision. Finally, students must understand that while government can correct market failures, its intervention can also create inefficiencies through rent-seeking behavior, highlighting the complexity of balancing market and state.
🧠 Quick Revision Questions
- What are the five main forms of market failure that can damage economic efficiency?
- In the regulation of a natural monopoly, what is the difference between setting price equal to Long-Run Average Cost (P = LAC) and setting price equal to Long-Run Marginal Cost (P = LMC)?
- Explain the difference between a positive and a negative externality. Which type leads to overproduction and which leads to underproduction?
- According to the Coase Theorem, what three conditions are necessary for private bargaining to solve an externality problem without government intervention?
- How is the market demand curve for a public good constructed differently from the market demand curve for a private good?