Model Comparison: Functions

═══════════════════════════════════════

Gemini 3 Pro

═══════════════════════════════════════

What You Need to Know

  • Notation is key: Understanding f(x)f(x) notation is fundamental; remember that xx is the input and the entire expression f(x)f(x) represents the output (yy-value).
  • Graphs tell the story: You must be able to link an equation to the shape of its graph (e.g., y=x2y=x^2 is a parabola, y=2xy=2^x is a curve approaching an asymptote) without a graphing calculator.
  • Transformations are predictable: Shifts, stretches, and reflections follow strict rules that apply to all function types, not just one.
  • Domain restrictions: Always check for division by zero and negative numbers under even roots.

Function Definition and Notation

The Core Concept

A function is a relation where every input (xx) produces exactly one output (yy). Visually, a graph represents a function if it passes the Vertical Line Test: no vertical line can intersect the graph at more than one point.

Function Notation

Standard notation is f(x)f(x), read as "ff of xx."

  • xx = Input (Independent Variable)
  • f(x)f(x) = Output (Dependent Variable, usually yy)

Example:
If f(x)=3x24f(x) = 3x^2 - 4, find f(2)f(-2).
f(2)=3(2)24f(-2) = 3(-2)^2 - 4
f(2)=3(4)4f(-2) = 3(4) - 4
f(2)=8f(-2) = 8

Domain and Range
  • Domain: The set of all possible inputs (xx-values) for which the function is defined. Watch out for denominators (cannot be zero) and even roots (radicand must be non-negative).
  • Range: The set of all resulting outputs (yy-values).
Composite Functions

Composition involves plugging one function into another. Notation includes f(g(x))f(g(x)) or (fg)(x)(f \circ g)(x).

Example:
If f(x)=2x+1f(x) = 2x + 1 and g(x)=x2g(x) = x^2, find f(g(3))f(g(3)).

  1. Find g(3)g(3): 32=93^2 = 9
  2. Plug result into ff: f(9)=2(9)+1=19f(9) = 2(9) + 1 = 19
Exam Focus
  • Why it matters: Functions form the backbone of the ACT Math section (Intermediate Algebra). You will see 4-6 questions specifically testing notation and evaluation.
  • Typical question patterns:
    • "Given f(x)=f(x) = …, what is f(a+b)f(a+b)?"
    • "For which value of xx is f(x)f(x) undefined?" (Check denominators).
    • Nested functions: g(h(f(2)))g(h(f(2))).
  • Common mistakes:
    • Confusing f(2)f(2) (plugging in 2) with 2f(x)2f(x) (multiplying the result by 2).
    • Assuming the domain is always "all real numbers" without checking for restrictions.

Linear Functions

Slope-Intercept Form

The most common form on the ACT is f(x)=mx+bf(x) = mx + b.

  • mm = Slope (Rate of change, riserun\frac{\text{rise}}{\text{run}}, y<em>2y</em>1x<em>2x</em>1\frac{y<em>2 - y</em>1}{x<em>2 - x</em>1})
  • bb = y-intercept (Value of f(x)f(x) when x=0x=0)
Parallel and Perpendicular Lines
  • Parallel Lines: Have the same slope (m<em>1=m</em>2m<em>1 = m</em>2).
  • Perpendicular Lines: Have negative reciprocal slopes (m<em>1=1m</em>2m<em>1 = -\frac{1}{m</em>2}). Their product is 1-1.
Exam Focus
  • Why it matters: Linear functions are the easiest points to gain but also easy to lose if you rush algebraic manipulation.
  • Typical question patterns:
    • Word problems interpreting slope as a "rate" (e.g., cost per mile).
    • Finding the equation of a line given two points.
  • Common mistakes:
    • Flipping xx and yy in the slope formula.
    • Forgetting that a vertical line (x=kx = k) has an undefined slope and is not a function.

Polynomial Functions

Quadratic Functions

A polynomial of degree 2, typically written as f(x)=ax2+bx+cf(x) = ax^2 + bx + c. The graph is a parabola.

  • Vertex: The peak or valley of the parabola. The xx-coordinate is at x=b2ax = -\frac{b}{2a}. Plug this xx back in to find yy.
  • Roots/Zeros: The xx-intercepts where f(x)=0f(x) = 0. Solve by factoring or using the Quadratic Formula:
    x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Higher-Degree Polynomials
  • Degree: The highest exponent determines the shape.
    • Odd degree (like x3x^3): Ends go in opposite directions.
    • Even degree (like x4x^4): Ends go in the same direction.
  • Leading Coefficient:
    • Positive: Right side goes up.
    • Negative: Right side goes down.
Exam Focus
  • Why it matters: Quadratics appear frequently. You must be comfortable factoring and finding the vertex quickly.
  • Typical question patterns:
    • "What are the solutions to…" (Find roots).
    • "What is the maximum height…" (Find the vertex yy-coordinate).
  • Common mistakes:
    • Forgetting the 2a2a in the denominator of the quadratic formula.
    • Sign errors when calculating the discriminant b24acb^2 - 4ac.

Radical Functions

Basics

The parent function is f(x)=xf(x) = \sqrt{x}.

  • Graph shape: Half a parabola on its side, starting from (0,0)(0,0) and extending to the right.
  • Domain: For square roots (and other even roots), the argument must be 0\ge 0.

Example:
Find the domain of f(x)=2x6f(x) = \sqrt{2x - 6}.
Set 2x602x - 6 \ge 0 \rightarrow 2x62x \ge 6 \rightarrow x3x \ge 3.

Exam Focus
  • Why it matters: These questions usually test domain restrictions.
  • Typical question patterns:
    • "For which values of xx is the function real-valued?"
  • Common mistakes:
    • Thinking square roots can output negative numbers (the principal root function x\sqrt{x} is always non-negative).

Piecewise Functions

Definition

A function defined by different formulas for different intervals of the domain.

Example:
f(x)={2xamp;if xlt;0 x2amp;if x0f(x) = \begin{cases} 2x &amp; \text{if } x &lt; 0 \ x^2 &amp; \text{if } x \ge 0 \end{cases}

To evaluate f(3)f(-3), check the condition: -3 < 0, so use the top rule: 2(3)=62(-3) = -6.
To evaluate f(5)f(5), check the condition: 505 \ge 0, so use the bottom rule: 52=255^2 = 25.

Exam Focus
  • Why it matters: Students often panic when they see the bracket notation, but the math is simple substitution.
  • Typical question patterns:
    • "Given the piecewise function below, what is f(4)f(4)?"
    • Graphs with open circles (<< or >>) vs. closed dots (\le or \ge) at the boundaries.
  • Common mistakes:
    • Plugging the xx-value into both equations instead of selecting the correct one based on the inequality.

Exponential and Logarithmic Functions

Exponential Functions

Form: f(x)=abxf(x) = a \cdot b^x where b > 0 and b1b \neq 1.

  • Growth: If b > 1, the graph rises rapidly to the right.
  • Decay: If 0 < b < 1, the graph falls to the right, approaching zero.
  • Asymptote: The graph approaches but never touches the horizontal line (usually y=0y=0 unless shifted).
Logarithmic Functions

Logarithms are the inverses of exponentials: y=logb(x)y = \log_b(x) is equivalent to by=xb^y = x.

  • Domain: You can only take the log of a positive number (x > 0).
  • Key Properties:
    • Product Rule: log<em>b(xy)=log</em>b(x)+logb(y)\log<em>b(xy) = \log</em>b(x) + \log_b(y)
    • Quotient Rule: log<em>b(xy)=log</em>b(x)logb(y)\log<em>b(\frac{x}{y}) = \log</em>b(x) - \log_b(y)
    • Power Rule: log<em>b(xn)=nlog</em>b(x)\log<em>b(x^n) = n \cdot \log</em>b(x)
Exam Focus
  • Why it matters: The ACT loves testing the conversion between log form and exponent form.
  • Typical question patterns:
    • "If 5x=125^x = 12, write xx in terms of logs." (x=log5(12)x = \log_5(12)).
    • Simplifying log expressions using properties.
    • Compound interest problems: A=P(1+r)tA = P(1 + r)^t.
  • Common mistakes:
    • Thinking log(a+b)=loga+logb\log(a+b) = \log a + \log b (This is FALSE).
    • Forgetting that logx\log x (with no base) implies base 10, and lnx\ln x implies base ee.

Function Transformations and Translations

The Golden Rules of Shifting

If you know what y=f(x)y=f(x) looks like, you can graph variations by identifying hh and kk in y=af(xh)+ky = a \cdot f(x - h) + k.

TransformationEquation ChangeEffect on Graph
Vertical Shiftf(x)+kf(x) + kMoves UP kk units
f(x)kf(x) - kMoves DOWN kk units
Horizontal Shiftf(xh)f(x - h)Moves RIGHT hh units
f(x+h)f(x + h)Moves LEFT hh units
Reflectionf(x)-f(x)Flips over xx-axis
f(x)f(-x)Flips over yy-axis

Note: Horizontal shifts are counter-intuitive. x3x - 3 moves Right, x+3x + 3 moves Left.

Exam Focus
  • Why it matters: This allows you to solve graphing problems without actually plotting points.
  • Typical question patterns:
    • "The graph of y=x2y=x^2 is shifted 3 units right and 2 units down. What is the new equation?" (Answer: y=(x3)22y = (x-3)^2 - 2).
  • Common mistakes:
    • Moving left for f(x2)f(x-2) instead of right.

Analyzing Graphs and Key Features

Intercepts
  • yy-intercept: Set x=0x=0 and solve for yy. Every function (that is defined at 0) has exactly one.
  • xx-intercepts (Zeros): Set y=0y=0 and solve for xx. A function can have none, one, or many.
Intervals
  • Increasing: As xx gets bigger (move right), yy goes up.
  • Decreasing: As xx gets bigger (move right), yy goes down.
Asymptotes

Lines that a graph approaches but doesn't touch.

  • Vertical Asymptotes: Occur where the denominator is zero (rational functions).
  • Horizontal Asymptotes: Occur in exponential functions or rational functions based on end behavior.
Exam Focus
  • Why it matters: ACT questions often show a graph and ask you to identify the equation, or vice-versa.
  • Typical question patterns:
    • Matching an equation to a graph based on roots and intercepts.
    • Identifying the range of a function from its picture.
  • Common mistakes:
    • Confusing the xx-coordinate of the vertex with the axis of symmetry.

Quick Review Checklist

  • Can you evaluate a composite function like f(g(2))f(g(2)) from the inside out?
  • Do you know the difference between a domain (inputs) and a range (outputs)?
  • Can you identify the slope and y-intercept instantly from y=mx+by = mx + b?
  • Do you know how to find the vertex of a parabola given in standard form y=ax2+bx+cy = ax^2 + bx + c?
  • Can you rewrite a logarithmic equation y=logb(x)y = \log_b(x) as an exponential equation by=xb^y = x?
  • Do you know that f(x5)f(x-5) shifts a graph to the right, not the left?
  • Can you determine the domain of a radical function like x4\sqrt{x-4}?
  • Do you know that parallel lines have equal slopes and perpendicular lines have negative reciprocal slopes?

Final Exam Pitfalls

  1. The "Undefined" Trap:

    • Mistake: Assuming a function exists everywhere.
    • Correction: Always check for division by zero (10\frac{1}{0}) or square roots of negative numbers. These values are excluded from the domain.
  2. The Parentheses Error:

    • Mistake: Typing 32-3^2 into a calculator instead of (3)2(-3)^2.
    • Correction: 32-3^2 is 9-9; (3)2(-3)^2 is 99. Function inputs often act like they are in parentheses.
  3. The Horizontal Shift Switch:

    • Mistake: Seeing y=(x+4)2y = (x+4)^2 and thinking the graph moves 4 units to the positive side.
    • Correction: Remember "inside is opposite." x+4x+4 moves the graph to the negative side (Left 4).
  4. Slope Confusion:

    • Mistake: Calculating slope as x<em>2x</em>1y<em>2y</em>1\frac{x<em>2 - x</em>1}{y<em>2 - y</em>1}.
    • Correction: It is always Rise over Run (yx\frac{y}{x}). Think "yy goes to the sky."
  5. f(x) is just y:

    • Mistake: Getting confused by the notation f(x)f(x) and trying to solve for ff.
    • Correction: Mentally replace f(x)f(x) with yy whenever you see it. It is just a label for the output variable.

═══════════════════════════════════════

GPT 5.2 Pro

═══════════════════════════════════════

What You Need to Know

  • A function assigns each input in its domain to exactly one output—ACT questions often test domain/range, evaluating f(x)f(x), and interpreting graphs.
  • Most function problems reduce to spotting key features (intercepts, vertex/turning points, end behavior, asymptotes) and using them to match equations ↔ graphs.
  • Transformations (shifts, stretches, reflections) let you rewrite and sketch graphs quickly—frequently tested via “how does the graph change?” questions.
  • Expect functions to appear throughout ACT Math (especially the ACT’s “Preparing for Higher Math” skills), often embedded inside algebra, modeling, and graph interpretation.

Function Definition and Notation

A function is a relation where every input has exactly one output.

Key terms
  • Domain: all allowable inputs xx.
  • Range: all possible outputs yy.
  • Function notation: f(x)f(x) means the output when the input is xx.
Notation reference
MeaningNotationNotes
Output of functionf(x)f(x)Read “ff of xx
Replace inputf(a)f(a)Substitute x=ax=a into the rule
Equation formy=f(x)y=f(x)Graph uses points (x,f(x))(x, f(x))
Evaluating and solving with functions
  • Evaluate: if f(x)=2x3f(x)=2x-3, then f(5)=2(5)3=7f(5)=2(5)-3=7.
  • Solve: if f(x)=7f(x)=7, solve 2x3=72x-3=7.
Domain basics (common ACT patterns)
  • Fractions: denominator cannot be 00.
  • Radicals (even root): radicand must be 0\ge 0.
  • Logs: argument must be >0.
Worked example

Given f(x)=x+1x2f(x)=\dfrac{x+1}{x-2}, find the domain.
1) Denominator restriction: x20x-2 \ne 0
2) So x2x \ne 2
Domain: all real xx except 22.

Exam Focus
  • Why it matters: Function notation and domain/range are core ACT “language” used across algebra and graph questions.
  • Typical question patterns:
    • “If f(x)=f(x)=\dots, find f(number)f(\text{number})” or “solve f(x)=numberf(x)=\text{number}.”
    • Identify whether a relation is a function from a table/graph.
    • Find domain restrictions from a formula.
  • Common mistakes:
    • Treating f(x)f(x) as fxf\cdot x—it’s a single symbol.
    • Forgetting domain restrictions (especially denominators and logs).
    • Assuming a graph is a function without checking the “one output per input” idea.

Linear Functions

A linear function has constant rate of change (slope) and graphs as a line.

Forms you should recognize
  • Slope-intercept: y=mx+by=mx+b (slope mm, yy-intercept bb)
  • Point-slope: yy<em>1=m(xx</em>1)y-y<em>1=m(x-x</em>1)
Slope and intercepts
  • Slope from two points (x<em>1,y</em>1)(x<em>1,y</em>1) and (x<em>2,y</em>2)(x<em>2,y</em>2):
    m=y<em>2y</em>1x<em>2x</em>1m=\dfrac{y<em>2-y</em>1}{x<em>2-x</em>1}
  • xx-intercept: set y=0y=0.
  • yy-intercept: set x=0x=0.
Worked example

Line through (2,5)(2,5) with slope 3-3.
1) Use point-slope: y5=3(x2)y-5=-3(x-2)
2) Simplify: y5=3x+6y-5=-3x+6
3) y=3x+11y=-3x+11

Linear models fit constant-rate situations: hourly pay, constant-speed travel, steady growth/decay per unit.

Exam Focus
  • Why it matters: Linear functions are among the most frequent function types on ACT due to quick algebra/graph interpretation.
  • Typical question patterns:
    • Find slope/intercepts from an equation or two points.
    • Match a line’s equation to its graph (sign of slope, intercept size).
    • Interpret slope as a rate (units).
  • Common mistakes:
    • Mixing up xx- vs yy-intercepts (remember: intercept is where the other variable is 00).
    • Sign errors when computing slope.
    • Forgetting to distribute in yy<em>1=m(xx</em>1)y-y<em>1=m(x-x</em>1).

Polynomial Functions

A polynomial function is f(x)=a<em>nxn+a</em>n1xn1++a<em>1x+a</em>0f(x)=a<em>nx^n+a</em>{n-1}x^{n-1}+\dots+a<em>1x+a</em>0 with nonnegative integer exponents.

Key graph features
  • Degree: highest exponent nn.
  • Leading coefficient ana_n controls end behavior.
  • Zeros/roots: where f(x)=0f(x)=0 (the xx-intercepts).
  • Multiplicity idea (ACT-level): repeated factors may make the graph “touch” and turn instead of crossing.
Factored form helps

If f(x)=(x1)(x+2)f(x)=(x-1)(x+2), zeros are x=1x=1 and x=2x=-2.

Worked example

Find zeros of f(x)=x25x+6f(x)=x^2-5x+6.
1) Factor: x25x+6=(x2)(x3)x^2-5x+6=(x-2)(x-3)
2) Set equal to 00: (x2)(x3)=0(x-2)(x-3)=0
3) Solutions: x=2x=2 or x=3x=3

Exam Focus
  • Why it matters: Polynomials appear in equation solving, graph matching, and modeling (especially quadratics).
  • Typical question patterns:
    • Factor to find zeros/intercepts.
    • Use degree/leading coefficient to predict end behavior.
    • Compare graphs of polynomials with different degrees.
  • Common mistakes:
    • Sign errors when factoring (e.g., constant term).
    • Confusing zeros with yy-intercept (compute f(0)f(0) for that).
    • Ignoring end behavior clues when choosing a matching graph.

Radical Functions

A radical function involves a root, commonly f(x)=xf(x)=\sqrt{x} or f(x)=ax+bf(x)=\sqrt{ax+b}.

Domain and shape
  • For even roots: require radicand0\text{radicand} \ge 0.
  • Graph of y=xy=\sqrt{x} starts at (0,0)(0,0) and increases, concave down.
Worked example

Find the domain of f(x)=2x8f(x)=\sqrt{2x-8}.
1) Require radicand 0\ge 0: 2x802x-8 \ge 0
2) Solve: 2x82x \ge 8 so x4x \ge 4
Domain: x4x \ge 4.

Square-root models show up in geometry (side lengths from area), physics (some distance–time relationships), and statistics (standard deviation formulas).

Exam Focus
  • Why it matters: ACT often tests domain restrictions and graph shifts of radicals.
  • Typical question patterns:
    • Find domain or evaluate at a given xx.
    • Solve equations with radicals (often by squaring both sides).
    • Identify a shifted/scaled square-root graph.
  • Common mistakes:
    • Forgetting the radicand constraint for domain.
    • Introducing extraneous solutions after squaring—always check in the original equation.
    • Misapplying transformations (inside vs outside the radical).

Piecewise Functions

A piecewise function defines different rules on different intervals of the domain.

How to evaluate

1) Locate which condition your input satisfies.
2) Use that rule only.

Worked example

Let
f(x)={2x+1amp;x<0 x20x2 3x>2f(x)=\begin{cases}2x+1 &amp; x<0\ x^2 & 0\le x\le 2\ 3 & x>2\end{cases}
Find f(3)f(-3), f(2)f(2), and f(5)f(5).

  • x=-3<0: f(3)=2(3)+1=5f(-3)=2(-3)+1=-5
  • x=2x=2 is in 0x20\le x\le 2: f(2)=22=4f(2)=2^2=4
  • x=5>2: f(5)=3f(5)=3

Tax brackets, shipping costs, and utility billing often use piecewise rules.

Exam Focus
  • Why it matters: ACT uses piecewise functions to test careful reading and graph interpretation.
  • Typical question patterns:
    • Evaluate f(a)f(a) from a piecewise definition.
    • Identify jump/closed/open circles on graphs at boundary points.
    • Solve f(x)=kf(x)=k by checking each interval.
  • Common mistakes:
    • Using the wrong interval rule.
    • Mishandling endpoints (e.g., confusing < vs \le).
    • Forgetting that boundaries may have different left/right behavior.

Exponential and Logarithmic Functions

An exponential function has the variable in the exponent, typically f(x)=abxf(x)=a\cdot b^x with b>0 and b1b\ne 1.
A logarithmic function is the inverse type of exponential and is defined where its argument is positive.

High-value facts
  • Growth if b>1, decay if 0<b<1.
  • Exponential graphs often have a horizontal asymptote (commonly y=0y=0 if no vertical shift).
  • Log domain: argument must satisfy >0.
Worked example (exponential)

If f(x)=32xf(x)=3\cdot 2^x, find f(4)f(4).
1) Substitute: f(4)=324f(4)=3\cdot 2^4
2) Compute: 24=162^4=16
3) f(4)=48f(4)=48

Population growth, compound interest, depreciation, and half-life are exponential models.

Exam Focus
  • Why it matters: These functions appear in modeling and graph-feature questions (growth/decay, asymptotes, domain).
  • Typical question patterns:
    • Compare growth vs decay from the base bb.
    • Evaluate exponential expressions quickly.
    • Determine allowed inputs for logs (argument >0) or identify asymptotes/shifts.
  • Common mistakes:
    • Treating bxb^x like xbx^b—they behave very differently.
    • Ignoring the log domain restriction.
    • Missing the effect of vertical shifts on asymptotes.

Function Transformations and Translations

A transformation changes a base graph’s position or shape.

Common transformations (start from y=f(x)y=f(x))
TransformationNew functionEffect
Vertical shift up/downy=f(x)+ky=f(x)+kUp if k>0, down if k<0
Horizontal shifty=f(xh)y=f(x-h)Right by hh
Vertical stretch/shrinky=af(x)y=af(x)Stretch if </td></tr><tr><td>Reflection</td><td></td> </tr> <tr> <td>Reflection</td> <td>y=-f(x)orory=f(-x)</td><td>Over</td> <td>Overxaxisor-axis oryaxis</td></tr></tbody></table><h5id="memoryaid">Memoryaid</h5><ul><li><strong>Insidechanges</strong>(to-axis</td> </tr> </tbody> </table> <h5 id="memoryaid">Memory aid</h5> <ul> <li><strong>Inside changes</strong> (tox)movethegraph<strong>opposite</strong>thesign:) move the graph <strong>opposite</strong> the sign:f(x-h)shiftsrightbyshifts right byh.</li><li><strong>Outsidechanges</strong>(addedafter)movethegraphinthe<strong>same</strong>direction:.</li> <li><strong>Outside changes</strong> (added after) move the graph in the <strong>same</strong> direction:f(x)+kshiftsupbyshifts up byk.</li></ul><h6id="workedexample5">Workedexample</h6><p>Describetransformationsfrom.</li> </ul> <h6 id="workedexample-5">Worked example</h6> <p>Describe transformations fromy=\sqrt{x}totoy=\sqrt{x-4}+3.</p><ul><li>.</p> <ul> <li>x-4inside:shiftrightinside: shift right4.</li><li>.</li> <li>+3outside:shiftupoutside: shift up3.</li></ul><h6id="examfocus14">ExamFocus</h6><ul><li><strong>Whyitmatters</strong>:ACToftenasksyoutomatchanequationtoatransformedparentgraphwithoutheavycomputation.</li><li><strong>Typicalquestionpatterns</strong>:<ul><li>Identifyshifts/reflectionsfromaformula.</li><li>Givenagraphof.</li> </ul> <h6 id="examfocus-14">Exam Focus</h6> <ul> <li><strong>Why it matters</strong>: ACT often asks you to match an equation to a transformed parent graph without heavy computation.</li> <li><strong>Typical question patterns</strong>:<ul> <li>Identify shifts/reflections from a formula.</li> <li>Given a graph off,sketch/identifygraphof, sketch/identify graph off(x)+kororf(x-h).</li><li>Determinenewinterceptsorstartingpointsafterashift.</li></ul></li><li><strong>Commonmistakes</strong>:<ul><li>Reversinghorizontalshiftdirection.</li><li>Forgettingreflectionswhenanegativesignappears.</li><li>Applyingtheshifttothewrongfeature(e.g.,movingtheasymptoteincorrectly).</li></ul></li></ul><h4id="analyzinggraphsandkeyfeaturesoffunctions">AnalyzingGraphsandKeyFeaturesofFunctions</h4><p>ACTgraphquestionsrewardquickidentificationofstructureratherthanperfectsketching.</p><h5id="featurestoreadofforcompute">Featurestoreadofforcompute</h5><ul><li><strong>Intercepts</strong>:solve.</li> <li>Determine new intercepts or starting points after a shift.</li></ul></li> <li><strong>Common mistakes</strong>:<ul> <li>Reversing horizontal shift direction.</li> <li>Forgetting reflections when a negative sign appears.</li> <li>Applying the shift to the wrong feature (e.g., moving the asymptote incorrectly).</li></ul></li> </ul> <h4 id="analyzinggraphsandkeyfeaturesoffunctions">Analyzing Graphs and Key Features of Functions</h4> <p>ACT graph questions reward quick identification of structure rather than perfect sketching.</p> <h5 id="featurestoreadofforcompute">Features to read off or compute</h5> <ul> <li><strong>Intercepts</strong>: solvef(x)=0forforxintercepts;compute-intercepts; computef(0)forforyintercept.</li><li><strong>Increasing/decreasingintervals</strong>:whereoutputsrise/fallas-intercept.</li> <li><strong>Increasing/decreasing intervals</strong>: where outputs rise/fall asxincreases.</li><li><strong>Maximum/minimum</strong>(oftenquadratics):vertexgivesextremum.</li><li><strong>Asymptotes</strong>(commoninrational/exponential/log):linesthegraphapproaches.</li><li><strong>Endbehavior</strong>:whathappensasincreases.</li> <li><strong>Maximum/minimum</strong> (often quadratics): vertex gives extremum.</li> <li><strong>Asymptotes</strong> (common in rational/exponential/log): lines the graph approaches.</li> <li><strong>End behavior</strong>: what happens asx\to \inftyororx\to -\infty(oftenfromdegreeandleadingcoefficientforpolynomials).</li></ul><h5id="fastmatchingtipsequationgraph">Fastmatchingtips(equationgraph)</h5><ul><li>Forlines,useslopesignandintercept.</li><li>Forquadratics,lookforvertexlocationandwhetheritopensup/down.</li><li>Forexponentials,identifygrowth/decayandhorizontalasymptote.</li><li>Forradicals,lookforanendpointstart(oftenwheretheradicandbecomes(often from degree and leading coefficient for polynomials).</li> </ul> <h5 id="fastmatchingtipsequationgraph">Fast matching tips (equation ↔ graph)</h5> <ul> <li>For lines, use slope sign and intercept.</li> <li>For quadratics, look for vertex location and whether it opens up/down.</li> <li>For exponentials, identify growth/decay and horizontal asymptote.</li> <li>For radicals, look for an “endpoint” start (often where the radicand becomes0).</li></ul><h6id="workedexample6">Workedexample</h6><p>Aquadratichasvertex).</li> </ul> <h6 id="workedexample-6">Worked example</h6> <p>A quadratic has vertex (1,-4) andpassesthroughand passes through (0,-3) .Findanequation.<br/>1)Vertexform:. Find an equation.<br /> 1) Vertex form:y=a(x-1)^2-4<br/>2)Usepoint<br /> 2) Use point (0,-3) ::-3=a(0-1)^2-4<br/>3)<br /> 3)-3=a-4sosoa=1<br/>4)Equation:<br /> 4) Equation:y=(x-1)^2-4</p><h6id="examfocus15">ExamFocus</h6><ul><li><strong>Whyitmatters</strong>:ManyACTitemsaregraphliteracyquestionsquicklyextractingfeaturesandchoosingthematchingoption.</li><li><strong>Typicalquestionpatterns</strong>:<ul><li>Identifyintercepts,vertex,orasymptotefromagraph.</li><li>Choosewhichequationcouldgenerateagivengraph.</li><li>Interpretarealworldgraph(rate,increases/decreases,max/min).</li></ul></li><li><strong>Commonmistakes</strong>:<ul><li>Readingscalesincorrectlyonaxes.</li><li>Confusinganinterceptwithapointneartheaxis.</li><li>Missingasymptotesandassumingthefunctionreachestheline.</li></ul></li></ul><h6id="quickreviewchecklist1">QuickReviewChecklist</h6><ul><li>Canyouexplainwhatmakesarelationa<strong>function</strong>andhowtocheckitfromagraphortable?</li><li>Canyouevaluate</p> <h6 id="examfocus-15">Exam Focus</h6> <ul> <li><strong>Why it matters</strong>: Many ACT items are “graph literacy” questions—quickly extracting features and choosing the matching option.</li> <li><strong>Typical question patterns</strong>:<ul> <li>Identify intercepts, vertex, or asymptote from a graph.</li> <li>Choose which equation could generate a given graph.</li> <li>Interpret a real-world graph (rate, increases/decreases, max/min).</li></ul></li> <li><strong>Common mistakes</strong>:<ul> <li>Reading scales incorrectly on axes.</li> <li>Confusing an intercept with a point near the axis.</li> <li>Missing asymptotes and assuming the function “reaches” the line.</li></ul></li> </ul> <h6 id="quickreviewchecklist-1">Quick Review Checklist</h6> <ul> <li>Can you explain what makes a relation a <strong>function</strong> and how to check it from a graph or table?</li> <li>Can you evaluatef(a)correctlybysubstitutionandsimplifywithoutalgebraerrors?</li><li>Doyouknowhowtofinddomainrestrictionsforfractions,radicals,andlogarithms?</li><li>Canyoufindslopeandwritealinearequationfromapointandaslope(ortwopoints)?</li><li>Canyoufactorapolynomialtofindzerosandinterpretthemascorrectly by substitution and simplify without algebra errors?</li> <li>Do you know how to find domain restrictions for fractions, radicals, and logarithms?</li> <li>Can you find slope and write a linear equation from a point and a slope (or two points)?</li> <li>Can you factor a polynomial to find zeros and interpret them asxintercepts?</li><li>Canyoudeterminethedomainofaradicalfunctionbysolvinganinequality?</li><li>Canyouevaluatepiecewisefunctions,includinghandlingendpointscorrectly?</li><li>Canyoudistinguishexponentialgrowthvsdecayandidentifyanexponentialasymptote?</li><li>Canyoudescribetransformationsfrom-intercepts?</li> <li>Can you determine the domain of a radical function by solving an inequality?</li> <li>Can you evaluate piecewise functions, including handling endpoints correctly?</li> <li>Can you distinguish exponential growth vs decay and identify an exponential asymptote?</li> <li>Can you describe transformations fromy=f(x)toatransformedequation?</li></ul><h6id="finalexampitfalls1">FinalExamPitfalls</h6><ol><li>Mistake:Treatingto a transformed equation?</li> </ul> <h6 id="finalexampitfalls-1">Final Exam Pitfalls</h6> <ol> <li>Mistake: Treatingf(x)asmultiplicationas multiplicationf\cdot x.Correctapproach:read. Correct approach: readf(x)asasingleoutputvaluesubstitutetheinputintotherule.</li><li>Mistake:Ignoringdomainconstraints(especiallydenominatoras a single output value—substitute the input into the rule.</li> <li>Mistake: Ignoring domain constraints (especially denominator=0,logargument, log argument\le 0,ornegativeradicands).Correctapproach:listrestrictionsfirst,thensolve.</li><li>Mistake:Reversinghorizontalshifts(e.g.,thinking, or negative radicands). Correct approach: list restrictions first, then solve.</li> <li>Mistake: Reversing horizontal shifts (e.g., thinkingf(x-3)shiftsleft).Correctapproach:insideshiftisoppositeshifts left). Correct approach: inside shift is opposite—f(x-h)movesrightbymoves right byh.</li><li>Mistake:Droppingendpointsinpiecewiseproblems.Correctapproach:payattentionto.</li> <li>Mistake: Dropping endpoints in piecewise problems. Correct approach: pay attention to