We need to find the global maximum and minimum values of the given functions $f(x, y)$ on the set $S$, and indicate where each occurs. Problem 11: $f(x, y) = 3x + 4y$, $S = \{(x, y): 0 \le x \le 1, -1 \le y \le 1\}$ Problem 12: $f(x, y) = x^2 + y^2$, $S = \{(x, y): -1 \le x \le 3, -1 \le y \le 4\}$ Problem 13: $f(x, y) = x^2 - y^2 + 1$, $S = \{(x, y): x^2 + y^2 \le 1\}$ Problem 14: $f(x, y) = x^2 - 6x + y^2 - 8y + 7$, $S = \{(x, y): x^2 + y^2 \le 1\}$

AnalysisMultivariable CalculusOptimizationExtremaLagrange MultipliersBounded Region
2025/5/12

1. Problem Description

We need to find the global maximum and minimum values of the given functions f(x,y)f(x, y) on the set SS, and indicate where each occurs.
Problem 11: f(x,y)=3x+4yf(x, y) = 3x + 4y, S={(x,y):0x1,1y1}S = \{(x, y): 0 \le x \le 1, -1 \le y \le 1\}
Problem 12: f(x,y)=x2+y2f(x, y) = x^2 + y^2, S={(x,y):1x3,1y4}S = \{(x, y): -1 \le x \le 3, -1 \le y \le 4\}
Problem 13: f(x,y)=x2y2+1f(x, y) = x^2 - y^2 + 1, S={(x,y):x2+y21}S = \{(x, y): x^2 + y^2 \le 1\}
Problem 14: f(x,y)=x26x+y28y+7f(x, y) = x^2 - 6x + y^2 - 8y + 7, S={(x,y):x2+y21}S = \{(x, y): x^2 + y^2 \le 1\}

2. Solution Steps

Problem 11: f(x,y)=3x+4yf(x, y) = 3x + 4y, S={(x,y):0x1,1y1}S = \{(x, y): 0 \le x \le 1, -1 \le y \le 1\}
Since f(x,y)f(x, y) is linear, the extrema occur at the vertices of the region SS. The vertices are (0,1)(0, -1), (0,1)(0, 1), (1,1)(1, -1), (1,1)(1, 1).
f(0,1)=3(0)+4(1)=4f(0, -1) = 3(0) + 4(-1) = -4
f(0,1)=3(0)+4(1)=4f(0, 1) = 3(0) + 4(1) = 4
f(1,1)=3(1)+4(1)=1f(1, -1) = 3(1) + 4(-1) = -1
f(1,1)=3(1)+4(1)=7f(1, 1) = 3(1) + 4(1) = 7
Minimum value is 4-4 at (0,1)(0, -1) and maximum value is 77 at (1,1)(1, 1).
Problem 12: f(x,y)=x2+y2f(x, y) = x^2 + y^2, S={(x,y):1x3,1y4}S = \{(x, y): -1 \le x \le 3, -1 \le y \le 4\}
f(x,y)f(x, y) represents the squared distance from the origin.
The minimum value occurs at (0,0)(0, 0) if it is in the region SS. Since 103-1 \le 0 \le 3 and 104-1 \le 0 \le 4, (0,0)(0, 0) is in SS. So the minimum value is f(0,0)=02+02=0f(0, 0) = 0^2 + 0^2 = 0.
For the maximum value, we examine the corners of the rectangular region SS: (1,1)(-1, -1), (1,4)(-1, 4), (3,1)(3, -1), (3,4)(3, 4).
f(1,1)=(1)2+(1)2=1+1=2f(-1, -1) = (-1)^2 + (-1)^2 = 1 + 1 = 2
f(1,4)=(1)2+42=1+16=17f(-1, 4) = (-1)^2 + 4^2 = 1 + 16 = 17
f(3,1)=32+(1)2=9+1=10f(3, -1) = 3^2 + (-1)^2 = 9 + 1 = 10
f(3,4)=32+42=9+16=25f(3, 4) = 3^2 + 4^2 = 9 + 16 = 25
The maximum value is 2525 at (3,4)(3, 4).
Problem 13: f(x,y)=x2y2+1f(x, y) = x^2 - y^2 + 1, S={(x,y):x2+y21}S = \{(x, y): x^2 + y^2 \le 1\}
We can use Lagrange multipliers.
g(x,y)=x2+y21=0g(x, y) = x^2 + y^2 - 1 = 0
f=(2x,2y)\nabla f = (2x, -2y)
g=(2x,2y)\nabla g = (2x, 2y)
2x=λ2x2x = \lambda 2x
2y=λ2y-2y = \lambda 2y
x2+y2=1x^2 + y^2 = 1
Case 1: x=0x = 0. Then y2=1y^2 = 1, so y=±1y = \pm 1.
f(0,1)=0212+1=0f(0, 1) = 0^2 - 1^2 + 1 = 0
f(0,1)=02(1)2+1=0f(0, -1) = 0^2 - (-1)^2 + 1 = 0
Case 2: y=0y = 0. Then x2=1x^2 = 1, so x=±1x = \pm 1.
f(1,0)=1202+1=2f(1, 0) = 1^2 - 0^2 + 1 = 2
f(1,0)=(1)202+1=2f(-1, 0) = (-1)^2 - 0^2 + 1 = 2
Case 3: x0x \ne 0 and y0y \ne 0. Then λ=1\lambda = 1 and λ=1\lambda = -1, which is a contradiction.
Consider the interior points: fx=2x=0\frac{\partial f}{\partial x} = 2x = 0 and fy=2y=0\frac{\partial f}{\partial y} = -2y = 0.
So (0,0)(0, 0) is a critical point. f(0,0)=0202+1=1f(0, 0) = 0^2 - 0^2 + 1 = 1.
The maximum value is 22 at (1,0)(1, 0) and (1,0)(-1, 0). The minimum value is 00 at (0,1)(0, 1) and (0,1)(0, -1).
Problem 14: f(x,y)=x26x+y28y+7f(x, y) = x^2 - 6x + y^2 - 8y + 7, S={(x,y):x2+y21}S = \{(x, y): x^2 + y^2 \le 1\}
Complete the square:
f(x,y)=(x26x+9)+(y28y+16)+7916=(x3)2+(y4)218f(x, y) = (x^2 - 6x + 9) + (y^2 - 8y + 16) + 7 - 9 - 16 = (x - 3)^2 + (y - 4)^2 - 18
Let x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta, where r21r^2 \le 1, so 0r10 \le r \le 1.
f(rcosθ,rsinθ)=(rcosθ3)2+(rsinθ4)218=r2cos2θ6rcosθ+9+r2sin2θ8rsinθ+1618=r26rcosθ8rsinθ+7f(r \cos \theta, r \sin \theta) = (r \cos \theta - 3)^2 + (r \sin \theta - 4)^2 - 18 = r^2 \cos^2 \theta - 6r \cos \theta + 9 + r^2 \sin^2 \theta - 8r \sin \theta + 16 - 18 = r^2 - 6r \cos \theta - 8r \sin \theta + 7
f(x,y)f(x, y) represents the squared distance from (3,4)(3, 4) minus
1

8. The distance from $(3, 4)$ to the origin is $\sqrt{3^2 + 4^2} = \sqrt{9 + 16} = 5$. Since $5 > 1$, $(3, 4)$ is not in $S$.

The point in SS closest to (3,4)(3, 4) is the intersection of the line from (0,0)(0, 0) to (3,4)(3, 4) with the boundary x2+y2=1x^2 + y^2 = 1.
The line is y=43xy = \frac{4}{3}x.
x2+(43x)2=1x^2 + (\frac{4}{3}x)^2 = 1
x2+169x2=1x^2 + \frac{16}{9}x^2 = 1
259x2=1\frac{25}{9}x^2 = 1
x2=925x^2 = \frac{9}{25}
x=±35x = \pm \frac{3}{5}. Since we want the point closest to (3,4)(3, 4), x=35x = \frac{3}{5}.
y=43(35)=45y = \frac{4}{3} (\frac{3}{5}) = \frac{4}{5}.
The point closest is (35,45)(\frac{3}{5}, \frac{4}{5}). f(35,45)=(353)2+(454)218=(3155)2+(4205)218=(125)2+(165)218=14425+2562518=4002518=1618=2f(\frac{3}{5}, \frac{4}{5}) = (\frac{3}{5} - 3)^2 + (\frac{4}{5} - 4)^2 - 18 = (\frac{3-15}{5})^2 + (\frac{4-20}{5})^2 - 18 = (\frac{-12}{5})^2 + (\frac{-16}{5})^2 - 18 = \frac{144}{25} + \frac{256}{25} - 18 = \frac{400}{25} - 18 = 16 - 18 = -2
The point in S farthest from (3,4)(3, 4) is (3/5,4/5)(-3/5, -4/5).
f(3/5,4/5)=(3/53)2+(4/54)218=(18/5)2+(24/5)218=324/25+576/2518=900/2518=3618=18f(-3/5, -4/5) = (-3/5 - 3)^2 + (-4/5 - 4)^2 - 18 = (-18/5)^2 + (-24/5)^2 - 18 = 324/25 + 576/25 - 18 = 900/25 - 18 = 36 - 18 = 18
Check the center (0,0)(0, 0). f(0,0)=(03)2+(04)218=9+1618=2518=7f(0, 0) = (0 - 3)^2 + (0 - 4)^2 - 18 = 9 + 16 - 18 = 25 - 18 = 7
Minimum:
Let u=x3u = x - 3 and v=y4v = y - 4.
f(x,y)=u2+v218f(x, y) = u^2 + v^2 - 18.
x=u+3x = u + 3 and y=v+4y = v + 4.
x2+y21x^2 + y^2 \le 1, so (u+3)2+(v+4)21(u + 3)^2 + (v + 4)^2 \le 1
f(x,y)=x26x+y28y+7f(x, y) = x^2 - 6x + y^2 - 8y + 7.
fx=2x6=0\frac{\partial f}{\partial x} = 2x - 6 = 0, so x=3x = 3.
fy=2y8=0\frac{\partial f}{\partial y} = 2y - 8 = 0, so y=4y = 4.
(3,4)(3, 4) is not in the region SS.
Minimum value is 2-2 at (3/5,4/5)(3/5, 4/5)
Maximum value is 1818 at (3/5,4/5)(-3/5, -4/5).

3. Final Answer

Problem 11:
Maximum: 77 at (1,1)(1, 1)
Minimum: 4-4 at (0,1)(0, -1)
Problem 12:
Maximum: 2525 at (3,4)(3, 4)
Minimum: 00 at (0,0)(0, 0)
Problem 13:
Maximum: 22 at (1,0)(1, 0) and (1,0)(-1, 0)
Minimum: 00 at (0,1)(0, 1) and (0,1)(0, -1)
Problem 14:
Maximum: 1818 at (3/5,4/5)(-3/5, -4/5)
Minimum: 2-2 at (3/5,4/5)(3/5, 4/5)

Related problems in "Analysis"

The problem asks us to determine the volume of a sphere with radius $r$ using integration.

IntegrationVolume CalculationSphereCalculus
2025/5/13

We are given the functions $f$ and $g$ defined on the interval $[-1, 5]$ as follows: $f(x) = \begin{...

Definite IntegralsPiecewise FunctionsIntegration
2025/5/13

The problem asks to find the Fourier series representation of the function $f(x) = x$ on the interva...

Fourier SeriesCalculusIntegrationTrigonometric Functions
2025/5/13

The problem states that a function $f(x)$ is defined in an open interval $(-L, L)$ and has period $2...

Fourier SeriesOrthogonalityIntegrationTrigonometric Functions
2025/5/13

We are asked to construct the Fourier series for the function $f(x) = x$ on the interval $-\pi < x <...

Fourier SeriesIntegrationTrigonometric Functions
2025/5/13

We want to find the Fourier series representation of the function $f(x) = x$ on the interval $-\pi <...

Fourier SeriesIntegrationTrigonometric FunctionsCalculus
2025/5/13

The problem asks us to find the range of $\theta$ such that the infinite series $\sum_{n=1}^{\infty}...

Infinite SeriesConvergenceTrigonometryInequalities
2025/5/13

The problem asks to prove the formula for the Fourier sine series coefficient $b_n$ for a function $...

Fourier SeriesTrigonometric FunctionsOrthogonalityIntegration
2025/5/13

The problem asks us to construct the Fourier series of the function $f(x) = x$ on the interval $-\pi...

Fourier SeriesTrigonometric FunctionsIntegrationCalculus
2025/5/13

The problem seems to involve analysis of a function $f(x) = -x - \frac{4}{x}$. It asks about limits ...

Function AnalysisDerivativesLimitsDomainInequalities
2025/5/13