Eliminate constants/Moment of Inertia

  • Thread starter Thread starter aaronfue
  • Start date Start date
  • Tags Tags
    Inertia
AI Thread Summary
The discussion focuses on finding the moment of inertia about the y-axis by eliminating constants k and c from the equation. Participants suggest using known points on the curve to derive equations for k and c, ultimately leading to a function for y(x). The integration setup is confirmed to be correct, with emphasis on ensuring proper squaring of terms in the integrand. After several iterations and corrections, one participant arrives at a final answer of 8ba^3/15 - 2ba/3, while another confirms their result of ba^3/30 through a different approach. The conversation highlights the importance of careful integration and simplification in deriving the moment of inertia.
aaronfue
Messages
118
Reaction score
0

Homework Statement



Find the moment of inertia, Iy, about the y-axis using a vertical strip, width dx.
Use the given equation and eliminate constants k and c, express answer in terms of number and powers of a and b.


Homework Equations



I can't figure out how to eliminate the constants k and c?

The Attempt at a Solution



I believe I have the integration ready:

\int^{a}_{0} x^{2} (b-y)dx
where y=k(x-a)2 + c
 

Attachments

  • Moment of Inertia.JPG
    Moment of Inertia.JPG
    17.6 KB · Views: 575
Physics news on Phys.org
aaronfue said:
I can't figure out how to eliminate the constants k and c?

Pick out two points on the curve where you know the coordinates. Use these values to obtain two equations in two unknowns (c and k).
 
Ok. So far this is what I have:

I know the point at the origin (0,0). And x=a and y=b.

0 = k(0 - a)2 + c = ka2 + c ==> k = -\frac{c}{a^2}

So,

y=(-\frac{c}{a^2})(x-a)2 + c

I'm still not sure how to get rid of the c?
 
Start with your second known point.
 
I see... so x=a, y=b

b=(-\frac{c}{a^2})(a-a)2 + c
b=(-\frac{c}{a^2})(0)2 + c
b=c

...I think??
 
aaronfue said:
I see... so x=a, y=b

b=(-\frac{c}{a^2})(a-a)2 + c
b=(-\frac{c}{a^2})(0)2 + c
b=c

...I think??

Yup. So replace c in the y(x) function and then plug in the (0,0) point to see what k is all about...
 
gneill said:
Yup. So replace c in the y(x) function and then plug in the (0,0) point to see what k is all about...

Thanks! Would you also check if my integration is set up correctly?

\int^{a}_{0} x2 [b-(\frac{-b}{a^2})(x-a2) + b] dx

How would I get my answer in terms of a number and powers of constants a and b (per instructions)?
 
Last edited:
aaronfue said:
Thanks! Would you also check if my integration is set up correctly?

\int^{a}_{0} x2 [b-(\frac{-b}{a^2})(x-a2) + b] dx

How would I get my answer in terms of a number and powers of constants a and b (per instructions)?

For your integration, be sure that you're squaring the right thing in the integrand; is it just "a" that is squared?

Once you perform the integration the result will be in terms of a constant and powers of a and b.

Note that the tacit assumption is that the 'material' that the figure is made of has a uniform density of 1 mass unit per unit area. If instead you want to assume a mass M for the object, you should calculate its density from M and the total area and incorporate this into the determination of the moment of inertia.
 
gneill said:
For your integration, be sure that you're squaring the right thing in the integrand; is it just "a" that is squared?

Once you perform the integration the result will be in terms of a constant and powers of a and b.

Note that the tacit assumption is that the 'material' that the figure is made of has a uniform density of 1 mass unit per unit area. If instead you want to assume a mass M for the object, you should calculate its density from M and the total area and incorporate this into the determination of the moment of inertia.

I thought that the equation for Iy was

A x2 dA

Why would the "a" be the only thing squared?
 
  • #10
Isn't the function ##-\frac{b}{a^2}(x - a)^2 + b##, so that it's the whole term ##(x - a)## that's squared, not just the a in the term?
 
  • #11
gneill said:
Isn't the function ##-\frac{b}{a^2}(x - a)^2 + b##, so that it's the whole term ##(x - a)## that's squared, not just the a in the term?

My answer came out to be:

\frac{3ba^3}{10}

I don't understand how to get a power of a constant with this problem?
 
  • #12
a and b are constants. So in your answer b is to the power of 1 and a is to the power of 3.

The numerical constant 3/10 looks off to me though. Can you show more detail in your work?
 
  • #13
gneill said:
a and b are constants. So in your answer b is to the power of 1 and a is to the power of 3.

The numerical constant 3/10 looks off to me though. Can you show more detail in your work?

I've attached a scan of my work. Now that I've looked at the problem, I think I left out a "b-" for my "ydx". I think that it should be (b-y)dx. Seem right?
 

Attachments

  • MOI #1.JPG
    MOI #1.JPG
    14 KB · Views: 492
Last edited:
  • #14
aaronfue said:
I've attached a scan of my work. Now that I've looked at the problem, I think I left out a "b-" for my "ydx". I think that it should be (b-y)dx. Seem right?

Yup. b-y(x) is the length of the differential strips.
 
  • #15
gneill said:
Yup. b-y(x) is the length of the differential strips.

After including "b-" in my problem my answer came out to be:

\frac{8ba^3}{15} - \frac{2ba}{3},

without factoring.

Radius of Gyration: Ky = \sqrt{\frac{(\frac{8ba^3}{15} - \frac{2ba}{3})}{(b-y)dx}}
 

Attachments

  • Calc's.JPG
    Calc's.JPG
    41.3 KB · Views: 505
  • #16
Your integral should look something like:

$$\int_0^a x^2\left[ b - \left[-\frac{b}{a^2}*(x - a)^2 +b\right]\right]dx$$
$$= \int_0^a x^2\left[\frac{b}{a^2}(x - a)^2\right]dx$$
$$= \int_0^a b x^2 - 2\frac{b}{a}x^3 + \frac{b}{a^2}x^4 \, dx$$

Evaluating the last form term by term should leave you with terms having b to the power of one, a to the power of three only. Try the integral again.
 
  • #17
gneill said:
Your integral should look something like:

$$\int_0^a x^2\left[ b - \left[-\frac{b}{a^2}*(x - a)^2 +b\right]\right]dx$$
$$= \int_0^a x^2\left[\frac{b}{a^2}(x - a)^2\right]dx$$
$$= \int_0^a b x^2 - 2\frac{b}{a}x^3 + \frac{b}{a^2}x^4 \, dx$$

Evaluating the last form term by term should leave you with terms having b to the power of one, a to the power of three only. Try the integral again.

I see what I did wrong. Instead of having (-\frac{2b}{a}x3), I had: (-\frac{2b}{a^2}x3).

I now have: ba2*(\frac{8ba}{15} - \frac{2}{3})??

I believe I integrated correctly.
 
Last edited:
  • #18
aaronfue said:
I see what I did wrong. Instead of having (-\frac{2b}{a}x3), I had: (-\frac{2b}{a^2}x3).

I now have: ba2*(\frac{8ba}{15} - \frac{2}{3})??

I believe I integrated correctly.

If that's your result for the integration, it's not correct. Integrate term by term and show your work.
 
  • #19
Here is the new integration that I did. I didn't know if I should leave it as is or try to simplify it. There are no instructions that say to do so.
 

Attachments

  • Integration.JPG
    Integration.JPG
    21.6 KB · Views: 481
  • #20
In the first line of your attachment, the term with the coefficient -2b/a should be an x3 term, not x2. There's one x2 term, one x3 term, and one x4 term going into the integration.
 
  • #21
gneill said:
In the first line of your attachment, the term with the coefficient -2b/a should be an x3 term, not x2. There's one x2 term, one x3 term, and one x4 term going into the integration.

Dang...I see! After I distributed the x2 I didn't apply it to that part.
 
  • #22
Alright...

After re-distributing the x2 into my (b-y)dx, I got the answer that is in the image attached.

I guess I could factor out the ba3 and add/subtract fractions...
 

Attachments

  • New eqs..JPG
    New eqs..JPG
    25.6 KB · Views: 460
  • #23
Yup. Simplify the result.
 
  • #24
Great.

Now all I have to do is figure out the same answer using a horizontal strip (dy)!? I'm guessing, solve the equation as "x=" and plug that in?

Use: \frac{x^3}{3}dy
 
  • #25
aaronfue said:
Great.

Now all I have to do is figure out the same answer using a horizontal strip (dy)!? I'm guessing, solve the equation as "x=" and plug that in?

Use: \frac{x^3}{3}dy

Ouch. That might be a bit nasty; your x(y) function is going to involve a radical.

Well, show us what you get :smile:
 
  • #26
gneill said:
Ouch. That might be a bit nasty; your x(y) function is going to involve a radical.

Well, show us what you get :smile:

I was given a suggestion to substitute the expression for dy in terms of x and dx then integrate over the limits of x (0 to a).

Also to use \frac{x^3}{3}dy

Here is what I did:

I took the derivative of my function to get my "dy":

dy = -\frac{2bx}{a^2} + \frac{2b}{a} dx

Then I integrated that to get my final answer of \frac{ba^3}{30}, which was the same as I initially got.
 
  • #27
Hey, there's no arguing with success :smile:
 

Similar threads

Replies
5
Views
3K
Replies
10
Views
3K
Replies
6
Views
2K
Replies
15
Views
3K
Replies
8
Views
4K
Replies
1
Views
4K
Back
Top