Difference between revisions of "Single Transformations of Functions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
 +
===Translations===
 
One kind of transformation involves shifting the entire graph of a function up, down, right, or left. The simplest shift is a vertical shift, moving the graph up or down, because this transformation involves adding a positive or negative constant to the function. In other words, we add the same constant to the output value of the function regardless of the input. For a function <math> g(x) = f(x) + k </math>, the function <math> f(x) </math> is shifted vertically k units. For example, <math> g(x) = x^2 + 4 </math> is the function <math> f(x) = x^2 </math> shifted up by 4 units. <math> g(x) = sin(x) - 7.7 </math> is the function <math> f(x) = sin(x) </math> shifted down by 7.7 units.
 
One kind of transformation involves shifting the entire graph of a function up, down, right, or left. The simplest shift is a vertical shift, moving the graph up or down, because this transformation involves adding a positive or negative constant to the function. In other words, we add the same constant to the output value of the function regardless of the input. For a function <math> g(x) = f(x) + k </math>, the function <math> f(x) </math> is shifted vertically k units. For example, <math> g(x) = x^2 + 4 </math> is the function <math> f(x) = x^2 </math> shifted up by 4 units. <math> g(x) = sin(x) - 7.7 </math> is the function <math> f(x) = sin(x) </math> shifted down by 7.7 units.
  
 
Given a function f, a new function <math> g(x) = f(x - h) </math>, where h is a constant, is a horizontal shift of the function f. If h is positive, the graph will shift h units to the right. If h is negative, the graph will shift h units to the left. For example, <math> g(x) = (x - 3)^2 </math> is the graph of <math> f(x) = x^2 </math> shifted 3 units to the right. <math> g(x) = sin(x + \frac{\pi}{2}) </math> is the function <math> f(x) = sin(x) </math> shifted <math> \frac{\pi}{2} </math> units to the left.
 
Given a function f, a new function <math> g(x) = f(x - h) </math>, where h is a constant, is a horizontal shift of the function f. If h is positive, the graph will shift h units to the right. If h is negative, the graph will shift h units to the left. For example, <math> g(x) = (x - 3)^2 </math> is the graph of <math> f(x) = x^2 </math> shifted 3 units to the right. <math> g(x) = sin(x + \frac{\pi}{2}) </math> is the function <math> f(x) = sin(x) </math> shifted <math> \frac{\pi}{2} </math> units to the left.
 +
 +
===Reflections===
 +
Given a function <math> f(x) </math>, a new function <math> g(x) = -f(x) </math> is a vertical reflection of the function <math> f(x) </math>, sometimes called a reflection about (or over, or through) the x-axis. For example, <math> g(x) = -\sqrt{x} </math> is a vertical reflection of the function <math> f(x) = \sqrt{x}</math>.
 +
 +
Given a function <math> f(x) </math>, a new function <math> g(x) = f(-x) </math> is a horizontal reflection of the function <math> f(x) </math>, sometimes called a reflection about the y-axis. For example, <math> g(x) = e^{-x} </math> is a horizontal reflection of the function <math> f(x) = e^x </math>.
  
 
==Resources==
 
==Resources==
 
* [https://courses.lumenlearning.com/wmopen-collegealgebra/chapter/introduction-transformations-of-functions/ Intro to Transformations of Functions], Lumen Learning
 
* [https://courses.lumenlearning.com/wmopen-collegealgebra/chapter/introduction-transformations-of-functions/ Intro to Transformations of Functions], Lumen Learning
 
*
 
*

Revision as of 17:38, 15 September 2021

Introduction

Translations

One kind of transformation involves shifting the entire graph of a function up, down, right, or left. The simplest shift is a vertical shift, moving the graph up or down, because this transformation involves adding a positive or negative constant to the function. In other words, we add the same constant to the output value of the function regardless of the input. For a function , the function is shifted vertically k units. For example, is the function shifted up by 4 units. is the function shifted down by 7.7 units.

Given a function f, a new function , where h is a constant, is a horizontal shift of the function f. If h is positive, the graph will shift h units to the right. If h is negative, the graph will shift h units to the left. For example, is the graph of shifted 3 units to the right. is the function shifted units to the left.

Reflections

Given a function , a new function is a vertical reflection of the function , sometimes called a reflection about (or over, or through) the x-axis. For example, is a vertical reflection of the function .

Given a function , a new function is a horizontal reflection of the function , sometimes called a reflection about the y-axis. For example, is a horizontal reflection of the function .

Resources