I’m a little bit stumped on the following problem.
Write down a vector equation for the cylinder in 3-dimensional space of radius r around the line described by $$\{ ( t, 2t, 3t ): t \in \Bbb R \}$$
Could anyone point out what I should do? I’m thinking about finding end-points using parametrics—something like $$ x = r \cos \theta, y=r \cos \theta, z=z $$
But I’m not sure. Thanks! (:
As a comment from @Exodd suggests, you can establish a coordinate equation by computing the distance from the line, this distance is $r$ for all points on the cylinder.
A vectorial approach is as follows. Let $\vec u=(1,2,3)$ be the direction of the cylinder and let $\vec v$ be a unitary vector, perpendicular to $u$. Then every vector $\vec z$ pointing a point on the cylinder can be relied to the origin by the equations $$\vec z = t\vec u + r\vec v$$ $$\vec u\cdot \vec v=0,\; ||\vec v||=1$$
Note also that $\langle \vec u\rangle^\perp$ is the plane generated by $(-2,1,0),(-3,0,1)$. If you give an orthonormal base instead, you can write in a single equation what you want.