Vector Analysis for Minimum Temperature on a Curve: Solve with Grad(p) Method

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
EngageEngage
Messages
203
Reaction score
0

Homework Statement



By vector methods, find the point on the curve x = t, y = t^2, z = 2 at which the temperature p(x,y,z) = x^2 - 6x + y^2 takes its minimum value

Homework Equations





The Attempt at a Solution


As far as I got was finding grad(p). From there I'm not sure where to go -- If I take the magnitude of grad(p) i can find the maximum at any point in space, but how to find the minimum I have no clue. I'm also just having trouble visualizing what exactly is being asked and how a curve and the surface relate to a physical quantity like the temperature. If anyone could help me out that would be much appreciated. Thanks a lot
 
Physics news on Phys.org
I believe this calls for the method of Lagrange multipliers?
 
If r(t) is your curve, the 'vector' way is to find points where r'(t).grad(p)=0. Do you see why? grad(p) points in direction of steepest change for p, the direction normal to that is the derivative 0 direction. The direct way to do it is just to substitute the r(t) coordinate values into p, and then find the minimum as a function of t. Try is both ways. Algebraically they are identical.
 
doing that i get the following:

grad(p) = <2x - 6, 2y, 0>
dr/dt = <1, 2t, 0>

grad(p) . dr/dt = 2x - 6 + 4ty = 0.

From this i see that the point where this is true is (1,1,2) with t = 1, which is the right answer. However, I am still somewhat confused because I have no clue how I would pick a correct value for the parameter given a more complicated situation since I chose it because it was trivial. I feel like i just got lucky in picking the correct answer. Is there a more "algorithmic" way to do this? Thank you for all the help!
 
In a more complicated situation, the situation is more complicated. Then you might have to resort to numerical methods instead of just guessing the answer. That's life. It can be complicated. This is an exercise. It's not complicated.