How do I find the equidistant point?

  • Thread starter Thread starter BankaiNinja
  • Start date Start date
  • Tags Tags
    equidistant Point
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 27K views
BankaiNinja
Messages
7
Reaction score
0
1. Find the coordinates of the point on the line y=3x+1 that is equidistant from (0,0) and (-3,4)



2. distance formula



3. I have no idea how to do this. X_X
 
Physics news on Phys.org
Any point on the line has coordinates (x,3x+1). Set the distance from that to (0,0) equal to the distance from that to (-3,4)
 
huh? can u show me? step by step
 
The distance between a point (x,y) and the point (-3,4) is [tex]d1=\sqrt{(x+3)^2 + (y-4)^2}[/tex]. The distance between a point (x,y) and the point (0,0) is [tex]d2 = \sqrt{x^2 + y^2}[/tex]. You know what y is from the equation of the line, so substitute that, set d1=d2, and solve for x.
 
In future, please note that you must show some work before help can be provided-- hence the presence of #3 in the homework posting template. Furthermore, this is not calculus and should be in the precalculus forum.