New Reply

How to verify a position vector points to a point inside a sphere?

 
Share Thread
Mar30-11, 02:46 AM   #1
 

How to verify a position vector points to a point inside a sphere?


1. The problem statement, all variables and given/known data

Given a sphere center at (2,2,2) with radius of 1.5, given a vector A=<3,2,1>. How do I verify A point to a point inside the sphere?

2. Relevant equations

Equation of circle:

[tex]\sqrt{(x-2)^2+(y-2)^2+(z-2)^2}=1.5[/tex]


3. The attempt at a solution

I know A point to a point inside the sphere.

[tex]\sqrt{(3-2)^2+(2-2)^2+(1-2)^2}=\sqrt{2}\;\hbox { smaller than 1.5}[/tex]

Is any point that give number smaller than 2.25 indicate the point is inside the sphere? can you explain why?

Thanks

Alan
PhysOrg.com science news on PhysOrg.com

>> A robot that runs like a cat (w/ Video)
>> Global cooling as significant as global warming, research shows
>> 'Chase and run' cell movement mechanism explains process of metastasis
Mar30-11, 02:50 AM   #2
 
Recognitions:
Homework Helper Homework Help
[tex]
\sqrt{(x-2)^2+(y-2)^2+(z-2)^2}=1.5
[/tex]

This equation will give any point on the surface of the sphere since the distance from the center to the surface is constant.

If your point is before the surface, would the distance be more or less than the radius?
Mar30-11, 03:07 AM   #3
 
Quote by rock.freak667 View Post
[tex]
\sqrt{(x-2)^2+(y-2)^2+(z-2)^2}=1.5
[/tex]

This equation will give any point on the surface of the sphere since the distance from the center to the surface is constant.

If your point is before the surface, would the distance be more or less than the radius?
It would be more than the radius if the point is outside the sphere.

I have to think a little about this.

Thanks
Mar30-11, 07:51 AM   #4
 
Recognitions:
Homework Helper Homework Help

How to verify a position vector points to a point inside a sphere?


The way to go about this question is to examine the distance between the centre of the sphere and the point defined by the vector. If the distance is less than the radius of te sphere then you know that the point is inside the sphere.
Mar30-11, 03:38 PM   #5
 
Got it. thanks both of you for the help.

Alan
New Reply

Similar Threads for: How to verify a position vector points to a point inside a sphere?
Thread Forum Replies
Solid sphere inside a hollow sphere. Introductory Physics Homework 14
Why does gravity cancel out for all points inside a sphere? General Physics 38
Point charge inside solid sphere Classical Physics 10
Point charge inside Dielectric Sphere embedded in Dielectric Slab Advanced Physics Homework 4
hm...turning a sphere inside out.. what's the point? General Math 29