Find Point C Given Line L and Distance to B

  • Thread starter Thread starter Telemachus
  • Start date Start date
  • Tags Tags
    Line Point
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Telemachus
Messages
820
Reaction score
30
Hi there. I'm tryin to find a point, let's call it C. I'm working on a R². What I know is that the point belongs to the line L: [tex]y=\displaystyle\frac{x}{2}+\displaystyle\frac{1}{2}[/tex] And that the distance to the point B(1,1), that belongs to L is [tex]\sqrt[ ]{20}[/tex].

How can I find it? I know there are two points, cause of the distance over the line.

I've tried to solve it using the distance pythagoric equation, but I don't know how to use the fact that B and C belongs to the same line.
 
Physics news on Phys.org


Telemachus said:
Hi there. I'm tryin to find a point, let's call it C. I'm working on a R². What I know is that the point belongs to the line L: [tex]y=\displaystyle\frac{x}{2}+\displaystyle\frac{1}{2}[/tex] And that the distance to the point B(1,1), that belongs to L is [tex]\sqrt[ ]{20}[/tex].

How can I find it? I know there are two points, cause of the distance over the line.

I've tried to solve it using the distance pythagoric equation, but I don't know how to use the fact that B and C belongs to the same line.

Every point on line L has coordinates (x, x/2 + 1/2). Set up an expression that represents the distance between this point and (1, 1), and set that expression to sqrt(20). Then solve the equation for x.

You should get two values for x, since there are two points on the line that are sqrt(20) units away from (1, 1).
 


Thanks Mark44. Heres my attempt to solve it:

[tex]\sqrt[ ]{20}=\sqrt[ ]{(1-x_0)^2+(1-y_0)^2}[/tex]

[tex](1-x_0)^2+(1-y_0)^2=20[/tex]

So, I know that for any value of [tex]x_0[/tex], [tex]y_0[/tex] must be [tex]y_0=x_0/2 + 1/2[/tex] and I know [tex](1-x_0)^2+(1-y_0)^2=20[/tex]

Solving the system should I get the two values?

Bye there, and thanks again.
 


Well, you can do that in one equation.
[tex]\sqrt{20}=\sqrt[ ]{(1-x_0)^2+(1-x_0/2 - 1/2)^2}[/tex]

Yes, you should get two values for x0.