How Does One Write the Equation of a Transformed Function, Given the Transformation

370 Views Asked by At

After using my math textbook, Desmos and Photomath to determine the answer, I am still confused as to what the process is.

E.g.

If f(x) = x^4, determine the equation of the transformed function when y = -2f(2x+6)-4 is applied as the transformations.


My understanding is that the equation would be:

= -2[2(x+6)]^4 -4

... but I have been told this is wrong and that the +6 is incorrect.

What is the problem with my new equation? Is the +6 correct?

2

There are 2 best solutions below

1
On

The input to $f$ is $2x+6$,

hence $$y = -2(2x+6)^4 - 4$$

We can also write it as

$$y = -2(2(x+\color{red}3))^4 - 4$$

since $2x+6=2(x+3)$.

0
On

After you transform the function you obtain: $y=-2(2x+6)^4 -4$, in your answer you are raising $2(x+6)$ to the power 4, i.e $(2x+12)^4.$ The rest is all correct though.