How to Find C Coordinates if OA + BA + CA is Perpendicular to OB

  • Thread starter Thread starter Michael_Light
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
To find the coordinates of point C on line OB, given points A(1,7) and B(8,3), the condition is that vector OA + BA + CA is perpendicular to vector OB. The discussion reveals discrepancies in calculated answers, with one participant arriving at C=(112/73, 42/73) while another claims the answer is (-71/2, 195/7), which is deemed incorrect due to the negative x-coordinate. The method suggested involves using the dot product to establish the perpendicularity condition, leading to a solvable equation for C's coordinates. Ultimately, participants agree that the original question is valid, but the provided answer in the book is likely incorrect.
Michael_Light
Messages
112
Reaction score
0

Homework Statement



Given A(1,7) and B(8,3). C lies on OB where O is the origin. If vector OA + BA + CA is perpendicular to vector OB, find the coordinates of C.


Homework Equations





The Attempt at a Solution



The answer i get is C=(112/73 , 42/73) but the answer given is (-71/2 , 195/7). What answer do you get? :smile:
 
Physics news on Phys.org
Have you messed up in writing out this question?
 
I agree, I think you may have written something wrong there.

The easiest way is using the dot product, as (OA+OB+OC) . (OB) = 0, then you'd get two equations, one for each C co-ordinate, that'd be easy to solve.

However I don't get the answer you say you were given.
 
Eight said:
I agree, I think you may have written something wrong there.

The easiest way is using the dot product, as (OA+OB+OC) . (OB) = 0, then you'd get two equations, one for each C co-ordinate, that'd be easy to solve.

However I don't get the answer you say you were given.

Why (OA+OB+OC) . (OB) = 0?

What's wrong with the question? Here is how i do.. probably someone can check it out for me...

C lies on OB, so C = k(8,3)

BA = OA-OB = (-7,4)

CA= OA-OC = (1-8k, 7-3k)

OA + BA + CA = (-5-8k, 18-3k)

OA + BA + CA is perpendicular to vector OB, so

OA + BA + CA . OB = 0

(-5-8k, 18-3k) . (8,3)=0

-8(5+8k) + 3(18-3k) = 0

k= 14/73

So C = k(8,3) = 14/73 . (8,3)

Which step have i go wrong?
 
Michael_Light said:
What's wrong with the question?
The question is okay. I was expecting a more common question, a little simpler. :smile:
 
The book's answer can't be correct. OB is in the first quadrant, so no point on it has an x-coordinate with a negative value. I reckon you could easily plot this exercise on graph paper, and determine the point C with sufficient accuracy to confirm (or not) your answer.

I looked at this, and found C as (232/73, 87/73) , just fractionally more than double what you calculated. I haven't checked my working though.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top