Difference between revisions of "Multiple Transformations of Functions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 8: Line 8:
  
 
Let <math> f(x) = x^3 </math> for the following examples:
 
Let <math> f(x) = x^3 </math> for the following examples:
* Vertical shift and horizontal reflection: A 3 unit horizontal reflection THEN a 3 unit vertical shift of <math> f(x) </math> will result in the function <math> g(x) = (-x)^3 + 3 </math>. If we apply the vertical shift first instead, we will still get the result <math> g(x) = (-x)^3 + 3 </math>.
+
* Vertical shift and horizontal reflection: A 3 unit vertical shift, THEN a horizontal reflection of <math> f(x) </math>, will result in the function <math> g(x) = (-x)^3 + 3 </math>. If we apply the horizontal reflection first instead, we will still get the result <math> g(x) = (-x)^3 + 3 </math>.
* Vertical shift and vertical reflection: Let <math> f(x) = x^3 </math>. A 3 unit horizontal reflection THEN a 3 unit vertical shift of <math> f(x) </math>
+
* Vertical shift and vertical reflection: Let <math> f(x) = x^3 </math>. A 3 unit vertical shift, THEN a vertical reflection of <math> f(x) </math>, will result in the function <math> g(x) = -(x^3 + 3) </math>. However, if we apply the vertical reflection before the vertical shift, we will get the function <math> h(x) = -x^3 + 3 </math>, which is not equal to our previous result <math> g(x) </math>.
 
*
 
*
 
*
 
*

Revision as of 14:54, 16 September 2021

See Single Transformations of Functions for more information on translating, reflecting, compressing, and stretching functions.

Combining Functions

Vertical and horizontal shift: and (blue; f(x) shifted 3 units right and 5 units up)

If is some function, then is the function shifted h units horizontally (to the right for h > 0 and to the left for h < 0) and k units vertically (up for k > 0 and down for k < 0). For example, is the function shifted 3 units to the right and 5 units up. is the function shifted 2 units to the left and 6 units down.

The order that two transformations are applied can change the resulting function. A vertical transformation and a horizontal transformation can be applied in either order and will result in the same function. However, two vertical transformations or two horizontal transformations can result in differing functions depending on the order they are applied in.

Let for the following examples:

  • Vertical shift and horizontal reflection: A 3 unit vertical shift, THEN a horizontal reflection of , will result in the function . If we apply the horizontal reflection first instead, we will still get the result .
  • Vertical shift and vertical reflection: Let . A 3 unit vertical shift, THEN a vertical reflection of , will result in the function . However, if we apply the vertical reflection before the vertical shift, we will get the function , which is not equal to our previous result .

Resources