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 f(x)f(x) represents the output of the function ff when given the input xx. It does not mean f×xf \times x.

    • Example: If f(x)=2x1f(x) = 2x - 1, then evaluating at x=2x = -2 yields f(2)=2(2)1=5f(-2) = 2(-2) - 1 = -5

  • Substitution Shortcut: Circle the target input, rewrite the function formula replacing every instance of xx 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 f(2)+g(1)f(-2) + g(-1) given f(x)=2x1f(x) = 2x - 1 and g(x)=x22xg(x) = x^2 - 2x:

    • Evaluate f(2)=2(2)1=5f(-2) = 2(-2) - 1 = -5

    • Evaluate g(1)=(1)22(1)=1+2=3g(-1) = (-1)^2 - 2(-1) = 1 + 2 = 3

    • Combine the outputs: f(2)+g(1)=5+3=2f(-2) + g(-1) = -5 + 3 = -2

    • For product expressions like f(0)g(4)f(0)g(4), 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 xx.

    • Table / Ordered Pairs: A relation is not a function if a single xx-value is paired with two or more distinct yy-values.

    • Algebraic Test: Solve the equation for yy. If isolating yy produces a dual sign something\text{something}, yy is generally not a function of xx.

    • Example: Solving y2=4x2y^2 = 4x^2 yields y=+2xy = +2|x| and y=2xy = -2|x|. Because most xx-values yield two separate yy-outputs, this is not a function of xx. Conversely, y=5x2y = 5 - x^2 assigns a single yy to each xx, so it is a function.

Domain and Range Rules

  • Core Definitions:

    • Domain: The set of all allowed xx-inputs.

    • Range: The set of all possible yy-outputs.

  • Domain Mental Model: Start by assuming the domain includes all real numbers (inf,inf)(-\text{inf}, \text{inf}). Remove only the inputs that break basic mathematical rules:

    • Division by zero: Denominators cannot equal 00

    • Even roots of negative numbers: Radicands under even roots must be nonnegative (radicand0\text{radicand} \neq 0)

    • Logarithms of non-positive numbers: Logarithmic arguments must be strictly positive (argument>0\text{argument} > 0)

  • Domain Rules by Expression Type:

    • Rational expression 2x5x2x6\frac{2x - 5}{x^2 - x - 6}:

    • Denominator restriction: x2x60x^2 - x - 6 \neq 0

    • Factored form: (x3)(x+2)0(x - 3)(x + 2) \neq 0

    • Excluded inputs: x3x \neq 3 and x2x \neq -2

    • Interval notation: (inf,2) U (2,3) U (3,inf)(-\text{inf}, -2) \text{ U } (-2, 3) \text{ U } (3, \text{inf})

    • Square root in denominator 3xsqrt(5x)\frac{3x}{\text{sqrt}(5 - x)}:

    • Radicand restriction: 5x>05 - x > 0 (strictly positive because it is in the denominator)

    • Inequality solution: x<5x < 5

    • Interval notation: (inf,5)(-\text{inf}, 5)

    • Standard square root sqrt(x+7)\text{sqrt}(x + 7):

    • Radicand restriction: x+70x + 7 \neq 0

    • Inequality solution: x7x \neq -7

    • Interval notation: [7,inf)[-7, \text{inf})

    • Logarithmic function log(x4)\text{log}(x - 4):

    • Argument restriction: x4>0x - 4 > 0

    • Inequality solution: x>4x > 4

    • Interval notation: (4,inf)(4, \text{inf})

  • Interval Notation Syntax:

    • Parentheses ()( ) indicate that an endpoint is excluded.

    • Brackets [][ ] indicate that an endpoint is included.

    • Infinity inf\text{inf} and negative infinity inf-\text{inf} always take parentheses.

    • The union symbol U\text{U} combines disjoint intervals.

  • Range Rules for Common Graphs:

    • Nonvertical line with nonzero slope: (inf,inf)(-\text{inf}, \text{inf})

    • Upward parabola with vertex (h,k)(h, k): [k,inf)[k, \text{inf})

    • Downward parabola with vertex (h,k)(h, k): (inf,k](-\text{inf}, k]

    • Square root function shifted up by kk units: [k,inf)[k, \text{inf})

    • Exponential function a×bx+ka \times b^x + k: Above kk if a>0a > 0 yielding (k,inf)(k, \text{inf}); below kk if a<0a < 0 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)byreplacingeveryby replacing everyxwithwith(x + h).\n - 2. Subtract the complete original function f(x),surrounding, surroundingf(x) in parentheses.\n - 3. Simplify the numerator, factor out h,andcancel, and cancelh 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 hcannotequalcannot equal0becausetheoriginalquotientinvolvesdivisionbybecause the original quotient involves division byh.Divisionbyzeroisundefinedevenif. Division by zero is undefined even ifh 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)yieldsyields-(3 - 2x) = -3 + 2x\n- **Practice Problem**: For f(x) = x^2,showthatthedifferencequotientequals, show that the difference quotient equals2x + 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) + kmovesupbymoves up bykunits(downifunits (down ifk < 0).Outsideoperationsaffect). Outside operations affecty normally.\n - Horizontal shift: y = f(x - h)movesrightbymoves right byhunits(leftifwrittenasunits (left if written asf(x + h)).Insideoperationsaffect). Inside operations affectx oppositely.\n - Vertical stretch/shrink: y = a imes f(x)stretchesverticallyifstretches vertically if|a| > 1;shrinksverticallyif; shrinks vertically if0 < |a| < 1. Multiplies output heights.\n - Horizontal stretch/shrink: y = f(bx)shrinkshorizontallybyafactorofshrinks horizontally by a factor of rac{1}{|b|}ifif|b| > 1. Takes the reciprocal of inside factor.\n - Reflection over xaxis:axis:y = -f(x)negatesallnegates ally-outputs.\n - Reflection over yaxis:axis:y = f(-x)negatesallnegates allx-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 > 0;opensdownwardif; opens downward ifa < 0\n - Steeper/narrower if |a| > 1;flatter/widerif; flatter/wider if0 < |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)toto(-1, -2)\n\n# Linear Functions and Applications\n\n- **Definition**: A linear function maintains a constant rate of change. The slope mmeasuresthechangeinmeasures the change inyperunitincreaseinper unit increase inx:\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 + b(where(wheremisslopeandis slope andbistheis they-intercept)\n - Point-slope form: y - y_1 = m(x - x_1)(usedwhengivenapoint(used when given a point(x_1, y_1)andslopeand slopem)\n - Standard form: Ax + By = C(where(whereA, B, Careintegersandare integers andA 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};;yinterceptis-intercept is(0, 7)\n- **Equation Construction Example**: Line through (-3, 2)withslopewith slopem = - 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 xintercept,set-intercept, sety = 0andsolveforand solve forx\n - To find the yintercept,set-intercept, setx = 0andsolveforand solve fory\n- **Special Two-Point Rules**:\n - If two points share the same xvalue(-value (x_1 = x_2),thelineisvertical(), the line is vertical (x = x_1).\n - If two points share the same yvalue(-value (y_1 = y_2),thelineishorizontal(), the line is horizontal (y = 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 - brepresentsthebaselinepredictedoutputwheninputrepresents the baseline predicted output when inputx = 0\n- **Model Interpretation Example**: High school dropout rate model r = -0.308t + 13.9,where, wheret is years since 1990\n - Slope -0.308:Thedropoutratedecreasesby: The dropout rate decreases by0.308 percentage points per year.\n - Intercept 13.9:Thepredicteddropoutratein1990(: The predicted dropout rate in 1990 (t = 0)was) was13.9\n- **Building Linear Models from Two Points**: A bulldozer is valued at ext{USD } 224,000atatt = 0andand ext{USD } 100,000atatt = 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 xvaluesintoL1and-values into `L1` andy-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 + c(exposes(exposesyinterceptat-intercept at(0, c); standard setup for quadratic formula)\n - Vertex form: y = a(x - h)^2 + k(exposesvertexat(exposes vertex at(h, k),axisofsymmetry, axis of symmetryx = h,maximum/minimumvalue, maximum/minimum valuek, and range)\n - Factored form: y = a(x - r_1)(x - r_2)(exposes(exposesxinterceptsat-intercepts atr_1andandr_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|makethegraphnarrower/steeper;valuesmake the graph narrower/steeper; values0 < |a| < 1 make it wider/flatter.\n- **Vertex Formulas from Standard Form**:\n - xcoordinateofvertex:-coordinate of vertex:h = - rac{b}{2a}\n - ycoordinateofvertex:-coordinate of vertex:k = f(h)\n - Axis of symmetry: x = h\n- **Finding Intercepts**:\n - yintercept:Set-intercept: Setx = 0togetto get(0, c).\n - xintercepts:Set-intercepts: Sety = 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 > 0:Twodistinctreal: Two distinct realx-intercepts.\n - If D = 0:Exactlyonerepeatedreal: Exactly one repeated realx-intercept.\n - If D < 0:Zeroreal: Zero realx-intercepts (complex roots).\n\n# Completing the Square\n\n- **The Half-and-Square Rule**: For an expression x^2 + bx,add, add 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 -1fromvariableterms:from variable terms:-(x^2 - 4x)\n - Half of -4isis-2;squareittoget; square it to get4\n - Insert 4insideparenthesesandbalanceoutside:inside parentheses and balance outside:-(x^2 - 4x + 4) + 4\n - Simplified vertex form: f(x) = -(x - 2)^2 + 4\n - Properties: Vertex (2, 4),maximumvalue, maximum value4,range, range(- ext{inf}, 4]\n- **Algebraic Balance Explanation**: Adding 4insideparenthesesmultipliedbyanouterinside parentheses multiplied by an outer-1equalssubtractingequals subtracting4overall.Addingoverall. Adding4 outside balances the expression back to original value.\n- **Worked Example 2**: Transform f(x) = 4x^2 + 4x - 3 to vertex form\n - Factor 4fromvariableterms:from variable terms:4(x^2 + x) - 3\n - Half of 1isis rac{1}{2};squareittoget; square it to get 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),minimumvalue, minimum value-4,range, range[-4, ext{inf})\n- **Method Comparison**: Use h = - rac{b}{2a}andandk = 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 (x)and2combinedhorizontallengths() and 2 combined horizontal lengths (2y)\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.5,parabolaopensdown,yieldingmaximumareaat, parabola opens down, yielding maximum area atx = - 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}byby210 ext{ ft}((2y = 210\n - Maximum total area: A(140) = 29,400 ext{ ft}^2\n- **Physical Domain Boundaries**: Dimensions must remain positive (x > 0andandy > 0).\n - Setting rac{840 - 3x}{4} > 0givesgivesx < 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)},where, whereQ(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)anddenominatorand denominatorQ(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 = 0createsaholeatcreates a hole atx = 0\n - Remaining denominator zero x + 2 = 0yieldsverticalasymptoteatyields vertical asymptote atx = -2\n- **Horizontal Asymptotes Rules** (Compare degree of numerator Nvsdenominatorvs denominatorD):\n - If N < D:Horizontalasymptoteis: Horizontal asymptote isy = 0\n - If N = D:Horizontalasymptoteis: Horizontal asymptote isy = 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}:Degreesareequal(: Degrees are equal (2 = 2),soasymptoteis), so asymptote isy = rac{3}{4}\n - rac{x^2 + 4}{100x + 1}:Numeratordegreehigher(: Numerator degree higher (2 > 1), so no horizontal asymptote exists.\n\n# Exponential Functions and Financial Models\n\n- **General Exponential Form**: y = a imes b^x,where, whereb > 0andandb eq 1. The variable is located in the exponent.\n - Base behavior: Growth if b > 1;Decayif; Decay if0 < 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}day(day (0.5 ext{ days}\n - Number of doubling periods in tdays:days: 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^4,setexponentsequal:, set exponents equal:2x - 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 = 6(Basemustbepositiveand(Base must be positive andx 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):Base: Basee\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 > 0andand2(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} = 2(validfor(valid forx > 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 = 1isforbiddenbecauseis forbidden because1^y = 1forallfor ally. 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 eqoror eq inequalities.\n - Use open circles for <oror> 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^x:PressLN;for**: Press `LN`; fore^x press `2nd` > `LN`.\n- **Common Log / 10^x:PressLOG;for**: Press `LOG`; for10^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},where, whereh 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 - 1andandg(x) = x^2 - 2x,calculate, calculatef(-2) + g(-1).\n- 2. Is x^2 = y^2afunctionofa function ofx? 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)totoy = -f(x + 3) - 3\n- 5. Write the equation of the line passing through (-3, 2)withslopewith slope- rac{2}{3}ininy = 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) = 2toexponentialformandsolveforto exponential form and solve forx\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.9,where, wheretrepresentsyearssince1990,predictrepresents years since 1990, predictr in 2024.\n- 16. Explain why x = 0cannotrepresenttheyear1950inalogarithmicmodelcannot represent the year 1950 in a logarithmic modely = 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 = -5;;g(-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 xx inputs yield two distinct outputs; vertical lines intersect the graph twice.

  • 3. Answer: (inf,2) U (2,3) U (3,inf)(-\text{inf}, -2) \text{ U } (-2, 3) \text{ U } (3, \text{inf})

    • Reasoning: Factor denominator (x3)(x+2)0(x - 3)(x + 2) \neq 0, yielding exclusions x3x \neq 3 and x2x \neq -2

  • 4. Answer: Shift left 3 units, reflect across the xx-axis, shift down 3 units.

    • Reasoning: Inside +3+3 moves left 3; outside negative reflects vertically; outside 3-3 moves down 3.

  • 5. Answer: y=23xy = -\frac{2}{3}x

    • Reasoning: Point-slope gives y2=23(x+3)y2=23x2y=23xy - 2 = -\frac{2}{3}(x + 3) \rightarrow y - 2 = -\frac{2}{3}x - 2 \rightarrow y = -\frac{2}{3}x

  • 6. Answer: xx-intercept (9,0)(9, 0); yy-intercept (0,6)(0, -6); slope m=23m = \frac{2}{3}

    • Reasoning: Set y=02x=18x=9y = 0 \rightarrow 2x = 18 \rightarrow x = 9; set x=03y=18y=6x = 0 \rightarrow -3y = 18 \rightarrow y = -6; rearrange to y=23x6y = \frac{2}{3}x - 6

  • 7. Answer: Vertex form (x2)2+4-(x - 2)^2 + 4; Vertex (2,4)(2, 4); Maximum value 44

    • Reasoning: (x24x+4)+4=(x2)2+4-(x^2 - 4x + 4) + 4 = -(x - 2)^2 + 4

  • 8. Answer: Vertex (2,8.1)(-2, -8.1); Range [8.1,inf)[-8.1, \text{inf})

    • Reasoning: h=1.22(0.3)=2h = -\frac{1.2}{2(0.3)} = -2; k=G(2)=0.3(4)+1.2(2)6.9=1.22.46.9=8.1k = G(-2) = 0.3(4) + 1.2(-2) - 6.9 = 1.2 - 2.4 - 6.9 = -8.1. Parabola opens upward.

  • 9. Answer: Hole at x=0x = 0; Vertical Asymptote at x=2x = -2

    • Reasoning: Factor x(x+3)x(x+2)\frac{x(x + 3)}{x(x + 2)}. Cancel factor xx (hole at x=0x = 0). Remaining zero in denominator is x=2x = -2 (vertical asymptote).


  1. Answer: y=34y = \frac{3}{4}

  • Reasoning: Degrees of numerator and denominator are both equal to 2. Take ratio of leading coefficients 34\frac{3}{4}.


  1. Answer: 32=xx=93^2 = x \rightarrow x = 9

  • Reasoning: Applying base conversion triangle yields 32=93^2 = 9


  1. Answer: x=8x = 8

  • Reasoning: Equating arguments gives x+5=2x3x=8x + 5 = 2x - 3 \rightarrow x = 8. Check log arguments: 8+5=13>08 + 5 = 13 > 0 and 2(8)3=13>02(8) - 3 = 13 > 0


  1. Answer: x approx 92.10x \text{ approx } 92.10

  • Reasoning: Take natural log: ln(0.01)=0.05xx=ln(0.01)0.05 approx 92.1034\text{ln}(0.01) = -0.05x \rightarrow x = \frac{\text{ln}(0.01)}{-0.05} \text{ approx } 92.1034


  1. Answer: N(t)=22tN(t) = 2^{2t}

  • Reasoning: Number of doubling periods in tt days is t0.5=2t\frac{t}{0.5} = 2t. Exponential model is 1×22t1 \times 2^{2t}.


  1. Answer: r = 3.428\text{%} \text{ approx } 3.43\text{%}

  • Reasoning: Calculate offset years t=20241990=34t = 2024 - 1990 = 34. Substitute: r=0.308(34)+13.9=10.472+13.9=3.428r = -0.308(34) + 13.9 = -10.472 + 13.9 = 3.428


  1. Answer: Logarithm of zero is undefined.

  • Reasoning: ln(0)\text{ln}(0) is mathematically undefined. Use shifted variables like x=year1949x = \text{year} - 1949 to ensure positive inputs.


  1. Answer: y=20y = 20; Constant function

  • Reasoning: Expand y=8x+208x=20y = 8x + 20 - 8x = 20. Variable terms cancel, leaving a constant polynomial of degree 0.


  1. Answer: 2-2

  • Reasoning: [32(x+h)][32x]h=32x2h3+2xh=2hh=2\frac{[3 - 2(x + h)] - [3 - 2x]}{h} = \frac{3 - 2x - 2h - 3 + 2x}{h} = \frac{-2h}{h} = -2

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 yy-outputs normally; inside changes alter xx-inputs oppositely.

  • Q: How do you algebraically find an xx-intercept?

    • A: Set yy or f(x)f(x) equal to 00 and solve for xx

  • Q: What does the sign of a quadratic leading coefficient aa indicate?

    • A: Positive aa opens upward (has minimum); negative aa opens downward (has maximum).

  • Q: What information does the discriminant b24acb^2 - 4ac provide?

    • A: Indicates the number of real xx-intercepts: positive >0> 0 yields two; zero =0= 0 yields one; negative <0< 0 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 bb is strictly greater than 1 (b>1b > 1

  • Q: How is market equilibrium calculated algebraically?

    • A: Set the demand function equal to the supply function (D(x)=S(x)D(x) = S(x)), solve for quantity xx, and compute price.

  • Q: What is the rule for completing the square on x2+bxx^2 + bx?

    • A: Take half of the linear coefficient bb and square it: add b22\frac{b}{2}^2

  • 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.