Squaring out coordinates (with trig)

  • Context: Undergrad 
  • Thread starter Thread starter UniPhysics90
  • Start date Start date
  • Tags Tags
    Coordinates Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
UniPhysics90
Messages
15
Reaction score
0
I'm following a worked example and really don't get a certain step in it: the step is going between

r=(-(s-2a)sin($) , scos($))

and

(r^2)=(s^2)+(4(a^2)-4as)sin($)

First of all how do you 'square' coordinates? I would have though it stays as coordinates?

Even when i try different ways of multiplying it out i can't get this answer, i always end up with extra terms or wrong coefficients.

any help would be great.

thanks
 
Mathematics news on Phys.org
Note that r is actually a vector, with two components (r = (r1, r2).
So when they write r², they actually mean
r² = r . r = r1² + r2².

You will have to use that sin² + cos² = 1. Just watch out when you calculate (a + b)², it is not а² + b².