FINITE MATHEMATICS • LINEAR MODELS AND SYSTEMS

Break-Even & Cost/Revenue Analysis — Use linear models for break-even and cost/revenue analysis

Determine the exact production level where total cost equals total revenue using linear equations.

Historical Context & Motivation

The question of whether a business venture will generate profit or incur losses has been central to commerce for millennia. Long before formal mathematical tools existed, merchants and traders intuitively grappled with the relationship between what they spent to produce goods and what they earned from selling them. The formalization of this relationship into what we now call break-even analysis emerged as businesses grew in scale during the Industrial Revolution, when the distinction between fixed costs (rent, machinery, salaries) and variable costs (raw materials, labor per unit) became critical to managerial decision-making.

1850s
Industrial Cost Accounting
The rise of factory production in Britain and the United States forced managers to distinguish between overhead (fixed) costs and per-unit (variable) costs, laying the conceptual groundwork for modern cost analysis.
1903
Henry Hess and the Break-Even Chart
Engineer Henry Hess introduced one of the earliest graphical break-even charts, plotting costs and revenues against production volume to identify the point of zero profit. His visual approach made the analysis accessible to non-mathematicians in industry.
1936
Rautenstrauch's Formal Framework
Walter Rautenstrauch of Columbia University published a systematic treatment of break-even analysis, establishing it as a standard tool in management science and introducing the now-familiar linear cost–revenue graph to academic curricula.
1960s–Present
Integration into Finite Mathematics
Break-even analysis became a staple of applied mathematics courses for business and social science students, illustrating how linear equations model real-world economic decisions. Spreadsheet software later automated computation but the underlying linear algebra remains foundational.

The central question driving break-even analysis is deceptively simple: How many units must a firm produce and sell before it stops losing money? Answering this question requires constructing linear models for both total cost and total revenue, then solving the resulting system of equations. This section of finite mathematics connects algebraic techniques you already know—solving simultaneous linear equations—to a practical economic application that every business, from a campus coffee cart to a multinational corporation, must address.

Core Principles & Definitions

Break-even and cost/revenue analysis rests on a set of foundational concepts. Understanding these definitions precisely is essential before constructing any model, because each term corresponds to a specific coefficient or constant in the linear equations we will build. At the college level, we treat these relationships as linear functions of a single independent variable—the quantity produced and sold, typically denoted x. This linearity assumption means we model costs and revenues with first-degree polynomials, which is a reasonable approximation over a moderate range of production.

1

Fixed Costs (F)

Costs that do not change with production volume: rent, insurance, equipment depreciation, base salaries. In the linear cost equation, F appears as the y-intercept of the total cost function C(x).
2

Variable Cost per Unit (v)

The additional cost incurred for each additional unit produced: raw materials, direct labor, packaging. The variable cost per unit v is the slope of the total cost function.
3

Selling Price per Unit (p)

The price at which each unit is sold. When the firm sells every unit at the same price, total revenue is a linear function R(x) = px, where p is the slope and the y-intercept is zero.
4

Break-Even Point (BEP)

The production quantity x₀ at which total cost equals total revenue: C(x₀) = R(x₀). At this point, profit P(x₀) = 0. Below x₀ the firm operates at a loss; above x₀ it earns a profit.
5

Profit Function P(x)

Defined as P(x) = R(x) − C(x). This is also a linear function whose slope is (p − v) and whose y-intercept is −F. The break-even point is the x-intercept of P(x).
KEY TAKEAWAY
Think of break-even analysis like planning a road trip. Your fixed costs are the cost of the car itself—you pay that whether you drive zero miles or ten thousand. Your variable costs are the gas you burn per mile. Your revenue is what passengers pay you per mile for ridesharing. The break-even point is the exact mileage at which your passengers' payments have fully covered both the car and all the fuel. Every mile after that is pure profit. In the language of linear algebra, you are simply finding the intersection of two lines in the x–y plane.

Visualizing Cost, Revenue & Break-Even

The classic break-even chart plots total cost C(x) and total revenue R(x) on the same set of axes, with the quantity x on the horizontal axis and dollars on the vertical axis. The intersection of the two lines is the break-even point, and the vertical distance between the lines at any value of x represents either the loss (when C > R) or the profit (when R > C). The diagram below illustrates a scenario where fixed costs are $6,000, the variable cost per unit is $20, and the selling price is $50 per unit.

The cyan line represents total cost C(x) = 6000 + 20x, starting at the fixed cost of $6,000 on the vertical axis. The violet line represents total revenue R(x) = 50x, passing through the origin. The amber dot marks the break-even point at x = 200 units, where both functions equal $10,000. The shaded red region (left of BEP) indicates losses, and the shaded green region (right of BEP) indicates profit.

Several features of this diagram deserve attention. First, note that the cost line does not pass through the origin—it has a positive y-intercept equal to the fixed costs. The revenue line, by contrast, does pass through the origin because zero units sold generates zero revenue. Second, observe that the revenue line must have a steeper slope than the cost line for a break-even point to exist in the first quadrant; algebraically, we need p > v (the selling price exceeds the variable cost per unit). If p ≤ v, the firm can never cover its fixed costs regardless of volume, and the two lines either never intersect (p < v) or are parallel (p = v with F > 0).

Mathematical Framework

We now formalize the linear models. Let x denote the number of units produced and sold. We assume the firm operates in a regime where cost and revenue are both linear functions of x, and that every unit produced is sold at the same price.

TOTAL COST FUNCTION
C(x) = F + vx
where F = fixed costs (y-intercept), v = variable cost per unit (slope), and x = quantity produced/sold.
TOTAL REVENUE FUNCTION
R(x) = px
where p = selling price per unit (slope). The y-intercept is zero because no units sold means no revenue.
PROFIT FUNCTION
P(x) = R(x) − C(x) = (p − v)x − F
The slope of the profit function is the contribution margin (p − v), which represents the revenue available per unit to cover fixed costs. The y-intercept is −F, reflecting the loss when zero units are sold.

Deriving the Break-Even Quantity

The break-even point is found by setting C(x) = R(x) and solving for x. Beginning with F + vx = px, we subtract vx from both sides to obtain F = px − vx = (p − v)x. Dividing both sides by the contribution margin (p − v) yields the break-even quantity.

BREAK-EVEN QUANTITY
x₀ = F / (p − v)
This formula is valid only when p > v. If p ≤ v, the contribution margin is non-positive and the firm cannot break even. The break-even revenue is R(x₀) = p × F / (p − v) = Fp / (p − v).
⚠️ Condition for Break-Even to Exist
A break-even solution in the first quadrant requires p > v. If the selling price per unit does not exceed the variable cost per unit, the lines C(x) and R(x) either never intersect (when p < v, C grows faster than R) or are parallel with C always above R (when p = v and F > 0). In economic terms, each unit sold would fail to contribute anything toward covering fixed costs.

Profit Regions & Sensitivity Analysis

Beyond identifying the single break-even point, managers use the linear model to explore how changes in fixed costs, variable costs, or selling price shift the break-even quantity and the profit landscape. This kind of sensitivity analysis answers questions like: 'If we negotiate a lower rent, how many fewer units do we need to sell?' or 'If raw material prices rise by 10%, what happens to our break-even point?' Because all relationships are linear, these shifts are straightforward to compute and visualize.

Three cost scenarios compared against the same revenue line R(x) = 50x. The base case (cyan) has a BEP at 200 units. Increasing fixed costs to $8,000 (dashed pink line) shifts the BEP right to ≈267 units. Increasing variable cost to $24 (dashed green line) also shifts the BEP right to ≈231 units.

The diagram above reveals an important structural insight: increases in either fixed costs or variable costs push the break-even point to the right (requiring more units to be sold), while increases in selling price pull it to the left. Mathematically, the break-even formula x₀ = F / (p − v) makes this clear. The numerator F and the denominator (p − v) act as competing forces: a larger F raises x₀, a larger (p − v) lowers it. This decomposition is the essence of sensitivity analysis in a linear model—each parameter's effect on x₀ can be analyzed in isolation because the model is algebraically transparent.

Sensitivity of the break-even quantity to parameter changes
Parameter ChangeEffect on x₀Intuition
Increase F (fixed costs)x₀ increases (BEP shifts right)More overhead to cover before breaking even
Increase v (variable cost/unit)x₀ increases (BEP shifts right)Each unit contributes less toward covering fixed costs
Increase p (selling price)x₀ decreases (BEP shifts left)Each unit contributes more toward covering fixed costs
p approaches v from abovex₀ → ∞Contribution margin vanishes; infinite volume needed

Worked Example

A campus startup sells custom phone cases. The fixed monthly costs (equipment lease, website hosting, and insurance) total $3,600. Each case costs $8 in materials and labor to produce, and each case sells for $20. We wish to determine the break-even quantity, the break-even revenue, and the profit if 400 cases are sold in a month.

Phone Case Startup — Break-Even Analysis
1
Step 1 — Identify ParametersFrom the problem statement we extract: Fixed costs F = $3,600; Variable cost per unit v = $8; Selling price per unit p = $20.
2
Step 2 — Write the Linear ModelsTotal cost: C(x) = 3600 + 8x. Total revenue: R(x) = 20x. Profit: P(x) = R(x) − C(x) = 20x − 3600 − 8x = 12x − 3600.
3
Step 3 — Compute Break-Even QuantitySet C(x) = R(x): 3600 + 8x = 20x. Subtract 8x from both sides: 3600 = 12x. Divide by 12: x₀ = 3600 / 12 = 300. Alternatively, using the formula: x₀ = F / (p − v) = 3600 / (20 − 8) = 3600 / 12 = 300.
Break-even quantity: x₀ = 300 cases
4
Step 4 — Compute Break-Even RevenueR(300) = 20 × 300 = $6,000. We can verify: C(300) = 3600 + 8(300) = 3600 + 2400 = $6,000. Since R(300) = C(300) = $6,000, the computation checks out.
Break-even revenue: $6,000
5
Step 5 — Compute Profit at 400 UnitsP(400) = 12(400) − 3600 = 4800 − 3600 = $1,200. Since 400 > 300 = x₀, the firm is in the profit region, earning $12 for every unit beyond break-even. We have sold 100 units beyond break-even, and 100 × $12 = $1,200, confirming the result.
Monthly profit at 400 cases: $1,200

Strengths & Limitations of Linear Break-Even Models

Linear break-even analysis is one of the most widely taught tools in introductory business mathematics precisely because it distills a complex economic situation into a tractable algebraic problem. However, every model embodies simplifying assumptions, and understanding the boundaries of those assumptions is as important as knowing how to apply the model.

Strengths and limitations of the linear break-even model
StrengthsLimitations
Simple, closed-form solution: x₀ = F/(p−v) requires no numerical methods.Assumes constant variable cost per unit—ignores economies of scale and diseconomies at high output.
Easy to visualize: two intersecting lines on a graph communicate clearly to non-technical stakeholders.Assumes a single, fixed selling price—ignores volume discounts, price elasticity, and competitive pricing.
Sensitivity analysis is straightforward: partial derivatives are constants.Applies to a single product; multi-product break-even requires additional assumptions about the product mix.
Useful as a first-pass feasibility check before more sophisticated modeling.Ignores time value of money, taxes, and financing costs, which are critical in long-term planning.
KEY TAKEAWAY
The linear break-even model is like a map drawn in straight lines: it won't capture every curve in the road, but it gives you an accurate sense of direction and distance for a reasonable range. Just as a pilot uses simplified runway diagrams before consulting detailed terrain maps, a manager uses break-even analysis as a rapid feasibility screen before deploying more complex nonlinear, stochastic, or simulation-based models. The key is knowing the relevant range—the interval of production volumes over which the linear assumptions hold approximately true.

Connection to Advanced Theory

The linear break-even model studied in finite mathematics is a stepping stone to richer frameworks encountered in microeconomics, operations research, and managerial accounting. Below we compare the basic linear model with several extensions that relax one or more of its simplifying assumptions. Understanding these connections helps you appreciate both the power and the scope of what you have learned.

Linear model vs. advanced extensions
FeatureLinear Model (This Lesson)Advanced Extensions
Cost functionC(x) = F + vx (linear)C(x) may include quadratic terms (e.g., F + vx + ax²) for diminishing returns or step functions for capacity thresholds
Revenue functionR(x) = px (linear, constant price)R(x) = p(x) · x where p(x) is a demand function; revenue becomes quadratic or nonlinear
Number of productsSingle productMulti-product analysis using contribution margin ratios and weighted-average contribution margins
OptimizationFind the break-even point (single solution)Maximize profit subject to constraints via linear programming (LP) or nonlinear optimization
UncertaintyDeterministic parametersStochastic models with probability distributions over demand, costs, and prices; Monte Carlo simulation

If you continue in operations research or mathematical economics, you will encounter linear programming, which generalizes the idea of finding optimal production quantities subject to multiple linear cost and resource constraints. The objective function in an LP problem is essentially a multi-variable profit function, and the feasible region defined by constraints is analogous to specifying the relevant range over which a linear model is valid. The conceptual bridge from single-variable break-even analysis to multi-variable linear programming is one of the key intellectual arcs of finite mathematics.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why a break-even point cannot exist in the first quadrant if the variable cost per unit exceeds the selling price per unit. Use the equation x₀ = F / (p − v) to support your reasoning, and describe what happens to the graph of C(x) and R(x) in this scenario.
PROBLEM 2BASIC CALCULATION
A small bakery has monthly fixed costs of $4,500. Each loaf of bread costs $2.50 to produce and sells for $6.50. Find (a) the break-even number of loaves per month and (b) the total revenue at the break-even point.
PROBLEM 3INTERMEDIATE
A company produces widgets with fixed costs of $12,000, a variable cost of $15 per widget, and a selling price of $35 per widget. (a) Write the profit function P(x). (b) How many widgets must be sold to earn a target profit of $8,000? (c) If fixed costs increase by 25%, how many additional widgets beyond the original break-even point must the company sell to maintain the $8,000 target profit?
PROBLEM 4APPLIED
A university bookstore is considering launching a print-on-demand service for course packets. The printing equipment lease costs $2,400 per month (fixed). Paper, toner, and binding cost $5.60 per packet (variable cost). Market research suggests students will pay $14.00 per packet. The bookstore estimates it can sell between 200 and 500 packets per month. (a) Find the break-even quantity. (b) Calculate the profit at 200 and 500 packets. (c) What is the maximum variable cost per unit the bookstore could tolerate and still break even within the estimated demand range (i.e., at x = 500)?
PROBLEM 5CRITICAL THINKING
A firm produces a good with fixed costs F, variable cost per unit v, and selling price per unit p, where p > v. Prove algebraically that the break-even quantity x₀ is equally sensitive to a one-dollar increase in v and a one-dollar decrease in p. That is, show that ∂x₀/∂v = −∂x₀/∂p. Then discuss whether this mathematical symmetry translates into equal practical impact for a manager deciding between cost reduction and price adjustment.

Lesson Summary

Break-even and cost/revenue analysis uses linear models to determine the production quantity at which a firm's total revenue R(x) = px equals its total cost C(x) = F + vx. The break-even quantity x₀ = F / (p − v) requires that the selling price exceed the variable cost (p > v), ensuring a positive contribution margin. The profit function P(x) = (p − v)x − F is itself linear, with the break-even point as its x-intercept.

Graphically, the break-even point is the intersection of the cost and revenue lines; the region to its left represents losses and the region to its right represents profits. Sensitivity analysis reveals that increases in fixed or variable costs push the break-even point to higher volumes, while increases in selling price reduce it. Though the linear model assumes constant per-unit costs and prices, it provides a powerful first-order approximation and serves as the conceptual foundation for more advanced optimization techniques such as linear programming.

Varsity Tutors • Finite Mathematics • Break-Even & Cost/Revenue Analysis