Max Value of a Multivariable Function on a Boundary

  • Thread starter Thread starter sjmacewan
  • Start date Start date
  • Tags Tags
    Max Value
sjmacewan
Messages
34
Reaction score
0
OK, I have a question about this problem. I'm solving for the absolute maximum value for a function of two variables. I THINK i know what I'm doing, but feel free to rip into me and tell me that I'm clueless :frown:

The function is
f(x , y) = \frac{-2x}{x^2+y^2+1}

on the boundary of \left\{\begin{array}{r} 0 \leq x \leq 2\\ \|y\| \leq x \end{array}\right.

Anywho, I've computed the partials easily enough
F_x = \frac{2(x^2-y^2-1)}{(x^2+y^2+1)^2}
F_y = \frac{4xy}{(x^2+y^2+1)^2}

So, i set each of those equal to zero to determine when there will be a critical point. So they will occur when:

\left\{\begin{array}{r} x^2-y^2-1=0\\xy=0 \end{array}\right.

So right of the bat I know that (0,0) and (1,0) are critical points. But what I'm not sure of is whether or not that's all of them. I'm pretty sure that it is, but I'm having a bit of trouble convincing myself why non-integer values of x between 0 and 2 won't work.
 
Last edited:
Physics news on Phys.org
Think of it in terms of the sets of points where those equations are true. x^2-y^2=1 is true on a hyperbola intersecting the x-axis at +/-1. xy=0 is true when x or y is 0, so along both the x and y axes. So what are the points in both these sets, and in the domain of interest? ( (0,0) isn't a critical point by the way).
 
i'm afraid that didn't help me too much. I'm not entirely sure i understand what you mean by "So what are the points in both these sets, and in the domain of interest?"

I'm not sure how to get from the end of my first post to having the crit points determined

edit: wait, i see now. It's the points along the x-axis where the hyperbola intersects. So (0,1) and (0,-1) right? because the hyperbola eq'n doesn't interset the y-axis at all.
 
Last edited:
Right. And you don't care about (0,-1), right?
 
right :)

thanks a lot for your help StatusX!
 
wait, those should both be (1,0) and (-1,0) right? Not (0,1)...
 
Yea, x=1, y=0.
 

Similar threads

Back
Top