Angular displacement and bicyclist

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 7K views
Linus Pauling
Messages
187
Reaction score
0
1.

An exhausted bicyclist pedals somewhat erratically, so that the angular velocity of his tires follows the equation

omega(t) = 0.5t - 0.25sin(2t), t greater than/equal to zero.

where t represents time (measured in seconds).




2. omega is defined as the first derivative of theta.



3. I integrated omega(t), obtaining 0.25t^2 + (1/8)cos(2t), plugged in 2 and got my incorrect answer.
 
Physics news on Phys.org
Hey, can you post the actual question? Is it to find the angular displacement after 2 seconds?
 
What angular displacement theta has the spot of paint undergone between time 0 and 2 seconds?

That is the question. Apparently I integrated incorrectly, but I do not see where I made a mistake...
 
I'm really not sure what the problem is either. Is your calculator in the right mode?
 
cepheid said:
I'm really not sure what the problem is either. Is your calculator in the right mode?

Yes, it is in radians. So, cos(4) = -.6536

(1/8)cos(4) = -.0817

+ 1 = 0.918


?
 
BTW, it says that I did my integral wrong. In other words, the angular displacement does NOT equal:

0.25t^2 + (1/8)cos(2t)

??
 
You calculated the *indefinite* integral:

[tex]\theta(t) = \int \omega(t) \, dt[/tex]

[tex]= \int \left(\frac{1}{2}t - \frac{1}{4}\sin(2t) \right) \, dt[/tex]

[tex]= \frac{1}{4}t^2 + \frac{1}{8}\cos(2t) + C[/tex]​

where C = [itex]\theta(0)[/itex]

The question is asking you for the angular *displacement* between t = 0 and t = 2, which is given by [itex]\theta(2) - \theta(0)[/itex], which is given by the *definite* integral:

[tex]\theta(2) - \theta(0) = \int_0^2 \omega(t) \, dt[/tex]

[tex]= \int_0^2 \left(\frac{1}{2}t - \frac{1}{4}\sin(2t) \right) \, dt[/tex]

[tex]= \left[\frac{1}{4}t^2 + \frac{1}{8}\cos(2t)\right]_0^2[/tex]​
 
Damn it, I forgot the blood 1/8 from taking cos(0).

Thank you.