How to calculate parametric representation of a circle?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 8K views
geft
Messages
144
Reaction score
0

Homework Statement


[tex]y^2 + 4y + z^2 = 5, x = 3[/tex]

Homework Equations



The Attempt at a Solution


I know that the calculated coordinates must satisfy the above equation, but I don't know how to go about solving for those coordinates. The best I could do was to equate [tex]z = \sqrt{(-y + 5)(y + 1)}[/tex].
 
Physics news on Phys.org
Hmm,
[tex]y^2 + 4y + z^2 = 5[/tex]
doesn't really look like a circle, does it?
I mean, the general equation for a circle (in the y-z plane) is
[tex](y - a)^2 + (z - b)^2 = r^2[/tex]

Can you maybe start by rewriting it to this form?

For the next step, remember the usual parametrisation for a circle [itex]y^2 + z^2 = r^2[/itex] is
[tex]y(t) = r \sin t, z(t) = r \cos t[/tex]
 
Oh! By completing the square, I get

[tex](y + 2)^2 + (z)^2 = 3^2[/tex]

[tex]r(t) = (3, 3 \sin t, 3 \cos t)[/tex]

Is this correct?
 
Last edited:
Almost!
The first line is right. Just think very carefully about what you call sin(t).
When in doubt, calculate
[tex](3 \sin t)^2 + 4 (3 \sin t) + (3 \cos t)^2[/tex]
and check if it gives 5.
 
Is it [tex]r(t) = (3, 3 \sin t - 2, 3 \cos t)[/tex]?

Why isn't it 3 sin t + 2? I had to change the sign to get the answer to fit.
 
Thank you very much. I have another (somewhat) related question, but I'd rather not create a new thread. I certainly hope you don't mind.

Homework Statement


Given a curve C: r(t), find a tangent vector r'(t), a unit tangent vector u'(t), and the tangent of C at P.

[tex]r(t) = (\cosh t, \sinh t), P: (\frac{5}{3}, \frac{4}{3})[/tex]

Homework Equations



The Attempt at a Solution


[tex]r'(t) = (\sinh t, \cosh t)[/tex]
[tex]u'(t) = (\cosh 2x)^{-1/2}(\sinh t, \cosh t)[/tex]

The last part stumps me.
 
You mean about u'(t)?
It is simply a unit vector along r'(t), so you will have to divide r'(t) by its length.
To get the cosh(2x) there is just some (hyperbolic) identities magic using the formulas analagous to [tex]\cos^2 t + \sin^2 t = 1[/tex] and [tex]\cos^2 t - \sin^2 t = \sin 2t[/tex].