- #1
Suitengu
- 46
- 0
[SOLVED] Change of Variable
In case of the triangular area with vertices: (-1 1) (0 0) and (1 1), how would you do a change of variable to make that look like a square or rectangular region in terms of u an v?
x = (1/2)(u+v) y = (1/2)(u-v)
so
u = x+y v = x-y
In case of the triangular area with vertices: (-1 1) (0 0) and (1 1), how would you do a change of variable to make that look like a square or rectangular region in terms of u an v?
x = (1/2)(u+v) y = (1/2)(u-v)
so
u = x+y v = x-y