i have question that i asked here before but i didn't get clear answer , its not a Spam but i cant understand this question and i need help thank you.
Let $D \subset \mathbb{R}^3$ be the set $D = \{(x, y, z) \mid x^2 + y^2 = 1~\text{and}~z = 0\}$. Let $T : \mathbb{R}^3 \to \mathbb{R}^3$ be the linear transformation defined by $T(x, y, z) = (2x − y + z, x − y + 10z, 3x − 7y + 2z)$. Find the area of $T(D)$.
i know that the new area can be anything i dont know why should i use the coordinates (0,0,1) , (0,1,0) i know that they are on the circule but how could i find the area when i dont know the shape of it on R3
The Questino is most likely about Vector Product / dot product
Reference : Question taken from Technion institute of Technology
Course : Calculas 2t for electrical Enginners.
heres what i got after thinking a bit :
the trasnformation gets only two points (1,0,0) , (0,1,0) Based on conditions from Set D .
thats all every other T(point) is a liner combination of the Image T(1,0,0) T(0,1,0).
so its a plane of the two vectors and each combination of them will still be on the plane so the area is the plane given by these vectors
so we use cross product and we get the area .
is this true ?.
Since a transformation is a vector function: $$T(x,y,y)=(2x-y+z)\vec i+(x-y+10z)\vec j+(3x-7y+2z)\vec k$$
Where, the bounds of integration are $z=0$ and $x^2+y^2=1$, given this one can use integration to integrate the function $T$ on $D$, and it will give you the area since if you notice $z=0$. Which means the Domain of integration is a disk or $0\leq r\leq 1, z=0$, and $0\leq \theta\leq 2\pi$. these will come handy later.
Let, $$x=cos(\theta), y=sin(\theta),z=0$$$$dx=-sin(\theta)d\theta,dy=cos(\theta)d\theta,dz=0$$
The integral, then becomes: $$\int\int_V2dxdy-2dzdx-17dydz$$
where V is the region given by the set $D$.
However, the integrands with the term $dz$ cancel out yielding: $$\int\int_V2dxdy$$
After putting in the values the integral ends up yielding 0. Which is not hard to see, Since $sin(2x)$ is periodic.