How to Parameterize an Ellipse with Offsets?

  • Thread starter Thread starter tysonk
  • Start date Start date
  • Tags Tags
    Parameterize
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 7K views
tysonk
Messages
33
Reaction score
0
How do I parameterize the following?
x[tex]^{2}[/tex]/a[tex]^{2}[/tex] + y[tex]^{2}[/tex]/b[tex]^{2}[/tex] -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

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

for some [tex]c,d[/tex] to be determined. Do the same thing with the [tex]y[/tex] 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.