: Representing transcendental functions (like exe to the x-th power sinxsine x cosxcosine x ) as infinite polynomials.
def x(t): return t 2 - 1 def y(t): return 2*t - t 2 def dx_dt(t): return 2*t calculus solution chapter 10githubcom
[x = r\cos(t)] [y = r\sin(t)]