mathskier
- 30
- 1
Whoops, I figured it out!
Last edited:
The discussion focuses on calculating the Laplacian operator ∇²F in a slanted coordinate system defined by u = y - x and v = y. The initial attempt at a solution incorrectly used derivatives with respect to r and s instead of the appropriate variables u and v. The correct formulation requires the application of the chain rule to transform the derivatives accordingly, ensuring that the Laplacian is expressed in terms of the new coordinates.
PREREQUISITESStudents and professionals in mathematics, physics, and engineering who are working with differential equations and coordinate transformations in their studies or research.
mathskier said:Homework Statement
Determine ∇2F in a coordinate system with u and v, where u=y-x and v=y.Homework Equations
The Attempt at a Solution
I think that this is ∇2F= 2 (∂2F/∂r2 + ∂2F/(∂r ∂s))+∂2/∂s2. But I don't know how to check this... Is it correct?