Quadratic Relationships0%

Modelling · Topic 8 of 9

Quadratic Relationships

Video coming soon3 worked examples

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 y=ax2+bx+cy = ax^2 + bx + c, where the most defining feature is the presence of a squared term (x2x^2).
  • 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 x2x^2 term:

  • Positive x2x^2: If the squared term is positive (e.g., 2x22x^2), the graph forms a 'u' shape with a minimum turning point at the bottom.
  • Negative x2x^2: If the squared term is negative (e.g., 2x2-2x^2), 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 xx 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., ^2 for 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, hh (in metres), after tt seconds is modelled by the formula: h=50t5t2h = 50t - 5t^2

(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) h=50(4)5(42)=2005(16)=20080=120h = 50(4) - 5(4^2) = 200 - 5(16) = 200 - 80 = 120 metres.
  • (b) h=50(12)5(122)=6005(144)=600720=120h = 50(12) - 5(12^2) = 600 - 5(144) = 600 - 720 = -120 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 y=15+4x2x2y = 15 + 4x - 2x^2 for xx values ranging from -5 to 5. Explain the steps required to set up this model and calculate the yy values in the spreadsheet.

Solution:

  • Set up two columns, one titled xx and one titled yy.
  • In the xx column, type the numbers -5, -4, and drag down to fill the column up to the number 5.
  • In the first cell of the yy column, type the formula = 15 + 4*A2 - 2*(A2^2) (assuming the first xx value is located in cell A2).
  • Click and drag this formula down to automatically calculate the rest of the sequence before inserting a chart.