Calculating Arc Length of a Circle with Radius 6 and Center (4,1,5)

Colts
Messages
76
Reaction score
0

Homework Statement


Find an arc length parametrization of the circle in the plane z=5 with radius 6 and center (4,1,5)


Homework Equations


||r'(t)||=r'(u)
s=integral r'(u)du


The Attempt at a Solution


I get the equation of the circle to be (x-4)^2+(y-1)^2+(z-5)^2=6^2
Not sure where to go from here. Make x=t and then solve for y and z? That seems like to mcuh work for this problem. What am I missing?
 
Physics news on Phys.org
Colts said:
I get the equation of the circle to be (x-4)^2+(y-1)^2+(z-5)^2=6^2
Not sure where to go from here. Make x=t and then solve for y and z? That seems like to mcuh work for this problem. What am I missing?

That's a spherical surface, not a circle. You know that the circle lies in thez=5 plane, so (x-4)^2+(y-1)^2+(5-5)^2=(x-4)^2+(y-1)^2=6^2 is your circle. Now, remember that a circle in the xy-plane of radius R can be parametrized as x=R\cos\theta, y=R\sin\theta, for 0\leq \theta \leq 2\pi. Try applying that to your circle by shifting x and y by an appropriate amount.
 
Got it. Thank you
 
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