Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
From vector function to xy function?
Hi.
I am wondering how one finds the equation in x and y from a vector function and vice versa? It would be good if you could explain from these 2 examples:
1) r(t) = (cos t)i + (sin t) j + tk
2) r(t) = (t+1)i + (t^2 -1)k
Please show your work.
Thank you.
1 Answer
- mecdubLv 71 decade agoFavorite Answer
1) r(t) = (cos t)i + (sin t) j + tk
The domain of all 3 components is all t, so we don't have to restrict t.
Parameterize the equation.
x = cos t
y = sin t
z = t
Eliminate the parameter in the first two equations.(Get rid of the t)
sin² t + cos² t = 1
x² + y² = 1
In the x-y plane, this is a circle or radius 1, centered at the origin.
z is not constant, so in 3-D space, this is a helix, or spring, centered at the origin, that circles the z axis.
2) r(t) = (t+1)i + (t^2 -1)k
Again, the domain is all reals.
Parameterize
x = t + 1
y = 0
z = t² - 1
Eliminate the parameter.
z = (x - 1)² - 1
Clearly a parabola in the x-z plane with the vertex at (1,0,-1).