Question

Difficulty: MediumFunction Definitions, Evaluation, and Custom Operators

For all non-zero real numbers xx and yy, the binary operator \diamondsuit is defined by xy=xyyxx \diamondsuit y = \frac{x}{y} - \frac{y}{x}. If the function gg is defined by g(x)=x2g(x) = x \diamondsuit 2 for all non-zero real numbers xx, what is the value of g(g(4))g(g(4))?

  1. 712-\frac{7}{12}Answer
  2. B
    712\frac{7}{12}
  3. C
    32\frac{3}{2}
  4. D
    154-\frac{15}{4}
  5. E
    00

Answer

712-\frac{7}{12}
Evaluating the inner expression g(4)g(4) yields 42=4224=324 \diamondsuit 2 = \frac{4}{2} - \frac{2}{4} = \frac{3}{2}. Evaluating g(32)g\left(\frac{3}{2}\right) yields 3/2223/2=3443=712\frac{3/2}{2} - \frac{2}{3/2} = \frac{3}{4} - \frac{4}{3} = -\frac{7}{12}, which is the correct final value.

Step-by-Step Solution

1
Evaluate the inner function expression g(4)g(4) using the given definition g(x)=x2g(x) = x \diamondsuit 2.
g(4)=42=4224=212=32g(4) = 4 \diamondsuit 2 = \frac{4}{2} - \frac{2}{4} = 2 - \frac{1}{2} = \frac{3}{2}.
Nested function evaluations require evaluating the innermost expression first.
2
Substitute the result g(4)=32g(4) = \frac{3}{2} into the outer function to find g(32)g\left(\frac{3}{2}\right).
g(32)=322=322232g\left(\frac{3}{2}\right) = \frac{3}{2} \diamondsuit 2 = \frac{\frac{3}{2}}{2} - \frac{2}{\frac{3}{2}}.
The output of the inner function becomes the input for the outer function.
3
Simplify the resulting fractions and subtract them.
3443=91612=712\frac{3}{4} - \frac{4}{3} = \frac{9 - 16}{12} = -\frac{7}{12}.
Finding a common denominator allows direct subtraction of fractions.

Key Concept

Nested Function Evaluation with Custom Operators
Estimated Time:1m 30s
Rate this question