p=(sint)i+(cost)j+tk
where i,j,k are unit vectors.
Finding a derivative:
dtdp=dtd(sint)i+dtd(cost)j+dtdtk=(cost)i−(sint)j+k
Finding a module for an arbitrary vector
a=axi+ayj+azk is found by the formula:
∣a∣=ax2+ay2+az2
Finding a module:
∣dtdp∣=(cost)2+(−sint)2+12=2
Comments