Final answer:
To maximize Q = xy under the constraint x + 3y2 = 25, we substitute for x to get Q as a function of y only, then differentiate, set the derivative to zero, and solve for y. Choosing the positive solution y = 5/3, we find x = 50/3. Substituting these values into Q gives the maximum value of Q = 250/9.
Step-by-step explanation:
To maximize the function Q = xy given the constraint x + 3y2 = 25, we can use the method of Lagrange multipliers or substitution. For the high school level, the substitution method is often more accessible. First, solve for one variable in terms of the other using the constraint. Let's solve for x:
x = 25 - 3y2
Now, substitute this expression into our function to maximize Q:
Q = y(25 - 3y2)
Expand and express Q as a function of y only:
Q = 25y - 3y3
To find the maximum, take the derivative with respect to y and set it equal to zero:
Q' = 25 - 9y2
0 = 25 - 9y2
Solve for y:
y = \(\pm\sqrt{\frac{25}{9}}\) = \(\pm\frac{5}{3}\)
Since y must be positive, we discard the negative solution and keep y = \(\frac{5}{3}\). Next, substitute y back into the constraint to solve for x:
x = 25 - 3\(\left(\frac{5}{3}\right)^2\) = 25 - 3(\(\frac{25}{9}\)) = 25 - \(\frac{75}{9}\) = \(\frac{225}{9} - \frac{75}{9}\) = \(\frac{150}{9}\)
x = \(\frac{50}{3}\)
Finally, substitute both x and y into Q to determine the maximum value:
Q = \(\frac{50}{3}\)\(\times\frac{5}{3}\) = \(\frac{250}{9}\)
The maximum value of Q is \(\frac{250}{9}\) and it occurs at x = \(\frac{50}{3}\) and y = \(\frac{5}{3}\).