Welcome to the website of ME 274 for the Fall 2008 semester. On this site you can view blog posts, add your own blog posts and add comments to existing posts. In addition to the blog are links to course material: course information, information on solution videos, exams, quizzes, homeworks and other course-related material. Direct links to the homework solution videos are also available on the left side of this page.


The following is a reverse chronological order listing of the posts for the course blog. To add a post, click here (when adding posts, be sure to add a "label" in the box at the lower right side of the post window). To add a comment to an existing post, click on the "Comments" link below the post.


____________________________________________________

Apr 15, 2008

Sample Exam Problem 24



OK. I need help on this one. So far I was able to write the Newton-Euler formulas but that's it. I am left with 4 unknowns (T_ad, T_eg, a_gx, a_gy) and tried using kinematics for the bar to relate a_a and a_g but that doesn't seem to help much.

I know the bar is somehow going to swing to the right and go down, but are pt. A and pt. G constrained to a particular type of motion (i.e. horizontal or vertical)? Anyone have any idea on what I'm missing? Your help is appreciated.

5 comments:

CMK said...

You are on the right track on your thinking.

Note that the system is at rest (all omega's are zero on release).

* Therefore, when you write down the kinematics equation for AD, you will see that the acceleration of A is perpendicular to line AD (horizontal in this case). Importantly, you have only one scalar unknown for a_A.

* When you write down the kinematics equation for GE, you will see that the acceleration of G is perpendicular to line GE. Importantly, you have only one scalar unknown for a_G.

* When you write down the kinematics equation for link AG, you will have two scalar equations. This added to your three Newton-Euler equations gives you five equations. And you will have five unknowns: T_AD, T_GE, a_G, a_A and alpha.

dpinto said...

I understand the logic now. Thanks a lot professor. I still have a doubt on what role a_A plays on this problem. The Newton-Euler equations I get don't reference a_A in any way. For the kinematics for the bar I end up with:

a_gx = a_a
a_gy = alpha*(L/2)

and using trig I get

a_gx = a_g*sin(theta)
a_gy = a_g*cos(theta)

Do I have to account for the signs when I substitute a_gx and a_gy into the Newton-Euler eqns or ignore that since signs are already accounted for in the sum of forces?

I hopes this doesn't sound too confusing. Thanks.

CMK said...

The acceleration of a (a_A) is just another unknown in the problem. You can solve for that (if you want) along with the other unknowns in the problem.

Your kinematics are correct except for the signs on the components of a_G. Since a_G is perpendicular to GE, you can write EITHER:

a_Gx = -a_G*sin(theta)
a_Gy = a_G*cos(theta)

OR

a_Gx = a_G*sin(theta)
a_Gy = -a_G*cos(theta)

That is, a_Gx and a_Gy must have OPPOSITE signs in order for it to be perpendicular to GE (make a sketch to see this).

Does this help?

dpinto said...

Yes I did understand that. My a_G ends up being perpendicular to GE and pointing down:

a_Gx = a_G*sin(theta)
a_Gy = -a_G*cos(theta)

But my question is do I substitute these expressions with their respective signs into the sum of forces: ex. the sum of forces in y is T_ad + Teg*sin(theta) - Mg = Ma_Gy.

In the Ma_Gy part would I substitute a_Gy as -a_G*cos(theta) or do I omit the sign since the forces already take the direction into consideration??

CMK said...

You should NOT omit the signs as it is important to keep the relative signs correct for the correct direction. Putting both a_Gx and a_Gy into Newton with positive signs would be incorrect as a_G would point the wrong way.