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

AI Thread Summary
To extrapolate vector v_{-1} from vectors v_{0}, v_{1}, and v_{2}, a proposed formula is v_{-1} = 3(v_{0} - v_{1}) + v_{2}. However, this approach yields undesirable results when the distance between v_{2} and v_{1} is less than the distance between v_{1} and v_{0}, causing v_{-1} to be inaccurately positioned far from v_{0}. The discussion seeks a more reliable formula that maintains the directional relationship between the vectors. Frustration is expressed over receiving a warning instead of assistance, highlighting a lack of support in the forum. The need for effective help in mathematical extrapolation remains a priority.
makc
Messages
65
Reaction score
0
Hi, I need to extrapolate vector v_{-1} from v_{0}, v_{1} and v_{2} (see attached pic), so that if v_{2} is on the right/left (2D case for simplicity) of v_{1}-v_{0}, v_{-1} would also be on the right/left.

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

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

Any help?
 

Attachments

  • untitled.JPG
    untitled.JPG
    3.1 KB · Views: 393
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 :(
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top