Back to all Math AI SL topics
Topic 2.6Math AI SL SL48 flashcards

Modeling skills

Practice Flashcards

Flip cards to reveal answers
Card 1 of 482.6.1
2.6.1
Question

Name the five model types in IB AI SL and their general forms.

Click to reveal answer

Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.

All Flashcards in Topic 2.6

Below are all 48 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.

2.6.116 cards

Card 1definition
Question

Name the five model types in IB AI SL and their general forms.

Answer

Linear: y = mx + c. Quadratic: y = ax² + bx + c. Exponential: y = a · bˣ. Power: y = axⁿ. Sinusoidal: y = a sin(bx + c) + d.

Card 2concept
Question

Which model type is best for a quantity that grows proportionally to itself (e.g. bacteria doubling)?

Answer

Exponential — constant percentage growth = constant ratio between successive values = exponential model.

Card 3concept
Question

Which model type produces a repeating (periodic) graph?

Answer

Sinusoidal (trigonometric). Tides, temperature cycles, sound waves — any periodic real-world quantity.

Card 4concept
Question

A scatter plot shows a clear straight-line pattern. Which model should you choose?

Answer

Linear. A straight-line scatter plot is the defining sign of a linear model.

Card 5concept
Question

Scatter plot curves upward and passes near the origin. Which two models should you consider?

Answer

Power (y = axⁿ) or exponential (y = a · bˣ). The near-origin hint favours power. Compare R² after fitting both.

Card 6concept
Question

Scatter plot rises symmetrically then falls, forming a single peak. Which model fits?

Answer

Quadratic — single turning point, symmetric parabola shape.

Card 7concept
Question

Scatter plot oscillates up and down repeatedly at regular intervals. Which model fits?

Answer

Sinusoidal — regular repeating pattern = periodic = trigonometric model.

Card 8concept
Question

IB says "Suggest a suitable model and give a reason." How do you get full marks?

Answer

Name the model type AND give one clear reason based on the shape or context. E.g. "Exponential, because the data shows a constant ratio between successive values."

Card 9concept
Question

Both power and exponential curves go upward. How do you tell them apart?

Answer

Power (y = axⁿ): may pass through origin, no horizontal asymptote to the right. Exponential (y = a · bˣ): never passes through origin, has horizontal asymptote y = 0 as x → −∞.

Card 10concept
Question

Data: (1, 3), (2, 12), (3, 48). Check if the ratio between successive y-values is constant.

Answer

12/3 = 4 and 48/12 = 4. Constant ratio → exponential model.

Card 11concept
Question

Power regression R² = 0.91; exponential regression R² = 0.98. Which do you choose?

Answer

Exponential — higher R² means it explains more of the variation. Choose the model with the higher R².

Card 12concept
Question

IB asks "Explain why exponential is more appropriate than linear." How do you answer?

Answer

State that the data shows a constant multiplicative (percentage) growth rate, not a constant additive change — which matches exponential, not linear.

Card 13concept
Question

Population doubles every 5 years. Which model is most appropriate?

Answer

Exponential — doubling at a constant time interval means a constant ratio between values, which is the defining feature of exponential models.

Card 14concept
Question

A ball follows a single arc up and down. Which model?

Answer

Quadratic — the path is a parabola. It has one turning point and is not periodic (doesn't repeat).

Card 15concept
Question

Electricity use follows the same pattern every 24 hours. Which model?

Answer

Sinusoidal — regular repeating cycle with constant period.

Card 16concept
Question

Drag force is proportional to the square of speed. Which model?

Answer

Power model: F = av², where n = 2.

2.6.216 cards

Card 17formula
Question

What are the steps to perform linear regression on a TI-84 GDC?

Answer

1. Enter x data in L1, y data in L2. 2. Stat → Calc → LinReg(ax+b). 3. Note a and b from output. 4. Write the equation y = ax + b.

Card 18concept
Question

What does the GDC regression output show you?

Answer

The best-fit equation parameters (a, b, etc.) and the correlation coefficient r (or R² for non-linear).

Card 19concept
Question

IB asks "use the GDC to find the regression equation." What must you write?

Answer

The full equation with all parameters to 3 s.f. E.g. y = 2.35x + 4.18. Include what regression type you used if asked.

Card 20concept
Question

After running regression, IB says "use your equation to predict y when x = 10." What do you do?

Answer

Substitute x = 10 into the regression equation and calculate. Show the substitution clearly.

Card 21concept
Question

Data curves upward steeply. Which regression types should you try?

Answer

Exponential (ExpReg) and power (PwrReg). Run both and compare R² values.

Card 22concept
Question

Data oscillates regularly. Which regression is appropriate?

Answer

Sinusoidal regression (SinReg on TI-84).

Card 23concept
Question

You run LinReg (R² = 0.61) and ExpReg (R² = 0.95). What should you do?

Answer

Use the exponential model — much higher R² means far better fit.

Card 24concept
Question

IB gives a data table showing a constant ratio between successive y-values. Which regression?

Answer

Exponential regression (ExpReg). Constant ratio is the hallmark of exponential growth/decay.

Card 25concept
Question

GDC ExpReg output: a = 2.3456, b = 0.8123 (for y = a · bˣ). How do you write the answer?

Answer

y = 2.35 · 0.812ˣ (all values to 3 s.f.).

Card 26concept
Question

IB asks "Write down the values of a and b." Do you need to show GDC working?

Answer

No — just state the values clearly. "From GDC: a = 2.35, b = 0.812." No algebraic working is needed.

Card 27concept
Question

GDC gives LinReg: y = 3.7x − 12.4. Find the predicted y when x = 5.

Answer

y = 3.7(5) − 12.4 = 18.5 − 12.4 = 6.1.

Card 28concept
Question

Why must regression coefficients be rounded to 3 s.f. in IB answers?

Answer

IB expects 3 significant figures unless specified. Using fewer can cause errors in later parts; IB may not award accuracy marks if rounding is too severe.

Card 29concept
Question

What does r = 0.99 tell you about a linear regression?

Answer

Very strong positive linear correlation. The model fits the data extremely well.

Card 30definition
Question

What is the difference between r and R²?

Answer

r: Pearson correlation coefficient, ranges from −1 to 1, linear regression only. R²: coefficient of determination, ranges 0 to 1, applies to all regression types. R² = r² for linear.

Card 31concept
Question

IB asks "Comment on the reliability of the model." R² = 0.72. What do you write?

Answer

The model has a moderate fit (R² = 0.72 — 72% of variation is explained). Predictions may not be highly reliable.

Card 32concept
Question

R² = 1 for a regression. What does this mean?

Answer

Perfect fit — every data point lies exactly on the regression curve. All predicted values match observed values exactly.

2.6.316 cards

Card 33definition
Question

Define interpolation.

Answer

Using a model to predict a value for an input that is within the range of the original data. Generally reliable.

Card 34definition
Question

Define extrapolation.

Answer

Using a model to predict a value for an input that is outside the range of the original data. Less reliable — the pattern may not continue.

Card 35concept
Question

Data collected 2010–2020. You predict the value in 2025. Is this interpolation or extrapolation?

Answer

Extrapolation — 2025 is beyond the end of the data range.

Card 36concept
Question

Which is generally more reliable — interpolation or extrapolation? Why?

Answer

Interpolation — we stay within the range where the model was built and validated. Extrapolation assumes the pattern continues, which may not hold in new conditions.

Card 37concept
Question

IB asks "Is your estimate reliable? Give a reason." The x-value is within the data range. How do you answer?

Answer

"Yes, the estimate is reliable as the value x = [n] is within the data range (interpolation)."

Card 38concept
Question

IB asks "Is your estimate reliable?" The x-value is outside the data range. How do you answer?

Answer

"The estimate is less reliable as the value x = [n] is outside the data range (extrapolation). The model may not hold beyond the collected data."

Card 39concept
Question

A linear model predicts a negative population for t = 100. What does this show?

Answer

The model breaks down for large t — populations cannot be negative. The model is only valid within the original data range.

Card 40concept
Question

Why might predictions far into the future be unreliable even with a good model?

Answer

Conditions change over time (resources, policy, environment). The model was built on past data and assumes the same pattern continues indefinitely.

Card 41definition
Question

What is the "valid domain" of a model?

Answer

The range of input values for which the model produces meaningful, realistic outputs — usually the range of the original data.

Card 42concept
Question

h(t) = −5t² + 20t gives a ball's height. h(5) = −25. Why is this not valid?

Answer

Negative height is physically impossible — the ball has already hit the ground. The model is only valid for 0 ≤ t ≤ 4 (while airborne).

Card 43concept
Question

How do you check whether a model output is "sensible"?

Answer

Ask: Is the output physically possible? Is the input within the data range? Does the result make sense in the context (correct units, realistic magnitude)?

Card 44concept
Question

IB asks "State one limitation of this model." What kind of answer is expected?

Answer

One reason the model may not be perfectly accurate, e.g. "The model assumes constant growth rate, but this may not hold over long periods as conditions change."

Card 45concept
Question

What is the IB-style format for answering "Is this estimate reliable?"

Answer

Yes/No + one reason referencing whether the input is within or outside the data range (interpolation vs extrapolation).

Card 46concept
Question

Data collected for 0 ≤ t ≤ 10. You predict at t = 8. Write your reliability comment.

Answer

"The estimate is reliable as t = 8 is within the data range (interpolation)."

Card 47concept
Question

Data collected for 0 ≤ t ≤ 10. You predict at t = 15. Write your reliability comment.

Answer

"The estimate is less reliable as t = 15 is outside the data range (extrapolation). The model may not hold beyond the collected data."

Card 48concept
Question

IB asks "Suggest one reason why the model may not be appropriate." Give a strong example answer.

Answer

"The model assumes exponential growth continues indefinitely, but in reality growth may slow due to limited resources or carrying capacity."

Want smart review reminders?

Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.

Start Free