Can someone please explain to me the transformations which lead you from what I circled in green to what I circled in red?
I.e. how to go from: \[(x+1)^2 -1\]
to \[16((x-\frac{1}{2})^2 -\frac{1}{16})\]
I put them both into "standard" form to make the transformations more clear. But I'm confused as to how my answer is incorrect.
My answer is: dilate 16 units away from the x axis, followed by a translation of 3/2 to the right and 15/16 up.
The book's answer is: dilate by a factor of 1/4 from the y-axis, then translation 3/4 units to the right
I considered using the matrix transformation thing but I'm not sure
This is from Cambridge Chapter 8, Q9b page 334
The thing with transformations questions, is there's always an infinite number of different transformations you can make to get from one equation to another. So, just because they have a different answer to you, doesn't mean that your answer is wrong. So, let's see what your transformation does.
Now, what I'm about to do might seem new to you - don't be scared by it, it's just yet another method to describing transformations. I personally think it's more logical than other ways of working through it, but you don't have to use it. It's only for working out equations, though.
So, you have x and y and they map to two new variables - x' and y'. So currently, we have:
x' -> x
y' -> y
Next, you dilate 16 units away from the x-axis. That is, you take every point on the graph, and take the y-coordinate, and multiply it by 16, giving us:
x' -> x
y' -> 16y
Next, you move 3/2 units to the right. So, you add 3/2 to x:
x' -> x + 3/2
y' -> 16y
Finally, you move 15/16 units up. This gives us:
x' -> x + 3/2
y' -> 16y + 15/16
Finally, to put this into the new equation, we need to solve them for x and y - so, let's do that:

And finally, put these into your original equation:
^2-1\\<br />\frac{1}{16}\left[y'-\frac{15}{16}\right]=\left(x'-\frac{3}{2}+1\right)^2-1\\<br />y'-\frac{15}{16}=16\left(x'-\frac{1}{2}\right)^2-16\\<br />y'=16\left(x'-\frac{1}{2}\right)^2-\frac{16^2-15}{16}<br />)
Hopefully I don't need to factorise this for you to see the only thing you did wrong was a translation in y. In fact, your answer is correct if you don't include the translation up by 15/16 units - give it a shot, see what happens.