I can't believe the hint that is provided; can someone explain how it is true?

  • Thread starter Thread starter Tsunoyukami
  • Start date Start date
  • Tags Tags
    Explain
Tsunoyukami
Messages
213
Reaction score
11
I'm working on a question for a problem set that has the following hint:

For any function A:

\frac{d^{2}A}{dr^{2}} + \frac{2}{r}\frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

I don't understand how this is true; this is how I try to show that both sides are equal but it doesn't work out...any help would be appreciated.

\frac{d^{2}A}{dr^{2}} + \frac{2}{r}\frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

\frac{d}{dr}\frac{dA}{dr} + \frac{2}{r}\frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

(\frac{d}{dr} + \frac{2}{r}) \frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

\frac{d}{dr} + \frac{2}{r} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2})

\frac{d}{dr} + \frac{2}{r} = \frac{d}{dr}

\frac{2}{r} = \frac{d}{dr} - \frac{d}{dr}

\frac{2}{r} = 0

This is only true if r \rightarrow \infty. I think I must be doing something wrong - can anyone please explain what I'm doing wrong and show me how the hint is a true statement? Thanks!
 
Physics news on Phys.org
You're treating everything as if it's multiplication, that's not legal.
 
Last edited by a moderator:
Tsunoyukami said:
I'm working on a question for a problem set that has the following hint:

For any function A:

\frac{d^{2}A}{dr^{2}} + \frac{2}{r}\frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

I don't understand how this is true; this is how I try to show that both sides are equal but it doesn't work out...any help would be appreciated.

\frac{d^{2}A}{dr^{2}} + \frac{2}{r}\frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

\frac{d}{dr}\frac{dA}{dr} + \frac{2}{r}\frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

(\frac{d}{dr} + \frac{2}{r}) \frac{dA}{dr} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2} \frac{dA}{dr})

\frac{d}{dr} + \frac{2}{r} = \frac{1}{r^{2}}\frac{d}{dr}(r^{2})

\frac{d}{dr} + \frac{2}{r} = \frac{d}{dr}
The step above makes no sense. d/dr(r2) does NOT mean d/dr * r2, so you can't divide by r2 to end up with d/dr.

There are steps above that that also don't make sense, for essentially the same reason.
Tsunoyukami said:
\frac{2}{r} = \frac{d}{dr} - \frac{d}{dr}

\frac{2}{r} = 0

This is only true if r \rightarrow \infty. I think I must be doing something wrong - can anyone please explain what I'm doing wrong and show me how the hint is a true statement? Thanks!

The assumption here is that A = A(r); i.e., A is a function of r. Also, it is assumed that A is twice differentiable.

Start on the right side and calculate (1/r2) * d/dr(r2 *dA/dr).
 
Mindscrape said:
You're treating everything as if it's multiplication, that's not legal.

\frac{1}{r^2}\frac{d}{dr}(r^2 \frac{dA}{dr}) =\frac{1}{r^2}( 2r\frac{dA}{dr}+r^2\frac{d^2A}{dr^2})

Oh man, I can't believe I missed that - thanks so much it makes perfect sense now! It slipped my mind that the \frac{d}{dr} would act on the r^{2} and that I would have to use the chain rule. Thanks a lot!

Mark44 said:
The step above makes no sense. d/dr(r2) does NOT mean d/dr * r2, so you can't divide by r2 to end up with d/dr.

There are steps above that that also don't make sense, for essentially the same reason.The assumption here is that A = A(r); i.e., A is a function of r. Also, it is assumed that A is twice differentiable.

Start on the right side and calculate (1/r2) * d/dr(r2 *dA/dr).

I see my mistake, thank you. I knew I was doing something fishy but I wasn't certain what it was. Thank you again for the prompt replies!
 
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