Concept:Convert the given circle equation into standard form (x−h)2+(y−k)2=r2, then write its parametric equations using the center and radius.Explanation:Start with the equation:x2+y2−ax−by=0Group the x and y terms and complete the squares:(x2−ax+4a2)+(y2−by+4b2)=4a2+4b2This simplifies to:(x−2a)2+(y−2b)2=4a2+b2So the centre is (2a,2b) and the radius is:r=2a2+b2The parametric equations of a circle with centre (h,k) and radius r are:x=h+rcosθ,y=k+rsinθSubstitute the values:x=2a+2a2+b2cosθy=2b+2a2+b2sinθThis matches option A.Answer:Option A: x=2a+2a2+b2cosθ,y=2b+2a2+b2sinθ