Question: Code in Python - Coding problems: HW 2_2 The lateral surface area of a cone is given by: S=rr2+h2 where r is the radius of

Code in Python -
Coding problems: HW 2_2 The lateral surface area of a cone is given by: S=rr2+h2 where r is the radius of the cone, h is its height. Use the bisection method to determine the radius of a cone which has a surface area of 1200m2 and a height of 20m. Select your own initial guesses. Use a stopping criterion of 4 sig figs. Display the answer in an informative sentence, using formatted printing. HW2_3 The velocity of a falling parachutist is given by v=cgm(1e(mc)t) where the drag coefficient, c=15kg/s, and g is acceleration due to gravity. Compute the mass, m of the parachutist so that the velocity, v=36m/s at t=10 seconds, using false position algorithm. Select your own initial guesses from the plot of the root finding function. Use a stopping criterion of 3 sig figs. Display the answer in an informative sentence, using formatted printing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
