Search for question
Question

Question 3: a.) Use MATLAB to show that the sum of the infinite series 1 (n= 0, 2,,m) converges to In 2. Do it by computing the sum for (2n+1)(2n+2), i.) m= 10 ii.) m= 500 iii.) m=10,000 For each part create a vector n, and then use element-by-element calculations to compute the series. Question 4: A cone shaped container is designed to have a volume of 315 m³. Determine the radius, r, of the base and the surface areas, S, of the container with the heights, h of 5, 6, 7, 8, 9, 10 and 12 m. The volume, V, and the surface area, S, of the containers are given by: V = ±±²h_and_S=π√r² +h² 3 The program should then display the output in tabular form in the following formats: Height Radius Surface Area 5 X.XX XXX.XXX 6 X.XX XXX.XXX 7 X.XX XXX.XXX co 8 X.XX XXX.XXX

Fig: 1