Ask Experts Questions for FREE Help !
Ask
    janguera's Avatar
    janguera Posts: 7, Reputation: 1
    New Member
     
    #1

    Jan 26, 2006, 03:04 PM
    2D Rotation about center of mass
    Hey Everyone!

    I've posted this question on both the physics and math sites, but I'm hoping that by fishing in all three that I might get an answer sooner! With that in mind...


    I'm trying to figure out how to calculate the resultant polar coordinates of a triangle following the triangle's 45 degree rotation about it's own center of mass. I've seen how to rotate the triangle about the center of the screen using:

    In 2D, you make (X,Y) from (x,y) with a rotation by angle t so:
    X = x cos t - y sin t
    Y = x sin t + y cos t

    ... but this only rotates the triangle with regards to the background. I want to figure out a way to find the NEW polar coordinates of the triangle after a 45 degree rotation with regards to its own center of mass. Any and all suggestions/comments are welcome!

    Joaq
    wandersciencer's Avatar
    wandersciencer Posts: 1, Reputation: 1
    New Member
     
    #2

    Nov 6, 2011, 02:41 AM
    first you get the differente between each pont of the triangle and the center of it.Then rotate the new coordiantes with the rotation formula and again add (reverse the first operation) to te rotated points the coordinates of the center of the triangle: so
    x(center of masses)=(x1+x2+x3)/3;y(center of masses)=(y1+y2+y3)/3;
    x1'=x1-x;y1'=y1-y; and so on;
    x1rotated=x1'*cos(angle)-y1'*sin(angle) and y1rotated=x1'*sin(angle)+y1'*cos(angle);
    finally=> x1''=x1rotated+x ; y1''=y1rotated+y;

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Ceiling Fan Default Rotation Direction [ 8 Answers ]

I have a Hunter ceiling fan w/ remote and wall switch. The default direction is winter mode but I want it to be summer mode. If I only use the remote I set the direction once and then all is well. But if my kids turn off the fan with the wall switch then next time it is turned on I need to reset...

Lift generated by rotation [ 7 Answers ]

Hi, Can anyone tell me how to calculate the lift caused by rotation of a cylinder in a flow of air? We could define the cylinder as being 14ft long, 6ft wide and rotating at 10,000rpm Airflow could be anything above 10mph

2D rotations about the center of mass [ 1 Answers ]

Hey all, I've place this post on the Math site, but I'm hoping that I might get an answer from someone here sooner! I'm trying to figure out how to calculate the resultant polar coordinates of a triangle following the triangle's 45 degree rotation about it's own center of mass. I've seen...

Retrograde rotation [ 3 Answers ]

If the solar nebula theory is the correct explanation of how the solar system formed, then what is the likely cause of two planets being highly tilted or rotating “backwards,” and one planet not revolving in the same plane as the rest by more than 10 degrees?

How do I rotate a 2D triangle around its center of mass? [ 0 Answers ]

Hello! I'm trying to figure out how to calculate the resultant polar coordinates of a triangle following the triangle's 45 degree rotation about it's own center of mass. I've seen how to rotate the triangle using: In 2D, you make (X,Y) from (x,y) with a rotation by angle t so: X =...


View more questions Search