Calculus Questions: Help Solving Problems

  • Thread starter Thread starter Pearce_09
  • Start date Start date
  • Tags Tags
    Calculus
Click For Summary
The discussion revolves around solving calculus problems related to temperature functions and gradients. The first problem involves finding the derivative T'(t) of the temperature function T(x,y,z) along a right-circular helix, with the user concluding that T'(t) = 2t, which is confirmed as correct. The second problem requires demonstrating that a differentiable function f is constant on spheres defined by x^2 + y^2 + z^2 = r^2, with emphasis on understanding the relationship between the gradient of f and the normal vector to the sphere. Clarifications are sought regarding the implications of the gradient being normal and the role of the function g(x,y,z). The discussion highlights the importance of understanding gradients and their geometric interpretations in multivariable calculus.
Pearce_09
Messages
71
Reaction score
0
Hello there, I have a few problems with a recent calculus assignment and i was wondering if someone could give me a hand.

1. Suppose that the temperature at the point (x,y,z) in space is T(x,y,z) = x^2 + y^2 + z^2. Let a particle follow the right-circular helix sigma(t) = (cost, sint, t) and let T(t) be its temperature at time t,
a) What is T'(t)

I thought that since T is the temperature at a point, but the particle travles along the helix i could write
T(t) = (costt, sint, t) = (cost)^2 + (sint)^2 + t^t = 1 + t^2
then T'(t) = 2t

does that make sense?

My next problem i am quite stumped on, and even a slight tap in the general right direction would be much appreciated.
2. Let f and g be functions R^3=>R. Suppose f is differentiable and

(Gradient)f = (partial f wrt x, partial f wrt y, partial f wrt z) = g(x,y,z)(x,y,z)

Show that f is constant on any sphere radius r centered at the origin defined by x^2 + y^2 + z^2 = r^2.

Thanks alot
 
Physics news on Phys.org
Pearce_09 said:
I thought that since T is the temperature at a point, but the particle travles along the helix i could write
T(t) = (costt, sint, t) = (cost)^2 + (sint)^2 + t^t = 1 + t^2
then T'(t) = 2t

does that make sense?

Yes, it does.

For the next problem, you are being asked to show that the level surfaces of f are the spheres S: x^2+y^2+z^2=r^2. That means that \hat{\nabla}f must be normal to f (why?). That should be easy enough to show.
 
Thank you, i wasn't sure if i had done that one correctly.

As for question two, that definatly clears up some things, however I'm having trouble showing this.
If F is constant, the gradient of F is normal. So to show that F is constant on any sphere defined by S: x^2 + y^2 + z^2 = r^2 i have to show that the gradient of F is normal, that is the inner product of the gradient of F with the tangent vector v is zero.. right? however, I'm not quite sure how to do that.. what is the purpose of g(x,y,z)(x,y,z) in the question?
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...