[Math] angle of inclination

multivariable-calculus

I know that if

$ F(x,y,z)=0 $

is a surface, then the angle of inclination at the point $(x_0, y_0, z_0)$ is defined by the angle of inclination of the tangent plane at the point or

$\cos(A)=\dfrac{\nabla F(x_0,y_0,z_0)*k}{|\nabla F(x_0,y_0,z_0)|}$

my question is just what is a k? Is it about i,j,k? Which are just component of vectors? or for example what is equal to following
$<1/2,1/2,1/2>*k$? and why? thanks

Best Answer

Yes, k is the 'up' unit vector (the same up that give the sense of inclination). And I will assume that by * you mean the dot product. We can think of this in a few ways.

Recall that we can define cos as $cos(\theta) = \dfrac{ A \cdot B}{|A||B|}$, where $\theta$ is the orthogonal to the surface (why? because the gradient is perpendicular to level curves). So taking the dot product of this orthogonal with the up direction, and then dividing by the magnitude (k is already a unit vector), will yield the cosine of the angle of inclination, just as the above formula works.

So in your question, I would presume that $< 1/2, 1/2, 1/2> * \hat{k} = < 1/2, 1/2, 1/2> \cdot \;\hat{k} = \frac{1}{2}$

Related Question