Function Composition of Multivariate Functions

Prof. 27
Messages
49
Reaction score
1

Homework Statement


This is a homework problem for my Honors Calculus I class. The problem I'm having is that though I can solve a traditional function composition problem, I'm stumped as to how to do this for multivariate functions. I read that it requires an extension of the notion of composition itself on Wikipedia (to partial composition I believe it says). Yet we have not learned this, nor is it anywhere to be found in the lecture notes, which until this point have been excellent. My question is, is there something I'm not understanding? Is this possible with traditional composition? I'll show the idea I had but I don't know if it is anywhere near correct. Bold parts are not currently relevant to what I don't understand.

Question:

Let T : R2 → R3 be T(x, y) = (2x−3y, 4x−11y, x), and let S : R3 → R2 be S(u, v, w) = (u + v − w, 2u − 3v + 5w). i) Calculate T ◦ S; ii) Write the matrices of T and S; iii) Find the matrix of T ◦ S and relate it to the matrices in ii).

My Attempt:
We know at least that ToS must be in R5, because the Cartesian product of two sets of finite dimensions equals the dimensions added.

T(x,y) = 2x-3y, 4x-11y, x
S(u,v,z) = u+v-w, 2u-3v+5w

a = u+v-w
b = 2u-3v+5w

T(S(u,v,z) = T(a,b) = 2a-3b, 4a-11b, a

The problem: Isn't assigning a,b to x,y respectively arbitrary? Couldn't I just as well say,

T(S(u,v,z) = T(b,a) = 2b-3a, 4b-11a, b
Since a does not equal b, T(b,a) does not equal T(a,b) (at least usually).

Help?

Homework Equations


None

The Attempt at a Solution


Google
Stack Exchange
Lecture Notes
Textbook, Calculus by Michael Spivak
 
Physics news on Phys.org
Prof. 27 said:

Homework Statement


This is a homework problem for my Honors Calculus I class. The problem I'm having is that though I can solve a traditional function composition problem, I'm stumped as to how to do this for multivariate functions. I read that it requires an extension of the notion of composition itself on Wikipedia (to partial composition I believe it says). Yet we have not learned this, nor is it anywhere to be found in the lecture notes, which until this point have been excellent. My question is, is there something I'm not understanding? Is this possible with traditional composition? I'll show the idea I had but I don't know if it is anywhere near correct. Bold parts are not currently relevant to what I don't understand.

Question:

Let T : R2 → R3 be T(x, y) = (2x−3y, 4x−11y, x), and let S : R3 → R2 be S(u, v, w) = (u + v − w, 2u − 3v + 5w). i) Calculate T ◦ S; ii) Write the matrices of T and S; iii) Find the matrix of T ◦ S and relate it to the matrices in ii).

My Attempt:
We know at least that ToS must be in R5, because the Cartesian product of two sets of finite dimensions equals the dimensions added.

T(x,y) = 2x-3y, 4x-11y, x
S(u,v,z) = u+v-w, 2u-3v+5w

a = u+v-w
b = 2u-3v+5w

T(S(u,v,z) = T(a,b) = 2a-3b, 4a-11b, a

The problem: Isn't assigning a,b to x,y respectively arbitrary? Couldn't I just as well say,

T(S(u,v,z) = T(b,a) = 2b-3a, 4b-11a, b
Since a does not equal b, T(b,a) does not equal T(a,b) (at least usually).

Help?

Homework Equations


None

The Attempt at a Solution


Google
Stack Exchange
Lecture Notes
Textbook, Calculus by Michael Spivak
When using the terminology:: "Ordered Pair", and/or "Ordered Triple";

the word order is very important.
 
Thanks, that helps a lot.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top