What is the proof for the property of taking the gradient of a function?

  • Thread starter Thread starter ohlala191785
  • Start date Start date
  • Tags Tags
    Gradient Proof
ohlala191785
Messages
18
Reaction score
0

Homework Statement


Show that the operation of taking the gradient of a function has the given property. Assume u and v are differentiable functions of x and y and that a and b are constants.

Operation: (∇(u))n = n*un-1*∇u

Homework Equations



The gradient vector of f is <∂f/∂x,∂f/∂y>, where f is a function of x and y (in other words f(x,y)).

The Attempt at a Solution



I tried proof by induction, but I have a lot of gaps.

Base, n=1: ∇u = n*u0∇u. But what is u0 if u is a function?

Assume n = k: ∇uk = n*uk-1∇u

For k=k+1, ∇uk+1 = n*uk∇u.

Isn't proof by induction for sums though? I can't seem to identify the sum here.Any help would be greatly appreciated!
 
Physics news on Phys.org
ohlala191785 said:

Homework Statement


Show that the operation of taking the gradient of a function has the given property. Assume u and v are differentiable functions of x and y and that a and b are constants.

Operation: (∇(u))n = n*un-1*∇u

Homework Equations



The gradient vector of f is <∂f/∂x,∂f/∂y>, where f is a function of x and y (in other words f(x,y)).

The Attempt at a Solution



I tried proof by induction, but I have a lot of gaps.

Base, n=1: ∇u = n*u0∇u. But what is u0 if u is a function?

Assume n = k: ∇uk = n*uk-1∇u

For k=k+1, ∇uk+1 = n*uk∇u.

Isn't proof by induction for sums though? I can't seem to identify the sum here.


Any help would be greatly appreciated!

You have got to mean ## \nabla (u^n)=n u^{n-1} \nabla u ##, ## (\nabla(u))^n ## doesn't mean anything. Just use the chain rule for partial derivatives.
 
Oh I see. Thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top