Thread Closed

Finding a point on a line, given another point on the same line, and knowing its dist

 
Share Thread Thread Tools
Jun8-10, 07:02 PM   #1
 

Finding a point on a line, given another point on the same line, and knowing its dist


Hi there. I'm tryin to find a point, lets 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.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Jun8-10, 07:32 PM   #2
 
Mentor
Quote by Telemachus View Post
Hi there. I'm tryin to find a point, lets 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).
 
Jun8-10, 07:56 PM   #3
 
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.
 
Jun8-10, 08:19 PM   #4
 
Mentor

Finding a point on a line, given another point on the same line, and knowing its dist


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.
 
Jun9-10, 09:45 AM   #5
 
Thank you.
 
Thread Closed
Thread Tools


Similar Threads for: Finding a point on a line, given another point on the same line, and knowing its dist
Thread Forum Replies
points where normal at point on surface equals line from origin to that point Calculus & Beyond Homework 6
Vector equation for a line passing through a point and perpendicular to another line Calculus & Beyond Homework 11
Determine point on line where normal passes thr a point intersects the line. Calculus & Beyond Homework 7
Finding potential at a point due to line of charge. Calculus & Beyond Homework 3
Finding a plane given a point and a line...help! *calculus* Calculus & Beyond Homework 1