Concept:The given differential equation is linear in y.We solve using integrating factor, find the particular solution, then differentiate to locate the local maximum.Formula:Linear differential equation: dxdy+Py=Q.Integrating factor: I.F.=e∫Pdx.Solution: y⋅I.F.=∫Q⋅I.F.dx+C.Solution:Step 1: Rewrite the equation:(x2−4)y′−2xy=−2x(4−x2)2.Note (4−x2)2=(x2−4)2.Divide by x2−4: y′−x2−42xy=−2x(x2−4).Here P=−x2−42x, Q=−2x(x2−4).Step 2: Find I.F.:I.F.=e∫−x2−42xdx=e−ln(x2−4)=x2−41.Step 3: Solution: x2−4y=∫−2x(x2−4)⋅x2−41dx+C=∫−2xdx+C=−x2+C.Thus y=(x2−4)(C−x2).Step 4: Use point (3,15): 15=(9−4)(C−9)=5(C−9)⇒C−9=3⇒C=12.So f(x)=(x2−4)(12−x2)=−x4+16x2−48.Step 5: Find critical points: f′(x)=−4x3+32x=−4x(x2−8).For x>2, set f′(x)=0⇒x2=8⇒x=22.Step 6: Check sign of f′ around x=22:For x=2.5 (left): f′(2.5)=−10(6.25−8)=17.5>0.For x=3 (right): f′(3)=−12(9−8)=−12<0.Sign changes from positive to negative, so x=22 is a local maximum.Step 7: Local maximum value: f(22)=((8)−4)(12−8)=4×4=16.Answer:The local maximum value of f is 16. (Option A)