Composition of (vector) functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Ted123
Messages
428
Reaction score
0

Homework Statement



[PLAIN]http://img230.imageshack.us/img230/4203/vectoro.jpg

Homework Equations





The Attempt at a Solution



I know I need to find [itex](f\circ p)'(0)[/itex] which is 2-dimensional vector and then show it equals [itex]\alpha (a,1)[/itex] where the number [itex]\alpha[/itex] depends on [itex]v_1[/itex] and [itex]v_2[/itex] but [itex]a[/itex] is a number independent of [itex]v_1[/itex] and [itex]v_2[/itex] . But how do I find [itex](f\circ p)'(t)[/itex] and hence [itex](f\circ p)'(0)[/itex] ?
 
Last edited by a moderator:
Physics news on Phys.org
I would start by calculating what [tex](f\circ p)(t)[/tex] is. This makes it easier to derive...
 
micromass said:
I would start by calculating what [tex](f\circ p)(t)[/tex] is. This makes it easier to derive...
OK, does this check out with you?

Letting

[itex]p(t) = \begin{bmatrix} 1+v_1 t \\ 1 + v_2 t \end{bmatrix} = \begin{bmatrix} p_1(t) \\ p_2(t) \end{bmatrix}[/itex]

[itex]f(x,y) = \begin{bmatrix} 5x^2 + 2xy + 2y^2 \\ 2x^2 + y^2 \end{bmatrix}[/itex]

[itex](f\circ p)(t) = f(p(t)) = f(p_1(t), p_2(t))[/itex]

[itex](f\circ p)(t) = \begin{bmatrix} 9 + 12v_1 t + 6v_2 t 2v_1 v_2 t^2 + 5v_1^2 t^2 + 2v_2^2 t^2 \\ 3 + 4v_1 t + 2v_2 t + 2v_1^2 t^2 + v_2^2 t^2 \end{bmatrix}[/itex]

and

[itex](f\circ p)'(t) = \begin{bmatrix} 12v_1 + 6v_2 + 4v_1 v_2 t + 10v_1^2 t + 4v_2^2 t \\ 4v_1 + 2v_2 + 4v_1^2 t + 2v_2^2 t \end{bmatrix}[/itex]

so

[itex](f\circ p)'(0) = \begin{bmatrix} 12v_1 + 6v_2 \\ 4v_1 + 2v_2 \end{bmatrix} = (4v_1 + 2v_2 ) \begin{bmatrix} 3 \\ 1 \end{bmatrix}[/itex]

ie. [itex]\begin{bmatrix} 12v_1 + 6v_2 \\ 4v_1 + 2v_2 \end{bmatrix} \propto \begin{bmatrix} a \\ 1 \end{bmatrix}[/itex]

[itex]\forall\;v_1 , v_2[/itex] where [itex]a=3[/itex]
 
Last edited: