How does the following simplify?

  • Thread starter Thread starter Rodger
  • Start date Start date
  • Tags Tags
    Simplify
Rodger
Messages
4
Reaction score
0
1. The problem statement

( F(r) \frac{d}{dr} ( r^{2} \frac{d}{dr} ) ) g(r)


2. The attempt at a solution

Does it just melt down to:

( F(r) r^{2} g(r) ) \frac{d^{2}}{dr^{2}}
 
Physics news on Phys.org
Rodger said:
1. The problem statement

( F(r) \frac{d}{dr} ( r^{2} \frac{d}{dr} ) ) g(r)


2. The attempt at a solution

Does it just melt down to:

( F(r) r^{2} g(r) ) \frac{d^{2}}{dr^{2}}

It pretty much doesn't make sense at all. Except in the context of operators, which I don't think is applicable here, d/dr and d2/dr2 don't stand on their own.

The derivative operator d/dr should be applied to some function of r, such as d/dr(r2), which simplifies to 2r.
 
Rodger said:
( F(r) \frac{d}{dr} ( r^{2} \frac{d}{dr} ) ) g(r)
To add to what Mark44 said, presumably you mean F(r) \frac{d}{dr} ( r^{2} \frac{d}{dr}g(r) ). You can expand the outer d/dr using the product rule.
 
sure, I don't trust operators so forgive me but I have to ask if I can presume that the order of working through such an example might then follows something like this...

k(r) = r^{2}

H(r) = \frac{d}{dr} ( k(r) g(r) ) ------> using the product rule

=> \frac{d}{dr} ( F(r) H(r) ) ------> using the product rule...


or this:

=> F(r) x { \frac{d}{dr} [ r^{2} x \frac{dg(r)}{dr} ] }, using the product rule for the parts in the [] brackets
 
Rodger said:
H(r) = \frac{d}{dr} ( k(r) g(r) ) ------> using the product rule

=> \frac{d}{dr} ( F(r) H(r) ) ------> using the product rule...
I see no way to move the F(r) inside the derivative like that. It certainly is not the product rule.
or this:

=> F(r) x { \frac{d}{dr} [ r^{2} x \frac{dg(r)}{dr} ] }, using the product rule for the parts in the [] brackets
Yes.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top