Question: The area of an isosceles triangle is A=41x2(sin2θ+2cosθ) where x is fixed and θ is a variable angle in (0,π/2). Find the value of θ that maximises A.
Step 1. Differentiate A with respect to θ (treating x as constant):
dθdA=4x2(2cos2θ−2sinθ)=2x2(cos2θ−sinθ)
Step 2. Set dθdA=0:
cos2θ=sinθ
Use cos2θ=1−2sin2θ:
1−2sin2θ=sinθ
2sin2θ+sinθ−1=0
(2sinθ−1)(sinθ+1)=0
sinθ=21orsinθ=−1
Step 3. In (0,π/2): sinθ=21⇒θ=6π.
(Verify it's a max via second derivative test or sign change.)
Answer: θ=6π maximises A.
Tip: Trig optimisation that mixes different argument types (e.g. 2θ and θ) usually CAN'T be reduced cleanly via R-formula — calculus is the tool. Differentiate, set to zero, convert all terms to one variable using identities, solve the polynomial in sinθ or cosθ.