SOLUTION: The function f satisfies f(\sqrt{2x - 1}) = \frac{1}{2x - 1} for all x not equal to 1/2. Find f(2).

Algebra ->  Functions -> SOLUTION: The function f satisfies f(\sqrt{2x - 1}) = \frac{1}{2x - 1} for all x not equal to 1/2. Find f(2).      Log On


   



Question 1209310: The function f satisfies
f(\sqrt{2x - 1}) = \frac{1}{2x - 1}
for all x not equal to 1/2. Find f(2).

Found 2 solutions by ikleyn, math_tutor2020:
Answer by ikleyn(52767) About Me  (Show Source):
You can put this solution on YOUR website!
.
The function f satisfies f%28sqrt%282x+-+1%29%29 = 1%2F%282x+-+1%29.
for all x not equal to 1/2. Find f(2).
~~~~~~~~~~~~~~~~~~~~~~~


        The idea is to find  x  such that   sqrt%282x-1%29 = 2
        and then calculate  f(2)  using the given functional equation.

        Below is an implementation of this idea in steps.


Step 1.  We want to find x from equation

             sqrt%282x-1%29 = 2.


         Do all necessary transformations as follow

             2x-1 = 2^2 = 4,

             2x = 4 + 1 = 5,

              x = 5/2.



Step 2.  According to the functional equation,

                 f%28sqrt%282x+-+1%29%29 = 1%2F%282x+-+1%29.

         Substitute here x = 5/2.  Remember that x is determined in a way that sqrt%282x-1%29 = 2.

         Therefore, you will get    

                 f(2) = 1%2F%282%2A%285%2F2%29-1%29 = 1%2F%285-1%29 = 1%2F4.


ANSWER<.  f(2) = 1%2F4.

At this point,  the problem is solved completely.



Answer by math_tutor2020(3816) About Me  (Show Source):
You can put this solution on YOUR website!

w = sqrt(2x-1)
f(w) = (1/w)^2
f(2) = (1/2)^2
f(2) = 1/4


Or,
sqrt(2x-1) = 2
2x-1 = 2^2
2x-1 = 4
2x = 5
x = 5/2 = 2.5
Then,
f( sqrt(2x-1) ) = 1/(2x-1)
f( sqrt(2*2.5-1) ) = 1/(2*2.5-1)
f(2) = 1/4