Find the value of h so that when the transformation A = ( 1 3 2 h ) is applied to the vector v = ( 1 1 ) , the vector has a length of 4 . If h = a − b , find a b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The transformation gives a new vector ( 1 3 2 h ) ( 1 1 ) = ( 3 3 + h ) , which has a length of 3 2 + ( 3 + h ) 2 = 4 , and this solves to h = ± 7 − 3 .
Therefore, a = 7 , b = 3 , and a b = 2 1 .
T cells are immune system cells that play several key roles in the body’s fight against the disease. They help the immune system respond to a disease and directly kill diseased cells.
What does that have to do with this problem ?!?!
Problem Loading...
Note Loading...
Set Loading...
Since the matrix A is transforming the vector v, the final (transformed) vector will be Av:
( 1 3 2 h ) ( 1 1 ) = ( ( 1 ∗ 1 ) + ( 2 ∗ 1 ) ( 3 ∗ 1 ) + ( h ∗ 1 ) ) = ( 3 3 + h ) = Av
To find the value of h that makes the length of vector Av equal to 4, we must use the distance formula:
Length of Av = ( v 1 ) 2 + ( v 2 ) 2 , where ( v 1 v 2 ) = ( 3 3 + h )
So, then, plugging v 1 and v 2 into the formula above, we get: ( 3 ) 2 + ( 3 + h ) 2 as the length of Av . To solve the problem, we need to set the length equal to 4, and then solve algebraically for h.
The question asks for h to be solved in the form h = a − b , which is exactly what we've done here. We can see that:
a = 7 and b = 3
so, the value of a b is simply 2 1 .