Center of Mass of compound cylinder

In summary: I would like to know if you think my results are correct or not. I have been thinking about this problem again and I am not sure about them. I would like to know other ways to solve it or comments. Thanks a lot for your time!In summary, the problem involves finding the optimal filling of a cylinder with two liquids of different densities in order to minimize the center of mass. The solution involves computing the center of mass of each sub-cylinder and then using algebraic manipulation to find the optimal height of the heavier substance. The assumption is made that in order for the center of mass to be as low as possible, it must be located at the surface of contact of both substances. However, this assumption should be proven before
  • #1
corochena
16
0
[SOLVED] Center of Mass of compound cylinder

I have this problem. I have a cylinder filled with two liquids of different densities and not able to mix up (like oil and water). I have to fill the cilynder in such a way so that the center of mass will be located as low as possible. For example, mercury and water, cylinder radius = 1cm, height = 10cm. How much mercury and water should I use? What would be the location of the center of mass. Note: The cylinder must be filled in completely. Give a response in function of the densities of the fluids.
 
Physics news on Phys.org
  • #2
Hi corochena and welcome to PF,

What have you attempted thus far?
 
  • #3
Solution

Well, I realized that the heavier substance must be located at the bottom of the cylinder and the ligther top. Then I computed the position of the center of mass of each sub-cylinder top and bottom.
Let it be:
d1: density of the heavier substance
d2: density of the lighter substance
h: height of the heavier substance
H: height of the cylinder
R: radius of the cylinder

With those I computed the center of mass of the whole cylinder and then I derivate to find the maximum/minimum and after some algebraic manipulation I came to the equation h = ( (d2 +/- sqr2(d1*d2) ) / (d2 - d1) ) * H

I realized that in order that the center of mass to be located as low as possible the center of mass must be located in the surface of contact of both substances.

I would like to know if my results are correct and other ways to solve it or any comments.
 
  • #4
Could you be a little more descriptive with your working? Could you show all your steps?
 
  • #5
Hootenanny said:
Could you be a little more descriptive with your working? Could you show all your steps?

It's a bit difficult because the simbology but I'll try:

The center of mass of cylinder 1 and 2 (heavier and lighter) are located in the middle because they are homogeneus. So I am able to find the CM of the whole cylinder:

By definition of CM:
m1 x = m2 (H/2 - x), x is the distance between CM1 and CM of the whole cylinder

m = d . V (density times volume)

m1 = d1 . pi . R^2 . h
m2 = d2 . pi . R^2 . (H-h)

so

d1 . pi . R^2 . h . x = d2 . pi . R^2 . (H-h) . (H/2 - x)

simplifying

d1 . h . x = d2 . (H-h) . (H/2 - x)

here I will make a shorcut stating that in order for the CM be as low as possible the CM must be located on the surface of contact of both substances. (The demonstration of such statement I will post it later). This statement makes the demonstration much shorter and simpler.

So x = h/2 then

d1 . h . h/2 = d2 . (H - h) . (H/2 - h/2)

rearranging

(d2 - d1)h^2 - 2d2.H. h + d2 . H^2 = 0

and solving the cuadratic we get

h = H . ( d2 +/- sqr(d1.d2)) / (d2 - d1)

I solved this problem a few months ago and I thought it was pretty interesting and I wanted to share my results and get feedback if they are correct or so.

I tried to put a picture here but I get the error that I am allowed to post URLs to other sites after I have made 15 posts of more.
 

Attachments

  • planteo.JPG
    planteo.JPG
    4.5 KB · Views: 511
  • #6
Thanks corochena. Unfortunately I haven't got time to look at it now, but I'll have a good look at it later this evening.

In order to prevent spamming, users with less than fifteen posts are not allowed to post urls. However, I'm sure a mentor will approve your attachment soon.
 
  • #7
Hootenanny said:
Thanks corochena. Unfortunately I haven't got time to look at it now, but I'll have a good look at it later this evening.

In order to prevent spamming, users with less than fifteen posts are not allowed to post urls. However, I'm sure a mentor will approve your attachment soon.

Thanks a lot! And... how were you able to answer so quickly? Is there some kind of alarm or something?
 
  • #8
corochena said:
Thanks a lot! And... how were you able to answer so quickly? Is there some kind of alarm or something?
There is a link in the top left corner called My PF, if one clicks it then it displays a list of subscribed threads.

Technically, you also make this assumption,
corochena said:
here I will make a shorcut stating that in order for the CM be as low as possible the CM must be located on the surface of contact of both substances. (The demonstration of such statement I will post it later).
At the very beginning of your derivation, so you should really prove your lemma first.
corochena said:
By definition of CM:
m1 x = m2 (H/2 - x), x is the distance between CM1 and CM of the whole cylinder
I assume that your taking moments about the CM of the cylinder ([itex]C_c[/itex]), in which case the above expression is,

[tex]m_1x = m_2\left(\frac{H-h}{2}\right) = m_2\left(\frac{H}{2}-\frac{h}{2}\right)[/tex]

Now if one assumes that [itex]C_c = h[/itex], then the equation becomes,

[tex]m_1x = m_2\left(\frac{H}{2}-x\right)[/tex]

As you originally had. However, you need to prove that [itex]C_c = h[/itex] before you can use it.
 
  • #9
Yes, I am taking moments about the CM of the cylinder Cc.

But I think m1 . x = m2 (H/2 - h/2) is wrong. The correct expression is as I wrote before (hopefully!) m1 . x = m2 . (H/2 - x). I think the new picture will explain better.
 

Attachments

  • planteo2.JPG
    planteo2.JPG
    12.3 KB · Views: 521
  • #10
I know I have to prove that x must be equal to h/2 (that is equivalent to say that the lowest CM possible must be located at the surface of contact of the two substances).

There is another way to do it and it is not necessary to make the assumption x = h/2, but you need to find the derivative of x=f(h) to find the maxima/minima, the algebraic burden is bigger although. Result is same of course.

Also regardless the procedure and the technical details (rigor) I would like to know if somebody gets the same result and how he/she came to his/her result.
 
  • #11
I'm afraid that I still can't see where you're deriving the following relationship from,

[tex]m_1x = m_2\left(\frac{H}{2}-x\right)[/tex]

Perhaps I am missing something, would someone else like to chime in?
 
  • #12
corochena said:
But I think m1 . x = m2 (H/2 - h/2) is wrong. The correct expression is as I wrote before (hopefully!) m1 . x = m2 . (H/2 - x).
I agree. This follows from the fact that the distance between the centers of m1 and m2 must equal H/2. (The center of m1 is h/2 from the bottom; the center of m2 is (H-h)/2 from the top.)
 
  • #13
Doc Al said:
I agree. This follows from the fact that the distance between the centers of m1 and m2 must equal H/2. (The center of m1 is h/2 from the bottom; the center of m2 is (H-h)/2 from the top.)
Thanks Doc!

corochena, the rest of your derivation and your final expression for h is correct. Nicely done :approve:.
 
  • #14
Thanks both of you. What a nice site is this! It was difficult to get someone interested in this kind of stuff, ... not anymore!
 

What is the center of mass of a compound cylinder?

The center of mass of a compound cylinder is the point at which the entire mass of the cylinder can be considered to be concentrated. It is the average position of the mass of the cylinder.

How is the center of mass of a compound cylinder calculated?

The center of mass of a compound cylinder can be calculated using the weighted average method. This involves dividing the cylinder into smaller sections, calculating the center of mass of each section, and then finding the overall center of mass by taking into account the mass and position of each section.

What factors affect the center of mass of a compound cylinder?

The center of mass of a compound cylinder is affected by the distribution of mass within the cylinder, as well as the shape and size of the cylinder. Additionally, any external forces acting on the cylinder can also affect its center of mass.

Why is the center of mass of a compound cylinder important?

The center of mass of a compound cylinder is important because it is the point at which the cylinder will balance and rotate around if placed on a pivot. It is also used in calculations related to the stability and motion of the cylinder.

How does the center of mass of a compound cylinder relate to its stability?

The lower the center of mass of a compound cylinder, the more stable it will be. This is because a lower center of mass means that there is less torque acting on the cylinder, making it less likely to tip over. A higher center of mass, on the other hand, can make the cylinder more prone to tipping over.

Similar threads

  • Introductory Physics Homework Help
Replies
12
Views
1K
  • Introductory Physics Homework Help
2
Replies
40
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
833
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
554
  • Introductory Physics Homework Help
3
Replies
97
Views
11K
  • Classical Physics
Replies
3
Views
956
  • Introductory Physics Homework Help
Replies
8
Views
2K
  • Introductory Physics Homework Help
Replies
9
Views
4K
  • Introductory Physics Homework Help
Replies
6
Views
3K
Back
Top