Question

Difficulty: MediumFunction Definitions, Evaluation, and Custom Operators

For all non-zero real numbers xx, the function ff is defined by f(x)=x242xf(x) = \frac{x^2 - 4}{2x}, and the function gg is defined by g(x)=3x1g(x) = 3x - 1. What is the positive value of aa for which f(g(a))=0f(g(a)) = 0?

Answer: 1

Answer

The positive value of aa for which f(g(a))=0f(g(a)) = 0 is 1.
To solve f(g(a))=0f(g(a)) = 0, first find the values of yy where f(y)=0f(y) = 0. The numerator of f(y)=y242yf(y) = \frac{y^2 - 4}{2y} equals zero when y24=0y^2 - 4 = 0, yielding y=2y = 2 and y=2y = -2. Setting g(a)=3a1g(a) = 3a - 1 equal to these roots gives 3a1=2    a=13a - 1 = 2 \implies a = 1 and 3a1=2    a=1/33a - 1 = -2 \implies a = -1/3. Since aa must be positive, the correct value is 1.

Step-by-Step Solution

1
Determine the values of the argument yy that satisfy f(y)=0f(y) = 0.
y=2y = 2 or y=2y = -2.
A fraction equals zero when its numerator is zero and its denominator is non-zero. Setting y24=0y^2 - 4 = 0 gives y=±2y = \pm 2.
2
Substitute g(a)=3a1g(a) = 3a - 1 into yy to solve for aa.
Solving 3a1=23a - 1 = 2 yields a=1a = 1; solving 3a1=23a - 1 = -2 yields a=1/3a = -1/3.
Setting the expression for g(a)g(a) equal to each root of f(y)=0f(y) = 0 identifies all potential values for aa.
3
Select the value of aa matching the positivity condition.
a=1a = 1.
The question explicitly specifies finding the positive value of aa.

Key Concept

Function composition and evaluation of nested functional equations.
Rate this question