Q. 43

Question

Find the distance d (P1, P2) between the points P1 and P2.

P1=(a,b); P2=(0,0)

Step-by-Step Solution

Verified
Answer

The distance between the points is d=a2+b2.

1Step 1. Given information.

Find the distance between the points.

P1=(a,b); P2=(0,0)

2Step 2. Substitute the values in the formula.

The length of the line segment is the distance between the points P1=(x1,y1)=(a,b) and P2=(x2,y2)=(0,0). Using the distance formula with x1=a, y1=b, x2=0, and y2=0the length d is

d=x2-x12+(y2-y2)2d=0-a2+(0-b)2d=a2+b2

3Step 3. Conclusion.

The distance between the points is a2+b2.