How to calculate the end point of a vector?

In summary: In this case, the vector (X1,Y1) would be measured with respect to the horizon instead of the true north. Knowing the initial point of a vector (X1,Y1) and its magnitude and angle (R,θ)HOW CAN I CALCULATE ITS FINAL POINT (X2,Y2)?If θ is the bearing from North as used by surveyors and navigators, the vector (X1,Y1) would be measured with respect to the horizon instead of the true north. To solve this problem, you would need to know the x- and y-coordinates of the final point.
  • #1
Morgoth
126
0
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]
 
Physics news on Phys.org
  • #2


Morgoth said:
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]).
 
  • #3


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. :smile:
 
  • #4


Fredrik said:
Edit: I wonder how many times I've made a post only to find that micromass replied a minute earlier. :smile:

You snooze, you lose :tongue2:

But your to this question answer is way better than mine! I didn't even think of something like that.
 
  • #5
thanks everyone. I think i thought of a faster way, like using:
(x2-x1)= r cosθ
(y2-y1)= r sinθ
 
  • #6
Morgoth said:
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. :smile:
 
  • #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.
 
  • #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.
 

1. What is the end point of a vector?

The end point of a vector is the final position or location of the vector, represented by a point in space.

2. How can I calculate the end point of a vector?

The end point of a vector can be calculated using the vector's initial position, magnitude, and direction. The formula for calculating the end point is: end point = initial point + magnitude * direction.

3. Can the end point of a vector be negative?

Yes, the end point of a vector can be negative if the vector's initial point is negative and the magnitude and direction are such that they result in a negative end point.

4. What is the difference between the end point and the magnitude of a vector?

The end point of a vector represents the final position of the vector, while the magnitude represents the length or size of the vector. The end point is a point in space, while the magnitude is a scalar value.

5. Is it possible for a vector to have multiple end points?

No, a vector can only have one end point. If the vector's magnitude and direction are changed, the end point will also change accordingly.

Similar threads

  • Classical Physics
Replies
4
Views
891
  • Precalculus Mathematics Homework Help
Replies
7
Views
877
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
824
  • Programming and Computer Science
Replies
14
Views
749
  • Introductory Physics Homework Help
Replies
7
Views
1K
  • Differential Geometry
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Programming and Computer Science
Replies
6
Views
873
  • Differential Geometry
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
14
Views
2K
Back
Top