whynot314 said:
I am having a real tough time trying to build a parametrization of the path c. its a really simple one but my professor just briefly went over it, and I can't find the thought process to put it together. I know the equation of a plane curve r(t)=x(t)i+y(t)j and everything. But its just not making sense to me. I would really like to understand how the book got this answer, I know there are many answers but if I can figure this one out i might be able to see other ways. If you know a good vid for this stuff please link it.
Since you already have the answer in the book, maybe it would make more sense to see why their parameterization works.
For the first leg, r(t) = t
i, 0 ≤ t ≤ 3
Each value of t will get you to a point on the x-axis between 0 and 3. When t = 3, you're at the point (3, 0).
For the second leg, all the x values are 3, which explains the 3
i component.
For the vertical component we want to map the t values from 3 to 6 to the values 0 to 3, so we subtract 3. This gives us r(t) = 3
i + (t - 3)
j, 3 ≤ t ≤ 6.
When t = 3, we're at the point (3, 0). When t = 4.5, we're at the point (3, 1.5). When t = 6, we're at (3, 3).
For the third leg, the y-value stays fixed at 3, but the x-value has to go from 3 down to 0, while the t values range from 6 to 9. If we were mapping [6, 9] to [0, 3] we could use t - 6, but we want to end up with [3, 0], so t - 6 won't work. Switching the order from t - 6 to 6 - t maps the t values in [6, 9] to x values of 0 to -3, so they're off. If we adjust by adding 3 to 6 - t, we get 9 - t, and this correctly maps t values between 6 and 9 to x values from 3 down to 0. So r(t) = (12 - t)
i + 0
j, 6 ≤ t ≤ 9.
The last leg keeps x fixed at 0, but maps t values from 9 to 12 onto y values from 3 down to 0. I leave it for you to figure out a formula for this part.