Find cartesian equation from parametric equation

trollcast
Gold Member
Messages
282
Reaction score
13

Homework Statement


A curve is defined by the parametric equations:

$$x=tan(t-1)\ \ \ \ \ \ \ y=cot^2(t+1)$$

Homework Equations


The Attempt at a Solution



I think rearranging the first equation for t gives:

$$t=tan^{-1}(x)+1$$

However that doesn't help me as I don't know how to simplify the equation I'd get if I sub t into the y equation?
 
Physics news on Phys.org
Do you have to simplify the equation? You found an equation y=f(x).
 
mfb said:
Do you have to simplify the equation? You found an equation y=f(x).

I actually just realized that I've misread the equations so I can see how to solve it now.

The equations should be:

$$x=tan(t)-1\qquad y=cot^2(t)+1$$

So the solution would be:

$$tan(t)=x+1$$
$$y=\frac{1}{tan^2(t)}$$
$$y=\frac{1}{(x+1)^2}$$
 
trollcast said:
I actually just realized that I've misread the equations so I can see how to solve it now.

The equations should be:

$$x=tan(t)-1\qquad y=cot^2(t)+1$$

So the solution would be:

$$tan(t)=x+1$$
$$y=\frac{1}{tan^2(t)}$$
$$y=\frac{1}{(x+1)^2}$$

What happened to the '+1' in ##y=cot^2(t)+1##?
 
Dick said:
What happened to the '+1' in ##y=cot^2(t)+1##?

Oops, so it should be:

$$x=tan(t)-1\qquad y=cot^2(t)+1\\
tan(t)=x+1\\

y - 1=\frac{1}{tan^2(t)}\\
y=\frac{1}{(x+1)^2} +1\\
y=\frac{(x+1)^2+1}{(x+1)^2}$$
 
trollcast said:
Oops, so it should be:

$$x=tan(t)-1\qquad y=cot^2(t)+1\\
tan(t)=x+1\\

y - 1=\frac{1}{tan^2(t)}\\
y=\frac{1}{(x+1)^2} +1\\
y=\frac{(x+1)^2+1}{(x+1)^2}$$

Sure.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top