Relationship between the angle and time of a tilted falling object

Click For Summary

Homework Help Overview

The discussion revolves around finding the relationship between the angle and time of a tilted falling object, specifically a stick that falls due to gravity. Participants explore the dynamics of the motion, considering forces and energy transformations involved in the process.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the validity of using conservation of energy versus force analysis to understand the motion of the falling stick. Questions arise about the type of velocity involved and how potential energy is converted into kinetic energy, both translational and rotational.

Discussion Status

There is an ongoing exploration of the equations governing the motion, with some participants providing guidance on the moment of inertia and the nature of angular velocity. The discussion includes attempts to derive a valid equation that incorporates both translational and rotational aspects of the falling stick.

Contextual Notes

Participants note that the motion may be more complex than initially perceived, with considerations of frictionless contact and the behavior of the center of mass during the fall. There is also mention of the need for advanced mathematical methods to solve certain integrals related to the problem.

bug13
Messages
7
Reaction score
0

Homework Statement



find relationship between the angle and time of a tilted falling object

Homework Equations



any that is applicable

The Attempt at a Solution



As seen in picture below, and that's what I have done so far. It's a tilted object, only gavity and the support force(floor) are acting on it.

  • Is it valid? (using conservation of energy)
  • or do I need to do a force analysis?
  • if it's in-valid, what should I google for?

any input is appreciated, it's a real word problem, thanks :smile:
 

Attachments

  • Photo-29_05_12-12.31.35-PM-1.jpg
    Photo-29_05_12-12.31.35-PM-1.jpg
    26.2 KB · Views: 666
Physics news on Phys.org
What kind of movement is the body going through? You used velocity, but what kind of velocity exactly?
 
the object is simply fall on the floor, from almost up right, due to gravity. there is no other force.

image you try to put a stick up right on the floor, it simply can't stay up right from the moment you take your hand off it.

please ask if i am not making sense, as I am not sure if i describe it correctly
 
bug13 said:
the object is simply fall on the floor, from almost up right, due to gravity. there is no other force.

image you try to put a stick up right on the floor, it simply can't stay up right from the moment you take your hand off it.

please ask if i am not making sense, as I am not sure if i describe it correctly

You're making sense, I understand the question.

My question for you is how does the stick fall? What kind of velocity does it gain?
For example, a car has translational velocity, while a pinwheel has rotational velocity.
 
that's part of the question, the answer is from analyzing the situation, that's the part that I am not sure if my equation is valid.


Villyer said:
You're making sense, I understand the question.

My question for you is how does the stick fall? What kind of velocity does it gain?
For example, a car has translational velocity, while a pinwheel has rotational velocity.
 
You wrote in your work that mgh = 1/2mv2. This is assuming that the falling stick is transferring all of its potential energy into translational kinetic energy.
But this isn't true, its potential energy is gradually being transferred into rotational kinetic energy. So your energy statement should have three parts: the total energy (that it starts with), the potential energy at some height h (or some angle theta), and the rotational kinetic energy.
 
that makes sense, so how do I fix the formula? from wikipedia, I found rotational kinetic energy is
Code:
 E=0.5Iω[SUP]2[/SUP]
, so the new formula is something like:

Code:
mgh=mgh(1-sin(θ))+0.5mIω[SUP]2[/SUP]

and it can be simplied as:

Code:
gh=gh(1-sin(θ))+0.5Iω[SUP]2[/SUP]

Is this one valid now?

if it is valid, can you help me help out with I in the formula, as I have no idea what that is.

Villyer said:
You wrote in your work that mgh = 1/2mv2. This is assuming that the falling stick is transferring all of its potential energy into translational kinetic energy.
But this isn't true, its potential energy is gradually being transferred into rotational kinetic energy. So your energy statement should have three parts: the total energy (that it starts with), the potential energy at some height h (or some angle theta), and the rotational kinetic energy.
 
I don't know why you added an m into the term for rotational kinetic energy (in that middle code block).

And I is the moment of inertia. It depends on the body that is being rotated, and for a uniform rod it is 1/3mL2. Since we already defined h as being the distance from the end of the rod to the center of mass, what can you say L is? And what does the equation simplify into now?
(And what is ω? It may be helpful to turn it into an equivalent expression.)
 
sorry about the added m into the term for rotational kinetic energy, it's a typo.

as of the moment of inertia I=1/3mL2, assuming m is the mass, L is the length of the object, so the new equation is:

Code:
mgh=mgh(1-sinθ)+0.5Iω[SUP]2[/SUP], I=1/3mL[SUP]2[/SUP]
mgh=mgh(1-sinθ)+(1/2)(1/3)m(2h)[SUP]2[/SUP]ω[SUP]2[/SUP], ω=θ/t
g=g(1-sinθ)+(2/3)hω[SUP]2[/SUP], ω=θ/t
g=g(1-sinθ)+(2/3)h(θ/t)[SUP]2[/SUP]

Is it valid now?


Villyer said:
I don't know why you added an m into the term for rotational kinetic energy (in that middle code block).

And I is the moment of inertia. It depends on the body that is being rotated, and for a uniform rod it is 1/3mL2. Since we already defined h as being the distance from the end of the rod to the center of mass, what can you say L is? And what does the equation simplify into now?
(And what is ω? It may be helpful to turn it into an equivalent expression.)
 
Last edited:
  • #10
All of the work is correct with the exception of ω=θ/t, as ω (the rotational velocity) is the change in θ over the change in time, so it should read ω=dθ/dt.
 
  • #11
Thanks Villyer, for all your help :smile:

this should be the last equation now?

mgh=mgh(1-sinθ)+0.5Iω2, I=1/3mL2
mgh=mgh(1-sinθ)+(1/2)(1/3)m(2h)2ω2, ω=dθ/dt
g=g(1-sinθ)+(2/3)hω2, ω=dθ/dt
g=g(1-sinθ)+(2/3)h(dθ/dt)2

Villyer said:
All of the work is correct with the exception of ω=θ/t, as ω (the rotational velocity) is the change in θ over the change in time, so it should read ω=dθ/dt.
 
  • #12
That all looks right to me :cool:

I attempted to solve this differential equation, but I got stuck trying to evaluate ∫√{csc(θ)}dθ, which wolfram alpha gives as involving an 'elliptic integral of the first kind' (http://www.wolframalpha.com/input/?i=integral+√csc(x)+dx) which I don't understand.

Maybe if the domain is limited to (0,π/2] the integral is easier.
 
  • #13
As in my attached pic in OP, θ is between 0 to Pi/2, but I think solving this need more advance mathematical method, which I don't have a clue :confused:

Hope someone with the skills and knowledge jump in and give me a hand


Villyer said:
That all looks right to me :cool:

I attempted to solve this differential equation, but I got stuck trying to evaluate ∫√{csc(θ)}dθ, which wolfram alpha gives as involving an 'elliptic integral of the first kind' which I don't understand.

Maybe if the domain is limited to (0,π/2] the integral is easier.
 
  • #14
bug13 said:

Homework Statement



find relationship between the angle and time of a tilted falling object

Homework Equations



any that is applicable

The Attempt at a Solution



As seen in picture below, and that's what I have done so far. It's a tilted object, only gavity and the support force(floor) are acting on it.

  • Is it valid? (using conservation of energy)
  • or do I need to do a force analysis?
  • if it's in-valid, what should I google for?

any input is appreciated, it's a real word problem, thanks :smile:
Hello bug13. Welcome to PF !

attachment.php?attachmentid=47743&d=1338255623.jpg


The motion of the stick is more complicated than it might seem initially.

You can solve this with energy principles, as you are doing, or with force & torque.

If the contact of the stick with the floor is frictionless, then the C.M. (center of mass) of the stick falls exactly vertically downward.

If you assume that the bottom of the stick maintains contact with the floor (yes, I realize it's sliding) then you will find that the solution resulting from this will have that the angular velocity, ω, of the stick achieves some maximum, then decreases. This can't happen unless the floor pulls down on the end of the stick. Once you reach the point (*) at which ω is a maximum, ω will remain constant and the center of mass will fall with acceleration of g.

Added in Edit:

* At this point it's also true that the acceleration of the C.M. would become greater than g, downward.

Also, the top end of the stick will contact the floor first, before any other part does.
 
Last edited:

Similar threads

Replies
7
Views
3K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K