ZeroSum
- 11
- 0
Homework Statement
Find the mass and center of mass of a wire in the shape of the helix x=t, y=\cos{t}, z = \sin{t}, 0 \le t \le 2 \pi, if the density at any point is equal to the square of the distance from the origin.
Homework Equations
Arc length formula:
ds = \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 + \left(\frac{dz}{dt}\right)^2}
m = \int_C \rho(x,y,z)\,ds
\bar{x} = \frac{1}{m} \int_C x \rho(x,y,z)\,ds
\bar{y} = \frac{1}{m} \int_C y \rho(x,y,z)\,ds
\bar{z} = \frac{1}{m} \int_C z \rho(x,y,z)\,ds
The Attempt at a Solution
I've tried using the parametric equations given to find the value for ds using the arc length formula. I cannot be sure if what I've done yields the proper answer, though. Here is my attempt at an answer:
\frac{dx}{dt} = 1
\frac{dy}{dt} = -\sin{t}
\frac{dz}{dt} = \cos{t}
m = \int_{0}^{2\pi} t^2 \sqrt{\left(1\right)^2 + \left(-sin{t}\right)^2 + \left(cos{t}\right)^2}\, dt
=\int_{0}^{2\pi} t^2 \sqrt{2} \, dt
=\frac{\sqrt{2} \, t^3}{3}\right \bigg{|}^{2\pi}_{0}
=\frac{8 \sqrt{2}\, \pi^3}{3}
Is this correct?
That would make the remainder of the equations:
\bar{x} = \frac{3}{8 \sqrt{2}\, \pi^3} \int_C t(t^2) \sqrt{2}\,ds
= \frac{3}{8 \, \pi^3} \int_C t^3\,ds
= \frac{3}{8 \, \pi^3} \frac{t^4}{4} \bigg{|}^{2\pi}_{0}
= \frac{3(2\pi)^4}{32\pi^3} - 0
= \frac{3\pi}{2}
\bar{y} = \frac{3}{8 \sqrt{2}\, \pi^3} \int_C t^2 \cos{t} \sqrt{2}\,ds
\bar{y} = \frac{3}{8 \, \pi^3} \int_C t^2 \cos{t}\,ds
Bunch of ugly integration by parts here, which I'll have Wolfram Alpha do...
= \frac{3}{2 \pi^2}
\bar{z} = \frac{3}{8 \sqrt{2}\, \pi^3} \int_C z \sqrt{2}\,ds
Using WA to shorten this...
= -\frac{3}{2 \pi^2}
Since my book does not have answers for even problems, I can't tell if these are correct or not. Could anyone check them to see if I know what I'm doing with these?
Edit: I found the equation for the center of mass and updated everything.
Last edited: