Parametric Representations of Circles and Ellipses

AI Thread Summary
The discussion focuses on the parametric representation of a circle and an ellipse. For part (a), the equation \mid z + a + \iota b \mid = r describes a circle centered at (-a, -b) with radius r, and its correct parametric representation is -a - \iota b + r\exp{-\iota t} for 0 ≤ t ≤ 2π, indicating a clockwise direction. In part (b), the ellipse given by 4(x-1)^2 + 9(y+2)^2 = 36 can be rewritten in standard form, revealing its center at (1, -2) with semi-major and semi-minor axes of lengths 3 and 2, respectively. The parametric representation for this ellipse is derived from its standard form, leading to an equation involving cosine and sine functions. The discussion emphasizes the importance of correctly interpreting and transforming the equations for accurate parametric representations.
John O' Meara
Messages
325
Reaction score
0
Sketch and represent parametrically the following: (a) \mid z+a+\iota b\mid =r \ \mbox { clockwise}\\, (b) ellipse 4(x-1)^2 + 9(y+2)^2 =36 \.
Taking (a) first \mid z + a + \iota b \mid = r \mbox{- is the distance between the complex numbers }\ z=x+\iota y \ \mbox{ and } \ a + \iota b \ \mbox{ if the distance is always r, then we have } \ \sqrt{(x+a)^2 + (y+b)^2} = r \\. This is a circle with center -a -ib and radius r, But the circle at the origin can be parametrically represented as r\exp{\iota t} \ 0 \leq \ t \ \leq 2\pi \\ but since t goes from 0 \mbox{ to } 2\pi \\, clockwise it's equation is \exp{-\iota t} \\, therefore the circle is -a -\iota b + r\exp{-\iota t} = 0 \\
Am I correct with (a)'s reasoning. I don't know how to do (b) as I know nothing about an ellipse. Thanks for the help.
 
Physics news on Phys.org
To get you started on b):

The equation for an ellipse centered at (0,0) is:

\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1

Which has the parametric representation

(a\cos{\theta},b\sin{\theta})
 
For part (a) you are on the right track. Squaring both sides we get the equation for a circle with center (-a,-b) in the plane. Take the parametrization of a circle at the origin and perform horizontal and vertical shifts to it to get the parametrization of this particular circle.

The last equation is not correct. You should have the LHS in abs, and on the RHS there should be an r. squaring this equation, we just get the standard equation of circle.
 
Thanks for the reply
 
For the ellipse 4(x-1)^2 + 9(y+2)^2 = 36 \mbox{. Therefore } \frac{(x-1)^2}{9} + \frac{(y+2)^2}{4} = 1 \\ = \frac{(x-1)^2}{3^2} + \frac{(y+2)^2}{2^2}. This is an ellipse with semi-major axis and semi-minor axis of lengths 3 and 2 respectively whose center is at (1,-2). Therefore its equation is \mid 4x + 9 \iota y -1 +2 \iota\mid + 2\cos\theta +3\iota\sin\theta = 6 \ \mbox{ for} 0 \leq \theta \ \leq 2\pi \\.
About (a) do you mean \mid -a-\iota b +r\exp{-\iota t\mid =rThanks for helping.
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top