Version 2 of 2
Introduction
Generated Aksbel book section. · Working · Jul 13, 2026 17:58 · saved by @mujirin
Introduction
Business is full of quantities.
A store sets a price. A factory chooses how many units to produce. A bank calculates loan payments. A marketing team estimates how many new customers an advertisement will bring. A manager asks whether hiring one more employee will increase profit enough to justify the wage. An investor compares cash received today with cash expected in the future.
Each of these decisions contains mathematics.
Not always advanced mathematics. Often the first step is simple: count the units, name the unknowns, write the relationship, and check whether the result makes business sense. But as decisions become larger, faster, and more interconnected, simple arithmetic is no longer enough. A business needs models: structured mathematical representations of revenue, cost, demand, risk, growth, and trade-offs.
This book is about learning algebra, pre-calculus, and calculus as a language for building those models.
Mathematics as a business language
A language is a system for representing meaning. English can describe a business problem in words:
If we lower the price, we may sell more units, but each unit gives us less revenue.
Mathematics can represent the same idea more precisely:
\[ R(p)=p \cdot q(p) \]
Here, \(R(p)\) means revenue as a function of price \(p\), and \(q(p)\) means quantity sold as a function of price. The equation says:
\[ \text{Revenue}=\text{Price} \times \text{Quantity sold} \]
This is not just symbolic decoration. It forces us to ask useful business questions.
If price changes, how does quantity change?
If quantity rises but price falls, does total revenue rise or fall?
Is there a price that maximizes revenue or profit?
What assumptions are hidden in the formula?
Mathematics helps us move from vague discussion to structured reasoning. In economics and business analysis, this habit of representing relationships with equations, functions, and constraints is central to modeling decisions and trade-offs (Chiang and Wainwright, 2005; Varian, 2014).
What this book means by “business mathematics”
In this book, business mathematics means the use of mathematical ideas to understand, calculate, predict, compare, and optimize business outcomes.
The word optimize means to choose the best available option according to a stated goal. A business goal might be to maximize profit, minimize cost, reduce waiting time, increase customer lifetime value, or keep risk within an acceptable limit. Optimization is not magic; it always depends on a model, assumptions, and constraints.
For example, suppose a small manufacturer sells a product for \$40 per unit. The variable cost is \$25 per unit, and fixed monthly cost is \$12,000.
The monthly profit is:
\[ P(x)=40x-25x-12000 \]
where \(x\) is the number of units sold.
Simplifying:
\[ P(x)=15x-12000 \]
This is an algebraic model. It says each unit contributes \$15 toward covering fixed cost and then profit. If the manager wants to know the break-even point, the manager solves:
\[ 15x-12000=0 \]
\[ 15x=12000 \]
\[ x=800 \]
The business must sell 800 units per month to break even.
This example uses basic algebra, but it already contains the central structure of business mathematics:
- Define the unknown.
- Write the relationship.
- Solve the equation.
- Interpret the answer in business units.
- Ask whether the assumptions are realistic.
The answer \(x=800\) is not only a number. It is a decision threshold. Selling fewer than 800 units creates a loss; selling more than 800 creates profit.
Why algebra comes first
Algebra is the part of mathematics that uses symbols to represent numbers and relationships. A symbol such as \(x\), \(p\), \(r\), or \(t\) can stand for an unknown value or a changing value.
In business, values are constantly changing. Price changes. Demand changes. Interest rates change. Costs change. Exchange rates change. Inventory levels change. Algebra gives us a way to reason about those changes without needing a separate calculation for every possible case.
For example, the simple interest formula is:
\[ I=Prt \]
where:
- \(I\) is interest,
- \(P\) is principal, the starting amount of money,
- \(r\) is the interest rate per time period,
- \(t\) is time.
If a firm borrows \$50,000 at an annual simple interest rate of 8% for 2 years, then:
\[ I=50000(0.08)(2)=8000 \]
The interest is \$8,000.
But algebra lets us do more than calculate one case. If the firm knows it can afford at most \$10,000 in interest, it can solve for the maximum principal:
\[ 10000=P(0.08)(2) \]
\[ 10000=0.16P \]
\[ P=62500 \]
So, under these terms, the firm can borrow at most \$62,500 if it wants interest to stay at or below \$10,000.
That is the practical power of algebra: it turns formulas into decision tools.
Why pre-calculus matters before calculus
Pre-calculus is the bridge between algebra and calculus. It studies functions and their behavior deeply enough that calculus becomes meaningful rather than mysterious.
A function is a rule that assigns each input exactly one output. In business, many important quantities can be represented as functions:
\[ \text{Revenue} = R(q) \]
\[ \text{Cost} = C(q) \]
\[ \text{Profit} = \pi(q) \]
\[ \text{Demand} = D(p) \]
\[ \text{Customer count} = N(t) \]
Here, \(q\) might mean quantity produced, \(p\) might mean price, and \(t\) might mean time.
Pre-calculus teaches the major families of functions that appear in business models.
A linear function has a constant rate of change. For example:
\[ C(q)=5000+12q \]
This cost function says fixed cost is \$5,000 and each unit adds \$12 of variable cost.
An exponential function grows or decays by a constant percentage rate. For example, if a subscription company loses 4% of customers each month, and starts with 10,000 customers, a simple churn model is:
\[ N(t)=10000(0.96)^t \]
where \(t\) is measured in months.
A logarithmic function is useful when multiplicative change is easier to compare than absolute change. Logarithms are widely used in growth rates, financial returns, elasticity, and statistical modeling because they help express proportional change in an additive form (Wooldridge, 2019).
A polynomial function can represent curved relationships, such as profit rising at first and then falling after capacity problems, overtime costs, or market saturation appear.
A rational function is a ratio of two expressions. Average cost is often written this way:
\[ AC(q)=\frac{C(q)}{q} \]
If total cost is:
\[ C(q)=10000+20q \]
then average cost is:
\[ AC(q)=\frac{10000+20q}{q} \]
\[ AC(q)=\frac{10000}{q}+20 \]
This shows a common business idea: as production \(q\) increases, the fixed cost per unit \(\frac{10000}{q}\) decreases, while the variable cost per unit remains 20.
Pre-calculus is where we learn to recognize these patterns before using calculus to analyze them at a deeper level.
Why calculus enters business decision-making
Calculus is the mathematics of change and accumulation.
The two central ideas are the derivative and the integral.
A derivative measures an instantaneous rate of change. In business language, it often answers a marginal question:
If we increase this input by a very small amount, how much does the output change?
The word marginal means “additional” or “at the edge.” In economics, marginal analysis is a standard way to study how one more unit of an activity affects cost, revenue, utility, or profit (Varian, 2014).
For example, if total cost is:
\[ C(q)=1000+8q+0.02q^2 \]
then the derivative is:
\[ C'(q)=8+0.04q \]
The derivative \(C'(q)\) is the marginal cost function. It estimates the additional cost of producing one more unit when current production is \(q\).
If \(q=200\), then:
\[ C'(200)=8+0.04(200)=16 \]
So near 200 units, the marginal cost is about \$16 per additional unit.
This matters because many business decisions happen at the margin. Should we produce one more unit? Spend one more dollar on advertising? Hire one more worker? Offer one more discount? Extend credit to one more customer?
An integral measures accumulation. If a derivative tells us a rate, an integral helps recover the total accumulated amount from that rate. For example, if a company knows its marginal cost function, integration can help estimate total variable cost over a production interval. The relationship between derivatives and integrals is formalized by the Fundamental Theorem of Calculus, a central result in calculus textbooks and applications (Stewart, 2015).
In business terms:
- derivatives help analyze change,
- integrals help analyze accumulation,
- optimization uses derivatives to search for best choices,
- continuous growth models use calculus to study compounding, decay, and flows over time.
Models are useful, but not reality itself
A model is a simplified representation of a real situation. A map is a model of a city. A budget is a model of future spending. A demand curve is a model of how customers may respond to price.
A good model is not the same thing as a perfect copy of reality. It deliberately leaves out some details so that the important structure becomes easier to see. George Box famously warned that “all models are wrong, but some are useful,” emphasizing that models should be judged by their usefulness for a purpose rather than by impossible perfection (Box, 1979).
For example, the break-even model:
\[ P(x)=15x-12000 \]
is useful, but it assumes the selling price and unit cost stay constant. In reality, the firm might offer discounts, suppliers might change prices, workers might require overtime, or demand might not be high enough to sell every unit.
So the model does not end the conversation. It improves the conversation.
A mathematically trained manager should ask:
- What does this model include?
- What does it ignore?
- Which assumptions are most fragile?
- How sensitive is the answer to changes in price, cost, or demand?
- What data would help test or improve the model?
- Is the model good enough for this decision?
This book will repeatedly return to the difference between an exact answer inside a model and a wise decision in the real world.
The three habits of this book
This book develops three habits.
The first habit is translation: turning business language into mathematical language.
For example:
“We need revenue to cover fixed and variable costs.”
becomes:
\[ pq \geq F+vq \]
where \(p\) is price per unit, \(q\) is quantity, \(F\) is fixed cost, and \(v\) is variable cost per unit.
The second habit is analysis: using algebra, functions, graphs, derivatives, or integrals to understand what the model says.
For example, from:
\[ pq \geq F+vq \]
we can rearrange:
\[ pq-vq \geq F \]
\[ q(p-v) \geq F \]
\[ q \geq \frac{F}{p-v} \]
This tells us the minimum quantity needed to cover cost, assuming \(p>v\).
The third habit is interpretation: translating the mathematical result back into business meaning.
The expression:
\[ \frac{F}{p-v} \]
is not just a fraction. It says:
\[ \text{Break-even quantity}=\frac{\text{Fixed cost}}{\text{Contribution margin per unit}} \]
If fixed cost rises, break-even quantity rises.
If price rises, break-even quantity falls, assuming demand remains sufficient.
If variable cost rises, break-even quantity rises.
If price is less than or equal to variable cost, the model warns that each unit fails to contribute positively toward fixed cost.
That is business mathematics: translate, analyze, interpret.
What you will learn across the book
The chapters are organized as a path from foundational measurement to advanced modeling.
You begin with numbers, units, ratios, percentages, margins, markups, and growth measures. These are the everyday measurement tools of business. A manager who confuses margin with markup or percentage points with percent change can make serious pricing or performance mistakes.
You then study algebraic expressions, equations, inequalities, and functions. These chapters teach you how to represent revenue, cost, profit, inventory, wages, commissions, taxes, and financing relationships.
After that, you move into the main families of pre-calculus functions: linear, polynomial, rational, exponential, logarithmic, trigonometric, and sequence-based models. Each family has a business personality. Linear models describe constant trade-offs. Exponential models describe compounding and percentage growth. Rational models describe ratios and efficiency. Periodic models help represent seasonality and cycles.
Then calculus begins with limits and continuity. A limit describes what a function approaches as the input gets close to a value. Limits prepare you to understand derivatives, which measure rates of change, and integrals, which measure accumulated totals.
Later chapters apply calculus to optimization, elasticity, comparative statics, continuous finance, multivariable decisions, regression, uncertainty, and a final capstone business case.
The purpose is not to collect formulas. The purpose is to build judgment.
A first complete example: pricing and profit
Consider a company selling an online course. Market research suggests that if the course price is \(p\) dollars, the company expects to sell:
\[ q(p)=1200-10p \]
courses per month, for prices between \$0 and \$120.
This is a demand model. It says higher prices reduce expected quantity sold. The number \(-10\) means that, in this model, each \$1 increase in price reduces expected sales by 10 courses.
Revenue is:
\[ R(p)=p \cdot q(p) \]
Substitute the demand function:
\[ R(p)=p(1200-10p) \]
\[ R(p)=1200p-10p^2 \]
Suppose the course platform and support cost \$20 per student, and fixed monthly cost is \$10,000. Then cost is:
\[ C(p)=10000+20q(p) \]
\[ C(p)=10000+20(1200-10p) \]
\[ C(p)=10000+24000-200p \]
\[ C(p)=34000-200p \]
Profit is revenue minus cost:
\[ \pi(p)=R(p)-C(p) \]
\[ \pi(p)=1200p-10p^2-(34000-200p) \]
\[ \pi(p)=-10p^2+1400p-34000 \]
This is a quadratic profit function. A quadratic function includes a squared term, such as \(p^2\). Its graph is a parabola. Because the coefficient of \(p^2\) is negative, the parabola opens downward, so it has a maximum point.
Calculus gives a fast way to find the profit-maximizing price. Differentiate:
\[ \pi'(p)=-20p+1400 \]
Set the derivative equal to zero:
\[ -20p+1400=0 \]
\[ 20p=1400 \]
\[ p=70 \]
The model suggests a profit-maximizing price of \$70.
Expected quantity sold is:
\[ q(70)=1200-10(70)=500 \]
Revenue is:
\[ R(70)=70(500)=35000 \]
Cost is:
\[ C(70)=10000+20(500)=20000 \]
Profit is:
\[ \pi(70)=35000-20000=15000 \]
So the model recommends charging \$70, selling 500 courses, and expecting \$15,000 monthly profit.
But a responsible analyst does not stop there. The analyst asks:
- Is the demand model based on real data?
- Does the linear demand assumption hold near \$70?
- Are there competitor reactions?
- Does a lower price increase long-term customer acquisition?
- Are there brand effects not captured by short-term profit?
- What happens if demand is 10% lower than expected?
The calculation gives insight. Judgment tests the insight.
How to think while studying
As you read, do not try to memorize every equation immediately. Instead, ask four questions whenever a model appears.
First, what are the variables?
A variable is a symbol representing a quantity that may change or may be unknown. In \(R=pq\), both \(p\) and \(q\) can be variables.
Second, what are the units?
Units are labels such as dollars, units, months, customers, square meters, or dollars per unit. Units keep the mathematics connected to reality. If revenue is measured in dollars and quantity is measured in units, then price must be measured in dollars per unit.
Third, what is assumed constant?
Many formulas contain parameters. A parameter is a value treated as fixed inside a model, even though it could change in another situation. In:
\[ C(q)=F+vq \]
\(F\) and \(v\) are often parameters: fixed cost and variable cost per unit.
Fourth, what decision does the model support?
A calculation should serve a decision. If the model does not help someone compare, forecast, control, price, allocate, finance, or optimize, then we should ask why we are building it.
The promise of this book
By the end of this book, you should be able to look at a business problem and see its mathematical structure.
You should be able to recognize when a problem is about a threshold, a rate, a constraint, a ratio, a growth process, a maximum, a minimum, an accumulation, or uncertainty.
You should be able to build formulas, solve equations, interpret graphs, compare function families, differentiate, integrate, and explain what the results mean in business language.
Most importantly, you should become more careful.
Mathematics is powerful because it makes reasoning visible. It shows which assumptions lead to which conclusions. It reveals when a decision depends on a fragile number. It separates “this feels profitable” from “under these assumptions, profit is positive only after 800 units.” It does not remove the need for business judgment; it strengthens that judgment.
The goal is not to turn every business decision into a perfect equation. The goal is to make better decisions by understanding the equations that are already hidden inside business life.
References
Box, G. E. P. (1979). Robustness in the strategy of scientific model building. In R. L. Launer and G. N. Wilkinson (Eds.), Robustness in Statistics (pp. 201–236). Academic Press.
Chiang, A. C., and Wainwright, K. (2005). Fundamental Methods of Mathematical Economics (4th ed.). McGraw-Hill/Irwin.
Stewart, J. (2015). Calculus: Early Transcendentals (8th ed.). Cengage Learning.
Varian, H. R. (2014). Intermediate Microeconomics: A Modern Approach (9th ed.). W. W. Norton & Company.
Wooldridge, J. M. (2019). Introductory Econometrics: A Modern Approach (7th ed.). Cengage Learning.