138k views
5 votes
How do I use a function to write the transformation

How do I use a function to write the transformation-example-1
User Nschmidt
by
5.6k points

1 Answer

3 votes

For this exercise you need to remember the following Transformation Rules for functions:

1. If:


f(x)+k

Then the function is translated "k" units up.

2. If:


f(x)-k

Then the function is translated "k" units down.

3. If:


-f(x)

Then the function is reflected across the x-axis.

4. If:


f(-x)

The function is reflected across the y-axis.

You have the following function f(x):


f\mleft(x\mright)=2^(x-3)+1

Based on the above, you know that if it is reflected across the x-axis and translated 5 units up, the function g(x) is:


\begin{gathered} g(x)=-(2^(x-3)+1)+5 \\ g(x)=-2^(x-3)-1+5 \\ g(x)=-2^(x-3)+4 \end{gathered}

The answer is:


g(x)=-2^(x-3)+4

User Imran
by
4.6k points