calc III problem

renegade05

Full Member
Joined
Sep 10, 2010
Messages
260
Question: Consider the points P such that the distance from P to A(1,-2,3) is three times the distance from P to B(0,1,-2). Describe this set of points, giving appropriate information.

So I'm not really sure what the heck this question is asking. Am I to take P(x,y,z) and find the distance from these points to A and B ? and then say the magnitude of the vector PA = 3d and PB = d, where d is the distance, and PA & PB are vectors... Im kinda lost. Any help would be lovely.
 
Question: Consider the points P such that the distance from P to A(1,-2,3) is three times the distance from P to B(0,1,-2). Describe this set of points, giving appropriate information.

So I'm not really sure what the heck this question is asking. Am I to take P(x,y,z) and find the distance from these points to A and B ? and then say the magnitude of the vector PA = 3d and PB = d, where d is the distance, and PA & PB are vectors... Im kinda lost. Any help would be lovely.

Call P=<x,y,z>

Form Vector AB --> Subtract coordinate of A from coordiantes of B ===> B-A

then

form PA ===>A-P

set that equal to

3*PB ==> BP = P-B
length(PA)=3*length(PB)
 
Hmm i think i got it. I'm not really sure what you were saying but i figured it out.

The points are the surface of a sphere of radius 3158\displaystyle \frac{\sqrt{315}}{8} centered at (18,118,218)\displaystyle \left(\frac{-1}{8},\frac{11}{8},\frac{-21}{8}\right)

Maybe a confirmation would be nice though, if someone disagrees.
 
Hello, renegade05!

I got the same answer!


Consider the points P\displaystyle P such that the distance from P\displaystyle P to A(1,-2,3)\displaystyle A(1,\text{-}2,3)
. . is three times the distance from P\displaystyle P to B(0,1,-2).\displaystyle B(0,1,\text{-}2).

Describe this set of points, giving appropriate information.

Let (x,y,z)\displaystyle (x,y,z) represent point P.\displaystyle P.


Then: .PA=(x1)2+(y+2)2+(z3)2)\displaystyle \overline{PA} \:=\:\sqrt{(x-1)^2 + (y+2)^2 + (z-3)^2)}

. and: .PB=x2+(y1)2+(z+2)2\displaystyle \overline{PB} \:=\:\sqrt{x^2 + (y-1)^2 + (z+2)^2}


Since PA=3PB ⁣:\displaystyle \overline{PA} \:=\:3\cdot\overline{PB}\!:

. . . . . . . . (x1)2+(y+2)2+(z3)2  =  3x2+(y1)2+(z+2)2\displaystyle \sqrt{(x-1)^2 + (y+2)^2 + (z-3)^2} \;=\;3\sqrt{x^2 + (y-1)^2 + (z+2)^2}

. . x22x+1+y2+4y+4+z26z+9  =  \displaystyle x^2-2x+1 + y^2 + 4y + 4 + z^2 - 6z + 9 \;=\; .9(x2+y22y+1+z2+4z+4)\displaystyle 9(x^2 + y^2 - 2y + 1 + z^2 + 4z + 4)

. . . . .
. . .
x22x+y2+4y+z26z+14  =  9x2+9y218y+9+9z2+36z+36\displaystyle x^2 - 2x + y^2 + 4y + z^2 - 6z + 14 \;=\;9x^2 + 9y^2 - 18y + 9 + 9z^2 + 36z + 36

. . . . . . . 8x2+2x+8y222y+8z2+42z  =  -31\displaystyle 8x^2 + 2x + 8y^2 - 22y + 8z^2 + 42z \;=\; \text{-}31


Divide by 8: .x2+14x+y2114y+z2+214z  =  -318\displaystyle x^2 + \frac{1}{4}x + y^2 - \frac{11}{4}y + z^2 + \frac{21}{4}z \;=\;\text{-}\frac{31}{8}



Complete the square:

.(x2+14x+164)+(y2114y+12164)+(z2+214z+44164)  =  -318+164+12116+44164\displaystyle \left(x^2 + \frac{1}{4}x + \frac{1}{64}\right) + \left(y^2 - \frac{11}{4}y + \frac{121}{64}\right) + \left(z^2 + \frac{21}{4}z + \frac{441}{64}\right) \;=\;\text{-}\frac{31}{8} + \frac{1}{64} + \frac{121}{16} + \frac{441}{64}

. . . . . . . . . . . . . . . . (x+18)2+(y112)2+(z+218)2=31564\displaystyle \left(x + \frac{1}{8}\right)^2 + \left(y - \frac{11}{2}\right)^2 + \left(z + \frac{21}{8}\right)^2 \:=\:\frac{315}{64}



The set of points is a sphere with center (-18,112,-218)\displaystyle \left(\text{-}\frac{1}{8},\:\frac{11}{2},\:\text{-}\frac{21}{8}\right) and radius 3358\displaystyle \frac{3\sqrt{35}}{8}
 
Top