Can I Modify a PDE Expression If It's Constrained to a Curve?

  • Context: Graduate 
  • Thread starter Thread starter Sunfire
  • Start date Start date
  • Tags Tags
    Curve Pde
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Sunfire
Messages
221
Reaction score
4
Hello folks,

If we have the expression, say

[itex]\frac{∂f}{∂r}[/itex]+[itex]\frac{∂f}{∂θ}[/itex], am I allowed to change it to

[itex]\frac{df}{dr}[/itex]+[itex]\frac{df}{dr}[/itex][itex]\frac{dr}{dθ}[/itex],

if "f" is constrained to the curve r=r(θ).

My reasoning is that since the curve equation is known, then f does not really depend on the angle θ, but only on r (and r is a function of the angle, kind of a compound function).

Does this make sense?
 
Physics news on Phys.org
This seems right conceptually, but notationally, some of those should be partial derivatives.
##\frac{\partial f}{\partial r} + \frac{\partial f}{\partial r} \frac{dr}{d\theta} = \frac{df}{dr}##
 
Yes, thank you, this makes a lot of sense. The chain rule for partial derivatives.