Is this use of the grad function correct?

  • Thread starter Thread starter CraigH
  • Start date Start date
  • Tags Tags
    Function Grad
AI Thread Summary
The discussion centers on understanding how temperature varies with distance from a heat source using vector calculus. The original poster models the temperature as inversely proportional to the square of the distance from the heat source, but initially miscalculates the derivatives. Feedback emphasizes the importance of taking the negative gradient, as temperature decreases with distance, ensuring the gradient points toward the heat source. Clarifications are provided on the significance of the negative sign in the gradient, which indicates the direction of temperature decrease. Overall, the conversation highlights the correct application of vector calculus principles in modeling temperature variation.
CraigH
Messages
221
Reaction score
1
Hi,
I am currently studying vector calculus, and to try and understand it I have created a question for myself, and it would be greatly appreciated if someone could verify that I have answered my question correctly, and I have done everything right.

Okay here it is; Point Q in the room is a heat source, how does the temperature vary as you move away from the origin (0,0,0)

http://img571.imageshack.us/img571/4250/gascube.png
http://imageshack.us/a/img841/4250/gascube.png

.The further away from point Q you are the less heat there is. This can be modeled by:

dt = \nabla t .dr

.(dt) is a scalar, it is a change in temperature
.(dr) is a vector, it is a change in distance of x, y and z (dr=dx\hat{x} +dy\hat{y} +dz\hat{z} )
.(del t) is a vector, it is the amount t changes for x, y, and z, for a change in distance of x,y,and z

For the purposes of this example I am going to say that the heat at any point equals 1 divided by the square of the distance from q.

In the x direction
t = \frac{1}{(xq-x)^{2}}

In the y direction
t = \frac{1}{(yq-y)^{2}}

In the z direction
t = \frac{1}{(zq-z)^{2}}

Where (xq,yq,zq)=(0,2.5,2.5) And (x,y,z) is the point you are at

So, \frac{dt}{dx} = 2(xq-x)^{-1}, \frac{dt}{dy} = 2(yq-y)^{-1}, \frac{dt}{dz} = 2(zq-z)^{-1}

And the final answer is:

dt =(2(xq-x)^{-1}\hat{x} + 2(yq-y)^{-1}\hat{y} + 2(zq-z)^{-1}\hat{z}) . dr

Is this correct?

Thank you
 
Last edited by a moderator:
Physics news on Phys.org
The gradient points in the direction of greatest increase. Since temperature is decreasing, you will want to take the negative gradient of your function. You also differentiated incorrectly. The derivative of x^(-2) is not 2^(-1). It's -2^(-3). Remember: d/dx(x^n) = nx^(n-1).
 
Ah yes I can see I have differentiated incorrectly, although I think it would be 2(xq-x)^-3 and not -2(xq-x)^-3 because of the chain rule:
derivative of (xq-x) with repect to x = -1, so the whole thing will be multiplied by -1.

And can you explain exactly what I did wrong apart from this, I do not really understand why I should have to take the negative gradient, or what this actually even means.

When you say:
Mmm_Pasta said:
The gradient points in the direction of greatest increase

I've always thought that this just meant that if you plot the gradient vector it would point in the direction of greatest increase, but that was just a property of the gradient function, and the true reason you would use the gradient function is to see how much change one variable would change (dt) as three other variables are changing (dr)
dt = \nabla .dr
 
I totally missed that -x part. Thanks!

The fact that the gradient points in the direction of greatest increase is the reasons for the negative sign in your case. The temperature is decreasing as you go away from the source. Without this negative sign, the resulting vector field would be pointing away from the source which implies that temperature is increasing.

By multiplying the gradient by -1, the resulting vector field would be pointing towards the source which means that temperature increases towards the source. Gradients are not only used for seeing *how much* a variable changes, but we are also interested in *which direction* the greatest increase/decrease occurs (for other directions we use directional derivatives). In your case, you specified that temperature drops away from the source.

It's a subtle point, but it's important.
 
Hello! Let's say I have a cavity resonant at 10 GHz with a Q factor of 1000. Given the Lorentzian shape of the cavity, I can also drive the cavity at, say 100 MHz. Of course the response will be very very weak, but non-zero given that the Loretzian shape never really reaches zero. I am trying to understand how are the magnetic and electric field distributions of the field at 100 MHz relative to the ones at 10 GHz? In particular, if inside the cavity I have some structure, such as 2 plates...

Similar threads

Replies
6
Views
1K
Replies
2
Views
1K
Replies
4
Views
2K
Replies
11
Views
2K
Replies
1
Views
2K
Replies
4
Views
1K
Back
Top