Change In Tandem - 1.1 A - Aug 18

Domain, Input, and Variable Roles

  • Domain = the set of input values. In many contexts, these inputs are denoted by the variable x. The domain is the collection of all x-values for which the function is defined.

  • Independent variable = the input variable that determines the output. In most course contexts, this is represented by the letter x and called the independent variable.

  • Range = the set of output values produced by the function. These outputs are often denoted by y when the inputs are x.

  • Dependent variable = the output value that depends on the input. This is the y-value, often denoted by y or f(x).

  • Mnemonic (for memory): Dixie and Roy D. mnemonic:

    • Dixie = Domain (input values) and Independent (variable)

    • Roy D = Range (output values) and Dependent (output depends on input)

  • A function maps inputs to outputs with the rule: for every input, there is a single output. This is the core idea of a function.

  • Fundamental mapping notation: a function can be described as

    f:XY,f(x)=yf: X \to Y, \quad f(x) = y

    where X is the domain and Y is the codomain (range).

  • Vertical line test reminder: a relation is a function if and only if every vertical line intersects the graph at most once; this ensures that each input x has a unique output y. (Note: The horizontal line test is used to determine if a function is one-to-one, meaning each output y comes from a unique input x).

Function Basics: What is a Function?

  • A function assigns to each input x in the domain exactly one output y in the range.

  • Multiple inputs can map to the same output (many-to-one functions are allowed). What’s not allowed is an input that maps to two different outputs (not a function).

  • Notation comparisons:

    • f(x) = y (output y when input is x)

    • Sometimes we write f(a) = y_a to emphasize a specific input a.

Representations of a Function (AP emphasis)

  • Graphical: visual graph on the coordinate plane.

  • Analytical (equations): explicit formulas, e.g., f(x) = x^2.

  • Numerical: data values, table of inputs and outputs (often with tick marks or sample points).

  • Verbal: described in words.

  • AP classrooms emphasize using all four representations to interpret and analyze a function.

Positive vs Negative Functions

  • A function is positive on an interval if all output values are above the x-axis:

    f(x) > 0 \text{ for } x \text{ in that interval}

  • It is negative if all outputs are below the x-axis:

    f(x) < 0 \text{ for } x \text{ in that interval}

  • Graphically:

    • Positive means the graph lies above the x-axis.

    • Negative means the graph lies below the x-axis.

Increasing and Decreasing Functions

  • Increasing function (strictly increasing):

    \text{If } a < b \text{, then } f(a) < f(b).

  • Decreasing function (strictly decreasing):

    \text{If } a < b \text{, then } f(a) > f(b).

  • In words: as the input increases, the output increases (or decreases) accordingly.

  • A common interpretation: if you sample two inputs a and b with a < b, the corresponding outputs reflect the direction of change.

Concavity and Rate of Change (AP terminology)

  • Rate of Change (ROC): the slope over an interval, i.e.,

    ROC=f(b)f(a)ba.\text{ROC} = \frac{f(b) - f(a)}{b - a}.

  • Average Rate of Change (AROC) is another term for the same idea over a chosen interval.

  • Concavity intuition (cup vs. frown):

    • Concave up (cup-shaped): the rate of change is increasing across the interval. The function curves upward.

    • Concave down (frown-shaped): the rate of change is decreasing across the interval. The function curves downward.

  • Relationship between concavity and ROC:

    • If the graph is concave up on an interval, the ROC increases as x increases on that interval.

    • If the graph is concave down on an interval, the ROC decreases as x increases on that interval.

  • Important nuance:

    • A function can be increasing on a region while the ROC is decreasing (e.g., on a portion of a concave-down section where the output is still rising but at a slower rate).

    • Likewise, a function can be decreasing on a region while the ROC is increasing (rare visual intuition when the slope is becoming less negative).

  • Slope vs ROC terminology:

    • In many calculus and AP contexts, we replace the word slope with rate of change (ROC) or average rate of change (AROC).

    • The algebraic slope between two points is still given by

    m=riserun=f(b)f(a)ba,m = \frac{\text{rise}}{\text{run}} = \frac{f(b) - f(a)}{b - a},

    which is equivalent to ROC over the interval [a,b][a,b].

Intervals of Increase/Decrease (Piecewise Examples)

  • When a function is given piecewise on an interval, identify where it increases or decreases by analyzing x-values:

    • Example: a function f on [0,9][0,9] with increasing on (0,3)(0,3) and (7,9)(7,9) and decreasing on (3,7)(3,7).

  • Interval notation practice:

    • Intervals of increase: (0,3)(0,3) and (7,9)(7,9) and the union for the full increasing set is (0,3)(7,9)(0,3) \cup (7,9).

    • Intervals of decrease: (3,7)(3,7).

  • Endpoint conventions: Use parentheses for strict increase/decrease if you’re evaluating at endpoints (terminology matters: at an endpoint, you’re not inside an interval yet, so you’re not increasing or decreasing exactly at that point). Some teachers use brackets; AP exams typically don’t penalize either, but the convention used here is parentheses for open intervals.

Types of Functions and Their Typical Shapes (Intuition)

  • Exponential functions: often look like either rapid growth or rapid decay.

    • Growth: increases without bound as x increases (e.g., f(x) = a^x, a>1).

    • Decay: decreases toward zero as x increases (e.g., f(x) = a^x, 0<a<1).

  • Linear functions: straight lines; constant rate of change.

  • Logarithmic functions: rise quickly and then level off; often used to model growth that slows over time.

  • Sinusoidal (wave) functions: periodic; alternate between positive and negative values; have peaks and troughs.

Inflection Points and Sinusoidal Behavior (FRQ-style concepts)

  • Inflection point: a point where the concavity changes (from concave up to concave down or vice versa).

  • In sinusoidal graphs, halfway points between a maximum and a minimum are often inflection points, and the midline plays a key role in determining positive/negative values.

  • Midline concept: for a sinusoid, the midline is the horizontal line halfway between the maximum and minimum values; crossing the midline often corresponds to halfway points in the cycle.

  • Typical FRQ-style questions:

    • Identify where the function is positive or negative on a given interval.

    • Determine where the function is increasing or decreasing on a given interval.

    • Describe how the rate of change is changing on a given interval (e.g., increasing, decreasing, or increasing/decreasing at a certain rate).

    • Determine concavity (concave up vs concave down) on a given interval.

    • Use complete sentences to justify conclusions.

  • Example interpretation tips from sinusoidal FRQs:

    • If a segment lies above the x-axis, the function is positive on that segment; if below, negative.

    • If the y-values decrease as we move left to right, the function is decreasing; if y-values increase, the function is increasing.

    • If the rate of change (ROC) is getting larger (less negative or more positive) as x increases, the ROC is increasing; if ROC is getting smaller, the ROC is decreasing.

    • Concavity changes are described by the sign of the second derivative: f''(x) > 0 (concave up) or f''(x) < 0 (concave down). When concavity changes, that point is an inflection point.

Practical Walk-Throughs (Conceptual Takeaways)

  • Always distinguish between the function and its rate of change:

    • The function’s sign (positive/negative) concerns f(x) relative to the x-axis.

    • The rate of change concerns how f(x) changes with x, i.e., the slope behavior over an interval.

  • When analyzing a graph, it’s useful to separately identify:

    • Where f(x) > 0 (above x-axis) vs f(x) < 0 (below x-axis).

    • Where f is increasing vs decreasing using the definition with x-values.

    • Where the graph is concave up vs concave down using curvature, and relate that to ROC.

    • Inflection points where concavity changes are key for understanding the graph’s bending behavior and for FRQ justification.

  • Communication on AP-style responses:

    • Write complete sentences that justify claims about positivity/negativity, increasing/decreasing, and concavity.

    • When describing the rate of change, explicitly state whether ROC is increasing vs decreasing across the interval, and tie it to concavity.

    • Use interval notation to specify the x-values over which the properties hold (e.g., (0,3)(0,3), (7,9)(7,9)).

Quick Reference: Key Formulas and Notation (LaTeX)

  • Function mapping notation:

    f:XY,f(x)=yf: X \to Y, \quad f(x) = y

  • Increasing/Decreasing (strict):

    a < b \Rightarrow f(a) < f(b) \quad \text{(increasing)} a < b \Rightarrow f(a) > f(b) \quad \text{(decreasing)}

  • Rate of Change (slope):

    ROC=f(b)f(a)ba\text{ROC} = \frac{f(b) - f(a)}{b - a}

  • Concavity (conceptual):

    • Concave up: f''(x) > 0 \quad \Rightarrow \text{ROC is increasing}

    • Concave down: f''(x) < 0 \quad \Rightarrow \text{ROC is decreasing}

  • Inflection point: a point where concavity changes (often where f(x)f''(x) changes sign).

Practice Takeaways and Exam Readiness

  • Be able to identify and label:

    • Domain, input values (x), independent variable, and range/output values (y) with their corresponding notation.

    • Positivity/Negativity of the function on given intervals.

    • Intervals of increase/decrease and express them in interval notation with appropriate endpoints.

    • Concavity and rate of change behavior across intervals, including phrases like "increasing at an increasing rate," "increasing at a decreasing rate," "decreasing at an increasing rate," etc.

    • Inflection points and the meaning of the midline in sinusoidal graphs.

  • Emphasize complete sentences for AP FRQs and justify each claim with the appropriate language and math.

  • Remember the mnemonic for variable roles and the four representations of a function to fluently switch between viewpoints during problem solving.