205k views
1 vote
Suppose you are given the graph of y = f (x) . Explain how to obtain the graphs of

a. y = f (x / 2)
b. y = f (x - 2)
c. y = f (2 x - 1)

1 Answer

6 votes
Suggest you make yourself a list of transformations and their associated rules. The ones you're concerned with here are
.. f(x) ⇒ f(kx) . . . . . . horizontal compression by a factor of k
.. f(x) ⇒ f(x -k) . . . . . right shift by k units

a) Each point (x, y) gets moved to (2x, y). The graph is expanded horizontally by a factor of 2.

b) Each point (x, y) gets moved to (x+2, y). The graph is translated horizontally 2 units to the right.

c) Each point (x, y) gets moved to ((x +1)/2, y). The graph is translated horizontally 1 unit to the right, then compressed horizontally by a factor of 2.
User Glanden
by
7.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.