Speed of a point on a wheel as a function of θ

Click For Summary

Homework Help Overview

The discussion revolves around determining the speed of a point on a bike wheel as a function of the angle of rotation, θ. The problem involves a bike wheel with a radius R and a point P located a distance r from the axle. The speed of the bike is given as v, and participants are exploring how to express the speed of point P in relation to θ.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the relationship between the speed of the bike and the speed of point P, questioning how to incorporate time into the equations. There is also exploration of the definitions of θ and the reference position for measuring it. Some participants suggest that the speed of the point should be considered relative to the ground, while others raise concerns about the equations provided and their derivation.

Discussion Status

Several participants have offered insights into the problem, including the need to clarify the definition of θ and the equations used. There is a recognition that the speed of point P varies depending on its position on the wheel, and some have suggested ways to relate angular speed to linear speed. The discussion is ongoing, with multiple interpretations and approaches being explored.

Contextual Notes

Participants note that the problem requires a defined reference position for θ and that the equations presented may need adjustments. There is also mention of the need to relate angular speed to the linear speed of the bike, indicating that assumptions about the setup are being questioned.

bobred
Messages
170
Reaction score
0

Homework Statement


A point P on a wheel of a bike radius R, P is a distance r from the axle.
The speed of the bike is v, what is the speed of the point P as a function of θ?

Homework Equations


x=R\theta - r \sin\theta
y=R - \cos\theta
\rho=\frac{r}{R}
Distance traveled by the point in one revolution
D =R{\displaystyle \int_{0}}^{2\pi}\sqrt{\left(1+\rho^{2}\right)-2\rho\cos\theta}\,\textrm{d}\theta

The Attempt at a Solution


Speed is distance per unit time, but not sure where to begin as no function contains time.
Can I make
\theta=\omega t? If so how can I solve the integral?
James
 
Physics news on Phys.org
Seems like an oddly worded question, to me. The speed of the rim is going to be the same all the way around, not dependent on some particular point, as specified by an angle. Of course, you haven't actually said what θ IS so maybe I'm misinterpreting the problem.

Oh ... wait ... I'm thinking of the speed relative to the AXLE. I guess the problem is to specify a point by an angle and then get the speed of that point relative to the ground, yes?
 
θ is the angle of rotation of the wheel.
I think you are right, as v is the speed of the bike itself.
James
 
Well, in any case, you're going to need a defined reference position for θ. Maybe you're supposed to take the axle as the XY origin and the X axis as zero degrees?
 
bobred said:

Homework Statement


A point P on a wheel of a bike radius R, P is a distance r from the axle.
The speed of the bike is v, what is the speed of the point P as a function of θ?

Homework Equations


x=R\theta - r \sin\theta
y=R - \cos\theta
The y-equation can't be right. Looks like you forgot ##r##.

Instead of ##R\theta##, try just writing ##vt##.
\rho=\frac{r}{R}
Distance traveled by the point in one revolution
D =R{\displaystyle \int_{0}}^{2\pi}\sqrt{\left(1+\rho^{2}\right)-2\rho\cos\theta}\,\textrm{d}\theta

The Attempt at a Solution


Speed is distance per unit time, but not sure where to begin as no function contains time.
Can I make
\theta=\omega t? If so how can I solve the integral?
James
 
  • Like
Likes   Reactions: bobred
bobred said:

Homework Statement


A point P on a wheel of a bike radius R, P is a distance r from the axle.
The speed of the bike is v, what is the speed of the point P as a function of θ?

Homework Equations


x=R\theta - r \sin\theta
y=R - \cos\theta
\rho=\frac{r}{R}

Where did you get these equations? Did you derive them or copy them from a book? Either way, what is your definition of ##\theta##? Also, as vela pointed out, the ##y## equation can't be correct.

Distance traveled by the point in one revolution
D =R{\displaystyle \int_{0}}^{2\pi}\sqrt{\left(1+\rho^{2}\right)-2\rho\cos\theta}\,\textrm{d}\theta

What does that equation have to do with it?

The Attempt at a Solution


Speed is distance per unit time, but not sure where to begin as no function contains time.
Can I make
\theta=\omega t? If so how can I solve the integral?
James

The problem asks for the rate of change with respect to ##\theta##. Once you have the position vector ##\vec P(\theta)## you want ##v(\theta) = |\vec P~'(\theta)|##.
 
  • Like
Likes   Reactions: bobred
Hi, I missed the r from the expression for y

y=R-r\cos\theta

The expressions came from the question sheet.
Thanks Vela,LCKurtz.
 
bobred said:
Hi, I missed the r from the expression for y

y=R-r\cos\theta

The expressions came from the question sheet.
Thanks Vela,LCKurtz.

There are a couple of other things you might like to observe about this problem. Take the case when ##R=r##. Look at the speed of the point on the edge of the wheel when it touches the ground vs. when it is at the top of the wheel(whatever values of ##\theta## those are in your setup. You will see the speed isn't constant like it would be for just a spinning wheel. Yet the acceleration is of constant magnitude and directed towards the center in both cases.
 
  • Like
Likes   Reactions: bobred
What I get is

v(\theta) = |\vec P~'(\theta)|=\sqrt{\left(\frac{dx}{d\theta}\right)^2+\left(\frac{dy}{d\theta}\right)^2}=\sqrt{(R-r\cos)^2+r^2\sin^2\theta}v(\theta) = R\sqrt{(1+\rho^2)-2\rho\cos\theta}
 
  • #10
Your expression for ##v(\theta)## has units of length. The speed of the particle is actually given by
$$v_P(\theta) = \left| \frac{d\vec{P}}{dt} \right| = \left| \frac{d\vec{P}}{d\theta}\frac{d\theta}{dt} \right|.$$ The factor of ##d\theta/dt## is where the information about the speed ##v## of the bicycle enters.
 
  • Like
Likes   Reactions: bobred
  • #11
Yes I see thanks, but how do I get d\theta/dt, or can't I with the given information?
 
  • #12
I think I have it
d\theta/dt = \omega

Which has units s-1.
 
  • #13
Right. Now you just need to relate ##\omega## to ##v##.
 
  • #14
Ok I think this is it

<br /> v(\theta) = |\vec P~&#039;(\theta)|=\sqrt{\omega\left(\frac{dx}{d\theta}\right)^2+\omega\left(\frac{dy}{d\theta}\right)^2}=\sqrt{\omega (R-r\cos)^2+\omega r^2\sin^2\theta}

v(\theta) = \omega R\sqrt{(1+\rho^2)-2\rho\cos\theta}

which has the units of speed.
 
Last edited:
  • #15
Cannot seem to be able to edit the above post

<br /> v(\theta) = |\vec P~&#039;(\theta)|=\sqrt{\left(\frac{dx}{d\theta}\omega\right)^2+\left(\frac{dy}{d\theta}\omega\right)^2}=\sqrt{\omega^2 (R-r\cos)^2+\omega^2 r^2\sin^2\theta}<br />

James
 
  • #16
So if the speed of the bike is ##v##…
 
  • #17
Then the speed of the point would be

v+v(\theta)
 
  • #18
bobred said:
Then the speed of the point would be

v+v(\theta)
That's not right. In any case, you seemed to have missed my point. If I gave you numbers for ##R##, ##r##, and ##v##, and ##\theta##, could you give me a numerical answer for ##v(\theta)##? Until you get to that point, you're not done. In other words, your answer should only depend on those variables.
 
  • #19
Yes, for r=0 the speed is \omega R and independent of \theta and for r=R, (\theta=0 is the point in contact with the ground) the speed is 0 for \theta=0 and v=2\omega R for \theta=\pi.
 
  • #20
Ok, so what's the speed of P if θ=π/4, R=0.5 m, r=0.2 m, and v=3 m/s?
 
  • #21
Ok,so I need to consider the speed of the bike v aswell.
 
  • #22
Hi
\omega=\frac{v}{r}

With the values you supplied I get 5.8 ms^{-1}
James
 
  • #23
Close. The angular speed of the wheel ##\omega## is independent of ##r##: every point goes around the axis at the same angular rate. A point 10 cm from the axis, for example, goes around once in the same time a point 20 cm from the axis goes around once.
 
  • #24
Yes, so it should be
\omega=\frac{v}{R}
 
  • #25
Right.
 
  • Like
Likes   Reactions: bobred
  • #26
Big sigh, thank you for your help and patience.
James
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K