Hate to ask this, but I'm getting desperate.
Determine the value of a which minimizes the perpendicular distance from point C to a section of pipeline that passes through points A and B.
The solution is a=2.08 m.
This is from the chapter on moments, so I'm guessing we minimize the distance by minimizing the moments.
This is what I have so far:
A: (0,-2,3)
B: (8,5,-6)
C: (-1,8,a)
I'm taking vector AB to be the force vector.
F=<8,7,-9>=F(lamda)AB=1/13.9 <8,7,-9>
r=CA=<1,-1.2,3-a>
Thus the moment is (X designates cross product):
M=r X F
=1/13.9 ( (7a-10.2)i + (33-8a)j + 16.6k)
From this point, I'm stuck. I know that M=Fd=F*r*cos (theta).
The hint the instructor gave included finding the magnitute of M and setting it equal to d. But that leaves too many unknowns, M, |F|, and a. Any suggestions would be great.
Thanks
[This message has been edited by Aaron (edited June 12, 2004).]
Determine the value of a which minimizes the perpendicular distance from point C to a section of pipeline that passes through points A and B.
The solution is a=2.08 m.
This is from the chapter on moments, so I'm guessing we minimize the distance by minimizing the moments.
This is what I have so far:
A: (0,-2,3)
B: (8,5,-6)
C: (-1,8,a)
I'm taking vector AB to be the force vector.
F=<8,7,-9>=F(lamda)AB=1/13.9 <8,7,-9>
r=CA=<1,-1.2,3-a>
Thus the moment is (X designates cross product):
M=r X F
Code:
| i j k | | 1 -1.2 3-a | | 8 7 -9 |
=1/13.9 ( (7a-10.2)i + (33-8a)j + 16.6k)
From this point, I'm stuck. I know that M=Fd=F*r*cos (theta).
The hint the instructor gave included finding the magnitute of M and setting it equal to d. But that leaves too many unknowns, M, |F|, and a. Any suggestions would be great.
Thanks
[This message has been edited by Aaron (edited June 12, 2004).]