2019 - Exam MATH1241
2019 - Exam MATH1241
2019 Term 2
MATH1241
Mathematics 1B
All answers must be written in ink. Except where they are expressly required pencils
may only be used for drawing, sketching or graphical work.
2019 Term 2 MATH1241 Page 2
BLANK PAGE
d) Using the Maple output below, or otherwise, answer the questions that
follow.
> with(LinearAlgebra):
> N := <<4,0,0,1>|<0,1,-1,0>|<0,-1,1,0>|<1,0,0,4>>;
4 0 0 1
0 1 −1 0
N :=
0 −1
1 0
1 0 0 4
> Eigenvalues(N);
5
2
3
0
> Eigenvectors(N);
5 1 0 −1 0
2 0 −1 0 1
,
3 0 1 0 1
0 1 0 1 0
e) You are given the following information about the events A and B.
• P (A) = 0.2
• P (B) = p
• P (A|B) = 0.3
• P (Ac |B c ) = 0.9
i) Draw a tree diagram representing this information.
ii) Find p.
S1 = {u − v},
S2 = {u − v, v − w},
S3 = {u − v, v − w, w − u}.
2. a) The times (in seconds) of a group of athletes running the 400 metres
are found to be approximately normally distributed with mean 48.7 and
variance 1.9. Estimate the value of t such that the fastest 2% of these
athletes achieve a time of t seconds or better.
c) Is
x1 + 1 2x2 + 4
S= x1 , x2 ∈ R
x2 + 2 x1 + x2 + 3
a vector space over R, with the usual operations of matrix addition and
scalar multiplication? Prove your answer.
e) At each turn in the game “Rock, Paper, Scissors”, the player makes a
choice of rock or paper or scissors. When playing the game, Daenerys
follows a fairly predictable strategy. If she chooses rock one turn, she will
choose paper or scissors next turn, with probabilities 13 and 23 respectively.
If she chooses paper one turn, she will choose any one of the three options
next turn, with equal probabilities. If she chooses scissors, she will choose
rock or scissors next turn, with probabilities 13 and 23 respectively.
Let rn , pn , sn be the probabilities that Daenerys chooses rock, paper,
scissors on the nth turn in the game, and consider the vector
rn
vn = p n .
sn
You may assume that this initial value problem has a solution.
i) Write down p1 (x), the Taylor polynomial of degree 1 for y about 0.
ii) Find p3 (x), the Taylor polynomial of degree 3 for y about 0, and use
it to estimate the smallest positive zero of y.
Note that 0.4 < a1 < 0.8 and if 0.4 < ak < 0.8 then 0.4 < ak+1 < 0.8.
Hence by induction all terms in the sequence are between 0.4 and 0.8.
Use the results from Maple on the previous page to answer the following
questions.
i) For k ∈ Z+ , show that if 0.4 < ak < 0.6 then ak+2 < 0.6 and if
0.6 < ak < 0.8 then ak+2 > 0.6.
ii) Prove that the odd terms (a1 , a3 , a5 , . . .) are increasing and the even
terms (a2 , a4 , a6 , . . .) are decreasing.
iii) Prove that ak is convergent and find its limit.
BASIC INTEGRALS
Z
1
dx = ln |x| + C = ln |kx|, C = ln k
Z x
1
eax dx = eax + C
Z a
1 x
ax dx = a + C, a 6= 1
Z ln a
1
sin ax dx = − cos ax + C
Z a
1
cos ax dx = sin ax + C
Z a
2 1
sec ax dx = tan ax + C
Z a
2 1
cosec ax dx = − cot ax + C
Z a
1
tan ax dx = ln | sec ax| + C
Z a
1
cot ax dx = ln | sin ax| + C
Z a
1
sec ax dx = ln | sec ax + tan ax| + C
Z a
1
sinh ax dx = cosh ax + C
Z a
1
cosh ax dx = sinh ax + C
Z a
1
sech2 ax dx = tanh ax + C
Z a
1
cosech2 ax dx = − coth ax + C
Z a
dx 1 x
2 2
= tan−1 + C
Z a +x a a
dx 1 −1 x
= tanh + C, |x| < a
a2 − x 2 a a
= a1 coth−1 xa + C, |x| > a > 0
1 a+x
= ln + C, x2 6= a2
Z 2a a−x
dx x
√ = sin−1 + C
Z
2
a −x 2 a
dx x
√ = sinh−1 + C
Z x 2 + a2 a
dx x
√ = cosh−1 + C, x>a>0
x 2 − a2 a
END OF EXAMINATION