119k views
1 vote
We want to find the maximum and minimum values of f(x, y) = 10x2 + 11y on the disk D: x2 + y2 < 1.

Now focus on the boundary of D, and solve for y2. Restricting f(x,y) to this boundary, we can express f(x,y) as a function of a single variable x. What is this function and its closed interval domain?

User Willglynn
by
7.0k points

1 Answer

6 votes

If you're just focusing on the boundary, it's the circle
x^2+y^2=1. Parameterize it by taking
x=\cos t and
y=\sin t, with
0\le t\le2\pi. Then
f(x,y) reduces to a univariate function
g(t):


f(x,y)=10x^2+11y\iff g(t)=f(\cos t,\sin t)=10\cos^2t+11\sin t

Then you can find any extrema on the boundary by checking the critical points of
g.

User Syy
by
6.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.