Troubles with Ellipses (Cartesian -> Polar)

AI Thread Summary
The discussion revolves around deriving the equation of an ellipse in polar coordinates and the confusion that arises from using the Pythagorean theorem. The initial approach mistakenly treats the ellipse as if it behaves like a circle, leading to incorrect assumptions about the relationship between the parameters. The correct method involves starting from the rectangular form of the ellipse equation and substituting polar coordinates to derive the proper equation for r. The key realization is that the parametric representation of a circle cannot be directly applied to an ellipse without considering the distortion of angles. Ultimately, the misunderstanding stemmed from conflating parametric time with polar angle, highlighting the importance of recognizing their differences in this context.
JProffitt71
Messages
8
Reaction score
0
Okay, so I have just broken into the polar coordinate system, and I like to derive things on my own to strengthen my intuition. I decided to try and derive the equation of an ellipse swiftly on my own, and had the high ambitions of eventually deriving the area of an ellipse with polar integration. When I think of a radius as a function of theta, especially in regards to circles/ellipses, I think of distance with regards to a point, so when I think of finding the equation for the radius of an ellipse as a function of theta, I immediately go to Pythagoreas.

My exact line of reasoning is this:

Pythagorean theorem holds for any point on an ellipse.
c^2 = a^2 + b^2
Except c changes, of course.

If I think of a as x and b as y, I can easily find them independently in terms of theta.

X would be some constant "a" (max x value) times cos(theta): a*cos(\theta).

Y would be some other constant "b" (max y value) times sin(theta): b*cos(\theta).

R would therefore be c, making it: r^{2} = (a*cos(\theta))^{2} + (b*sin(\theta))^{2}
(Or r = sqrt of that)

This makes perfect sense to me, but then I read that r is officially defined as \frac{ab}{\sqrt{(b*cos(\theta))^{2} + (a*sin(\theta))^{2}}}

Plugging in a value for theta shows that these are not equivalent, and I have no doubt that I went wrong somewhere, but how? If I were to pick any point on an ellipse, and were given theta/a/b, that is how I would solve for r. I have also established that my definition of a and b matches the official equation's definition. It goes without saying that my integration attempts later did not turn up sensible results. I am utterly confused.
 
Last edited:
Mathematics news on Phys.org
JProffitt71 said:
Pythagorean theorem holds for any point on an ellipse.
c^2 = a^2 + b^2
Except c changes, of course.

If I think of a as x and b as y, I can easily find them independently in terms of theta.
Right at the beginning is where your trouble lies, I think. Do you just want to derive the equation of an ellipse in polar form? Then take the equation in rectangular form (with the assumption that the center is (0, 0)):
\frac{x^2}{a^2} + {y^2}{b^2} = 1
... substitute x = r cos θ and y = r sin θ, and then solve for r.
 
The "Edit" button is disabled at the moment. I made a mistake above -- the rectangular form of the equation of the ellipse is
\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1
 
That makes a kind of sense in its own right, and I can easily derive the official equation for r from that. However, intuitively I am still at a loss. What exactly did I create, if not an equation for finding the length r, given any angle? Perhaps this will make more sense after I practice some problems.

Edit: Okay, my approach relies entirely on x^{2} + y^{2} = r^{2} applying for circles AND ellipses, the difference being that it is constant for a circle and varying for an ellipse. This makes sense to me, and all the logic that follows hinges on it. However, I can see that it is not consistent with the definition of an ellipse. Yet still, I can see how x^{2} + y^{2} = r^{2} logically applies, it's obvious when you compare the radius at an angle on a circle to that on an ellipse. I feel a headache coming on.

Edit2: Okay, here is what gets me. I am using r = \sqrt{ x^{2} + y^{2}}, just a "distance" formula, and f(x) and f(y) are both functions of theta. I must have a fundamental misunderstanding of polar equations then.
 
Last edited:
It has been resolved, and I figured out precisely where I was wrong. My understanding of an ellipse was derived from the parametric representation of a circle, where x = acos(t) and y = bsin(t). In other words I just imagined taking a circle and stretching it in one dimension or another. This does produce an ellipse perfectly fine, but with respect to time, not angle. That distinction is important because when you take a circle and distort it, the angles become distorted as well. (2cos(pi/4), sin(pi/4)) does not refer to a point that is at an angle of pi/4 from the center, but rather one that is arctan(1/2), around pi/6. So of course I can't refer to that point to find the length of the radius at pi/4 about the center of the ellipse.

So in short, I am an idiot because I assumed equivalency between parametric t and polar theta. Hopefully if someone else has this same problem, they will find this thread and save themselves sleepless nights ^^
 
Thank you so much for this.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top