gordonj005
- 56
- 0
Homework Statement
"Consider the graph of r = e^{\theta} in polar coordinates. Then consider the graph of (\theta \cos{\theta}, \theta \sin{\theta}) where \theta \in \mathbb{R} on the Cartesian plane (x - y axis). How are the two graphs related? What relationship (if any) can we define between e^{\theta} and the trigonometric functions?
The Attempt at a Solution
What I considered was r^2 = x^2 + y^2 where x = \theta \cos{\theta} and y = \theta \sin{\theta}. Plugging this all in I get:
e^{2\theta} = (\theta)^2 ((\cos{\theta})^2 + (\sin{\theta})^2)
which reduces to:
e^{2 \theta} = (\theta)^2
taking the ln of both sides, noting that \theta \ne 0:
2 \theta = 2 ln \theta
\theta = ln \theta
So as it stands now, the above equation has no real solutions. So I thought maybe putting each side as a power of e would be the relation between the two graphs.
e^{\theta} = e^{ln \theta}
e^{\theta} = {\theta}
which is kind of a circluar argument because I just rearranged the equation. They mention this has something to do with trigonometric functions, I'm not seeing the connection. I would apprectiate some help.