Lesson Given a point on a plot of a function, find the corresponding point on the plot of transformed function

Algebra ->  Coordinate-system -> Lesson Given a point on a plot of a function, find the corresponding point on the plot of transformed function      Log On


   


This Lesson (Given a point on a plot of a function, find the corresponding point on the plot of transformed function) was created by by ikleyn(52780) About Me : View Source, Show
About ikleyn:

Given a point on a plot of a function, find the corresponding point on the plot of transformed function


Problem 1

Function  f(x)  is transformed to produce function  g(x)  where g(x) = −2f(5x)−5.
If point  (−9,4)  is on the graph of  f(x),  give the coordinates of the transformed point on the graph of  g(x).

Solution

The fact that (-9,4) is a point on the graph of f(x) means that

    4 = f(-9).


Now, you need to have -9 = 5x,  so for it you take x = -9%2F5.


It provides you f(5x) = f%285%2A%28-9%2F5%29%29 = f(-9) = 4.    (1)


Next, according to the definition  g(x) = -2f(5x) - 4,

you should multiply the '4'  in  (1)  by (-2) and subtract 5 from the product.


It gives you the ordinate y = (-2)*4 - 5 = -8 - 5 = -13.


Thus the required point  (x,y)  is  (-9%2F5,-13).


This point is the transformed point on the graph of g(x).


At this point, the problem is solved completely.

This problem is a standard/typical problem on analyzing points on transformed graphs,
and my solution is a standard reasoning to solve such problems.


Problem 2

Assume that   f(3) = 4.  Which point must be on the graph of   y = -5f(2x - 3) + 1 ?

Solution

First, we want the argument 2x-3 be 3.


So, we write this equation

    2x - 3 = 3.


Then we solve it  and find  x = %283%2B3%29%2F2 = 6%2F2 = 3.


Next,  we want to calculate  y = -5f(2x-3) + 1.

We just know that 2x-3 is 3, because we found x in this way.
So, we write

    y = = -5f(3) + 1 = (at this point, we know and use that f(3)=4, so we continue) = -5*4 + 1 = -20 + 1 = -19.


Thus the point  (x,y) = (3,-19)  is on the graph  y = -5f(2x-3) + 1.


ANSWER.  If f(3) = 4,  then the point which must be on the graph  y = -5f(2x-3) + 1  is  (x,y) = (3,-19).

This solution is a   highlight%28highlight%28TEMPLATE%29%29   for you to solve many other similar problems.


        To start,  you should say to yourself  "First,  we want . . . "

                These words are magic.

        As soon as you pronounce them,  all necessary words and thoughts that follow,  will flow by themselves.


Problem 3

If point  (3,1)  is on the graph of  y=f(x),  what points must be on the following graphs?

    (a)   y = -1/2f(x-1)+4;

    (b)   y = -3(f(3x+6))-2.

Solution

(a)  In order for to be more clear, I will designate new function -1/2f(x-1)+4 as g(x) = -1/2f(x-1)+4.


     The fact that the point  (3,1)  lies on the graph y=f(x) means that

         1 = f(3).

     In other words, x-coordinate "3" of the point is the argument of the function f(x), 
     and the output of f(x) at x=3 is 1.


     It means that when x=4, then x-1=3 and we can calculate f(3) = 1.

     So, when x=4, then new function  y= g(x) = -1/2*f(4-1)+4 = -1/2*1+4 = 4 - 1/2 = 3.5.

     Thus we find that if (3,1) lies on the plot y=f(x), then the point (4,3.5) lies on the graph y= g(x) = -1/2*f(x)+4.


     ANSWER.  If (3,1) lies on the plot y=f(x), then the point (4,3.5) lies on the graph y=-1/2*f(x)+4.




(b)  In order for to be more clear, I will designate new function -1/2f(x-1)+4 as h(x) = -3f(3x+6)-2.


     Same as in (a), the fact that the point  (3,1)  lies on the graph y=f(x) means that

         1 = f(3).

     In other words, x-coordinate "3" of the point is the argument of the function f(x), 
     and the output of f(x) at x=3 is 1.


     It means that when 3x+6=3, then 3x = 3-6 = -3, x= -3/3 = -1.

     So, when x=-1, then new function  y= h(-1) = -3*f(3*(-1)+6)-2 = -3*f(-3+6)-2 = -3**f(3)-2 = -3*1-2 = -3 -2 = -5.

     Thus we find that if (3,1) lies on the plot y=f(x), then the point (-1,-5) lies on the graph y= g(x) = 3f(3x+6)-2.


     ANSWER.  If (3,1) lies on the plot y=f(x), then the point (-1,-5) lies on the graph y= h(x) = -3f(3x+6)-2.

At this point, the solution is complete.

    In other words, if you are given that the point (3,1) lies on the plot y=f(x)

    and they ask which point is on the graph of new function g(x) = A*f(Bx+C) + D,

    where A, B, C and D are some given constants, you do as follows:


          (1) you find new value of x from  Bx+C = 3, which gives you  the value of the argument x = %283-C%29%2FB  for the new function.
              This value of x provides you f(Bx+C) = f(3).


          (2)  After that you calculate  g(x) = A*f(Bx+C)+D = A*f(3)+D.


          (3)  So, the ANSWER in this GENERAL CASE is that the point  (%283-C%29%2FB,A%2Af%283%29%2BD) lies on the plot of the new function g(x).


     Thus you have the solution to the given problem for both its parts,
     as well the instruction on what to do in a general case.


My other lessons in this site on plotting and analyzing functions are
    - Finding x-intercepts and y-intercepts
    - Compressing and stretching graphs
    - HOW TO PLOT transformed functions
    - HOW TO write functions for transformed plots
    - HOW TO PLOT transformed periodic trigonometry functions
    - Analyzing periodic trigonometric functions for the amplitude, the period, vertical and horizontal shifts
    - Do not fall into a TRAP when analyzing problems on trigonometric functions
    - The domain and the range of transformed functions
    - Write a function which is a result of given transformations of the parent function
    - Describe transformations from the given parent function to final function
    - Writing a function rule for a function based on its wording description
    - Constructing a function based on its given properties
    - Finding inverse functions
    - Miscellaneous problems on plots of functions
    - Special advanced problems on finding the domain of functions
    - Special advanced problems on finding the range of functions
    - OVERVIEW of lessons on plotting and analyzing functions

Use this file/link  ALGEBRA-I - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-I.

Use this file/link  ALGEBRA-II - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-II.


This lesson has been accessed 648 times.