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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top