Q. 44

Question

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

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

Step-by-Step Solution

Verified
Answer

The distance between the points is d=a2.

1Step 1. Given information.

Find the distance between the points.

P1=(a,a); 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,a) and P2=(x2,y2)=(0,0).Using the distance formula with x1=a, y1=-a, x2=0, and y2=0, the length d is

d=x2-x12+(y2-y2)2d=0-a2+(0-a)2d=a2+a2d=2a2d=a2

3Step 3. Conclusion.

The distance between the points is a2.