Revolving Motion: Speed & Acceleration

  • Thread starter Thread starter dirk_mec1
  • Start date Start date
  • Tags Tags
    Dynamics Motion
Click For Summary

Homework Help Overview

The discussion revolves around a problem in revolving motion, specifically focusing on speed and acceleration in a system involving angular velocities and radial distances. Participants are attempting to analyze the effects of different rotational speeds on the motion of a roller attached to a cam.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the use of angular velocities and their implications on radial distance and acceleration. There are attempts to clarify the relationship between the given rotational speeds and the resulting motion. Questions arise regarding the correct interpretation of relative motion and the definitions of angular velocities.

Discussion Status

The discussion is ongoing, with various participants offering hints and questioning assumptions. Some guidance has been provided regarding the use of absolute versus relative angles, and there is an exploration of how to properly express the motion in polar coordinates. Multiple interpretations of the problem are being examined.

Contextual Notes

Participants are navigating through the complexities of the problem, including the need to account for the motion of both the cam and the roller. There are indications of confusion regarding the correct application of angular velocities and their effects on the radial distance over time.

dirk_mec1
Messages
755
Reaction score
13

Homework Statement


gCxkm41.jpg


Homework Equations



The equation in the picture.

The Attempt at a Solution


I know I have to use the equation for r but I do not understand how to take of the 40 and 30 rev/min info.
 
Physics news on Phys.org
Use the things you are provided however you feel you need to.
Hint: relative motion.
 
I have these equations:

[tex]a = \sqrt{ a_r^2 + a_{\theta}^2}[/tex]
[tex]a_r = r \dot{ \theta} + 2 \dot{r} \dot{ \theta}[/tex]
[tex]a_{\theta} = r \ddot{ \theta } + 2 \dot{ r} \dot{ \theta}[/tex]
[tex]r = b-c{cos( \theta ) }[/tex]
[tex]\dot{r} = csin(\theta) \dot{ \theta}[/tex]
[tex]\ddot{r} = c cos(\theta) \dot{ \theta} ^2[/tex]

b = 0.10
c = 0.075
[tex]\dot{ \theta} = \frac{(40-30) \cdot 2 \pi} {60}[/tex]
[tex]\ddot{ \theta} = 0[/tex]

But I think the [itex]\dot{ \theta}[/itex] is wrong.
 
dirk_mec1 said:
I think the ##\dot{ \theta} ## is wrong
What is the relative rotation rate?
 
40-30 = 10 revs/min, right?
 
dirk_mec1 said:
40-30 = 10 revs/min, right?
Look at the arrows in the diagram.
 
The arrows are countering each other so you need to take the difference right? I do not see what you mean.
 
dirk_mec1 said:
The arrows are countering each other so you need to take the difference right? I do not see what you mean.
If two cars approach each other at 50km/h each, would you say that the relative speed is zero because the directions are opposite?
Both given angular velocities are relative to the fixed support. You should define one sense (anticlockwise, say) as positive and express all angles and rotation rates with the right sign.
 
  • Like
Likes   Reactions: Simon Bridge
I'll leave this to haruspex.
 
  • #10
Let's say CCW is positive then the relative speed is 70 revs/min, is that correct?
 
Last edited:
  • #11
dirk_mec1 said:
Let's say CCW is positive then the relative speed is 70 revs/min, is that correct?
Yes.
 
  • #12
I do not get the right answer. I notice that my a_r is too large.

The acceleration term a_r =
[tex]a_r = \ddot{r} - \dot{r} \dot { \theta} ^2 = 3.49 - 0.274*(7.33)^2 = -11.28\ rad/s^2[/tex]
 
  • #13
dirk_mec1 said:
##- \dot{r} \dot { \theta} ^2##
That has the wrong dimensions for an acceleration.
 
  • #14
Yes you're right.

[tex]a_r = \ddot{r} - r \dot{ \theta ^2 } = 3.49 - 0.035\cdot 7.33 = 1.607\ \frac{m}{s^2}[/tex]

[tex]a_{\theta} = r \ddot{\theta} +2 \dot{r} \dot{ \theta } = 0 + 2 \cdot 0.27 \cdot 7.33 = 4.0\ \frac{m}{s^2}[/tex]

What I am doing wrong in the second equation?
 
  • #15
dirk_mec1 said:
What I am doing wrong in the second equation?
I confess I had not studied the whole thread, just picked up on errors I noticed.
Unfortunately Simon's hint to use relative motion may have led you astray. You appear to have found the accelerations in the frame of reference of the cam, but that is not an inertial frame.
The cam only affects the radial distance to the roller. Try again, this time using the theta as shown in the diagram, not as a relative angle.
 
  • #16
I do not understand how to use the theta as an absolute angle because that is what you mean right?
 
  • #17
dirk_mec1 said:
I do not understand how to use the theta as an absolute angle because that is what you mean right?
No, as a varying angle, but only as the angle the arm makes to the horizontal. So the angular velocity is only 40 rev/min. You only need to use the 30 rev/min in calculating r as a function of time.
 
  • #18
I tried that but I do not get the right answer. Are you sure that is the right approach?
[tex]r = b-c{cos( \theta ) } =0.1-0.075cos(30) = 0.035\ m[/tex]
[tex]\dot{r} = c\cdot sin(\theta) \dot{ \theta} = 0.075 sin(30)\ \cdot -30\ \cdot 2 \pi / 60 = -0.118\ m/s[/tex]
[tex]\ddot{r} = c \cdot cos(\theta) \dot{ \theta} ^2 =0.075cos(30) \cdot ( -30\ \cdot 2 \pi / 60)^2 = 0.641\ m/s^2[/tex]

[tex]a_r = \ddot{ r} - r \dot{ \theta} ^2 = 0.641- 0.035\ \cdot (40 \cdot 2 \pi / 60 )^2 = 0.026\ m/s^2[/tex]
[tex]a_{\theta} = r \ddot{ \theta } + 2 \dot{ r} \dot{ \theta} =0 + 2 \cdot -0.118 \cdot (40 \cdot 2 \pi / 60 ) = -0.987\ m/s^2[/tex]
[tex]a = \sqrt{ a_r^2 + a_{\theta}^2} = 0.987\ m/s^2[/tex]
 
Last edited:
  • #19
dirk_mec1 said:
[tex]r = b-c{cos( \theta ) } =0.1-0.075cos(30) = 0.035\ m[/tex]
[tex]\dot{r} = c\cdot sin(\theta) \dot{ \theta} = 0.075 sin(30)\ \cdot -30\ \cdot 2 \pi / 60 = -0.118\ m/s[/tex]
No, I said you do need to use the rotation of the cam in determining how r varies with time, so it does affect dr/dt.
Let the arm rotate at ω anticlockwise and the cam rotate at ψ clockwise. In polar coordinates, the roller is at (r,θ) at some time t, starting at (r0, θ0).
What are the coordinates of the roller at some later time t?
Using this approach, I get the book answer.
 
  • #20
I would say: [itex]r = b - c \cos( \theta + \omega t - \psi t )[/itex]
 
  • #21
dirk_mec1 said:
I would say: [itex]r = b - c \cos( \theta + \omega t - \psi t )[/itex]
I defined positive for ω and ψ in opposite directions. You can define positive as the same direction for both if you like, but either way they should reinforce in that expression, i.e. adding up to a rate of 70rpm.
You need θ as a variable, i.e. as one of the coordinates of the roller. The θ in your expression for r is just the initial θ shown in the diagram. You might want to represent that as θ0, say.
And you need an expression for that coordinate. What is that variable θ as a function of time?
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
8K
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
10
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
Replies
25
Views
1K