function notation and transformation of functions

bumblebee123

Junior Member
Joined
Jan 3, 2018
Messages
200
can anyone help me to understand the answer to this question?

question: the function f is defined as f (x) = (x + 3) / (x - 1 )

find ff(x). give your answer in its simplest form.

any help would be really appreciated :)
 
One would naturally presume that ff(x)ff(x) is function composition notation and means the same thing as f(f(x))f(f(x)). That is to say, it's asking you to evaluate the function f(x)f(x) with f(x)f(x) passed as an argument. So just write out the given definition of f(x)f(x), replacing each xx with f(x)f(x) and then in turn replace f(x)f(x) with its definition again:

f(f(x))=f(x)+3f(x)1=???\displaystyle f(f(x)) = \frac{f(x)+3}{f(x)-1} = \text{???}
 
can anyone help me to understand the answer to this question?
question: the function f is defined as f (x) = (x + 3) / (x - 1 ) find ff(x). give your answer in its simplest form.
I have a question. Was the question actually given as ff(x) ?\displaystyle f\,f(x)~?
OR was it written as either ff(x)\displaystyle f\circ f(x) or ff(x) ?\displaystyle f\cdot f(x)~?
 
I have a question. Was the question actually given as ff(x) ?\displaystyle f\,f(x)~?
OR was it written as either ff(x)\displaystyle f\circ f(x) or ff(x) ?\displaystyle f\cdot f(x)~?

it was given as ff( x ) :)
 
One would naturally presume that ff(x)ff(x) is function composition notation and means the same thing as f(f(x))f(f(x)). That is to say, it's asking you to evaluate the function f(x)f(x) with f(x)f(x) passed as an argument. So just write out the given definition of f(x)f(x), replacing each xx with f(x)f(x) and then in turn replace f(x)f(x) with its definition again:

f(f(x))=f(x)+3f(x)1=???\displaystyle f(f(x)) = \frac{f(x)+3}{f(x)-1} = \text{???}

so f ( f (x) ) = ( ( ( x+3) / ( x -1 )) + 3 ) / ( ((x +3 ) / ( x - 1 ) )) - 1)
 
Yes, now do the algebra to simplify that.

( 4x / (x-1) ) / ( 4 / (x-1) ) = ( 4x^2 - 4x) / ( 4x - 4) = ( 4 ( x^2 - x ) ) / ( 4 ( x-1) ) = (x^2 - x ) / ( x -1 ) = ( x ( x - 1) ) / ( x -1 ) = x

so ff(x) = x which is correct

thanks :)
 
\(\displaystyle \begin{align*}\frac{{\frac{{x + 3}}{{x - 1}} + 3}}{{\frac{{x + 3}}{{x - 1}} - 1}} &= \frac{{\left( {\frac{{x + 3}}{{x - 1}} + 3} \right)(x - 1)}}{{\left( {\frac{{x + 3}}{{x - 1}} - 1} \right)(x - 1)}}\\& = \frac{{x + 3 + 3(x - 1)}}{{x + 3 - (x - 1)}}\\& = \frac{{4x}}{4}\\& = x \end{align*}\)
 
Top