Zach Knight said:
Homework Statement
Convert the two equations x=x(t) and y=y(t) to a polar equation of the form r=r(\theta)
Homework Equations
x=r*cos(\theta)
y=r*sin(\theta)
r^{2}=x^{2}+y^2
The Attempt at a Solution
Perhaps I'm over-thinking this, but in order to eliminate the parameter t, I solved one of the two parametric equations, say x(t), for t, giving an equation t=t(x). I then substituted this equation into y(t), giving y=y(t(x)). Afterward, I used the identities listed above to convert y to r. Is this valid? Is there a way to do this without having to invert one of the functions?
It doesn't seem valid to me. For one thing, when you solve for t in terms of x, you are finding the inverse of the original function, which may or may not exist. For example, if x = f(t) = t
2 + 3, f is not one-to-one, so doesn't have an inverse.
The usual approach is to eliminate the parameter t, and then replace x and y using the identities you show.
For example, if x = t and y = t
2, x
2 - y = t
2 - t
2 = 0,
so r
2cos
2(theta) - rsin(theta) = 0.
This is equivalent to rcos
2(theta) - sin(theta) = 0, or r = sin(theta)/cos
2(theta), so here we have r as a function of theta. Eliminating one factor of r is legitimate in this case since there is at least one value of theta for which sin(theta)/cos
2(theta) = 0 (namely theta = 0, and others), so we haven't lost any solutions by getting rid of the factor of r.
There is one conversion formula that you didn't show, that is sometimes useful: theta = tan
-1(y/x).