Taking second derivative of a derivative

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
nkinar
Messages
74
Reaction score
0
Hello--

I'm in the process of implementing a PML for FDTD modeling.

I would like to take the derivative of the partial derivative shown below, but I am uncertain with respect to how I might proceed.

[tex] \[<br /> \frac{\partial }{{\partial x}} \to \frac{1}{{1 + \frac{{i\sigma \left( x \right)}}{\omega }}}\frac{\partial }{{\partial x}}<br /> \][/tex]

Essentially what I would like to do is take the derivative of a partial derivative, and also deal with the [tex]\[{i\sigma \left( x \right)}\][/tex] term, which is a function of position [tex]x[/tex].

This would result in the calculation of [tex]\[\frac{{\partial ^2 }}{{\partial x^2 }}\][/tex]
 
Last edited:
Physics news on Phys.org
Perhaps this would be the way to take the second derivative :

[tex] \[<br /> \frac{{\partial ^2 }}{{\partial x^2 }} \to -\left( {1 + \frac{{i\sigma \left( x \right)}}{\omega }} \right)^{ - 2} \left( {\frac{{\partial \sigma \left( x \right)}}{{\partial x}}\frac{i}{\omega }} \right)\frac{\partial }{{\partial x}} + \frac{{\partial ^2 }}{{\partial x^2 }}\left( {1 + \frac{{i\sigma \left( x \right)}}{\omega }} \right)^{ - 1} <br /> \]<br /> [/tex]
 
Last edited:
Use the product rule:
[tex]\frac{\partial }{\partial x}\left((1+ \frac{i\sigma}{\omega})^{-1}[/tex][tex]\frac{\partial y}{\partial x}\right)[/tex][tex]= \frac{\partial (1+ \frac{i\sigma}{\omega})^{-1}}{\partial y}{\partial x}[/tex][tex]+ (1+ \frac{i\sigma}{\omega})^{-1}\frac{\partial^2 y}{\partial x^2}[/tex]
 
Last edited by a moderator: