To locate the centre of gravity of a rod

AI Thread Summary
The discussion focuses on determining the center of gravity of a heavy rod with non-uniform density, balancing on a peg with weights suspended from either end. Two scenarios are analyzed: one with a weight of 2W from end A and another with 3W from end B, both maintaining equal distances from the peg. Through the use of moments and the introduction of a dimensionless constant representing the weight ratio, participants derive equations to express the center of mass in terms of the rod's length and the weight ratio. The final goal is to show that the center of gravity lies between (2/5)L and (1/2)L from end A, which is achieved by analyzing the derived equations. The collaborative effort highlights the importance of rephrasing variables to simplify the problem-solving process.
gnits
Messages
137
Reaction score
46
Homework Statement
To locate the centre of gravity of a rod
Relevant Equations
moments
Could I please ask for a help on how to attack this question?

A heavy rod AB of length L can be made to balance across a small smooth peg C when a weight of 2W is suspended from A. Alternatively, it can be made to balance across the peg with a weight of 3W suspended from B. If the distance AC in the first case is the same as the distance BC in the second, show that the distance of the centre of gravity of the rod from A lies between (2/5)L and (1/2)L.

Here is my diagram for the two cases.

cases'.png

(I have called the weight of the rod ω)

In each diagram I have labelled ω as acting at the same point, but not at the centre point of AB, as I take it from this question that the rod is not of uniform density.

Well, if I take moments about C in the first case I get:

2Wd=ω*x1 giving x1 = 2Wd/ω

So the distance of the centre of gravity of the rod from A is:

d + x1 = d + 2Wd/ω.

Well, I can do the same for the second case giving distance of centre of gravity of the rod from A as:

L - d - x2 = L - d - 3Wd/ω

But I don't seem to be heading anywhere helpful!

Thanks for any pointer towards a solution,
Mitch.
 
Physics news on Phys.org
The problem is telling you that the actual center of mass of the rod is located between 40% and 50% of L, when measured from end A.
 
gnits said:
Homework Statement:: To locate the centre of gravity of a rod
Relevant Equations:: moments

Could I please ask for a help on how to attack this question?

A heavy rod AB of length L can be made to balance across a small smooth peg C when a weight of 2W is suspended from A. Alternatively, it can be made to balance across the peg with a weight of 3W suspended from B. If the distance AC in the first case is the same as the distance BC in the second, show that the distance of the centre of gravity of the rod from A lies between (2/5)L and (1/2)L.

Here is my diagram for the two cases.

View attachment 293869
(I have called the weight of the rod ω)

In each diagram I have labelled ω as acting at the same point, but not at the centre point of AB, as I take it from this question that the rod is not of uniform density.

Well, if I take moments about C in the first case I get:

2Wd=ω*x1 giving x1 = 2Wd/ω

So the distance of the centre of gravity of the rod from A is:

d + x1 = d + 2Wd/ω.

Well, I can do the same for the second case giving distance of centre of gravity of the rod from A as:

L - d - x2 = L - d - 3Wd/ω

But I don't seem to be heading anywhere helpful!

Thanks for any pointer towards a solution,
Mitch.
It's a tricky problem. A useful idea is the introduce the dimensionless constant ##\mu = \frac{W}{w}##, which is the ratio of the weight of the rod and the the other unknown weight ##W##.

The position of the CoM of the rod must depend on this ratio.

The variable you must eliminate is ##d##, leaving the distance from A to the CoM in terms of ##L## and ##\mu##.

I also suggest you need a symbol for this distance from A to the CoM. E.g. ##a##.
 
PeroK said:
It's a tricky problem. A useful idea is the introduce the dimensionless constant ##\mu = \frac{W}{w}##, which is the ratio of the weight of the rod and the the other unknown weight ##W##.

The position of the CoM of the rod must depend on this ratio.

The variable you must eliminate is ##d##, leaving the distance from A to the CoM in terms of ##L## and ##\mu##.

I also suggest you need a symbol for this distance from A to the CoM. E.g. ##a##.
Thank you very much for your reply. I would never have thought of that approach. So here is my previous diagram, with 'a' added:
cases'.png

I can combine my previously derived equations with your suggested terminology to give:

(am using u for the symbol 'mu')

a = d(1 + 2u)

and

a = L - d(1 + 3u)

and I eliminate d from these to give:

a = L - a * (1+3u)/(1+2u)

(Call this "Equation 1")

and can arrange this for a like so:

a = L(1 + 2u)/(2 + 5u)

(Call this "Equation 2")

So, tantalizingly, I can see that from "Equation 2" 'a' is not defined when u = -2/5 and from "Equation 1" 'a' is not defined when u = -1/2

I can't yet though see how to relate this to the required answer - required answer being that the distance of COG from A >(2/5)L and <(1/2)L

EDIT:
OK so looking at "Equation 2". I need 0 < a < L so I need:

0 < (1 + 2u)/(2 + 5u) < 1

Solving 0 < (1 + 2u)/(2 + 5u) leads to:

-1/2 > u > -2/5

and solving (1 + 2u)/(2 + 5u) < 1 leads to:

-2/5 > u > -1/3

Remembering that u = W/ω I can't yet see how to get from these limits on W/ω to limits for distance of COG from A.

I'll keep looking,
Thanks for any further help,
Mitch.
 
Last edited:
gnits said:
Thank you very much for your reply. I would never have thought of that approach. So here is my previous diagram, with 'a' added:View attachment 293930
I can combine my previously derived equations with your suggested terminology to give:

(am using u for the symbol 'mu')

a = d(1 + 2u)

and

a = L - d(1 + 3u)

and I eliminate d from these to give:

a = L - a * (1+3u)/(1+2u)

(Call this "Equation 1")

and can arrange this for a like so:

a = L(1 + 2u)/(2 + 5u)

(Call this "Equation 2")
Once you have equation 2 you are nearly finished. ##u = \frac{W}{w}## is the ratio of the weights and can take any positive value. You only need to calculate the maximum and minimum for ##a##.

gnits said:
So, tantalizingly, I can see that from "Equation 2" 'a' is not defined when u = -2/5 and from "Equation 1" 'a' is not defined when u = -1/2
##u## cannot be negative as it's a ratio of weights/masses.
 
PeroK said:
Once you have equation 2 you are nearly finished. ##u = \frac{W}{w}## is the ratio of the weights and can take any positive value. You only need to calculate the maximum and minimum for ##a##.##u## cannot be negative as it's a ratio of weights/masses.

I see it!

I would never have gotten it without your help. In particular, setting the equations in terms of W/ω, I don't see how I would ever of thought of that.

Thank you very much indeed.

Mitch.

Source https://www.physicsforums.com/threads/to-locate-the-centre-of-gravity-of-a-rod.1010047/
 
  • Like
Likes Lnewqban and PeroK
Thread 'Minimum mass of a block'
Here we know that if block B is going to move up or just be at the verge of moving up ##Mg \sin \theta ## will act downwards and maximum static friction will act downwards ## \mu Mg \cos \theta ## Now what im confused by is how will we know " how quickly" block B reaches its maximum static friction value without any numbers, the suggested solution says that when block A is at its maximum extension, then block B will start to move up but with a certain set of values couldn't block A reach...
TL;DR Summary: Find Electric field due to charges between 2 parallel infinite planes using Gauss law at any point Here's the diagram. We have a uniform p (rho) density of charges between 2 infinite planes in the cartesian coordinates system. I used a cube of thickness a that spans from z=-a/2 to z=a/2 as a Gaussian surface, each side of the cube has area A. I know that the field depends only on z since there is translational invariance in x and y directions because the planes are...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Back
Top