Finding X2' and Y2' from Vector Values

  • Thread starter MatrixGL
  • Start date
  • Tags
    Vector
In summary, To find the coordinates (x2', y2') from given values (x, y), (x', y'), and θ, you can use polar coordinates or set up two equations using the fact that both (x', y') and (x2', y2') lie on the same circle, and the given angle θ. Another approach is to use a triangle with two equal sides and the given angle to determine the angle at (x', y'), and then set up a dot product between two suitable vectors to get a second equation.
  • #1
5
0
44bbqqx.gif


It's been a while since I've been in a math class. I'm just trying to make a simple openGL demo, and I ran into this problem.

If you look at the picture, I know the values of:

x, y
x', y'
θ

Now, from those, how can I find X2' and Y2' on a cartesian coordinate system?

lol, the question might seem dumb, but I've been out of touch for a long time and while I've done some searches I did not find anything specific.

Any help would be greatly appreciated!

Thanks!
 
Mathematics news on Phys.org
  • #2
Use polar coordinates.

You can find r and angle (of x' and y'), say phi, with (x,y) and (x',y'). r is going to be the same for (x2', y2') and you know the angle, which is phi+theta. So use r and theta+phi to determine x2' and y2'.
 
  • #3
If you don't want to use polar coordinates, you might do it this way:
You need 2 equations to determine (x2,y2), so what could work?

1. Both (x',y') and (x2,y2) lie on the SAME circle.
What equation can represent this fact?

2. We may determine the angle at (x',y'):
Having a triangle with two equal sides and a given angle should give us this angle.

3. Set up a dot product between two suitable vectors!
This gives you a second equation, along with the circle equation.
 

Suggested for: Finding X2' and Y2' from Vector Values

Replies
11
Views
967
Replies
7
Views
993
Replies
4
Views
1K
Replies
1
Views
497
Replies
3
Views
677
Replies
9
Views
972
Replies
8
Views
647
Back
Top