If x 2 + y 2 = 8 and P = 4 x y − 3 then find max ( P ) + min ( P ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The constraint suggests circles and trigonometry. Put x = 8 cos θ , y = 8 sin θ . All such x and y satisfy the constraint, and all ( x , y ) pairs satisfying the constraint can be written in this form.
We then have P = 1 6 sin 2 θ − 3 , which clearly ranges from − 1 9 to 1 3 , with sum − 6 .
Problem Loading...
Note Loading...
Set Loading...
With x 2 + y 2 = 8 we can let x = 2 2 cos ( θ ) and y = 2 2 sin ( θ ) , in which case
P = 4 x y − 3 = 4 × 2 2 cos ( θ ) × 2 2 sin ( θ ) − 3 = 3 2 cos ( θ ) sin ( θ ) − 3 = 1 6 sin ( 2 θ ) − 3 ,
since sin ( 2 θ ) = 2 sin ( θ ) cos ( θ ) . The maximum of P is then 1 6 − 3 = 1 3 when 2 θ = 2 π + 2 n π and the minimum is − 1 6 − 3 = − 1 9 when 2 θ = 2 3 π + 2 n π .
The desired sum of max + min is then 1 3 + ( − 1 9 ) = − 6 .