Where does radius sin angle sin rotation come from?

  • Context:
  • Thread starter Thread starter jerryd
  • Start date Start date
  • Tags Tags
    Formula Rotation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
jerryd
Messages
2
Reaction score
0
For calculating a new "x" point of rotation I found the formula:

x' = radius * cos(angle + -rotation) which converts to:

x' = radius cos angle cos rotation - radius sin angle sin rotation

Where does "radius sin angle sin rotation" come from?

Jerry D.
 
Mathematics news on Phys.org
jerryd said:
For calculating a new "x" point of rotation I found the formula:

x' = radius * cos(angle + -rotation) which converts to:

x' = radius cos angle cos rotation - radius sin angle sin rotation

Where does "radius sin angle sin rotation" come from?

Jerry D.

Hi jerryd! Welcome to MHB! ;)

It appears we're applying the angle difference identity for the cosine:
$$\cos(\alpha - \beta) = \cos\alpha \cos\beta + \sin\alpha \sin\beta$$
See for instance wiki.

However, we do seem to have a problem with a minus sign... (Worried)
 
Thanks for the reply.

The link to Wiki answered everything.

Jerry D.