Angle between two surfaces and gradient

Click For Summary
SUMMARY

The discussion focuses on finding the angle between two surfaces defined by the equations (x^2 + y^2 + z^2)^2 = 9 and x + y + z^2 = 1. The solution involves calculating the gradients of both surfaces and using the dot product to determine the angle at the intersection point. A key point raised is the misconception that the gradients would be zero at the intersection; rather, the gradients are perpendicular to their respective surfaces, allowing for the calculation of the angle between them. The gradients are derived as ∇f = 2(x^2 + y^2 + z^2)(2x, 2y, 2z) and ∇g = (1, 1, 2), which are essential for finding the intersection's direction.

PREREQUISITES
  • Understanding of multivariable calculus, specifically gradients and surfaces.
  • Familiarity with vector calculus, including dot products and cross products.
  • Knowledge of implicit functions and their derivatives.
  • Ability to interpret geometric concepts in three-dimensional space.
NEXT STEPS
  • Study the properties of gradients in multivariable functions.
  • Learn how to compute the angle between two vectors using the dot product.
  • Explore the concept of surfaces and their intersections in three-dimensional space.
  • Investigate the implications of the cross product in determining directions of intersection curves.
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus and vector analysis, as well as engineers and physicists dealing with surface interactions and geometric interpretations in three dimensions.

xanadu
Messages
3
Reaction score
0
In Marion & Thorton problem 1.29 asks to find the angle between two surfaces [tex](x^2 +y^2 + z^2)^2 = 9[/tex] and [tex]x + y + z^2 = 1[/tex] at a point.

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

My question is, isn't [tex](x^2 +y^2 + z^2)^2 - 9[/tex] and [tex]x + y + z^2 - 1[/tex] 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 [tex](<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>[/tex] and [tex]x + y + z^2 = 1[/tex] at a point.

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

My question is, isn't [tex](x^2 +y^2 + z^2)^2 - 9[/tex] and [tex]x + y + z^2 - 1[/tex] 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 [itex]f(x,y,z)= (x^2+ y^2+ z^2)^2[/itex] (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, [itex]g(x,y,z)= x + y + z^2[/itex] take on the constant value "1" on the surface [itex]x+ y+ z^2[/itex] and so its gradient is perpendicular to the surface at every point on the surface.

That is, at every point on the respective surfaces, [itex]\nabla f= 2(x^2+ y^2+ x^2)(2x\vec{i}+ 2y\vec{j}+ 2z\vec{k})[/itex] and [itex]\nable g= \vec{i}+ \vec{j}+ \vec{k}[/itex] 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.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · 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