Solving Calculus Polar Equations with Arc Length Formula | Step-by-Step Guide

  • Thread starter Thread starter Punkyc7
  • Start date Start date
  • Tags Tags
    Calculus Polar
Punkyc7
Messages
415
Reaction score
0
a) I am having a hard time figuring this out.

Im saying that x=rcos(\phi) and y = r sin (\phi)

where r = a-vt.

Im not sure how to work a DE into it.




b) I believe it is \omegaa/v since \Delta\Theta= \omegat and \Deltax=vt


c) so we have the arc length formula would i use the x and y above for the dx and dy?
 

Attachments

  • problem_20.jpg
    problem_20.jpg
    22.2 KB · Views: 399
Physics news on Phys.org
a) r and theta, which I will call T, are each functions of time t, so you are looking for two functions: r(t) and T(t). You do not need to use Cartesian coordinates x and y for this problem in any way; it is simpler in polar coordinates. Just remember that r is the distance of the bug from the origin and T is the angle that the radius makes with a particular horizontal ray from the origin (which is usually chosen to be the positive x-axis when translating to a Cartesian coordinate system). The question says that the bug moves toward the center of the disc with constant velocity v. That implies that the change in the bug's radial coordinate r, which is the distance to the origin, with respect to time (dr/dt) is ? Next, it also states that the disc is spinning with constant angular velocity w. That implies that dT/dt = ?
The path of the bug would be the solution to that pair of differential equations: P(t) = (r(t), T(t)).
 
Last edited:
so dr/dt is -v? since r= a - vt.

is dT/dt just \omega?
 
hmmm. For some reason I posted the same thing three times. Can a mod come and fix that for me... Thank you
 
Punkyc7 said:
hmmm. For some reason I posted the same thing three times. Can a mod come and fix that for me... Thank you

You should be able to edit your posts and delete your own replies, within a certain amount of time after you've posted them. Use a good browser, like Firefox, to avoid these script issues.

To get back to your problem, slider142 has explained it clearly. You need to find \frac{dr}{d\theta}. Hint: Use chain rule.

For part (a): \frac{dr}{d\theta}=\frac{dr}{dt} \times \frac{dt}{d\theta}

For part (b):

Use the formula for periodic time: T=\frac{2\pi}{\omega}
In T seconds -> the number of revolutions is \frac{2\pi}{\omega}

Now, how much time does the bug take to travel to the center of the disk?

Let's say the bug takes T_1 seconds. Then, from v=\frac{r}{T_1}, you can find the time, T_1.

Then, you can find the number of revolutions during that time, T_1.

For part (c):
Now, that you know the number of revolutions, you can find the total rotational distance travelled, since 1 rev. = 2\pi r
Then, to get the total distance travelled, simply add to the radius, since the latter is the additional distance traveled by the bug to reach the centre of the disk.

After some more thinking, i think the solution that i suggested in part (c) might be incorrect, as the bug is traveling all the time, while the disk is spinning. So, the radius changes continuously with respect to time, and hence the rotational distance traveled by the bug changes with respect to time (actually, it decreases at a constant rate).

Using S=r\theta, we can find the total circumferential distance travelled, but since r is changing with respect to time, we can relate to:
\frac{dS}{d\theta}=\frac{dS}{dr} \times \frac{dr}{d\theta}

We already know \frac{dr}{d\theta} which we calculated in part (a). We need to solve for \frac{dS}{dr}.
 
Last edited:
Ok I think I got this


dr/dt= -v because derivative of r with respect to t is -v
dt/dθ= 1/ω because θ= ωt

from there we get

dr/dθ= -v/ω



b)

The bug takes a/v to get to the center of the disk so

ωa/v

c)

Wouldn't this have to be an integral?
 
So would the arc length be given by

∫_{0}^{a/v} \sqrt{<br /> (dx/dt)^2+(dy/dt)^2} dt

where dx is the derivative of x=(a -vt)cos(ωt) and dy = (a-vt)sin(ωt)
 
Back
Top