Concept:To find the maximum value of a trigonometric expression, treat sinθ as a variable x and maximize the quadratic function 8x−4x2 where 0≤x≤1.Explanation:Write the expression as y=8sinθ−4sin2θ.Let x=sinθ, so y=8x−4x2.Since sinθ lies between 0 and 1, the maximum of y occurs within 0≤x≤1.Differentiate with respect to x: dxdy=8−8x.Set dxdy=0 to find critical point: 8−8x=0⇒x=1.Put x=1 into y: y=8(1)−4(1)2=8−4=4.Since x=1 is the upper bound of the domain and the quadratic opens downward, this gives the maximum value.Thus, the maximum value of 8sinθ−4sin2θ is 4.Answer:4