Question

Difficulty: MediumFunctions and Custom Symbol Operations

For all positive real numbers xx and yy, the custom operation \star is defined by xy=x2+y2xyx \star y = \frac{x^2 + y^2}{xy}. The function gg is defined by g(t)=4(t3)7g(t) = 4(t \star 3) - 7. If g(k)=3g(k) = 3, where k>3k > 3, what is the value of kk?

Answer: 6

Answer

The value of kk is 6.
Solving g(k)=3g(k) = 3 yields 4(k3)7=34(k \star 3) - 7 = 3, so k3=52k \star 3 = \frac{5}{2}. Replacing k3k \star 3 with k2+93k\frac{k^2+9}{3k} results in the quadratic equation 2k215k+18=02k^2 - 15k + 18 = 0. The roots are 1.51.5 and 66. Because kk must be strictly greater than 33, the only valid solution is 66.

Step-by-Step Solution

1
Isolate the custom operation term in the function equation
k3=52k \star 3 = \frac{5}{2}
Setting g(k)=4(k3)7=3g(k) = 4(k \star 3) - 7 = 3 allows us to find the required value of k3k \star 3 by adding 7 to both sides and dividing by 4.
2
Express the custom operation algebraically using its definition
k2+93k=52\frac{k^2 + 9}{3k} = \frac{5}{2}
By definition, xy=x2+y2xyx \star y = \frac{x^2 + y^2}{xy}, so k3=k2+323(k)=k2+93kk \star 3 = \frac{k^2 + 3^2}{3(k)} = \frac{k^2 + 9}{3k}.
3
Form and solve the quadratic equation
k = 1.5 \text{ or } k = 6
Cross-multiplying gives 2(k2+9)=5(3k)2(k^2 + 9) = 5(3k), which simplifies to 2k215k+18=02k^2 - 15k + 18 = 0. Factoring as (2k3)(k6)=0(2k - 3)(k - 6) = 0 yields two roots: k=1.5k = 1.5 and k=6k = 6.
4
Apply the domain constraint
k = 6
The problem specifies that k>3k > 3. Since 1.531.5 \le 3, k=1.5k = 1.5 is rejected, leaving k=6k = 6 as the unique correct answer.

Key Concept

Custom Binary Symbol Operations and Composite Functions
Rate this question