Angle between two surfaces and gradient

Click For Summary
To find the angle between the surfaces defined by (x^2 + y^2 + z^2)^2 = 9 and x + y + z^2 = 1, one must calculate the gradients of the functions representing these surfaces. The gradients are not zero at the intersection point, as a function being zero at a point does not imply its gradient is constant or zero. Instead, the gradients are perpendicular to their respective surfaces, allowing for the determination of the angle between them using the dot product. The intersection of the two surfaces forms a curve, and the angle calculated reflects the relationship between the surfaces at that point. Understanding the gradients is crucial for accurately finding the angle between the two surfaces.
xanadu
Messages
3
Reaction score
0
In Marion & Thorton problem 1.29 asks to find the angle between two surfaces (x^2 +y^2 + z^2)^2 = 9 and x + y + z^2 = 1 at a point.

The solution takes the gradient of (x^2 +y^2 + z^2)^2 - 9 and x + y + z^2 - 1, and using the dot product between the two vectors at that point gets the angle.

My question is, isn't (x^2 +y^2 + z^2)^2 - 9 and x + y + z^2 - 1 both zero and hence taking the gradient would give you 0. shouldn't you rather take one variable as the dependent variable so you have z(x,y) for example and then take the gradient of that? I'm confused as to why they took the gradient of the way they did.

Thanks for your help.
 
Physics news on Phys.org
The intersection of two surfaces is a curve & rarely a straight line. Hence, the notion of the 'angle' between two surfaces is invalid. The author probably means what he calculated by 'the angle between the surfaces '.
 
xanadu said:
In Marion & Thorton problem 1.29 asks to find the angle between two surfaces (<a href="https://www.physicsforums.com/showthread.php?p=2894895#post2894895" class="link link--internal">https://www.physicsforums.com/showthread.php?p=2894895#post2894895</a> and x + y + z^2 = 1 at a point.

The solution takes the gradient of (x^2 +y^2 + z^2)^2 - 9 and x + y + z^2 - 1, and using the dot product between the two vectors at that point gets the angle.

My question is, isn't (x^2 +y^2 + z^2)^2 - 9 and x + y + z^2 - 1 both zero and hence taking the gradient would give you 0. shouldn't you rather take one variable as the dependent variable so you have z(x,y) for example and then take the gradient of that? I'm confused as to why they took the gradient of the way they did.

Thanks for your help.
The fact that a function is 0 for a specific value of x does NOT mean it is a constant nor that its derivative must be 0! Similarly, a function of three variables, that is equal to 0 on some specific subset of R3, is NOT necessarily a constant and its gradient is not necessarily constant on that subset.

In fact, what is true is that if f(x,y,z)= constant on some subset, then its gradient is perpendicular to that subset. Recall that the gradient vector always points in the direction of fastest increase and, further, that the "rate of change" of the function in a particular direction is the projection of the gradient vector on that direction. If the function is constant in a given direction, the projection of the gradient vector in that direction is 0 which does NOT mean the gradient is 0, only that it is perpendicular to that direction.

Here, defining f(x,y,z)= (x^2+ y^2+ z^2)^2 (or, equivalently, [/itex]f(x, y, z)= (x^2+ y^2+ z^2)^2- 9)[/itex] says that on the subset of R3 defined by [math](x^2+ y^2+ z^2)^2= 9[/math] f(x,y,z)= 9 (or, equivalently f(x,y,z)= 0). Since f is constant on that surface, its gradient is perpendicular to that surface, not necessarily 0.

Similarly, g(x,y,z)= x + y + z^2 take on the constant value "1" on the surface x+ y+ z^2 and so its gradient is perpendicular to the surface at every point on the surface.

That is, at every point on the respective surfaces, \nabla f= 2(x^2+ y^2+ x^2)(2x\vec{i}+ 2y\vec{j}+ 2z\vec{k}) and \nable g= \vec{i}+ \vec{j}+ \vec{k} are perpendicular to their respective surfaces. The intersection of the two surfaces, being a curve that lies in both surfaces, must be perpendicular to both vectors. That is, we can find a vector in the direction of the intersection curve by taking the cross product of the two gradients.
 
Relativistic Momentum, Mass, and Energy Momentum and mass (...), the classic equations for conserving momentum and energy are not adequate for the analysis of high-speed collisions. (...) The momentum of a particle moving with velocity ##v## is given by $$p=\cfrac{mv}{\sqrt{1-(v^2/c^2)}}\qquad{R-10}$$ ENERGY In relativistic mechanics, as in classic mechanics, the net force on a particle is equal to the time rate of change of the momentum of the particle. Considering one-dimensional...

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K