Calc 3 Vector Problem: Finding A and B with Given Coordinates and Midpoint

  • Thread starter Thread starter Allenman
  • Start date Start date
  • Tags Tags
    Calc 3 Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Allenman
Messages
58
Reaction score
0
I mostly just want to know if I did this correctly... And if not, where I went wrong.

Homework Statement


Of [itex]\overline{U}[/itex]=(-2, 6) is the vector [itex]\overline{AB}[/itex] and the midpoint of the line segment from A to B has the coordinates (2,1). Find A and B.
Let
[itex]\overline{A}[/itex]=(a1, a2)
[itex]\overline{B}[/itex]=(b1, b2)

Homework Equations


The Attempt at a Solution


[itex]\overline{AB}[/itex]=(a1, b1) + t(b1-a1, b2-a2)

rearranging I got:
[itex]\overline{AB}[/itex]=(1-t)(a1, b1) + t(a2, b2)

So when t=0 I have the coordinates (a1 and b1)
and when t=1 I have the coordinates (a2 and b2)

So plugging the numbers:
[itex]\overline{AB}[/itex]=(-2,6) + t(-2 - 2, 6 - 1)
=(1-t)(-2, 6) + t(2, 1)
[itex]\overline{A}[/itex]=(-2, 2)
[itex]\overline{B}[/itex]=(6, 1)

Did I do it right? or am I way off?... lol
 
Physics news on Phys.org
allen,

i think something is wrong. if t=0 , you should get point A, the coordinate
[itex](a_1,b_1)[/itex] is not point A.

I will do this as following. let O be the origin. and let the coordinates of A and B be
(a1,a2) , (b1,b2). let the M be midpoint of
the segment AB , then

[tex]\vec{AB}=\vec{OB}-\vec{OA}=(b_1,b_2)-(a_1,a_2)=(b_1-a_1,b_2-a_2)[/tex]

[tex]\vec{AM}=\vec{OM}-\vec{OA}=(2,1)-(a_1,a_2)=(2-a_1,1-a_2)[/tex]

[tex]\vec{MB}=\vec{OB}-\vec{OM}=(b_1,b_2)-(2,1)=(b_1-2,b_2-1)[/tex]

now realize that vectors AM and MB are the same since they have same magnitude and direction.

[tex]\vec{AM}=\vec{MB}[/tex]

so you get 4 equations and 4 unknowns . solve it. I got

[tex]A=(3,-2) \; , B=(1,4)[/tex]

just to confirm the answer, use midpoint formula for A and B and you get back the coordinate of point M.
 
Thank you very much! You're awesome! :)