Positioning B at the distance dz from A

  • Context: Undergrad 
  • Thread starter Thread starter onako
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on repositioning point B at a specified distance dz from point A, given the current distance AB=dt. The formula to calculate the new coordinates of B' is B' = B + (dz/dt)(B - A), which ensures that B' is in the direction of vector AB. The objective is to achieve this repositioning with a minimal number of operations, starting from the coordinates of B.

PREREQUISITES
  • Understanding of vector mathematics
  • Familiarity with coordinate systems
  • Basic knowledge of distance formulas
  • Ability to perform arithmetic operations on vectors
NEXT STEPS
  • Research vector normalization techniques
  • Learn about coordinate transformations in 2D and 3D space
  • Explore optimization methods for minimizing computational operations
  • Study applications of vector mathematics in computer graphics
USEFUL FOR

Mathematicians, computer graphics developers, and anyone involved in spatial positioning and vector calculations.

onako
Messages
86
Reaction score
0
The information I have on disposal are the coordinates of A, B, the current distance AB=dt and the wished
distance dz. I need to place B on the distance dz from point A using these info, but the coordinates of new
B` should be obtained using the old value of B. To demonstate: for determining the coordinates of B` using coordinates of A, I should use the following:B` = A + dz/dt(B - A) \\
but, it is needed to start with \\
B`= B + ...

Of course, I should obtain the solution that uses <= number of operations that the solution B = A + ...
New coordinate B` should be in the direction of the vector AB.
Thanks.
 
Physics news on Phys.org
Anyone?
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K