Maximum and Minimum Values Inside Triangle

Chas3down
Messages
60
Reaction score
0

Homework Statement


Find the absolute maximum and minimum values of f(x,y) = y^2+x^2 -4x + 11 on the set D where D is the closed triangular region with vertices (8,0),(0,4) , and (0,-4) .

Homework Equations

The Attempt at a Solution


[/B]
fx = 2x - 4
fy = 2y

Critical point = (2,0)

The boundary of the triangle can be expressed in 3 lines, L1,L2, and L3. Find expressions for these lines.

L1 : x=0 y[-4,4]
L2 : y=-1/2x + 4 x[0,8]
L3 : y=1/2x - 4 x[0,8]

I checked the above, it is ALL correct.

Along L1, f can be expressed by the one variable function:
f = f(_,y) = ______
Along L2, f can be expressed by the one variable function:
f = f(x,_) = ______
Along L3, f can be expressed by the one variable function:
f = f(x,_) = ______

I don't know what to put in the blanks above
 
Physics news on Phys.org
Chas3down said:

Homework Statement


Find the absolute maximum and minimum values of f(x,y) = y^2+x^2 -4x + 11 on the set D where D is the closed triangular region with vertices (8,0),(0,4) , and (0,-4) .

Homework Equations

The Attempt at a Solution


[/B]
fx = 2x - 4
fy = 2y

Critical point = (2,0)

The boundary of the triangle can be expressed in 3 lines, L1,L2, and L3. Find expressions for these lines.

L1 : x=0 y[-4,4]
L2 : y=-1/2x + 4 x[0,8]
L3 : y=1/2x - 4 x[0,8]

I checked the above, it is ALL correct.

Along L1, f can be expressed by the one variable function:
f = f(_,y) = ______
What's the x value along this vertical line?
Chas3down said:
Along L2, f can be expressed by the one variable function:
f = f(x,_) = ______
Given an x-value, how do you find the y value? You have the formula above.
Chas3down said:
Along L3, f can be expressed by the one variable function:
f = f(x,_) = ______
Given an x-value, how do you find the y value? You have the formula above
Chas3down said:
I don't know what to put in the blanks above
 
  • Like
Likes Chas3down
Just plug in the formulas for x you have for the individual lines.
 
  • Like
Likes Chas3down
Thanks, solved!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top