Second Moment of Area for rotating rectangle

AI Thread Summary
The discussion revolves around calculating the second moment of area for a rotating rectangle, specifically how it changes with the angle of rotation. The user seeks an expression that relates the second moment of area to the angle, noting that standard formulas apply at 0 and 90 degrees, but integration is needed for angles in between. The challenge lies in defining integration limits that are functions of the rotation angle, theta, rather than static coordinates. A suggested approach involves transforming the coordinate system to account for the rotation, using trigonometric functions to express the new coordinates. The user is encouraged to explore this method further to solve the problem.
tomw87
Messages
2
Reaction score
0
Hi all, first post here but I've long browsed these forums for answers in the past.

I couldn't find an answer to my question through searching but I appologise in advance if it has been asked before.

Homework Statement



I want to find an expression which relates second moment of area to the angle that the shape in question has rotated through.

If you picture a rectangle with (for example) sides a = 1 and b = 10, with the neutral axis running through the centre of the rectangle, parallel to the long sides.

At 0 and 90 degrees of rotation about the centre of the rectangle you can use bd^3/12 to work out the second moment of area. However between these two I know you need to integrate, but I can't quite picture how this would work.

Homework Equations





The Attempt at a Solution



I know that I can use:

(int) y^2 da
(int)(int) y^2 dydx

The problem is how to define the limits and then to solve the integration as the limits are both functions of theta (angle that the rectangle makes with the x - axis) rather than just x & y as in a static problem.

If the width of the rectangle (a) was zero then the two limits would be on top of each other (obviously the area would then be zero).

However, in that case trig would suggest that x = cos(theta)*b and y = sin(theta)*b,

As the rectangle has a width there needs to be two pairs of functions with terms which determine their y-intersect in terms of the rectangles rotation.

I've attached an image showing the problem to make it a little clearer. This problem isn't urgent but I will keep thinking about it until I've solved it so any help would be appreciated!
Thanks in advance, Tom
 

Attachments

  • SecondMomentOfArea.jpg
    SecondMomentOfArea.jpg
    16.9 KB · Views: 3,578
Physics news on Phys.org
When you draw the new set x' and y' axes, you need to measure how the new value changes with the angle.

You should find that x' changes such that

x'=xcosθ+ysinθ

and y' changes such that

y'=ycosθ-xsinθthen just put that into your expression for Ix'-x'= ∫A y12 dA
 
Thanks for your reply, I will have a go at this.
 
Back
Top