Hey Professor Taylor,
I am very much stuck on problem 8 from section 11.7. I was hoping you would be able to help me out. Thank you very much. The problem states the following:
Find the absolute maximum and absolute minimum of the function f(x,y)=2x^3+y^4 on the region {(x,y)|x^2+y^2≤81}. It also asks for the x and y coordinates at which the maximum and minimum values are obtained at.
Sincerely,
**********
(Yep, this one is a bit of a detail-challenge)
OK, the domain is the closed disk of radius 9 centered at the origin. The first thing you need to do is to compute the gradient of f:
It follows that the critical points inside the disk are when 6x^2=0 and 4y^3=0; i.e. only at the point (0,0). Since f(0,0)=0 and f can take both positive and negative values on the x-axis inside the disk, for example f(1,0)=2 and f(-1,0)=-2, it follows that the absolute min and absolute max are on the boundary of the domain, i.e. must be on the circle of radius 9 centered at (0,0).
We find the absolute max and min on the unit circle by parameterizing the circle of radius 9 as
x(t)=9 Cos(t), y(t)=9 Sin(t). Then f(x(t),y(t))=9^3(6 Cos^3(t)+9 Sin^4(t)), which is a differentiable function of t, and so the absolute max and min will be at critical points of this function of one variable, i.e. satisfy the equation
so the critical points are where Sin(t)=0 AND where Cos(t)=0 AND where - Cos(t)+6 Sin^2(t)=0. Thus we get t=0,π/2,π, 3π/2 and solutions of the equation Cos(t) - 6 + 6Cos^2(t)=0 (where we used the identity Sin^2(t)=1-Cos^2(t)). BUT notice that the equation is quadratic in Cos(t). Using the quadratic formula we get that Cos(t)=(-1±√(1^2-4(1)(-6))/12=(-1±√25)/12=1/3, -1/2. Then, since Sin(t)=±√(1-Cos^2(t)), we need to check the points (-1/2,±√3/2) and (1/3,±2√2/3), hence we have eight points to check: plugging in the numbers we get the values (9,0,1458), (0,9,6561), (-9,0,-1458),(0,-9, 6561), (-4.5, 9√3/2,14580), (-4.5, -9√3/2,14580), (3, 6√2,5238), (3, -6√2, 5238).
Thus the absolute max value is 14580 which takes place at (-4.5, ±9√3/2) and the absolute min value is -1458 which takes place at (-9,0).