Sign In
Use inverse operations.
y_1=y_2-sqrt(d^2-(x_2-x_1)^2)
To solve the given equation for y_1, we can use inverse operations.
We need to be very careful with the order of the operations.
LHS^2=RHS^2
LHS-(x_2-x_1)^2=RHS-(x_2-x_1)^2
sqrt(LHS)=sqrt(RHS)
LHS+y_1=RHS+y_1
LHS-sqrt(d^2-(x_2-x_1)^2)=RHS-sqrt(d^2-(x_2-x_1)^2)
We can use our solution with (x_2,y_2)=(2,1), x_1=6, and d=5 to get the answer.
A point with an x-coordinate at 6, which is 5 away from B(2,1), is A(6,-2). However, if we look at the diagram below, we can see that point C(6,4) is also 5 units away from B. The second coordinate y_1=4 is also a solution to the starting equation.
Let's investigate our solution to see the moment at which we missed this second solution. The problematic part is where we take the square root of both sides. d^2-(x_2-x_1)^2=(y_2-y_1)^2 If the square of a number is given, then the number itself can be positive or negative. We only considered the positive solution. Let's now work out the other possible solution.
sqrt(LHS)=sqrt(RHS)
LHS+y_1=RHS+y_1
LHS+sqrt(d^2-(x_2-x_1)^2)=RHS+sqrt(d^2-(x_2-x_1)^2)
The equation solved for y_1, in fact, can have two solutions. y_1=y_2±sqrt(d^2-(x_2-x_1)^2)