In a 3D coordinate system, vector P is drawn from the origin to the point ( − 5 , 3 , 9 ) . Consider a closed surface defined by the set of points Q such that:
Q ⋅ ( P − Q ) = 0
Determine the volume enclosed by the surface (to 3 decimal places).
Note: The symbol " ⋅ " denotes the dot product operation
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Very nice! Its center is half way from the origin to P , and its radius is half the length of P .
Log in to reply
Yup, a nice little exercise with vectors, Steven! Thanks for posting....
Thales' theorem: If A , B lie diametrically across from each other on a circle, then C is a point on that circle iff ∠ A C B = 9 0 ∘ .
The condition in this problem may be written ( Q − O ) ⋅ ( Q − P ) = 0 , where O is the origin; in other words, ∠ O Q P = 9 0 ∘ ; which means that Q can be any point on any circle of which O P is a diameter. This means that Q traces out a sphere, with O P as a diameter.
The Pythagorean Theorem shows that d = ∣ O P ∣ = 1 1 5 , so r = 2 1 1 1 5 . Plug this into V = 3 4 π r 3 to find the final answer, 6 4 5 . 7 2 2 .
Problem Loading...
Note Loading...
Set Loading...
Let P = − 5 i ^ + 3 j ^ + 9 k ^ , Q = a i ^ + b j ^ + c k ^ , and P − Q = ( − 5 − a ) i ^ + ( 3 − b ) j ^ + ( 9 − c ) k ^ .
Taking the above dot product gives:
Q ⋅ ( P − Q ) = ( a i ^ + b j ^ + c k ^ ) ⋅ [ ( − 5 − a ) i ^ + ( 3 − b ) j ^ + ( 9 − c ) k ^ ] = 0 ;
or ( − 5 a − a 2 ) + ( 3 b − b 2 ) + ( 9 c − c 2 ) = 0 ;
or ( 4 2 5 + 5 a + a 2 ) + ( 4 9 − 3 b + b 2 ) + ( 4 8 1 − 9 c + c 2 ) = 4 2 5 + 4 9 + 4 8 1 ;
or ( a + 2 5 ) 2 + ( b − 2 3 ) 2 + ( c − 2 9 ) 2 = 4 1 1 5 .
Hence, the surface is a sphere with a radius = 2 1 1 5 and a volume equal to V = 3 4 π r 3 = 3 4 π ( 2 1 1 5 ) 3 = 6 π ⋅ 1 1 5 2 3 .