#Find the maximum value
17 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Note that x^2 y = x(xy).
So, you can express xy from the given constraint, then you'll get a function of a single variable.
What do you mean? We are looking for the maximum value of the function A(x, y) = x^2 y.
How can you find the maximum value of a function without using functions?
alr then but how do i get max(a)?
As I said, we have A = x(xy). We can express xy from the constaint:
2x + xy = 4
xy = 4 - 2x
So, we get A = x(4 - 2x), which is now easy to analyze.
Well, it's a quadratic function.
Its extremum is at its vertex.
is there any solution that is similar to this -(a+b)^2 + c <= c?
Oh, you want to complete the square.