Find the function phi(r,t) given its partial derivatives.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
stedwards
Messages
416
Reaction score
46
I would like to define [itex]t^*= \phi(r, t)[/itex] given [itex]dt^* = \left( 1-\frac{k}{r} \right) dt + 0dr[/itex] where k is a constant.

Perhaps it doesn't exist. It appears so simple, yet I've been running around in circles. Any hints?
 
Physics news on Phys.org
You want ##dt^*## to be an exact form, so that you can integrate it. An exact form can be expressed as

$$ df = M dx + N dy,~~~M = \frac{\partial f}{\partial x},~~~N = \frac{\partial f}{\partial y},$$

therefore a necessary condition that ##df## be exact is that

$$ \frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}.$$

The corresponding relation for ##dt^*## fails, so we conclude that it is not exact and the corresponding ##t^*(r,t)## does not exist.
 
  • Like
Likes   Reactions: beyondthemaths, stedwards and HallsofIvy
Nicely done. Thank you!