Approximating Area Under Linear Transformations

NutriGrainKiller
Messages
60
Reaction score
0

Homework Statement



Using du=.01, dv=.01 find the aroximate area under the transformation of the square bounded by the lines u=3, u=3.01, v=5, v=5.01.

Homework Equations



T(u,v)=<au+bv, cu+dv>
where a, b, c, and d make a square matrix.


The Attempt at a Solution



I am not sure how to approach this problem, as usually there is a function (of the form of the first eqn under relevant equations). I tried finageling, substituting etc.. but could not figure out how to do this. This is for a course in multivariable calculus. any thoughts?
 
Physics news on Phys.org
Yes. Under a transformation the area of the transformed figure is related to the original area by a formula involving the jacobian of the transformation. What is the jacobian of a linear transformation?
 
Dick said:
Yes. Under a transformation the area of the transformed figure is related to the original area by a formula involving the jacobian of the transformation. What is the jacobian of a linear transformation?


Thank you for the Reply Dick. The Jacobian, as I understand it, is the determinate of the function X and Y "components" of the T(u,v) function. Evaluating the determinate creates:

\frac{dx}{du}\frac{dy}{dv} - \frac{dx}{dv}\frac{dy}{du}

but my misunderstanding comes into the fact that we do not have T(u,v) (or, specifically <au+bv, cu+dv>, x being equal to au+bv and y being equal to cu+dv). Am I right thus far?
 
Last edited:
I'm not clear what your confusion is. Isn't (dx/du)(dy/dv)-(dx/dv)(dy/du)=ad-bc?
 
Dick said:
I'm not clear what your confusion is. Isn't (dx/du)(dy/dv)-(dx/dv)(dy/du)=ad-bc?

I apologize I guess I wasn't clear. We are given the coordinates in the uv coordinate system, and the first step towards a solution is to translate them into the xy coordinate system. But in all the examples I have done thus far, it is done through a function T(u,v)=(something, something), where the something's are functions of u and v, to which we can set equal to x and y respectively. solving at the critical points allows us to draw the graph in the xy plane.

Am I looking at this in the wrong way?
 
Last edited:
If T(u,v) isn't your tranformation, what is?
 
Thanks for clarifying. I think the idea here is that the square is small in u,v coordinates so the jacobian doesn't vary much over it. So a reasonable approximation to the area of the transformed square would just be to multiply the area of the original square by the jacobian at any point in the square. Say (3,5)?
 
Dick said:
Thanks for clarifying. I think the idea here is that the square is small in u,v coordinates so the jacobian doesn't vary much over it. So a reasonable approximation to the area of the transformed square would just be to multiply the area of the original square by the jacobian at any point in the square. Say (3,5)?

wouldn't the jacobian of a point just be zero? ie, dx/du = d3/du = 0 (etc..) ?
 
Last edited:
Dang did it again. No, it's not zero. It's \frac{dx}{du}\frac{dy}{dv} - \frac{dx}{dv}\frac{dy}{du}
EVALUATED at u=3,v=5. Love stealing tex instead of writing it myself.
 
  • #10
Dick said:
Dang did it again. No, it's not zero. It's \frac{dx}{du}\frac{dy}{dv} - \frac{dx}{dv}\frac{dy}{du}
EVALUATED at u=3,v=5. Love stealing tex instead of writing it myself.

i'm missing something, cause i don't quite get it. Thus far, every time I have computed the jacobian, x was equal to something like u^2 + v and something similar for y. When you say evaluated at u=3, v=5, surly you don't mean with respect to because that doesn't make any sense, so what do you mean?
 
  • #11
If they don't give you an explicit T(u,v) then the best you can say is that the area is approximately 0.01*0.01*jacobian(T)(3,5) or 0.01*0.01*jacobian(T)(3.01,5.01) or any other point in the square. Sorry, got to sleep now.
 
  • #12
NutriGrainKiller said:
wouldn't the jacobian of a point just be zero? ie, dx/du = d3/du = 0 (etc..) ?
There is no such thing as "the Jacobian of a point". You mean the Jacobian of the transformation evaluated at a point.


(I am reminded of students who argue: "The derivative of f(x) at x= a is 0, because f(a) is a constant!")
 
Back
Top