How to Parameterize an Ellipse with Offsets?

  • Thread starter Thread starter tysonk
  • Start date Start date
  • Tags Tags
    Parameterize
tysonk
Messages
33
Reaction score
0
How do I parameterize the following?
x^{2}/a^{2} + y^{2}/b^{2} -2x/a -2y/b = 0

I tried letting x =t or some other parameters but found it difficult to solve for y.
 
Physics news on Phys.org
Try to write

\frac{x^2}{a^2} - \frac{2x}{a} =\left( \frac{x}{a} -c \right)^2 +d

for some c,d to be determined. Do the same thing with the y terms. This is called completing the square.
 
Thanks!
So letting t=x I was able to get a parameterized equation for y and x.
Is there any obvious thing I should let x be. Or can I just set it to whatever and solve y in terms of that?
 
tysonk said:
Thanks!
So letting t=x I was able to get a parameterized equation for y and x.
Is there any obvious thing I should let x be. Or can I just set it to whatever and solve y in terms of that?

Do you know what shape is described by your equation? When you figure it out, you might find a nice parametrization in terms of trig functions.
 
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