#Find the maximum value

17 messages · Page 1 of 1 (latest)

cold plover
#

Given x,y as positive real integers and 2x + xy = 4.
Find the max value of A = (x^2)y.

hushed acornBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
tight otter
cold plover
#

wdym?

#

is there another solution that doesnt involve functions?

tight otter
#

How can you find the maximum value of a function without using functions?

cold plover
#

alr then but how do i get max(a)?

tight otter
#

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.

cold plover
#

ummmmm

#

how can we proceed from there?

#

im a newbie in this approach

tight otter
#

Its extremum is at its vertex.

cold plover
#

is there any solution that is similar to this -(a+b)^2 + c <= c?

tight otter
#

Oh, you want to complete the square.