1 (4 points). Find the work done when the force F(x,y) = x^2 i - y j acts
In[3]:=
x[t_] := t
y[t_] := t^2
x[t]^2 x'[t] - y[t] (y'[t])
Out[3]=
2 3 t - 2 t
In[4]:=
Integrate[%, {t,0,3}]
Out[4]=
63
-(--)
2
Up to Test 3 solutions