Parameterize write a parametric equation for the following C
     Parameterize (write a parametric equation for) the following Cartesian equation by using x(t) = acos t and y(t) = bsin t: x^2/36 + y^2/100 = 1 
  
  Solution
x(t)=acost,y(t)=bsint
(x2/36)+(y2/100)=1
((acost)2/36)+((bsint)2/100)=1
parametric equation is ((a2cos2t)/36)+((b2sin2t)/100)=1
==================================================
(x2/36)+(y2/100)=1 can be parameterized as x=6cost, y=10sint ,0<=t<2pi

