跳转至

2.7.4 Combined Transformations

Applying multiple transformations sequentially to create complex function graphs with correct order of operations.

定义

Combined transformations refer to the application of multiple transformations sequentially to a parent function to create a more complex function graph. When combining transformations, the order of operations is critical and follows specific rules. For a function \(f(x)\), combined transformations can include vertical shifts, horizontal shifts, vertical stretches/compressions, horizontal stretches/compressions, and reflections. The general form of a transformed function is \(g(x) = a \cdot f(b(x - h)) + k\), where \(a\) represents vertical stretch/compression and reflection across the x-axis, \(b\) represents horizontal compression/stretch and reflection across the y-axis, \(h\) represents horizontal shift, and \(k\) represents vertical shift. The key principle is that transformations applied to the input (inside the function) are horizontal and work in the opposite direction of their notation, while transformations applied to the output (outside the function) are vertical and work in the expected direction.

核心公式

  • \(g(x) = a \cdot f(b(x - h)) + k\)
  • \(\text{Horizontal shift: } f(x - h) \text{ shifts right by } h \text{ units (if } h > 0\text{)}\)
  • \(\text{Vertical shift: } f(x) + k \text{ shifts up by } k \text{ units (if } k > 0\text{)}\)
  • \(\text{Vertical stretch/compression: } a \cdot f(x) \text{ stretches vertically by factor } |a| \text{ (if } |a| > 1\text{)}\)
  • \(\text{Horizontal compression/stretch: } f(bx) \text{ compresses horizontally by factor } \frac{1}{|b|} \text{ (if } |b| > 1\text{)}\)

易错点

  • ⚠️ Confusing the direction of horizontal transformations: Students often forget that \(f(x - h)\) shifts RIGHT by \(h\) units (not left), and \(f(x + h)\) shifts LEFT by \(h\) units (not right). This is because the input transformation works opposite to intuition.
  • ⚠️ Incorrect order of operations when combining transformations: Applying transformations in the wrong sequence can produce incorrect graphs. The correct order is typically: horizontal stretch/compression, horizontal shift, vertical stretch/compression, then vertical shift. Some students apply shifts before stretches, leading to wrong results.
  • ⚠️ Misinterpreting the effect of the coefficient \(b\) in \(f(bx)\): Students often think \(f(2x)\) stretches the graph horizontally by a factor of 2, when it actually compresses it by a factor of \(\frac{1}{2}\). The relationship is inverse: larger \(|b|\) means more compression, not more stretch.
  • ⚠️ Forgetting to apply transformations to all parts of the function: When dealing with piecewise functions or complex expressions, students sometimes apply transformations inconsistently across different parts, or forget to transform domain restrictions along with the function itself.