Asked by Derrick
                The distance, d, between two points, (x1,y1) and (x2,y2), can be found using the formula d=√(x2−x1)^2+(y2−y1)^2
How can you rearrange the given formula to correctly find y2?
            
            
        How can you rearrange the given formula to correctly find y2?
Answers
                    Answered by
            Reiny
            
    square both sides of d=√(x2−x1)^2+(y2−y1)^2
d^2 = x2^2 - 2(x2)(x1) + x1^2 + y2^2 - 2(y2)(y1) + y1^2
d^2 - x2^2 + 2(x2)(x1) - x1^2 - y1^2 = y2^2 - 2(y2)(y1)
y2^2 - 2(y2)(y1) - d^2 + x2^2 - 2(x2)(x1) + x1^2 - y1^2 = 0
compare with the standard quadratic, we have
a = 1
b = -2y1
c = - d^2 + x2^2 - 2(x2)(x1) + x1^2 - y1^2
Now solve for y2 using the quadratic equation, rather unruly mess
    
d^2 = x2^2 - 2(x2)(x1) + x1^2 + y2^2 - 2(y2)(y1) + y1^2
d^2 - x2^2 + 2(x2)(x1) - x1^2 - y1^2 = y2^2 - 2(y2)(y1)
y2^2 - 2(y2)(y1) - d^2 + x2^2 - 2(x2)(x1) + x1^2 - y1^2 = 0
compare with the standard quadratic, we have
a = 1
b = -2y1
c = - d^2 + x2^2 - 2(x2)(x1) + x1^2 - y1^2
Now solve for y2 using the quadratic equation, rather unruly mess
                    Answered by
            Natasha
            
    the distance between the points x ,y and x,y two is give by 
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.