Study Guide

Function model selection and assumption articulation

AP PrecalculusΒ· AP Precalculus CED β€” Polynomial and Rational FunctionsΒ· 14 min read

1. Core Concepts and Exam Expectationsβ˜…β˜…β˜†β˜†β˜†β± 3 min

Function model selection and assumption articulation is the process of matching a contextual data set or relationship description to an appropriate polynomial or rational function model, then explicitly stating the unstated simplifying assumptions that make the model valid.

Per the AP Precalculus CED, this topic accounts for ~2.5% of total exam score, appearing in both multiple-choice (MCQ) and free-response (FRQ) sections. MCQ typically tests model identification via elimination of inappropriate candidates, while FRQ requires justification of model choice and explicit assumption articulation for full credit. Unlike pure statistical regression, this topic emphasizes matching functional behavior to contextual constraints rather than just minimizing prediction error.

2. Model Selection via End Behavior and Constraintsβ˜…β˜…β˜†β˜†β˜†β± 4 min

The first step in any model selection problem is to narrow down candidate models by matching their end behavior and domain properties to the requirements of the context. For polynomials and rational functions, key properties are:

  • Odd-degree polynomials: opposite end behavior (one end approaches , the other ), defined for all real inputs

  • Even-degree polynomials: matching end behavior (both ends approach the same signed infinity), defined for all real inputs

  • Rational functions (ratios of polynomials): can have vertical asymptotes at finite inputs where the denominator is zero (no cancellation with numerator), end behavior depends on degree difference between numerator and denominator

Vertical asymptotes only exist for rational functions in this topic, so any context requiring output to approach infinity at a finite input must use a rational model. Always eliminate inappropriate candidates first before fitting parameters or comparing fit.

πŸ“ Worked Example

A city planner models the total energy consumption (in megawatt-hours) of a new residential neighborhood as a function of the number of homes , where . Context tells us: (1) Total energy consumption grows without bound as the number of homes becomes very large, increasing at a roughly constant rate. (2) If the neighborhood has 0 homes, total energy consumption for homes is 0. Which model is most appropriate, and why?

  1. 1

    List required properties from context:

    • End behavior as : with constant slope
    • (finite output at 0, no vertical asymptote)
  2. 2

    Eliminate even-degree polynomials: All even-degree polynomials have matching end behavior, so as , which incorrectly predicts positive energy use for negative (contextually meaningless) numbers of homes.

  3. 3

    Eliminate rational models: To get constant-slope end behavior, a rational model would need a numerator one degree higher than the denominator, which requires a vertical asymptote at a finite . This is unnecessary here because has finite output 0.

  4. 4

    The only matching model is a linear (first-degree) polynomial: where is energy consumption per home, satisfying all required constraints.

Exam tip:

70% of AP MCQ model selection questions can be answered just by eliminating candidates that don't match context, no calculation needed.

3. Articulating Explicit Modeling Assumptionsβ˜…β˜…β˜…β˜†β˜†β± 3 min

Once you select a model, AP Precalculus requires you to explicitly state the assumptions that underpin your choice. All models are simplifications of real-world complexity, and assumptions are the unstated constraints you accept to use the model. Assumptions must be tied directly to the form of your model, not generic statements like "measurements are accurate."

  • Constant marginal change (for linear models)

  • Constant acceleration (for quadratic projectile models)

  • Fixed carrying capacity (for rational population models)

  • No external unmodeled factors that change functional behavior

πŸ“ Worked Example

A civil engineer uses a quadratic model to model the height of water from a fire hose, where is time in seconds after the water leaves the nozzle. Name one key assumption the engineer is making that is required for this model to be valid, and explain why it is necessary.

  1. 1

    The core assumption here is that air resistance on the water stream is negligible, and acceleration due to gravity is constant.

  2. 2

    This assumption is necessary because a quadratic model has a constant second derivative (constant acceleration), which only holds if acceleration does not change with speed or time.

  3. 3

    If air resistance were not negligible, acceleration would decrease as water speed increases, changing the function form from quadratic to a higher-degree or rational function.

  4. 4

    This assumption directly impacts model predictions: ignoring air resistance leads the quadratic model to overpredict the maximum height and range of the water stream.

Exam tip:

For FRQ, always tie your assumption to the function form you selected. Generic assumptions will not earn credit.

4. Comparing Fit and Validating Extrapolationβ˜…β˜…β˜…β˜†β˜†β± 4 min

When multiple candidate models satisfy the basic contextual constraints, you next compare how well they fit observed data and whether their extrapolations (predictions outside the range of observed data) make contextual sense. A model that fits the observed data well can still be invalid if it extrapolates to impossible values.

πŸ“˜ Definition

Sum of Squared Errors

SSESSE

A goodness-of-fit metric that sums the squared difference between each model prediction and observed data value. Lower SSE indicates a better fit to observed data.

However, contextual validity of extrapolation always takes priority over SSE on the AP exam. A model with a lower SSE on observed data that produces impossible extrapolations should always be rejected.

πŸ“ Worked Example

A manufacturing company has collected data for average cost (in dollars per unit) of producing units of a custom part:

1050100200
277.45.24.6

A linear model fit to the data gives , and a rational model gives . Which model is better for extrapolating to units, and why?

  1. 1

    Calculate extrapolated values for each model:

  2. 2
    C(1000)linear=βˆ’0.11(1000)+16=βˆ’94C(1000)rational=200+3(1000)1000=3.2C(1000)_{\text{linear}} = -0.11(1000) + 16 = -94 \\ C(1000)_{\text{rational}} = \frac{200 + 3(1000)}{1000} = 3.2
  3. 3

    Contextually, average cost per unit can never be negative, so the linear model's extrapolation is impossible. The rational model has a horizontal asymptote at dollars per unit, which matches the real-world expectation that average cost approaches the variable cost per unit for large production runs.

  4. 4

    Check fit to observed data: The linear model has an SSE of approximately 260, while the rational model has an SSE of approximately 22, meaning the rational model also fits the observed data far better.

  5. 5

    Conclusion: The rational model is the better choice for extrapolation.

Exam tip:

Always check extrapolated values for contextual sense (no negative counts, costs, or concentrations) even if the model fits observed data well. AP exam questions frequently test this.

5. Common Pitfalls

Wrong move:

Selecting a polynomial model for a context that requires a vertical asymptote at a finite positive input.

Why:

Students default to simpler polynomials and forget that polynomials are defined for all real inputs, so they cannot produce infinite output at a finite input.

Correct move:

Always check if your context requires output to approach infinity at a finite input; if it does, select a rational model with a vertical asymptote at that input.

Wrong move:

Stating a generic assumption (e.g., "all data is accurate") instead of a model-specific assumption on FRQ.

Why:

Students confuse general measurement assumptions with functional form assumptions, which are what AP questions ask for.

Correct move:

Always tie your assumption to the form of your selected model, e.g., "I assume average revenue per customer is constant, which makes a linear model appropriate instead of a quadratic model."

Wrong move:

Selecting an even-degree polynomial for a context where output grows to as positive input grows, leading to positive output for all negative inputs.

Why:

Students forget that even-degree polynomials have matching end behavior on both ends, leading to nonsensical predictions for contextually meaningless negative inputs.

Correct move:

For contexts where only positive inputs are valid and output grows to as , prioritize odd-degree polynomials unless the context specifically requires even-degree behavior.

Wrong move:

Assuming that a model with lower error on observed data is automatically the best choice for extrapolation.

Why:

Students focus on goodness of fit for existing data and ignore the model's behavior outside the observed data range.

Correct move:

Always check the model's behavior at the edges of the domain for contextual validity before selecting it for extrapolation.

Wrong move:

Forgetting to restrict the model domain to contextually valid inputs, leading to incorrect interpretation of results.

Why:

Students assume the entire mathematical domain of the function is valid, even for inputs that do not make sense in context.

Correct move:

Always state the domain of your model explicitly, e.g., for number of units, to avoid interpreting invalid inputs as meaningful.

6. Quick Reference Cheatsheet

Model Type

Key Properties

Best For Contexts Where:

Linear (1st degree polynomial)

Constant slope, defined everywhere, odd degree

Constant rate of change, finite output at all inputs

Quadratic (2nd degree polynomial)

Constant second derivative, matching end behavior, defined everywhere

Constant acceleration, parabola-shaped relationships

Higher-degree odd polynomial

Opposite end behavior, defined everywhere

Output grows without bound as positive input grows, no vertical asymptotes

Even-degree polynomial

Matching end behavior, defined everywhere

Output approaches same infinity on both ends, symmetric relationships

Rational function

Can have vertical/horizontal/oblique asymptotes

Output approaches infinity at finite input, approaches horizontal asymptote for large inputs

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· AP Precalculus

    FRQ model selection justification

  • 2023 Β· AP Precalculus

    MCQ candidate elimination

Going deeper

What's Next

Mastering model selection and assumption articulation builds a foundational skill for all future applied math, including AP Calculus, AP Statistics, and college-level quantitative courses. This topic is heavily focused on conceptual understanding rather than calculation, so practicing eliminating inappropriate candidates and articulating model-specific assumptions will pay off across all AP Precalculus units that involve contextual modeling. After mastering this topic, you can move on to more advanced modeling topics with other function types, deepen your understanding of polynomial behavior, or practice FRQ justification for other rational function topics.