f ( x ) is a linear function with the term f ( x ) = a x + b .
f ( x ) = a x + b
Then we define another two function, g ( x ) and h ( x ) .
g ( x ) = f ( f ( x ) )
h ( x ) = f ( f ( f ( x ) ) )
When drawn on a Cartesian Coordinate, f ( x ) and g ( x ) intersect at point M , f ( x ) and h ( x ) intersect at point N , and g ( x ) and h ( x ) intersect at point P .
If f ( x ) , g ( x ) , and h ( x ) are all non-coincident and non-parallel, which of the following statement is true?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Never think like this before. Great solution!
f ( x ) = a x + b
g ( x ) = f ( f ( x ) )
h ( x ) = f ( f ( f ( x ) ) )
First, let's find the coordinate of point M in general. At point M , the x value and the y value of point M satisfies both f ( x ) and g ( x ) . So, we can equalize both functions to find the value of x that satisfies both functions.
f ( x ) = g ( x )
a x + b = f ( a x + b )
a x + b = a × ( a x + b ) + b
a x = a × ( a x + b )
We divide both sides by a
x = a x + b
x − a x = b
x × ( 1 − a ) = b
x = 1 − a b
Now substitute the x value to any function to find the y value. This time let's choose the function f ( x ) .
y = a x + b
y = a × 1 − a b + b
y = 1 − a a b + 1 − a b × ( 1 − a )
y = 1 − a a b + b − a b
y = 1 − a b
So, in general, point M has the coordinate ( 1 − a b , 1 − a b ).
Next, let's find the coordinate of point N in general. At point N , the x value and the y value of point N satisfies both f ( x ) and h ( x ) .
f ( x ) = h ( x )
a x + b = f ( f ( f ( x ) ) )
a x + b = f ( g ( x ) ) (because g ( x ) = f ( f ( x ) )
a x + b = f ( a × ( a x + b ) + b )
a x + b = a × ( a 2 x + a b + b ) + b
a x = a × ( a 2 x + a b + b )
We divide both sides by a
x = a 2 x + a b + b
x − a 2 x = a b + b
x × ( 1 − a 2 ) = b × ( a + 1 )
x × ( 1 + a ) ( 1 − a ) = b × ( 1 + a )
x × ( 1 − a ) = b
x = 1 − a b
Now substitute the x value to any functions to find the y value. This time let's choose the function h ( x ) .
y = a × ( a 2 x + a b + b ) + b
y = a 3 x + a 2 b + a b + b
y = a 3 × 1 − a b + a 2 b + a b + b
y = 1 − a a 3 b + 1 − a a 2 b × ( 1 − a ) + 1 − a a b × ( 1 − a ) + 1 − a b × ( 1 − a )
y = 1 − a a 3 b + a 2 b − a 3 b + a b − a 2 b + b − a b
y = 1 − a b
So, in general, the point N has the coordinate ( 1 − a b , 1 − a b ).
Now that the intersection point of ' f ( x ) and g ( x ) ' and ' f ( x ) and h ( x ) )' is the same, it can't make a triangle since there are two points that coincide. because M and N are same, then P must also be the same point, because if P is not the same point, then the lines will intersect at three different points. Therefore, M , N , and P are the same point.
Problem Loading...
Note Loading...
Set Loading...
If a = 1 , then the three lines y = f ( x ) , y = g ( x ) , y = h ( x ) are parallel (or coincide).
If a = 1 , then f has a unique fixed point (the intersection of the lines y = x and y = f ( x ) ). Say this point is t , that is f ( t ) = t .
Now it's easy to see that t is also a fixed point of g and h ; so all three lines pass through the point ( t , t ) .
Since y = g ( x ) and y = h ( x ) are also straight lines, this point of intersection must be unique; ie M , N , P are all the same point.