Functions & Graphs Master Study Guide Flashcards
Four-Question Problem Solving Habit
1. Identify: Determine the function family involved (linear, quadratic, rational, exponential, logarithmic, or piecewise).
2. Target: Clarify the specific mathematical object or value requested (e.g., value, equation, intercept, vertex, domain, range, asymptote, or model).
3. Choose: Select the algebraic form or formula that exposes the target most directly.
4. Check: Verify that the sign, graph shape, domain, and approximate scale make physical and mathematical sense.
Functions, Notation, and Relations
Definition of a Function: A rule that assigns exactly one output to each allowed input. A practical metaphor is a vending machine: pressing a single button cannot produce two different physical items simultaneously.
Function Notation: The notation represents the output of the function when given the input . It does not mean .
Example: If , then evaluating at yields
Substitution Shortcut: Circle the target input, rewrite the function formula replacing every instance of with empty parentheses , and place the input inside every pair of parentheses. This habit prevents missing negative signs during simplification.
Combining Function Values: To find combined expressions such as given and :
Evaluate
Evaluate
Combine the outputs:
For product expressions like , evaluate each function output separately and multiply the resulting values.
Determining if a Relation is a Function:
Graphical Test: Apply the vertical-line test. If any vertical line intersects the graph at more than one point, the relation is not a function of .
Table / Ordered Pairs: A relation is not a function if a single -value is paired with two or more distinct -values.
Algebraic Test: Solve the equation for . If isolating produces a dual sign , is generally not a function of .
Example: Solving yields and . Because most -values yield two separate -outputs, this is not a function of . Conversely, assigns a single to each , so it is a function.
Domain and Range Rules
Core Definitions:
Domain: The set of all allowed -inputs.
Range: The set of all possible -outputs.
Domain Mental Model: Start by assuming the domain includes all real numbers . Remove only the inputs that break basic mathematical rules:
Division by zero: Denominators cannot equal
Even roots of negative numbers: Radicands under even roots must be nonnegative ()
Logarithms of non-positive numbers: Logarithmic arguments must be strictly positive ()
Domain Rules by Expression Type:
Rational expression :
Denominator restriction:
Factored form:
Excluded inputs: and
Interval notation:
Square root in denominator :
Radicand restriction: (strictly positive because it is in the denominator)
Inequality solution:
Interval notation:
Standard square root :
Radicand restriction:
Inequality solution:
Interval notation:
Logarithmic function :
Argument restriction:
Inequality solution:
Interval notation:
Interval Notation Syntax:
Parentheses indicate that an endpoint is excluded.
Brackets indicate that an endpoint is included.
Infinity and negative infinity always take parentheses.
The union symbol combines disjoint intervals.
Range Rules for Common Graphs:
Nonvertical line with nonzero slope:
Upward parabola with vertex :
Downward parabola with vertex :
Square root function shifted up by units:
Exponential function : Above if yielding ; below if yielding (-\text{inf}, k)$\n- **Visual Scan Strategy**:\n - To determine domain, scan the graph left-to-right along the x-axis.\n - To determine range, scan the graph bottom-to-top along the y-axis.\n\n# Difference Quotient\n\n- **Definition**: The difference quotient measures the average rate of change of a function over a small step h:\n rac{f(x + h) - f(x)}{h}, ext{ where } h eq 0\n- **Three-Line Algebraic Method**:\n - 1. Evaluate f(x + h)x(x + h).\n - 2. Subtract the complete original function f(x)f(x) in parentheses.\n - 3. Simplify the numerator, factor out hh with the denominator.\n- **Worked Example**: Find the difference quotient for f(x) = 3 - 2x\n - Step 1: f(x + h) = 3 - 2(x + h) = 3 - 2x - 2h\n - Step 2: f(x + h) - f(x) = (3 - 2x - 2h) - (3 - 2x) = 3 - 2x - 2h - 3 + 2x = -2h\n - Step 3: rac{-2h}{h} = -2\n- **Domain Restriction Caution**: The parameter h0hh algebraically cancels later.\n- **Common Algebraic Error**:\n - Incorrect subtraction: f(x + h) - f(x) = 3 - 2x - 2h - 3 - 2x\n - Correct subtraction: Distribution of the negative sign across both terms of f(x)-(3 - 2x) = -3 + 2x\n- **Practice Problem**: For f(x) = x^22x + h\n - Expand f(x + h) = (x + h)^2 = x^2 + 2xh + h^2\n - Subtract f(x)(x^2 + 2xh + h^2) - x^2 = 2xh + h^2\n - Divide by h rac{h(2x + h)}{h} = 2x + h\n\n# Graph Transformations\n\n- **Transformation Rules Summary**:\n - Vertical shift: y = f(x) + kkk < 0y normally.\n - Horizontal shift: y = f(x - h)hf(x + h)x oppositely.\n - Vertical stretch/shrink: y = a imes f(x)|a| > 10 < |a| < 1. Multiplies output heights.\n - Horizontal stretch/shrink: y = f(bx) rac{1}{|b|}|b| > 1. Takes the reciprocal of inside factor.\n - Reflection over xy = -f(x)y-outputs.\n - Reflection over yy = f(-x)x-inputs.\n- **Core Transformation Rule**:\n - **OUTSIDE** modifications alter the output (y) and behave intuitively.\n - **INSIDE** modifications alter the input (x) and behave inversely.\n- **Combined Transformation Example**: y = -f(x + 3) - 3\n - Shift left by 3 units\n - Reflect across the x-axis\n - Shift down by 3 units\n- **Absolute Value Transformations**: y = a|x - h| + k\n - Vertex is at (h, k).\n - Opens upward if a > 0a < 0\n - Steeper/narrower if |a| > 10 < |a| < 1\n- **Quadratic Transformation Form**: y = a(x - h)^2 + k\n - Vertex is at (h, k).\n- **Cube-Root Transformation Example**: y = - ext{cube_root}(x + 1) - 2\n - Shift left by 1 unit\n - Reflect across the x-axis\n - Shift down by 2 units\n - The central inflection point moves from (0, 0)(-1, -2)\n\n# Linear Functions and Applications\n\n- **Definition**: A linear function maintains a constant rate of change. The slope myx:\n m = rac{y_2 - y_1}{x_2 - x_1} = rac{ ext{rise}}{ ext{run}}\n- **Forms of Linear Equations**:\n - Slope-intercept form: y = mx + bmby-intercept)\n - Point-slope form: y - y_1 = m(x - x_1)(x_1, y_1)m)\n - Standard form: Ax + By = CA, B, CA is generally positive)\n- **Slope Classifications**:\n - Positive slope: Line rises from left to right.\n - Negative slope: Line falls from left to right.\n - Zero slope: Horizontal line defined by y = c\n - Undefined slope: Vertical line defined by x = c\n- **Algebraic Conversion Example**: Convert 7x + 2y = 14 to slope-intercept form\n - 2y = -7x + 14\n - y = - rac{7}{2}x + 7\n - Slope m = - rac{7}{2}y(0, 7)\n- **Equation Construction Example**: Line through (-3, 2)m = - rac{2}{3}\n - Point-slope form: y - 2 = - rac{2}{3}(x - (-3))\n - Distribute: y - 2 = - rac{2}{3}(x + 3) = - rac{2}{3}x - 2\n - Slope-intercept form: y = - rac{2}{3}x\n- **Intercept Shortcuts**:\n - To find the xy = 0x\n - To find the yx = 0y\n- **Special Two-Point Rules**:\n - If two points share the same xx_1 = x_2x = x_1).\n - If two points share the same yy_1 = y_2y = y_1).\n\n# Linear Regression and Modeling\n\n- **Interpretation of Parameters**: In y = mx + b\n - m carries output units per input unit (rate of change).\n - bx = 0\n- **Model Interpretation Example**: High school dropout rate model r = -0.308t + 13.9t is years since 1990\n - Slope -0.3080.308 percentage points per year.\n - Intercept 13.9t = 013.9\n- **Building Linear Models from Two Points**: A bulldozer is valued at ext{USD } 224,000t = 0 ext{USD } 100,000t = 8\n - Calculate rate of depreciation: m = rac{100000 - 224000}{8 - 0} = rac{-124000}{8} = -15500 ext{ dollars/year}\n - Formulate model equation: V(t) = -15500t + 224000\n- **Year Conversion Rule**: When x represents years since a base year (e.g., 1990), input the offset value rather than the raw year number:\n - For the year 2024 with base year 1990: x = 2024 - 1990 = 34\n - Never substitute 2024 directly into the equation.\n- **TI-84 Linear Regression Steps**:\n - Enter data: Press `STAT` > `1:Edit`, enter xy-values into `L2`.\n - Compute model: Press `STAT` > `CALC` > `4:LinReg(ax+b)`.\n - Store regression equation directly to `Y1`: After selecting LinReg, press `VARS` > `Y-VARS` > `1:Function` > `1:Y1`.\n- **Extrapolation Warning**: Linear models are valid only within or near the empirical data range. Extrapolating far outside observed bounds produces unreliable predictions.\n\n# Quadratic Functions\n\n- **Definition**: A polynomial function of degree 2 that graphs as a parabola.\n- **Three Primary Forms**:\n - Standard form: y = ax^2 + bx + cy(0, c); standard setup for quadratic formula)\n - Vertex form: y = a(x - h)^2 + k(h, k)x = hk, and range)\n - Factored form: y = a(x - r_1)(x - r_2)xr_1r_2)\n- **Form Selection Strategy**:\n - Select Vertex form when maximum, minimum, or vertex is requested.\n - Select Factored form when real roots or zeros are requested.\n - Select Standard form when applying the quadratic formula or finding the y-intercept.\n- **Parabola Orientation and Width**:\n - If a > 0, parabola opens upward, creating a minimum.\n - If a < 0, parabola opens downward, creating a maximum.\n - Larger values of |a|0 < |a| < 1 make it wider/flatter.\n- **Vertex Formulas from Standard Form**:\n - xh = - rac{b}{2a}\n - yk = f(h)\n - Axis of symmetry: x = h\n- **Finding Intercepts**:\n - yx = 0(0, c).\n - xy = 0 and solve using factoring, square roots, completing the square, or the quadratic formula:\n x = rac{-b ext{ +/- } ext{sqrt}(b^2 - 4ac)}{2a}\n- **Discriminant Analysis**: D = b^2 - 4ac\n - If D > 0x-intercepts.\n - If D = 0x-intercept.\n - If D < 0x-intercepts (complex roots).\n\n# Completing the Square\n\n- **The Half-and-Square Rule**: For an expression x^2 + bx rac{b}{2}^2 to form a perfect square trinomial.\n- **Worked Example 1**: Transform f(x) = -x^2 + 4x to vertex form\n - Factor out -1-(x^2 - 4x)\n - Half of -4-24\n - Insert 4-(x^2 - 4x + 4) + 4\n - Simplified vertex form: f(x) = -(x - 2)^2 + 4\n - Properties: Vertex (2, 4)4(- ext{inf}, 4]\n- **Algebraic Balance Explanation**: Adding 4-144 outside balances the expression back to original value.\n- **Worked Example 2**: Transform f(x) = 4x^2 + 4x - 3 to vertex form\n - Factor 44(x^2 + x) - 3\n - Half of 1 rac{1}{2} rac{1}{4}\n - Complete square: 4[(x + rac{1}{2})^2 - rac{1}{4}] - 3 = 4(x + rac{1}{2})^2 - 1 - 3\n - Simplified vertex form: f(x) = 4(x + rac{1}{2})^2 - 4\n - Properties: Vertex (- rac{1}{2}, -4)-4[-4, ext{inf})\n- **Method Comparison**: Use h = - rac{b}{2a}k = f(h) if only the vertex coordinates are required. Use Completing the Square when vertex form or explicit sequence of transformations is required.\n\n# Quadratic Optimization and Applications\n\n- **Application Workflow**:\n - 1. Express physical constraints in terms of variables.\n - 2. Eliminate variables to build a single-variable quadratic objective function.\n - 3. Identify the vertex to find maximum or minimum values.\n- **Fencing Optimization Example**: Construction of two side-by-side rectangular pens using 840 ext{ ft} of available fencing\n - Constraint formulation: 3 vertical lengths (x2y)\n - Equation: 3x + 4y = 840\n - Isolate variable: y = rac{840 - 3x}{4} = 210 - 0.75x\n - Objective function (Total Area): A(x) = 2x imes y = 2x( rac{840 - 3x}{4}) = 420x - 1.5x^2\n - Vertex calculation: Since a = -1.5x = - rac{b}{2a} = - rac{420}{2(-1.5)} = 140 ext{ ft}\n - Solve corresponding dimension: y = rac{840 - 3(140)}{4} = 105 ext{ ft}\n - Dimensions and Maximum Area: Total dimensions are 140 ext{ ft}210 ext{ ft}2y = 210\n - Maximum total area: A(140) = 29,400 ext{ ft}^2\n- **Physical Domain Boundaries**: Dimensions must remain positive (x > 0y > 0).\n - Setting rac{840 - 3x}{4} > 0x < 280\n - Physical domain restriction: 0 < x < 280\n- **Unit Reasoning**: Area calculations multiply two linear dimensions ( ext{ft} imes ext{ft} = ext{ft}^2). The measurement unit is squared, not the function itself.\n\n# Polynomial and Rational Functions\n\n- **Polynomial Classification**:\n - Terms contain variables with nonnegative whole-number exponents.\n - Degree is the highest exponent present after full simplification.\n - Degree 1: Linear; Degree 2: Quadratic; Degree 0: Constant.\n - Simplification Example: y = 8x + 2(10 - 4x) = 8x + 20 - 8x = 20. This is a constant function of degree 0, not a linear function.\n- **Rational Functions Definition**: Formed by the quotient of two polynomials rac{P(x)}{Q(x)}Q(x) eq 0. Every polynomial is a rational function (with denominator 1), but not all rational functions are polynomials.\n- **Vertical Asymptotes and Holes Procedure**:\n - 1. Fully factor numerator P(x)Q(x).\n - 2. Cancel common factors.\n - 3. Denominator factors that cancel completely produce **holes** (removable discontinuities).\n - 4. Uncanceled denominator factors set to zero produce **vertical asymptotes**.\n- **Worked Example**: rac{x^2 + 3x}{x^2 + 2x}\n - Factored form: rac{x(x + 3)}{x(x + 2)}\n - Cancel common factor x rac{x + 3}{x + 2}\n - Canceled factor x = 0x = 0\n - Remaining denominator zero x + 2 = 0x = -2\n- **Horizontal Asymptotes Rules** (Compare degree of numerator ND):\n - If N < Dy = 0\n - If N = Dy = rac{ ext{leading coefficient of numerator}}{ ext{leading coefficient of denominator}}\n - If N > D: No horizontal asymptote (may exhibit slant/oblique asymptote)\n- **Horizontal Asymptote Examples**:\n - rac{3x^2 + 2x - 1}{4x^2 - 5x + 3}2 = 2y = rac{3}{4}\n - rac{x^2 + 4}{100x + 1}2 > 1), so no horizontal asymptote exists.\n\n# Exponential Functions and Financial Models\n\n- **General Exponential Form**: y = a imes b^xb > 0b eq 1. The variable is located in the exponent.\n - Base behavior: Growth if b > 10 < b < 1\n- **Growth and Decay Formulas**:\n - Discrete Compound Interest: A = P(1 + rac{r}{n})^{nt}\n - Continuous Growth/Decay: A = P e^{rt}\n - Parameters: P = ext{principal/starting amount}r = ext{annual percentage rate (as decimal)}n = ext{compoundings per year}t = ext{time in years}\n- **Percentage Decimal Conversions**: Shift decimal point 2 places left (1.25 ext{%} = 0.0125\n- **Compounding Frequency Values**:\n - Quarterly: n = 4\n - Monthly: n = 12\n - Daily: n = 365\n- **Doubling and Tripling Time Formulas**:\n - Continuous model doubling time: t = rac{ ext{ln}(2)}{r}\n - Continuous model tripling time: t = rac{ ext{ln}(3)}{r}\n - Discrete model doubling/tripling solution: Solve t = rac{ ext{ln}(A/P)}{n imes ext{ln}(1 + r/n)}\n- **Repeated Doubling Model**: A biological cell doubles every rac{1}{2}0.5 ext{ days}\n - Number of doubling periods in t rac{t}{0.5} = 2t\n - Model function: N(t) = 1 imes 2^{2t} = 2^{2t}\n- **Solving Exponential Equations**:\n - Matching bases: If 5^{2x - 3} = 5^42x - 3 = 4 ightarrow 2x = 7 ightarrow x = 3.5\n - Mismatched bases: Isolate exponential term and take natural log ext{ln} of both sides.\n\n# Logarithmic Functions and Equations\n\n- **Definition**: A logarithm answers the question: *What exponent turns the base into this input?*\n y = ext{log}b(x) ext{ is equivalent to } b^y = x\n- **Conversion Rules**:\n - The log base remains the exponential base.\n - The output of the logarithm becomes the exponent.\n - The logarithm argument becomes the exponential result.\n- **Conversion Examples**:\n - ext{log}_3(x) = 2 ightarrow 3^2 = x ightarrow x = 9\n - ext{log}_x(36) = 2 ightarrow x^2 = 36 ightarrow x = 6x eq 1\n - ext{log}_2(16) = x ightarrow 2^x = 16 ightarrow x = 4\n - ext{ln}(M) = N ightarrow e^N = M\n - ext{log}(u) = v ightarrow 10^v = u\n- **Base Types**:\n - Common Logarithm ext{log}(x): Base 10\n - Natural Logarithm ext{ln}(x)e\n - Both require strictly positive inputs (x > 0\n- **Laws of Logarithms**:\n - Product Law: ext{log}_b(MN) = ext{log}_b(M) + ext{log}_b(N)\n - Quotient Law: ext{log}_b( rac{M}{N}) = ext{log}_b(M) - ext{log}_b(N)\n - Power Law: ext{log}_b(M^p) = p imes ext{log}_b(M)\n- **Domain Restrictions and Verification**: Always establish that arguments are positive ( ext{argument} > 0) prior to combining logs. Check all final solutions in the original unsimplified equation to catch extraneous solutions.\n\n# Solving Logarithmic and Exponential Equations\n\n- **One Logarithm per Side**: ext{log}(x + 5) = ext{log}(2x - 3)\n - Equate arguments: x + 5 = 2x - 3 ightarrow x = 8\n - Check domain: 8 + 5 = 13 > 02(8) - 3 = 13 > 0. Valid solution.\n- **Combining Logarithms**: ext{ln}(2x - 2) - ext{ln}(x - 1) = ext{ln}(x)\n - Apply Quotient Law: ext{ln}( rac{2x - 2}{x - 1}) = ext{ln}(x)\n - Simplify left argument: rac{2(x - 1)}{x - 1} = 2x > 1\n - Equate: ext{ln}(2) = ext{ln}(x) ightarrow x = 2\n- **Solving Exponential Equations using Natural Log**: Solve 0.01 = e^{-0.05x}\n - Take natural log of both sides: ext{ln}(0.01) = ext{ln}(e^{-0.05x})\n - Simplify exponent: ext{ln}(0.01) = -0.05x\n - Solve: x = rac{ ext{ln}(0.01)}{-0.05} ext{ approx } 92.10\n- **Fractional/Variable Base Example**: Solve ext{log}{1/3}(9) = x\n - Convert: ( rac{1}{3})^x = 9\n - Rewrite using base 3: (3^{-1})^x = 3^2 ightarrow 3^{-x} = 3^2\n - Solve exponent: -x = 2 ightarrow x = -2\n- **Forbidden Base Caution**: Base b = 11^y = 1y. It cannot generate non-zero positive outputs or define a unique inverse function.\n\n# Piecewise Functions and Tiered Applications\n\n- **Definition**: A piecewise function applies different sub-rules across distinct input intervals.\n- **Evaluation Steps**:\n - 1. Identify which interval contains the given input x\n - 2. Apply only the rule corresponding to that specific interval.\n - 3. Ignore all inactive rules.\n- **Graphing Guidelines**:\n - Graph each rule exclusively over its specified domain interval.\n - Use closed circles for eq eq inequalities.\n - Use open circles for <> inequalities.\n- **Tiered Electricity Pricing Mental Model**: Cumulative tiered rates apply lower rates to initial usage brackets and higher rates only to incremental usage exceeding thresholds. Do not apply higher tier rates to total consumption.\n- **Continuity Check at Boundaries**: Calculate left-hand and right-hand outputs at boundary points. If both pieces match at the boundary and the included point is defined, the pieces connect continuously.\n- **Translation Habit**: Underline interval boundary phrases such as "first 20," "next 180," or "usage over 1000" before constructing algebraic expressions.\n\n# Model Selection and Regression Shortcuts\n\n- **Selecting Regression Models by Trend Shape**:\n - Straight trend line: Linear model y = ax + b (`LinReg`)\n - Single turn parabola: Quadratic model y = ax^2 + bx + c (`QuadReg`)\n - Two turns / S-curve segment: Cubic model (`CubicReg`)\n - Constant percentage growth/decay: Exponential model y = a imes b^x (`ExpReg`)\n - Rapid initial change leveling off: Logarithmic model y = a + b imes ext{ln}(x) (`LnReg`)\n- **Market Equilibrium Calculation**:\n - Set Demand function equal to Supply function: D(x) = S(x)\n - Solve for x to determine equilibrium quantity.\n - Substitute quantity x back into either model to compute equilibrium price.\n- **Model Sanity Checks**:\n - Check units, domain limits, signs, and order of magnitude.\n - A high coefficient of determination r^2 indicates good statistical fit but does not guarantee real-world mathematical validity.\n- **Data-Year Shift Shortcut**: Transform calendar years into smaller numbers (x = ext{year} - ext{base year}) to simplify inputs and prevent numerical instability.\n- **Interpolation vs Extrapolation**:\n - **Interpolation**: Predicting values *within* known data bounds (reliable).\n - **Extrapolation**: Predicting values *outside* known data bounds (high risk).\n\n# TI-84 Plus Keystroke Guide\n\n- **Enter Graph Function**: Press `Y=`, enter expression using `X,T,theta,n` key.\n- **Reset Standard Window**: Press `ZOOM` > `6:ZStandard`.\n- **Find Zero / x-intercept**: Press `2nd` > `TRACE (CALC)` > `2:zero`. Set Left Bound, Right Bound, and Guess.\n- **Find Minimum Point**: Press `2nd` > `TRACE` > `3:minimum`. Set bounds and guess.\n- **Find Maximum Point**: Press `2nd` > `TRACE` > `4:maximum`. Set bounds and guess.\n- **Find Intersection**: Press `2nd` > `TRACE` > `5:intersect`. Select first curve, second curve, and guess.\n- **Generate Table**: Press `2nd` > `WINDOW (TBLSET)`, define `TblStart` and `DeltaTbl`, then press `2nd` > `GRAPH`.\n- **Fraction Expressions**: Enclose fractions in parentheses `(-2)/(3)` or press `ALPHA` > `Y=` to access the `n/d` template.\n- **Decimal to Fraction**: Press `MATH` > `1:Frac`.\n- **Natural Log / e^xe^x press `2nd` > `LN`.\n- **Common Log / 10^x10^x press `2nd` > `LOG`.\n- **Execute Regression**: Input values in `STAT` > `1:Edit`. Press `STAT` > `CALC`, choose model, and calculate.\n- **Calculator Usage Principle**: Use the calculator as an analytical checker. Estimate results manually prior to calculator entry.\n\n# Master Formula Sheet\n\n- **Linear Slope**: m = rac{y_2 - y_1}{x_2 - x_1}\n- **Point-Slope Form**: y - y_1 = m(x - x_1)\n- **Slope-Intercept Form**: y = mx + b\n- **Quadratic Vertex Coordinates**: h = - rac{b}{2a}k = f(h)\n- **Quadratic Formula**: x = rac{-b ext{ +/- } ext{sqrt}(b^2 - 4ac)}{2a}\n- **Vertex Form**: y = a(x - h)^2 + k\n- **Difference Quotient**: rac{f(x+h) - f(x)}{h}h eq 0\n- **Compound Interest (Discrete)**: A = P(1 + rac{r}{n})^{nt}\n- **Compound Growth (Continuous)**: A = P e^{rt}\n- **Doubling Time (Continuous)**: t = rac{ ext{ln}(2)}{r}\n- **Logarithm Conversion**: y = ext{log}_b(x) ext{ iff } b^y = x\n- **Horizontal Asymptotes**:\n - Numerator degree < Denominator degree ightarrow y = 0\n - Numerator degree = Denominator degree ightarrow y = rac{ ext{leading coef numerator}}{ ext{leading coef denominator}}\n- **Domain Exclusions**:\n - Denominator eq 0\n - Even root radicand eq 0\n - Logarithm argument > 0\n\n# Five Common Errors to Avoid\n\n- **1. Sign Dropping**: Dropping negative signs during substitution steps.\n- **2. Inside Transformation Misinterpretation**: Shifting inside transformations in the intuitive direction instead of the opposite direction.\n- **3. Raw Year Insertion**: Substituting actual calendar years directly into models instead of calculating elapsed time from base year (t = ext{year} - ext{base year}).\n- **4. Domain Loss after Cancellation**: Failing to list domain exclusions for cancelled denominator terms when analyzing rational graphs.\n- **5. Premature Rounding**: Rounding intermediate steps early. Maintain full calculator precision until the final reported value.\n\n# Mixed Practice Problems\n\n- 1. Given f(x) = 2x - 1g(x) = x^2 - 2xf(-2) + g(-1).\n- 2. Is x^2 = y^2x? Explain using outputs or the vertical-line test.\n- 3. Find the domain of rac{2x - 5}{x^2 - x - 6}.\n- 4. Describe the transformations required to convert y = f(x)y = -f(x + 3) - 3\n- 5. Write the equation of the line passing through (-3, 2)- rac{2}{3}y = mx + b form.\n- 6. Find the intercepts and slope of 2x - 3y = 18\n- 7. Rewrite -x^2 + 4x in vertex form and state its vertex and maximum/minimum value.\n- 8. For G(x) = 0.3x^2 + 1.2x - 6.9, determine the vertex and range.\n- 9. Find all vertical asymptotes and holes for rac{x^2 + 3x}{x^2 + 2x}.\n- 10. Find the horizontal asymptote of rac{3x^2 + 2x - 1}{4x^2 - 5x + 3}.\n- 11. Convert ext{log}_3(x) = 2x\n- 12. Solve ext{log}(x + 5) = ext{log}(2x - 3) and verify log domains.\n- 13. Solve 0.01 = e^{-0.05x} rounded to two decimal places.\n- 14. Write a model equation for a population starting at 1 cell that doubles every half-day.\n- 15. Given linear model r = -0.308t + 13.9tr in 2024.\n- 16. Explain why x = 0y = a + b imes ext{ln}(x).\n- 17. Simplify y = 8x + 2(10 - 4x) and classify the resulting function family.\n- 18. Find the simplified difference quotient for f(x) = 3 - 2x\n\n# Answer Key and Detailed Explanations\n\n- 1. **Answer**: -2\n - Reasoning: f(-2) = 2(-2) - 1 = -5g(-1) = (-1)^2 - 2(-1) = 3-5 + 3 = -2\n- 2. **Answer**: No\n - Reasoning: Solving gives y = ext{sqrt}(x^2) = ext{+/-}|x|$. Single inputs yield two distinct outputs; vertical lines intersect the graph twice.
3. Answer:
Reasoning: Factor denominator , yielding exclusions and
4. Answer: Shift left 3 units, reflect across the -axis, shift down 3 units.
Reasoning: Inside moves left 3; outside negative reflects vertically; outside moves down 3.
5. Answer:
Reasoning: Point-slope gives
6. Answer: -intercept ; -intercept ; slope
Reasoning: Set ; set ; rearrange to
7. Answer: Vertex form ; Vertex ; Maximum value
Reasoning:
8. Answer: Vertex ; Range
Reasoning: ; . Parabola opens upward.
9. Answer: Hole at ; Vertical Asymptote at
Reasoning: Factor . Cancel factor (hole at ). Remaining zero in denominator is (vertical asymptote).
Answer:
Reasoning: Degrees of numerator and denominator are both equal to 2. Take ratio of leading coefficients .
Answer:
Reasoning: Applying base conversion triangle yields
Answer:
Reasoning: Equating arguments gives . Check log arguments: and
Answer:
Reasoning: Take natural log:
Answer:
Reasoning: Number of doubling periods in days is . Exponential model is .
Answer: r = 3.428\text{%} \text{ approx } 3.43\text{%}
Reasoning: Calculate offset years . Substitute:
Answer: Logarithm of zero is undefined.
Reasoning: is mathematically undefined. Use shifted variables like to ensure positive inputs.
Answer: ; Constant function
Reasoning: Expand . Variable terms cancel, leaving a constant polynomial of degree 0.
Answer:
Reasoning:
Knowt-Ready Recall Flashcards
Q: What criteria defines a relation as a function?
A: Every allowed input is assigned exactly one output.
Q: What are the three primary domain restrictions?
A: Denominators cannot equal zero; even-root radicands must be nonnegative; logarithmic arguments must be strictly positive.
Q: How do inside vs outside transformations differ?
A: Outside changes alter -outputs normally; inside changes alter -inputs oppositely.
Q: How do you algebraically find an -intercept?
A: Set or equal to and solve for
Q: What does the sign of a quadratic leading coefficient indicate?
A: Positive opens upward (has minimum); negative opens downward (has maximum).
Q: What information does the discriminant provide?
A: Indicates the number of real -intercepts: positive yields two; zero yields one; negative yields zero.
Q: What distinguishes a hole from a vertical asymptote in rational functions?
A: Cancelling factors in the denominator creates holes; remaining uncanceled denominator zeros create vertical asymptotes.
Q: What question is solved by evaluating a logarithm?
A: It identifies the exponent required to raise the base to obtain the argument.
Q: Under what condition does an exponential function represent growth?
A: When its base is strictly greater than 1 (
Q: How is market equilibrium calculated algebraically?
A: Set the demand function equal to the supply function (), solve for quantity , and compute price.
Q: What is the rule for completing the square on ?
A: Take half of the linear coefficient and square it: add
Q: What is the four-step workflow for solving algebra problems?
A: 1. Identify family, 2. Target requested value, 3. Choose formula, 4. Check reasonableness.
Final Exam Strategy
Solve straightforward family identification problems first to build momentum.
Write out the requested target parameter and chosen formula before entering values into the calculator.
Maintain full floating-point precision in intermediate steps; apply rounding rules only to the final calculated answer.
Perform sanity checks on final answers using qualitative visual checks (graph shape) and unit consistency.