Guest User

Untitled

a guest
Jan 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. cos(`ωt`) * ( cos(`ωt` - `θ`) )
  2.  
  3. cos(a - b) = cos(a) * cos(b) + sin(a) * sin(b)
  4.  
  5. a = `ωt` and b = `θ`,
  6.  
  7. cos(`ωt` - `θ`) = cos(`ωt`) * cos(`θ`) + sin(`ωt`) * sin(`θ`)
Add Comment
Please, Sign In to add comment