Parametric equations

mynamesmurph

Junior Member
Joined
Aug 10, 2014
Messages
51
Howdy yalls,

Here are the instructions for this problem

The parametric equations are given, graph the plane curve.


x=et
y=e2t - 4

Ordinarily I pick an equation and solve for t
I choose the first equation.

x=et
logex=logeet
ln(x)=t

Now, I substitute into the second equation.
y=e2ln(x) - 4

Am I correct thus far?
Assuming I am, I look at ln(x)=t and I see that my values for x must be greater than 1.
Now I start choosing values for t to get x and y values, but my answers are incorrect.

Any help? Thanks a bunch
 
Last edited:
You know it just occured to me that this was probably a poor way to solve this when I could have just entered in values for t and graphed the x and y values.

That said, I'm still curious about my previous approach and why it failed...
 
You know it just occured to me that this was probably a poor way to solve this when I could have just entered in values for t and graphed the x and y values.

That said, I'm still curious about my previous approach and why it failed...

It didn't really. The problem is you stopped to soon, continuing from
y=e2ln(x) - 4
we note that
e2 ln(x)=eln(x2)=x2\displaystyle e^{2\space ln(x)}= e^{ln(x^2)} = x^2
so that
y = x2 - 4


You could also have noted that
e2t = (et)2 = x2

EDIT: You have run into a problem here which would be covered in a higher level of math and that is imaginary numbers. It turn out that if x is less than zero, the log is an imaginary number [more accurately a complex number which is the sum of a real and imaginary number]. The exponential of a complex number can be a real number and, since the requirement is that y be real, the intermediate step where the exponent is complex, that is x is negative, is allowed.
 
Last edited:
It didn't really. The problem is you stopped to soon, continuing from
y=e2ln(x) - 4
we note that
e2 ln(x)=eln(x2)=x2\displaystyle e^{2\space ln(x)}= e^{ln(x^2)} = x^2
so that
y = x2 - 4

OK, I understand this, I just didn't see it at the time.

You could also have noted that
e2t = (et)2 = x2

I don't understand this though. Would you mind explaining?

EDIT: You have run into a problem here which would be covered in a higher level of math and that is imaginary numbers. It turn out that if x is less than zero, the log is an imaginary number [more accurately a complex number which is the sum of a real and imaginary number]. The exponential of a complex number can be a real number and, since the requirement is that y be real, the intermediate step where the exponent is complex, that is x is negative, is allowed.

I'm not sure what you're getting at here. I haven't dealt with logs of negative numbers, but if the number is imaginary I could just graph it on a complex plane, right?


Thanks!
 
mynamesmurph said:
You could also have noted that
e2t = (et)2 = x2

I don't understand this though. Would you mind explaining?
this is just the application of the general rule
ua b = ub a = (ua)b = (ub)a
In this case u = e, a = 2, and b = t. Also, from the first equation x = et



mynamesmurph said:
EDIT: You have run into a problem here which would be covered in a higher level of math and that is imaginary numbers. It turn out that if x is less than zero, the log is an imaginary number [more accurately a complex number which is the sum of a real and imaginary number]. The exponential of a complex number can be a real number and, since the requirement is that y be real, the intermediate step where the exponent is complex, that is x is negative, is allowed.

I'm not sure what you're getting at here. I haven't dealt with logs of negative numbers, but if the number is imaginary I could just graph it on a complex plane, right?

To specifically answer your question, yes you could graph it on a complex plane. However, in this case you wouldn't need to do so. For example, let x = -2, then ln(x) = ln(2) + i π\displaystyle {\pi}, a complex number. But, since
ei 2 π\displaystyle {\pi} = 1,
e2x = e2 ln(2) + i 2 π\displaystyle {\pi} = e2 ln(2) 1 = eln(22)\displaystyle e^{ln(2^2)} = 22 = (-2)2 = x2 a real number

Note that that 2 could have been any real positive number so x could be any real negative number.
 
Last edited:
Top