9.6 - Projections of a curve

 

  1. Consider the curve described by r(t)=tcost,tsint,t Sketch three planar projections: x(z) (ignoring y), y(z) (ignoring x), and y(x) (ignoring z). Can you visualize the entire curve by looking at the projections?

    Can you visualize the entire curve by looking at the projections? [Check yourself by using GeoGebra's Curve function where enter a parametric equation for each coordinate. In this case:
    Curve(t*cos(t), t*sin(t), t, t, t_min, t_max).










  2. Consider the curve given by r(t)=ti^32t2j^+12t2k^.

    Sketch three planar projections, y(x), z(y).

    Hint: When you're sketching z(x) vs y(x), and z(y). It may be useful to think of t2 as the parameter. Call it t2=s and sketch z(s) vs y(s). But because t2 can never be negative, s can only take on positive values.

    • Projection in the xy plane: ignoring z, we have r(t)=ti^32t2j^. Since x=t, we can graph y(x)=32x2. So, y(x) is parabola, opening downwards, with its vertex at the origin.
    • In the xz plane: z(x)=12x2. So, z(x) is a parabola, open upwards, with its vertex at the origin.
    • In the yx plane: r(t)=32t2i^+12t2j^. We could parameterize this using s=t2, as (1)r(s)=32sj^+12sk^    for 0s. Though t is allowed to be any real number, t2=s is only ever 0 or positive. This looks like a line that stops at the origin. When s=2, r(2)=(3,1):