Modelling · Topic 8 of 9
Quadratic Relationships
Theory
Unlike linear models, which have a constant rate of change, quadratic models are used when the dependent variable increases and then decreases, or decreases and then increases.
1. The Structure of a Quadratic Model
- The formula for a quadratic relationship is written in the form , where the most defining feature is the presence of a squared term ().
- The graph of a quadratic model is a symmetrical curve called a parabola.
- A quadratic graph features a single turning point (either a maximum or minimum), a y-intercept, and sometimes x-intercepts (where the curve crosses the horizontal axis).
2. The Shape of the Parabola
The overall shape of the graph is dictated entirely by the coefficient of the term:
- Positive : If the squared term is positive (e.g., ), the graph forms a 'u' shape with a minimum turning point at the bottom.
- Negative : If the squared term is negative (e.g., ), the graph forms an 'n' shape with a maximum turning point at the top.
3. Evaluating and Real-World Validity
- Evaluating simply means substituting a given input value into your formula to calculate the output.
- When evaluating real-world models, you must always consider the validity of your answers. Mathematical formulas will happily generate negative numbers indefinitely, but in the real world, things like physical height, time, or the number of objects cannot drop below zero.
4. Quadratic Models in Spreadsheets
- To explore a quadratic model in Excel, you should generate a sequence of values that includes both negative and positive numbers to reveal the true shape of the curve.
- When typing your formula into the spreadsheet, you must use the
^symbol to indicate a power (e.g.,^2for squared) and the*symbol for multiplication.
Worked examples
Example 1
Example 1: Identifying the Shape in Context
A tech company is deciding what price to set for their new smartphone. If the price is too low, they will sell a lot of phones but make very little money. If the price is too high, they make a large profit per phone, but almost nobody will buy it. Explain why the relationship between the price of the phone and the company's total revenue could be modelled by a quadratic relationship, and state the expected shape of the graph.
Solution: As the price increases from zero, the total revenue will initially increase. However, it will eventually hit a peak before decreasing again as the phones become too expensive for customers to afford.
Because the revenue goes up and then comes back down, the graph will be an 'n' shape with a maximum turning point.
Example 2
Example 2: Evaluating and Model Validity
A marine rescue team fires a distress flare vertically into the air. The height of the flare, (in metres), after seconds is modelled by the formula:
(a) Calculate the height of the flare after 4 seconds.
(b) Calculate the height of the flare after 12 seconds, and explain why this shows the mathematical model is no longer valid at this time.
Solutions:
- (a) metres.
- (b) metres.
- This prediction is no longer valid because a height of -120 metres is physically impossible in this context. The flare would have hit the surface of the water (height = 0) and stopped, so the model should not be used beyond that point.
Example 3
Example 3: Setting up a Spreadsheet Model
A student wants to use a spreadsheet to sketch a graph of the quadratic formula for values ranging from -5 to 5. Explain the steps required to set up this model and calculate the values in the spreadsheet.
Solution:
- Set up two columns, one titled and one titled .
- In the column, type the numbers -5, -4, and drag down to fill the column up to the number 5.
- In the first cell of the column, type the formula
= 15 + 4*A2 - 2*(A2^2)(assuming the first value is located in cell A2). - Click and drag this formula down to automatically calculate the rest of the sequence before inserting a chart.