Question

Difficulty: MediumFunctions and Custom Symbol Operations

For all real numbers xx and yy, the custom operation \blacktriangle is defined by xy=2x2y2+xyx \blacktriangle y = 2x^2 - y^2 + xy. The function gg is defined for all real numbers nn by g(n)=n3g(n) = n \blacktriangle 3. If kk is a positive constant such that g(k)=0g(k) = 0, what is the value of kk?

  1. A
    23\frac{2}{3}
  2. B
    11
  3. 32\frac{3}{2}Answer
  4. D
    33
  5. E
    99

Answer

32\frac{3}{2}
Evaluating g(k)=k3g(k) = k \blacktriangle 3 using the rule xy=2x2y2+xyx \blacktriangle y = 2x^2 - y^2 + xy gives 2k232+3k=2k2+3k92k^2 - 3^2 + 3k = 2k^2 + 3k - 9. Setting this quadratic equal to zero gives (2k3)(k+3)=0(2k - 3)(k + 3) = 0. The roots are k=32k = \frac{3}{2} and k=3k = -3. Because kk is specified to be positive, the only valid solution is 32\frac{3}{2}.

Step-by-Step Solution

1
Apply the definition of the custom operation \blacktriangle to evaluate g(k)g(k).
g(k)=k3=2(k)2(3)2+k(3)=2k29+3k=2k2+3k9g(k) = k \blacktriangle 3 = 2(k)^2 - (3)^2 + k(3) = 2k^2 - 9 + 3k = 2k^2 + 3k - 9
Substitute x=kx = k and y=3y = 3 into the given expression xy=2x2y2+xyx \blacktriangle y = 2x^2 - y^2 + xy.
2
Set the expression for g(k)g(k) equal to 00 and factor the quadratic equation.
2k2+3k9=(2k3)(k+3)=02k^2 + 3k - 9 = (2k - 3)(k + 3) = 0
We need to find values of kk for which g(k)=0g(k) = 0.
3
Solve for kk and apply the constraint that kk is a positive constant.
2k3=0    k=322k - 3 = 0 \implies k = \frac{3}{2} or k+3=0    k=3k + 3 = 0 \implies k = -3. Since k>0k > 0, k=32k = \frac{3}{2}.
Disregard the negative root k=3k = -3 because the problem specifies that kk must be positive.

Key Concept

Combining custom symbol operations with function notation to solve quadratic equations
Estimated Time:1m 30s
Rate this question