Linear vs Nonlinear Functions: Lemonade Stand Examples
This paper works through a series of applied mathematics problems centered on the concept of functions. Beginning with a lemonade stand pricing scenario, it derives a linear equation relating cups sold to price charged. It then constructs a linear equation from a table of values, evaluates whether three given relationships qualify as functions, and analyzes whether real-world relationships — driving speed vs. travel time, driving speed vs. accident probability, and age vs. height — are best modeled by linear or nonlinear functions. Each problem includes clear reasoning grounded in the definition of a function and the behavior of linear versus nonlinear models.
- Lemonade Stand: Deriving a Linear Equation: Derives C = -60P + 240 from pricing data
- Writing an Equation from a Table of Values: Finds f(x) = 4x + 6 from a table
- Identifying Whether Relationships Are Functions: Classifies three relations as functions or not
- Linear vs. Nonlinear Functions in Real-World Contexts: Analyzes speed, accidents, and height by age
✍️ How to write this paper — guide, tools & examples ▾
What makes this paper effective
- Each problem is answered concisely with a clear result followed by a brief but precise justification, modeling good mathematical communication habits.
- The reasoning for function identification correctly anchors to the formal definition — one output per input — rather than relying on visual or intuitive shortcuts.
- The real-world examples in the final section demonstrate the ability to connect abstract mathematical concepts to practical scenarios, strengthening conceptual understanding.
Key academic technique demonstrated
The paper demonstrates applied mathematical reasoning: deriving equations from word problems and data tables, applying the vertical-line-test logic (via the formal definition) to classify relations, and distinguishing linear from nonlinear models using real-world rationale such as exponential risk growth and biological growth spurts.
Structure breakdown
The paper is organized as four sequential problem-and-answer sets. The first two problems involve equation derivation — one from a word problem, one from a data table. The third problem tests understanding of the function definition across three cases of increasing complexity. The fourth problem applies linear versus nonlinear reasoning to three real-world relationships, requiring qualitative analysis rather than computation.
Lemonade Stand: Deriving a Linear Equation
Suppose you have a lemonade stand. When you charge $2 per cup of lemonade, you sell 120 cups. When you raise your price to $3, you only sell 60 cups. Using C for the number of cups sold and P for the price charged, and assuming the relationship is linear, the equation can be derived as follows.
The slope of the line is calculated from the two data points (2, 120) and (3, 60):
Slope = (60 − 120) / (3 − 2) = −60 / 1 = −60
Using the point-slope form with the point (2, 120):
C − 120 = −60(P − 2)
C = −60P + 120 + 120
C = −60P + 240
Writing an Equation from a Table of Values
Given the following table of values:
x: −2, −1, 0, 1, 2
f(x): −2, 2, 6, 10, 14
The differences between consecutive f(x) values are constant at 4, confirming the relationship is linear with a slope of 4. When x = 0, f(x) = 6, which gives the y-intercept directly. The equation is therefore:
f(x) = 4x + 6
Identifying Whether Relationships Are Functions
A function is a relationship in which each input value (x) corresponds to exactly one output value f(x). Using this definition, the three cases are evaluated below.
a. f(x) = x + 4
This is a function. For every possible value of x, there is exactly one corresponding f(x) value. The expression is defined for all real numbers and produces a unique output for each input.
b. f(x) = 3 if x > 2; otherwise f(x) = −2
This is a function. Although it is a piecewise relation, every value of x maps to only one value of f(x). Whether x is greater than 2 or not, there is no x that produces two different outputs simultaneously.
c. f(x) = 7 if x > 0; f(x) = −7 if x < 0; f(x) = 7 or −7 if x = 0
This is not a function. When x = 0, there are two possible output values — both 7 and −7 — assigned to the same input. Because a single input value yields more than one output, the definition of a function is violated.
Always verify citation format against your institution’s current style guide requirements.