Find Point C Given Line L and Distance to B

  • Thread starter Thread starter Telemachus
  • Start date Start date
  • Tags Tags
    Line Point
AI Thread Summary
To find point C on line L (y = x/2 + 1/2) that is a distance of √20 from point B(1,1), set up the distance equation between the two points. Since both points lie on the same line, express y in terms of x using the line equation. The distance formula leads to the equation (1 - x₀)² + (1 - (x₀/2 + 1/2))² = 20. Solving this will yield two values for x₀, corresponding to the two possible locations for point C. This method effectively utilizes the properties of distance and the line equation to find the desired points.
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: y=\displaystyle\frac{x}{2}+\displaystyle\frac{1}{2} And that the distance to the point B(1,1), that belongs to L is \sqrt[ ]{20}.

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: y=\displaystyle\frac{x}{2}+\displaystyle\frac{1}{2} And that the distance to the point B(1,1), that belongs to L is \sqrt[ ]{20}.

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:

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

(1-x_0)^2+(1-y_0)^2=20

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

Solving the system should I get the two values?

Bye there, and thanks again.
 


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

Yes, you should get two values for x0.
 


Thank you.
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top