2026-03-28 05:21:53.1774675313
How to turn a function r(t) into a quadratic surface equation?
31 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$\langle r(t) \rangle = \langle x(t),y(t),z(t) \rangle$
For example, looking at C, we have that $x(t) = 2cos(t), y(t)=3sin(t),z(t)=3-4cos(t)-9sin(t)$
You can observe that $z(t) = 3-2x(t)-3y(t)$ and therefore you can conclude that this is the same as $z=3-2x-3y \to 2x+3y+z=3$ which is a plane.