Why are parametric equations used instead of putting it all into one cartesian equation?
For example, it would seem simpler to write #y=cos((x+4)/3)# instead of #x=3t-4,y=cost#
For example, it would seem simpler to write
1 Answer
Nov 17, 2017
Another good example could be in Mechanics where the horizontal and vertical position of an object are dependant upon time, so we can describe the position in space as a coordinate:
#P=P( \ x(t), y(t) \ )#
Another reason is that we always have an explicit relationship, for example the parametric equations:
# { (x=sint), (y=cost) :} #
represents a circle with a 1-1 mapping from
# x^2 + y^2=1 #
So for any
# y = +-sqrt(1-x^2) #