Angle Between two surfaces and a point

AI Thread Summary
To find the angle between the surfaces defined by r^2= 9 and x + y + z^2= 1 at the point (2,-2,1), one must determine the normal vectors at that point. The normal vector is derived from the gradients of the surfaces, which can be expressed in Cartesian coordinates. The angle between the two surfaces is calculated using the dot product formula, where the cosine of the angle is related to the magnitudes of the normal vectors. Although the discussion is in a Precalculus context, the solution requires Calculus concepts for accurate computation. Understanding these principles is essential for solving the problem effectively.
CompStang
Messages
3
Reaction score
0
Find the angle between the surfaces defined by r^2= 9 and x + y + z^2= 1 at the point (2,-2,1)? --- I know this should be extremely simple but it is blowing my mind for some reason. Any help would be greatly appreciated.
 
Physics news on Phys.org
The angle between two surfaces at a point pf intersection is the angle between their normal vectors at that point. And if you write the surfaces as f(x,y,z)= constant, the normal vector is in the same direction as \nabla f. You probably want to write the first surface in Cartesian coordinates as x2+ y2+ z2= 9. Find the gradients of those two functions and then use the fact that
\vec{u}\cdot\vec{v}= |\vec{u}||\vec{v}|cos(\theta) where \theta is the angle between the two vectors.

Although this was posted in Precalculus, I don't believe this can be done without using Calculus.
 
Last edited by a moderator:
Back
Top