Find min. speed and direction of velocity, given parametric eqns

plexus0208
Messages
49
Reaction score
0

Homework Statement


A hockey puck of radius 1 slides along the ice at a speed 10 in the direction of the vector (1,1). As it slides, it spins in a counterclockwise direction at 2 revolutions per unit time. At time t = 0, the puck’s center is at the origin (0,0).

Find the parametric equations for the trajectory of the point P on the edge of the puck initially at (1,0).

radius = R = 1
frequency = f = 2
angular frequency = w = 2πf = 4π
θ = wt

Thus, I found r(t) = (cos4πt + 5sqrt2t, sin4πt + 5sqrt2t)

Now that I have the equation of the trajectory, how do I find the minimum speed of the point P, and the direction of the velocity at the corresponding time?

Homework Equations



The Attempt at a Solution


Velocity: v(t) = (-4πsin4πt + 5sqrt2, 4πcos4πt + 5sqrt2)
v’(t) = (-16π2cos4πt, -16π2sin4πt) = 0
 
Physics news on Phys.org
The puck is rotating so its acceleration is never zero; however it is easy to guess that the speed of P is extremized when the speed due to rotation is to the same direction as the linear movement.
 
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