x=a(t-sint);y=a(1-cost); 0
网友回答
syms a t
x=a*(t-sin(t));
y=a*(1-cos(t));
dx=diff(x,'t')
Area=int(y*dx,'t',0,2*pi)
结果:dx =a*(1-cos(t))
Area =3*pi*a^2
======以下答案可供参考======
供参考答案1:
这是一道大学题,对吗?i指的是复述吧?
S=y(t)dx=a(1-cost)d[a(t-sint)]=a*a(1-cost)d(t-sint)再往后应该就会了吧?逐项积分,并且在0供参考答案2:
去程序区去提问题吧