x=var('x')
y=var('y')
a,b=var('a,b')
t=var('t')
x=a*cos(t)
y=b*sin(t)
c=x*diff(y,t,1)-y*diff(x,t,1)
d=(integrate(c,(t,o,2*pi))/2)