Question: Please do these two questions for me. Answer both questions please. Thanks. Write a program using while loops that determines the expression: squareroot 12 sigma^_n
Please do these two questions for me. Answer both questions please.
Thanks.

Write a program using while loops that determines the expression: squareroot 12 sigma^_n = 0 (-1/3)^n/2n + 1 Run the program for m=10 and m=20. The position (x, y) as a function of time of a projectile fired with a speed v at an angle a is given by x=v.cos(a).t y=v.sin(a).t-0.5.g.t^2 where g=9.81m/s^2. Write a program (using while loops) to calculate the position (x, y) of the projectile as a function of time. Your program must stop once the projectile reaches the ground. Use the values of x, y to plot the trajectory of the projectile. Write a program using while loops that determines the expression: squareroot 12 sigma^_n = 0 (-1/3)^n/2n + 1 Run the program for m=10 and m=20. The position (x, y) as a function of time of a projectile fired with a speed v at an angle a is given by x=v.cos(a).t y=v.sin(a).t-0.5.g.t^2 where g=9.81m/s^2. Write a program (using while loops) to calculate the position (x, y) of the projectile as a function of time. Your program must stop once the projectile reaches the ground. Use the values of x, y to plot the trajectory of the projectile
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
