Guest User

Untitled

a guest
Jan 21st, 2025
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. **Question 1**
  2. (a) For \( x = 1 \): \( z = 1 + 2y \). Sketch a straight line with slope 2 in the \( y \)-\( z \) plane.
  3. (b) For \( y = 1 \): \( z = x^2 + 2x \). Sketch a parabola opening upwards with vertex at \( x = -1 \).
  4.  
  5. **Question 2**
  6. (a) Surface area formula:
  7. \[
  8. A = 2\pi \int_0^1 \sqrt{1 + 2x^2} \, dx \implies k = 2
  9. \]
  10. (b) Tolerance analysis: Engineering process (\( \pm 0.5\% \)) is within required (\( \pm 1\% \)). All components are suitable.
  11.  
  12. **Question 3**
  13. (a) Cross product equations yield \( p = 7 \), \( q = 4 \).
  14. (b)(i) Volume condition: \( | -11f + 6e + 2d | = 42 \).
  15. (ii) Geometrically, two parallel planes where \( C \) must lie.
  16.  
  17. **Question 4**
  18. Using Gamma function properties and recurrence, \( A_n = \frac{n+1}{n+2} \), which increases and converges to 1.
  19.  
  20. **Question 5**
  21. (a)(i) Cayley table shows cyclic group \( C_4 \).
  22. (ii) \( G \cong C_4 \) due to element of order 4.
  23. (b)(i) Odd quadratic residues modulo 32: \{1, 9, 17, 25\}.
  24. (ii) For odd \( n \), \( n^6 + 3n^4 + 7n^2 \equiv 11 \mod 32 \).
  25.  
  26. **Question 6**
  27. (a) Hessian determinant:
  28. \[
  29. -\frac{2y \sin y}{x^2} - \left( \cos y - \frac{1}{x^2} \right)^2
  30. \]
  31. (b) Determinant negative at \( P \implies \) saddle point.
  32. (c) From stationary conditions: \( \beta + \tan \beta = 0 \).
  33.  
  34. **Question 7**
  35. (a) \( \alpha + \beta = 1 \), \( \alpha \beta = -1 \).
  36. (b)(i) \( S_2 = 3 \), \( S_3 = 4 \).
  37. (ii) Recurrence relation from \( \alpha, \beta \) roots.
  38. (iii) Integers by induction.
  39. (c)(i) \( \beta^n \) term necessary for integer \( S_n \).
  40. (ii) Modified formula: \( T_n = \alpha^n + (-1)^n / \alpha^n \).
  41.  
  42. **Question 8**
  43. (a)(i) \( f(n) = (n^2 + 1)(2n + 1) \).
  44. (ii) Composite as product of two integers >1.
  45. (b)(i) \( \gcd(n^2 + 1, 2n + 1) \) divides 5.
  46. (ii) \( n = 7 \) yields \( \gcd(50, 15) = 5 \).
  47.  
  48. **Question 9**
  49. (a) Identity element: \( 0 \).
  50. (b) Inverse of \( x \) is \( -x \).
  51. (c) Associativity via hyperbolic tangent addition.
  52. (d) Not closed (denominator zero for some \( a, b \)).
  53. (e) Subgroup \( D = \{0, i\sqrt{3}, -i\sqrt{3}\} \).
  54.  
  55. ---
  56.  
  57. **Final Answers**
  58. 1. Sketches provided.
  59. 2. (a) \( \boxed{k = 2} \); (b) Yes.
  60. 3. (a) \( p = \boxed{7} \), \( q = \boxed{4} \); (b)(i) \( -11f + 6e + 2d = \pm 42 \).
  61. 4. Limit \( \boxed{1} \).
  62. 5. (a)(ii) \( \boxed{C_4} \); (b)(i) \( \boxed{\{1, 9, 17, 25\}} \).
  63. 6. (b) Saddle point; (c) \( \beta + \tan \beta = 0 \).
  64. 7. (a) \( \boxed{1} \), \( \boxed{-1} \); (b)(i) \( \boxed{3} \), \( \boxed{4} \).
  65. 8. (a)(i) \( (n^2 + 1)(2n + 1) \); (b)(ii) \( \boxed{7} \).
  66. 9. (a) \( \boxed{0} \); (e) \( \boxed{\{0, i\sqrt{3}, -i\sqrt{3}\}} \).
Advertisement
Add Comment
Please, Sign In to add comment