McGraw Hill Glencoe Algebra 2, 2012
MH
McGraw Hill Glencoe Algebra 2, 2012 View details
3. Solving Equations
Continue to next subchapter

Exercise 63 Page 24

Use inverse operations.

y_1=y_2-sqrt(d^2-(x_2-x_1)^2)

Practice makes perfect

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.

d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)
d^2=(x_2-x_1)^2+(y_2-y_1)^2
d^2-(x_2-x_1)^2=(y_2-y_1)^2
sqrt(d^2-(x_2-x_1)^2)=y_2-y_1
y_1+sqrt(d^2-(x_2-x_1)^2)=y_2
y_1=y_2-sqrt(d^2-(x_2-x_1)^2)

Extra

Is there a Second Solution?
Notice that the formula in the question actually gives the distance between two points in the plane. d=sqrt((x_2-x_1)^2+(y_2-y_1)^2) Let's put the question in context using an example.

  • If the distance between points A(6,y_1) and B(2,1) is 5 units, what is y_1?

We can use our solution with (x_2,y_2)=(2,1), x_1=6, and d=5 to get the answer.

y_1=y_2-sqrt(d^2-(x_2-x_1)^2)
y_1=1-sqrt(5^2-(2-6)^2)
â–¼
Evaluate right-hand side
y_1=1-sqrt(5^2-(-4)^2)
y_1=1-sqrt(25-16)
y_1=1-sqrt(9)
y_1=1-3
y_1=-2

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.

d^2-(x_2-x_1)^2=(y_2-y_1)^2
-sqrt(d^2-(x_2-x_1)^2)=y_2-y_1
y_1-sqrt(d^2-(x_2-x_1)^2)=y_2
y_1=y_2+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)