Calculate Velocity/Acceleration from Angular Vel/Acc & Radius of Disk

  • Thread starter Thread starter looseliver
  • Start date Start date
  • Tags Tags
    Mechanics
AI Thread Summary
To calculate the velocity and acceleration of a point on a moving disk, the relevant equations are velocity (v = ωr) and acceleration (a = αr), where ω is angular velocity, α is angular acceleration, and r is the radius. Given an angular velocity of 8k rad/s and an angular acceleration of -10k rad/s² with a radius of 0.5m, the velocity can be calculated as 4,000 m/s. The acceleration should be calculated using the correct formula, which is a = αr, resulting in an acceleration of -5,000 m/s². The discussion clarifies the proper use of these equations for the problem at hand. Understanding these relationships is crucial for solving similar physics problems.
looseliver
Messages
3
Reaction score
0

Homework Statement




How do i calculate the velocity and accaleration of a point on a moving disk when i know the angular velocity , angular acceleration and radius of the disk?

Homework Equations



angular velocity 8k rad/s
angular acceleration -10k rad/s2
Radius 0.5m

The Attempt at a Solution


 
Physics news on Phys.org
What you wrote under "Relevant equations" actually belongs into the "Homework Statement " part. So, what are the relevant equations?
 
Sorry about that. this is my first post.

The relevant equations is what i am unsure about...
I am considering using:
v=wr
Velocity = angular velocity x Radius

and:
a=xr
Acceleration = angular velocity x Radius.

I'm not certain if these are the correct equations to use. Just seems a bit straight forward.
 
You got the first relation right, but not the second one. The acceleration of the point equals angular acceleration times the radius.
 
I am trying to run an .ipynb file and have installed Miniconda as well as created an environment as such -conda create -n <env_name> python=3.7 ipykernel jupyter I am assuming this is successful as I can activate this environment via the anaconda prompt and following command -conda activate <env_name> Then I downloaded and installed VS code and I am trying to edit an .ipynb file. I want to select a kernel, via VS Code but when I press the button on the upper right corner I am greeted...
Back
Top