Math 3 Quiz: Function Graph Transformations
12 questions · exam conditions
0:00
Function Graph TransformationsQuestion 1 of 12

A rational function has the form r(x)=ax+bcx+dr(x) = \frac{ax + b}{cx + d} where a,b,c,da, b, c, d are constants. After applying a horizontal shift of 2 units left and a vertical shift of 3 units up, the resulting function has a horizontal asymptote at y=5y = 5 and a vertical asymptote at x=1x = 1. What was the horizontal asymptote of the original function?

y=2y = 2
y=5y = 5
y=8y = 8
y=3y = 3
← Back to quizzes

Math 3 Quiz

Math 3 Quiz: Function Graph Transformations

Practice Function Graph Transformations in Math 3 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Function Graph Transformations, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 3.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A rational function has the form r(x)=ax+bcx+dr(x) = \frac{ax + b}{cx + d} where a,b,c,da, b, c, d are constants. After applying a horizontal shift of 2 units left and a vertical shift of 3 units up, the resulting function has a horizontal asymptote at y=5y = 5 and a vertical asymptote at x=1x = 1. What was the horizontal asymptote of the original function?

  1. y=2y = 2 (correct answer)
  2. y=5y = 5
  3. y=8y = 8
  4. y=3y = 3
Explanation: After transformation, the function is r(x+2) + 3. The vertical asymptote moves from cx + d = 0 to c(x+2) + d = 0, which gives x = -d/c - 2. Since this equals 1, we have -d/c - 2 = 1, so -d/c = 3. The horizontal asymptote of r(x) = (ax+b)/(cx+d) is y = a/c. After adding 3, the horizontal asymptote becomes y = a/c + 3 = 5, so a/c = 2. Therefore, the original horizontal asymptote was y = 2. Choice B incorrectly assumes horizontal asymptotes don't change with vertical shifts. Choice C adds instead of subtracts the shift. Choice D gives the amount of vertical shift.

Question 2

A function f(x)f(x) has the property that f(2)=7f(2) = 7. After applying the transformation y=3f(x12)4y = 3f\left(\frac{x-1}{2}\right) - 4, what is the y-coordinate of the point on the transformed graph that corresponds to the original point (2,7)(2, 7)?

  1. 2525
  2. 1313
  3. 1717 (correct answer)
  4. 2121
Explanation: When you encounter function transformations, you need to trace how a specific point moves through each transformation step by step. The key insight is that transformations change both the input values and output values in predictable ways. Starting with the original point (2,7)(2, 7) where f(2)=7f(2) = 7, let's see where this point goes under the transformation y=3f(x12)4y = 3f\left(\frac{x-1}{2}\right) - 4. First, we need to find what x-value in the transformed function will use our known input of x=2x = 2. Setting x12=2\frac{x-1}{2} = 2 and solving: x1=4x - 1 = 4, so x=5x = 5. This means the point that originally was at x=2x = 2 is now located at x=5x = 5 on the transformed graph. Next, we apply the transformations to the y-value. Since f(2)=7f(2) = 7, we have: y=3f(2)4=3(7)4=214=17y = 3f(2) - 4 = 3(7) - 4 = 21 - 4 = 17 So the transformed point is (5,17)(5, 17), making the y-coordinate 1717, which is choice C. Looking at the wrong answers: Choice A (2525) likely comes from calculating 3×7+4=253 \times 7 + 4 = 25, incorrectly adding instead of subtracting the vertical shift. Choice B (1313) results from 3×78=133 \times 7 - 8 = 13, possibly doubling the vertical shift. Choice D (2121) comes from forgetting the 4-4 vertical shift entirely, giving just 3×7=213 \times 7 = 21. Remember: when tracking points through transformations, work systematically through each piece—horizontal shifts affect where you'll find the point, while vertical stretches and shifts transform the output value.

Question 3

If g(x)=(x3)3+2g(x) = (x - 3)^3 + 2 is obtained by transforming f(x)=x3f(x) = x^3, and then g(x)g(x) is transformed to produce h(x)h(x) by reflecting across the line y=2y = 2, what is h(x)h(x)?

  1. h(x)=(x3)3+2h(x) = -(x - 3)^3 + 2 (correct answer)
  2. h(x)=(x3)32h(x) = -(x - 3)^3 - 2
  3. h(x)=(x3)3+4h(x) = -(x - 3)^3 + 4
  4. h(x)=(x+3)3+2h(x) = (x + 3)^3 + 2
Explanation: Reflecting across the horizontal line y = 2 means that a point (a, b) becomes (a, 4-b). For the function g(x) = (x-3)³ + 2, we need to reflect each y-value across y = 2. If y = g(x), then after reflection y = 4 - g(x) = 4 - ((x-3)³ + 2) = 4 - (x-3)³ - 2 = 2 - (x-3)³ = -(x-3)³ + 2. Choice B reflects across the x-axis instead. Choice C incorrectly calculates the reflection. Choice D reflects across the y-axis instead of y = 2.

Question 4

Given the piecewise function f(x)={x2if x<02x+1if x0f(x) = \begin{cases} x^2 & \text{if } x < 0 \\ 2x + 1 & \text{if } x \geq 0 \end{cases} , what is the equation of the function obtained by applying the transformation y=f(2x4)y = f(2x - 4)?

  1. (correct answer)
Explanation: When transforming piecewise functions, you need to handle two key elements: substituting the transformation into the function expressions AND adjusting the domain conditions to match your new input variable. For y=f(2x4)y = f(2x - 4), you substitute (2x4)(2x - 4) everywhere you see the input variable in the original function. This gives you:
  • When the condition is met: y=(2x4)2y = (2x-4)^2
  • When the condition isn't met: y=2(2x4)+1y = 2(2x-4) + 1
The crucial step is determining when to use each piece. The original function uses x2x^2 when the input is negative, so you need 2x4<02x - 4 < 0. Solving this inequality: 2x<42x < 4, which means x<2x < 2. Similarly, you use the linear piece when 2x402x - 4 \geq 0, which gives x2x \geq 2. Choice A incorrectly keeps the condition as 2x4<02x - 4 < 0 instead of solving for xx. This makes the function difficult to evaluate since you'd need to substitute xx values and check the inequality 2x42x - 4 each time. Choice B makes an algebra error, getting x<4x < 4 instead of x<2x < 2 when solving 2x4<02x - 4 < 0. Choice D correctly identifies the boundary at x=2x = 2 but incorrectly simplifies the function expressions to (x2)2(x-2)^2 and 2(x2)+12(x-2) + 1, which would correspond to f(x2)f(x-2), not f(2x4)f(2x-4). Study tip: Always solve inequality conditions for the outer variable (xx) and keep function expressions in terms of the full transformation (2x4)(2x-4).

Question 5

The function f(x)=xf(x) = \sqrt{x} undergoes the following sequence of transformations: first a horizontal compression by a factor of 14\frac{1}{4}, then a reflection across the y-axis, then a vertical stretch by a factor of 3, and finally a shift up 2 units. What is the domain of the resulting function?

  1. x0x \geq 0
  2. x0x \leq 0 (correct answer)
  3. x2x \geq -2
  4. All real numbers
Explanation: Starting with f(x) = √x: (1) Horizontal compression by 1/4 gives √(4x), (2) Reflection across y-axis gives √(4(-x)) = √(-4x), (3) Vertical stretch by 3 gives 3√(-4x), (4) Shift up 2 gives 3√(-4x) + 2. For the square root to be defined, we need -4x ≥ 0, which means x ≤ 0. Choice A gives the original domain. Choice C incorrectly relates the vertical shift to domain restrictions. Choice D ignores the square root's domain restrictions.

Question 6

The function f(x)=x24x1f(x) = \frac{x^2-4}{x-1} is transformed to create h(x)=2f(x+32)1h(x) = 2f(\frac{x+3}{2}) - 1. What is the equation of the vertical asymptote of h(x)h(x)?

  1. x=1x = -1 (correct answer)
  2. x=1x = 1
  3. x=3x = 3
  4. x=5x = 5
Explanation: The vertical asymptote of f(x)=x24x1f(x) = \frac{x^2-4}{x-1} occurs where the denominator equals zero, at x=1x = 1. For h(x)=2f(x+32)1h(x) = 2f(\frac{x+3}{2}) - 1, we need to find where the input to ff makes its denominator zero. This happens when x+321=0\frac{x+3}{2} - 1 = 0, which gives us x+32=1\frac{x+3}{2} = 1, so x+3=2x + 3 = 2, therefore x=1x = -1. Choice B gives the original asymptote location. Choices C and D result from incorrect transformation calculations.

Question 7

Consider the rational function h(x)=2x6x+1h(x) = \frac{2x - 6}{x + 1}. If this function is transformed by shifting 3 units right and 4 units down, what is the equation of the resulting vertical asymptote?

  1. x=4x = -4
  2. x=2x = 2 (correct answer)
  3. x=1x = -1
  4. x=4x = 4
Explanation: The original function h(x) has a vertical asymptote where the denominator equals zero: x + 1 = 0, so x = -1. When we shift right 3 units, we replace x with (x-3), giving us h(x-3) = (2(x-3)-6)/((x-3)+1) = (2x-12)/(x-2). The vertical asymptote occurs where x-2 = 0, so x = 2. The vertical shift doesn't affect the location of vertical asymptotes. Choice A incorrectly subtracts 3 from the original asymptote. Choice C gives the original asymptote location. Choice D incorrectly adds 3 to the original asymptote.

Question 8

A polynomial function p(x)p(x) has roots at x=1,2,x = -1, 2, and 44. After applying the transformation q(x)=p(2x3)q(x) = p(2x-3), what are the roots of q(x)q(x)?

  1. x=1,1,3.5x = -1, 1, 3.5
  2. x=5,1,5x = -5, 1, 5
  3. x=1,2.5,3.5x = 1, 2.5, 3.5 (correct answer)
  4. x=4,1,2.5x = -4, 1, 2.5
Explanation: To find the roots of q(x)=p(2x3)q(x) = p(2x-3), we need to solve q(x)=0q(x) = 0, which means p(2x3)=0p(2x-3) = 0. This occurs when 2x32x-3 equals any root of p(x)p(x). So we solve: 2x3=1x=12x-3 = -1 \Rightarrow x = 1, 2x3=2x=2.52x-3 = 2 \Rightarrow x = 2.5, and 2x3=4x=3.52x-3 = 4 \Rightarrow x = 3.5. Therefore, the roots of q(x)q(x) are x=1,2.5,3.5x = 1, 2.5, 3.5. Choice A incorrectly calculates some roots. Choice B uses the wrong transformation formula. Choice D also incorrectly applies the transformation.

Question 9

The polynomial p(x)=x36x2+9x2p(x) = x^3 - 6x^2 + 9x - 2 has a local maximum at x=1x = 1 and a local minimum at x=3x = 3. After the transformation q(x)=2p(x63)+4q(x) = 2p(\frac{x-6}{3}) + 4, at what x-value does the local maximum of q(x)q(x) occur?

  1. x=7x = 7
  2. x=9x = 9 (correct answer)
  3. x=15x = 15
  4. x=21x = 21
Explanation: The transformation q(x)=2p(x63)+4q(x) = 2p(\frac{x-6}{3}) + 4 involves several steps. The input transformation x63\frac{x-6}{3} represents a horizontal stretch by factor 3 and a right shift by 6. To find where the local maximum occurs in q(x)q(x), we need to find where x63=1\frac{x-6}{3} = 1 (since the original maximum is at x=1x = 1). Solving: x63=1x6=3x=9\frac{x-6}{3} = 1 \Rightarrow x-6 = 3 \Rightarrow x = 9. Choice A results from incorrect application of transformations. Choice C incorrectly calculates the combined effect. Choice D applies the transformations in the wrong order.

Question 10

The function f(x)=x32x2+x3f(x) = x^3 - 2x^2 + x - 3 undergoes the transformation g(x)=2f(x43)+1g(x) = -2f(\frac{x-4}{3}) + 1. Which statement best describes the combined effect of all transformations applied to f(x)f(x)?

  1. Horizontal stretch by factor 3, right shift 4 units, vertical stretch by factor 2, reflection over x-axis, up shift 1 unit (correct answer)
  2. Horizontal compression by factor 3, left shift 4 units, vertical stretch by factor 2, reflection over x-axis, up shift 1 unit
  3. Horizontal stretch by factor 3, right shift 12 units, vertical stretch by factor 2, reflection over x-axis, up shift 1 unit
  4. Horizontal compression by factor 1/3, right shift 4 units, vertical compression by factor 2, reflection over y-axis, up shift 1 unit
Explanation: To find the transformations, we analyze g(x)=2f(x43)+1g(x) = -2f(\frac{x-4}{3}) + 1. The input transformation x43\frac{x-4}{3} means we first shift right by 4 (from x4x-4), then stretch horizontally by factor 3 (from division by 1/3). The output transformation 2f(...)+1-2f(...) + 1 means we stretch vertically by factor 2, reflect over the x-axis (from the negative), and shift up 1 unit. Choice B incorrectly identifies the horizontal shift direction. Choice C incorrectly calculates the horizontal shift as 12. Choice D incorrectly identifies compression instead of stretch and reflection over y-axis instead of x-axis.

Question 11

The rational function r(x)=x24x2r(x) = \frac{x^2 - 4}{x - 2} is transformed by shifting left 3 units and up 5 units. What is the equation of the hole in the transformed function?

  1. (1,9)(1, 9)
  2. (2,4)(2, 4)
  3. (1,4)(-1, 4)
  4. (1,9)(-1, 9) (correct answer)
Explanation: When you encounter rational functions with holes that undergo transformations, you need to first identify the hole in the original function, then apply the transformations to that point. The function r(x)=x24x2r(x) = \frac{x^2 - 4}{x - 2} has a hole because the numerator and denominator share a common factor. Since x24=(x2)(x+2)x^2 - 4 = (x-2)(x+2), you can simplify: r(x)=(x2)(x+2)x2=x+2r(x) = \frac{(x-2)(x+2)}{x-2} = x+2 (for x2x \neq 2). The hole occurs where the original denominator equals zero: at x=2x = 2. At this point, the simplified function gives y=2+2=4y = 2 + 2 = 4, so the original hole is at (2,4)(2, 4). Now apply the transformations to this hole. Shifting left 3 units means subtracting 3 from the x-coordinate: 23=12 - 3 = -1. Shifting up 5 units means adding 5 to the y-coordinate: 4+5=94 + 5 = 9. The transformed hole is at (1,9)(-1, 9), which is answer D. Looking at the wrong answers: A) (1,9)(1, 9) correctly applies the vertical shift but adds 3 to the x-coordinate instead of subtracting (confusing left with right shift). B) (2,4)(2, 4) is the original hole position without any transformations applied. C) (1,4)(-1, 4) correctly applies the horizontal shift but ignores the vertical shift entirely. Remember: transformations affect the coordinates of all key points (holes, intercepts, asymptotes) in the same way they affect the entire graph. Always identify special points first, then transform them systematically.

Question 12

The function g(x)=2xg(x) = 2^x is transformed to create h(x)=322x+4+5h(x) = -3 \cdot 2^{-2x+4} + 5. What is the y-intercept of h(x)h(x)?

  1. 5353
  2. 11-11
  3. 1717
  4. 43-43 (correct answer)
Explanation: When you encounter a transformed exponential function, finding the y-intercept means evaluating the function at x=0x = 0. This tests your ability to work with complex exponential transformations and perform accurate substitution. To find the y-intercept of h(x)=322x+4+5h(x) = -3 \cdot 2^{-2x+4} + 5, substitute x=0x = 0: h(0)=322(0)+4+5h(0) = -3 \cdot 2^{-2(0)+4} + 5 h(0)=324+5h(0) = -3 \cdot 2^{4} + 5 h(0)=316+5h(0) = -3 \cdot 16 + 5 h(0)=48+5=43h(0) = -48 + 5 = -43 The y-intercept is 43-43, which is answer choice D. Looking at the wrong answers: Choice A (5353) likely comes from incorrectly making the coefficient positive, getting 316+5=533 \cdot 16 + 5 = 53. Choice B (11-11) suggests an error in calculating 242^4, perhaps using 24=82^4 = 8 instead of 1616, giving 38+5=19-3 \cdot 8 + 5 = -19, or making other computational mistakes. Choice C (1717) could result from sign errors combined with calculation mistakes, possibly computing 34+5=173 \cdot 4 + 5 = 17 by confusing 242^4 with 2×42 \times 4. Remember this key strategy: for any function's y-intercept, always substitute x=0x = 0 and carefully track your signs and order of operations. With transformed exponential functions, pay special attention to negative coefficients and ensure you're calculating the exponential term correctly before applying the outer transformations.