makhoma
- 10
- 0
Homework Statement
A particle in the xy plane is attracted toward the origin by a force of magnitude F=k/y
(a) Calculate the work done when the particle moves from point (0,a) to (2a,0) along a path, which follows two sides of a rectangle consisting of a segment parallel to the x axis from (0,a) to (2a,a), and a vertical segment from the latter point to the x axis.
(b) Calculate the work done by the same force when the particle moves along an ellipse of a semi-axes 2a,a Hint: Set x=2a\sin\theta, y=a\cos\theta
Homework Equations
W=\int\mathbf{F}\cdot d\mathbf{r}=\int F\cos\theta dr
The Attempt at a Solution
For the part that is parallel to the x axis, I get
W_{\alpha}=\int_0^{2a}\frac{k}{y}\cdot\frac{y}{\sqrt{x^2+a^2}}dx=\left.k\sinh^{-1}\left[\frac{x}{a}\right]\right|_{x=0}^{x=2a}=k\sinh^{-1}\left[2\right]
Then the second path gives a similar answer:
W_{\beta}=\int_0^{2a}\frac{k}{y}\cdot\frac{y}{\sqrt{4a^2+y^2}}dy=\left.k\sinh^{-1}\left[\frac{y}{2a}\right]\right|_{y=a}^{y=0}=-k\sinh^{-1}\left[\frac{1}{2}\right]
Then the total work is the sum of the two paths. My problem comes in setting up the next part, I thought to use the hint in this way:
W_\gamma=\int\frac{k d\theta}{r}=k\int\frac{d\theta}{\sqrt{4a^2\sin^2\theta+a^2\cos^2\theta}}=\frac{k}{a}\int\frac{d\theta}{\cos\theta\sqrt{1+4\tan^2\theta}}
but this doesn't look correct to me. Any suggestions??