If f is a function such that f ( f ( x ) ) = x 2 − 1 , what is the value of f ( f ( f ( f ( 3 ) ) ) ) ?
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.
Is it possible to construct f(x)? I suspect there is no fuction interpreted on the set of real numbers that would satisfy that f(f(x)) = x^2-1
x = 3 is a negative number. So when f approaches x. we have x = 2.
f ( f ( f ( f ( x ) ) ) ) = ( x 2 − 1 ) 2 − 1 = x 4 − 2 x 2 = x 2 ( x 2 − 2 ) Let x = 3: ∴ f ( f ( f ( f ( 3 ) ) ) ) = 9 × 7 = 6 3
There are 2 ways I believe, get the whole expression (quartic(x)+2x) and replace, or grab groups of the 2 defined equation and replace in the first one and put the result in the second one
Problem Loading...
Note Loading...
Set Loading...
As f ( f ( x ) ) = x 2 − 1 , f ( f ( f ( f ( 3 ) ) ) ) can be calculated by finding ( f ( 3 ) ) and doing the same for the result.
That is, f ( f ( 3 ) ) = 3 2 − 1 = 8 and f ( f ( 8 ) ) = 8 2 − 1 = 6 3 .