What is the length PC? How did you solve this?

enter image source here

1 Answer
Apr 6, 2018

See below.

Explanation:

Calling

v1,v2,v3 the unit vectors with the direction of AP,BP and CP we have

A=P+av1
B=P+bv2
C=P+cv3

Here

a=10
b=6

then

BA=bv2av1
CB=cv3bv2

but BA and CB are perpendicular then

BA,CB=bv2av1,cv3bv2=0

bcv2,v3b2v22acv1,v3+abv1,v2=0

and then

c=b2abv1,v2bv2,v3av1,v3=33

with

v1,v2=12
v2,v3=12
v1,v3=12

NOTE

, represents the scalar product of two vectors.
represents the norm operation.