Confusing Graph Transformations Problem

433 Views Asked by At

The solid line is f(x), the dashed line is g(x).

Task: I must find what g(x) is in terms of f(x).

My answer is 2/3f(x)+3, but the answer sheet says 1/2f(x)+3. What I did was first write down f(x)+3 to account for vertical shift of the solid line (f(x)). Since the solid line is shifted up 3, its (6, 6) and (-6,6) coordinates are now (6, 9) and (-6, 9). Since g(x)'s coordinates are (6, 6) and (-6, 6), the vertical stretch of f(x) is thus 2/3. How am I wrong???

enter image description here

2

There are 2 best solutions below

0
On

Considering the right half (x >=0)
two point form of straight line passing through (x1,y1) and (x2,y2)

y= (y2 - y1)/(x2 -x1) (x -x1)

the equation of straight line in solid line is y = x as it passes through (0,0) and (6,6)

now the transformation passes through (6,6) and (0,3)
use two point form to find equation to get
y = x/2 + 3

hence transformation is

f(x)/2 + 3

0
On

When you perform graph transformation, you have to move the whole graph rather than just $2$ particular points.

As you move out by $3$ units, the origin is moved to $(0,3)$, and if you multiply by $\frac23$ thereafter, it become $(0,2)$, which is the wrong coordinate. Also, the operation that you just described should be $\frac23\left( f(x)+3\right)$, it is not the correct transformation.

The method to obtain the correct solution can be viewed as first adjust the slope to first match the target slope (hence dividing by $2$) and then perform a translation to match the whole graph (hence, adding $3$).