New Reply

How to calculate the end point of a vector?

 
Share Thread Thread Tools
Aug11-12, 10:44 AM   #1
 

How to calculate the end point of a vector?


Knowing the initial point of a vector (X1,Y1) and its magnitude and angle (R,θ)
HOW CAN I CALCULATE ITS FINAL POINT (X2,Y2)?

like I know
(X2-X1)^2 = R^2 - (Y2-Y1)^2
tanθ= [Y2-Y1]/[X2-X1]
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Aug11-12, 10:58 AM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Morgoth View Post
Knowing the initial point of a vector (X1,Y1) and its magnitude and angle (R,θ)
HOW CAN I CALCULATE ITS FINAL POINT (X2,Y2)?

like I know
(X2-X1)^2 = R^2 - (Y2-Y1)^2
tanθ= [Y2-Y1]/[X2-X1]
The last equation gives us

[tex]Y_2=Y_1+\tan(\theta)(X_2-X_1)[/tex]

Now plug this value for [itex]Y_2[/itex] in the equation

[tex](X_2-X_1)^2 + (Y_2-Y_1)^2=R^2[/tex]

and solve for [itex]X_2[/itex] (you will get two values, why?, which value you want depends on [itex]\theta[/itex]).
 
Aug11-12, 10:59 AM   #3
 
Mentor
Hint: Do you also know what (Y2-Y1)/R and (X2-X1)/R are?

Edit: I wonder how many times I've made a post only to find that micromass replied a minute earlier.
 
Aug11-12, 11:25 AM   #4
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

How to calculate the end point of a vector?


Quote by Fredrik View Post
Edit: I wonder how many times I've made a post only to find that micromass replied a minute earlier.
You snooze, you lose

But your to this question answer is way better than mine!! I didn't even think of something like that.
 
Aug11-12, 03:22 PM   #5
 
thanks everyone. I think i thought of a faster way, like using:
(x2-x1)= r cosθ
(y2-y1)= r sinθ
 
Aug11-12, 03:48 PM   #6
 
Mentor
Quote by Morgoth View Post
thanks everyone. I think i thought of a faster way, like using:
(x2-x1)= r cosθ
(y2-y1)= r sinθ
That's exactly what I suggested.
 
Aug11-12, 03:58 PM   #7
 
lol fair enough :p the x/r and y/r thing didn't work in my mind that fast...

Now about the question to "why"
prolly because a vector showing to the -x or +x makes no difference for measuring its magnitude (r=+/- sqrt[Δx^2 + Δy^2, however - has no meaning, for you define r>=0). it's a problem of θ to solve.
 
Aug12-12, 08:53 AM   #8
 
Knowing the initial point of a vector (X1,Y1) and its magnitude and angle (R,θ)
HOW CAN I CALCULATE ITS FINAL POINT (X2,Y2)?
An interesting variation of this problem is if θ is the bearing from North as used by surveyors and navigators.
 
New Reply
Thread Tools


Similar Threads for: How to calculate the end point of a vector?
Thread Forum Replies
Calculate a vector wich forma an angle alpha with another vector Precalculus Mathematics Homework 2
Calculate the angle between the displacement vector and the force vector Introductory Physics Homework 3
How to calculate time for ticker tape to move from a point to another point? Introductory Physics Homework 7
How do I calculate the binormal vector without using the principal unit normal vector Calculus & Beyond Homework 1
Calculate point in ellipse given a unit vector General Math 3