Finding Gradient of Temperature at (x,y,z)

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Gradient
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 10K views
UrbanXrisis
Messages
1,192
Reaction score
1
Suppose distances are measured in lightyears and that the temperature T of a gaseous nebula is inversely proportional to the distance from a fixed point, which is the origin. The temperature 1 lightyear from the origin is 100 degrees celsius. Find the gradient of T at (x,y,z).

here's what I have:

[tex]d=\sqrt{x^2+y^2+z^2}=1[/tex]
[tex]d=x^2+y^2+z^2=1[/tex]
[tex]T=\frac{1}{x^2+y^2+z^2}[/tex]
so the gradient is:
[tex]T_x=-\frac{2x}{(x^2+y^2+z^2)^2}[/tex]
[tex]T_y=-\frac{2y}{(x^2+y^2+z^2)^2}[/tex]
[tex]T_z=-\frac{2z}{(x^2+y^2+z^2)^2}[/tex]

but this is not right, i where did I go wrong?
 
Physics news on Phys.org
First of all, read your info properly!
You are told that T(x,y,z) is inversely proportional to the distance from the origin. That means there exist a constant K, so that we have:
[tex]T(x,y,z)=\frac{K}{\sqrt{x^{2}+y^{2}+z^{2}}}[/tex]
Furthermore, you have the condition:
[tex]T(x,y,z)=100, \sqrt{x^{2}+y^{2}+z^{2}}=1[/tex]
Can you determine K from this?
 
The first equation you have for distance is correct but I don't see why you are setting it to 1. Then you squared it but didn't write d^2...

The distance from the origin is sqrt(x^2 + y^2 + z^2). T is inversely proportional to that distance so T(x, y, z) = k/sqrt(x^2 + y^2 + z^2) where k is some constant. You know that T(x, y, z) = 100 when sqrt(x^2 + y^2 + z^2) = 1, so what is k? Then you can find the gradient.
 
nope, i got it! thanks!