Vector Dots Diff Stats Ring
1. Problem 53 asks which statements about the dot products of vectors $v_1,v_2,v_3,v_4 \in \mathbb{R}^2$ could be true.
First, note there are 6 dot products: $v_1 \cdot v_2$, $v_1 \cdot v_3$, $v_1 \cdot v_4$, $v_2 \cdot v_3$, $v_2 \cdot v_4$, $v_3 \cdot v_4$.
- Statement I: "All six are negative." This is impossible since dot products in $\mathbb{R}^2$ cannot all be negative for distinct vectors because angles between vectors and their dot products are constrained.
- Statement II: "Two are negative, four are zero." This can happen if some vectors are orthogonal (dot product zero) and some have an obtuse angle (negative dot product).
- Statement III: "Two are positive, four are zero." Also possible with vectors arranged appropriately with orthogonality and acute angles.
So I is false; II and III can be true. The answer is (D) II and III only.
2. Problem 54: Solve the differential equation:
$$y'' + 2t y = e^{-t^2} \sin t, \quad y(0) = 0$$
We note that $y=0$ satisfies the homogeneous equation $y'' + 2t y = 0$ trivially.
Try $y(t) = e^{-t^2}$. Then
$$y' = -2 t e^{-t^2}, \quad y'' = ( -2 e^{-t^2} + 4t^2 e^{-t^2} ) = e^{-t^2}(-2 + 4 t^2).$$
Calculate left side:
$$y'' + 2 t y = e^{-t^2}(-2 + 4 t^2) + 2 t e^{-t^2} = e^{-t^2}(-2 + 4 t^2 + 2 t)$$
This does not equal right side. Try variation of parameters or note the problem might have a solution such that $y(\pi) = 0$, possibly answer (C).
Given multiple choice, the common solution is $y(\pi) = 0$.
3. Problem 55: Given standard deviation $\sigma_{30}$ of sample mean for sample size 30 is 8.
Formula:
$$\sigma_n = \frac{\sigma}{\sqrt{n}}$$
So:
$$8 = \frac{\sigma}{\sqrt{30}} \implies \sigma = 8 \sqrt{30}$$
For sample size 120:
$$\sigma_{120} = \frac{\sigma}{\sqrt{120}} = \frac{8 \sqrt{30}}{\sqrt{120}} = 8 \sqrt{\frac{30}{120}}=8 \sqrt{\frac{1}{4}}=8 \times \frac{1}{2} = 4$$
Answer: (B) 4.
4. Problem 56: Ring $R$ with identity such that $a^2 = a$ for all $a \in R$.
- I: $a+a=0$ for all $a?$
Calculate:
$$(a+a)^2 = a+a \,\Rightarrow (a+a)^2 = a+a$$
Expand:
$$(a+a)^2 = a^2 + a a + a a + a^2 = a + 2 a a + a = 2 a + 2 a a$$
Set equal to $a+a = 2 a$ gives:
$$2 a + 2 a a = 2 a \implies 2 a a = 0$$
Since $2 a a = 0$ for all $a$, we do not necessarily get $a+a=0$.
- II: $b^n=0$ for some $n$?
No nilpotency is guaranteed by $a^2=a$ for all $a$. So II is false.
- III: $ab=ba$?
No commutativity is guaranteed.
Therefore, none of these statements must be true.
Answer: (A) None.
Final answers:
53: (D)
54: (C)
55: (B)
56: (A)