Solutions to Warmup Questions

Linear Algebra

Vectors

Define the vectors u=(123), v=(456), and the scalar c=2.

  1. u+v=(579)
  2. cv=(81012)
  3. uv=1(4)+2(5)+3(6)=32

If you are having trouble with these problems, please review Section “Working with Vectors” in Chapter .

Are the following sets of vectors linearly independent?

  1. u=(12), v=(24)

No: 2u=(24),v=(24) so infinitely many linear combinations of u and v that amount to 0 exist.

  1. u=(125), v=(379)

Yes: we cannot find linear combination of these two vectors that would amount to zero.

  1. a=(211), b=(342), c=(5108)

No: After playing around with some numbers, we can find that 2a=(422),3b=(9126),1c=(5108)

So 2a+3bc=(000)

i.e., a linear combination of these three vectors that would amount to zero exists.

If you are having trouble with these problems, please review Section .

Matrices

A=(751119321421415)

What is the dimensionality of matrix A? 4 × 3

What is the element a23 of A? 3

Given that

B=(1283911475519)

A+B=(879141814621269214)

Given that

C=(1283911475)

A+C=No solution, matrices non-conformable

Given that

c=2

cA=(1410222186428428210)

If you are having trouble with these problems, please review Section .

Operations

Summation

Simplify the following

  1. i=13i=1+2+3=6

  2. k=13(3k+2)=3k=13k+k=132=3×6+3×2=24

  3. i=14(3k+i+2)=3i=14k+i=14i+i=142=12k+10+8=12k+18

Products

  1. i=13i=123=6

  2. k=13(3k+2)=(3+2)(6+2)(9+2)=440

To review this material, please see Section @ref-sum-notation.

Logs and exponents

Simplify the following

  1. 42=16
  2. 4223=22223=24+3=128
  3. log10100=log10102=2
  4. log24=log222=2
  5. when log is the natural log, loge=logee1=1
  6. when a,b,c are each constants, eaebec=ea+b+c,
  7. log0=undefined – no exponentiation of anything will result in a 0.
  8. e0=1 – any number raised to the 0 is always 1.
  9. e1=e – any number raised to the 1 is always itself
  10. loge2=logee2=2

To review this material, please see Section

Limits

Find the limit of the following.

  1. limx2(x1)=1
  2. limx2(x2)(x1)(x2)=1, though note that the original function (x2)(x1)(x2) would have been undefined at x=2 because of a divide by zero problem; otherwise it would have been equal to x1.
  3. limx2x23x+2x2=1, same as above.

To review this material please see Section

Calculus

For each of the following functions f(x), find the derivative f(x) or ddxf(x)

  1. f(x)=c, f(x)=0
  2. f(x)=x, f(x)=1
  3. f(x)=x2, f(x)=2x
  4. f(x)=x3, f(x)=3x2
  5. f(x)=3x2+2x1/3, f(x)=6x+23x2/3
  6. f(x)=(x3)(2x4), f(x)=ddx2x7=14x6

For a review, please see Section -

Optimization

For each of the followng functions f(x), does a maximum and minimum exist in the domain xR? If so, for what are those values and for which values of x?

  1. f(x)=x neither exists.
  2. f(x)=x2 a minimum f(x)=0 exists at x=0, but not a maximum.
  3. f(x)=(x2)2 a maximum f(x)=0 exists at x=2, but not a minimum.

If you are stuck, please try sketching out a picture of each of the functions.

Probability

  1. If there are 12 cards, numbered 1 to 12, and 4 cards are chosen, (124)=12111094!=495 possible hands exist (unordered, without replacement) .

  2. Let A={1,3,5,7,8} and B={2,4,7,8,12,13}. Then AB={1,2,3,4,5,7,8,12,13}, AB={7,8}? If A is a subset of the Sample Space S={1,2,3,4,5,6,7,8,9,10}, then the complement AC={2,4,6,9,10}

  3. If we roll two fair dice, what is the probability that their sum would be 11? 118

  4. If we roll two fair dice, what is the probability that their sum would be 12? 136. There are two independent dice, so 62=36 options in total. While the previous question had two possibilities for a sum of 11 (5,6 and 6,5), there is only one possibility out of 36 for a sum of 12 (6,6).

For a review, please see Sections -