InterviewSolution
Saved Bookmarks
| 1. |
Find the first-order forward difference approximation of \((\frac{\partial u}{\partial x})_{i,j}\) using the Taylor series expansion.(a) \(\frac{u_{i,j+1}-u_{i,j}}{2 \Delta x}\)(b) \(\frac{u_{i+1,j}-u_{i,j}}{2 \Delta x}\)(c) \(\frac{u_{i,j+1}-u_{i,j}}{\Delta x}\)(d) \(\frac{u_{i+1,j}-u_{i,j}}{\Delta x}\)The question was posed to me in an online quiz.I want to ask this question from Finite Difference Method in portion Finite Difference Methods of Computational Fluid Dynamics |
|
Answer» The correct option is (d) \(\frac{u_{i+1,j}-u_{i,j}}{\Delta x}\) |
|