How Can I Extrapolate Vector v_{-1} from v_{0}, v_{1}, and v_{2}?

Click For Summary
SUMMARY

The discussion focuses on the mathematical problem of extrapolating vector v_{-1} from known vectors v_{0}, v_{1}, and v_{2}. The user initially proposed a formula: v_{-1} = 3(v_{0} - v_{1}) + v_{2}, but encountered issues when the absolute difference between v_{2} and v_{1} was less than that between v_{1} and v_{0}. The user seeks a more reliable formula that maintains the relative positioning of the vectors in a 2D space.

PREREQUISITES
  • Understanding of vector mathematics in 2D space
  • Familiarity with linear extrapolation techniques
  • Knowledge of vector operations such as addition and subtraction
  • Basic grasp of mathematical inequalities and their implications
NEXT STEPS
  • Research advanced vector extrapolation methods
  • Explore the concept of linear transformations in vector spaces
  • Learn about the implications of vector norms and distances
  • Investigate alternative extrapolation techniques, such as polynomial interpolation
USEFUL FOR

Mathematicians, physics students, and anyone involved in computational geometry or vector analysis.

makc
Messages
65
Reaction score
0
Hi, I need to extrapolate vector [tex]v_{-1}[/tex] from [tex]v_{0}[/tex], [tex]v_{1}[/tex] and [tex]v_{2}[/tex] (see attached pic), so that if [tex]v_{2}[/tex] is on the right/left (2D case for simplicity) of [tex]v_{1}-v_{0}[/tex], [tex]v_{-1}[/tex] would also be on the right/left.

My initial solution was like this:
[tex]v_{2} - v_{1} = v_{1} - v_{0} + dv[/tex],
[tex]v_{1} - v_{0} = v_{0} - v_{-1} + dv[/tex],
and from there
[tex]v_{-1} = 3(v_{0} - v_{1}) + v_{2}[/tex].

This, however, produces ugly results when abs ([tex]v_{2} - v_{1}[/tex]) < abs ([tex]v_{1} - v_{0}[/tex]) - point [tex]v_{-1}[/tex] is placed very far from [tex]v_{0}[/tex]. So I need a better formula for this.

Any help?
 

Attachments

  • untitled.JPG
    untitled.JPG
    3.1 KB · Views: 424
Physics news on Phys.org
okay, this forum is titled "physics and math help". so, once in a god knows how many month I post for help, and what do I receive? a warning? if this is how you intent to help, well... screw you and your warnings. you may ban me right away, I will get help at some other place :(
 

Similar threads

Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
12
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
3
Views
2K