PB1: The trajectory of a projectile can be described in an x-y coordinate system by: y=x-x-1 A target is located along t
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
PB1: The trajectory of a projectile can be described in an x-y coordinate system by: y=x-x-1 A target is located along t
PB1: The trajectory of a projectile can be described in an x-y coordinate system by: y=x-x-1 A target is located along the x-axis (y=0) between the locations x=1 and x=2. Assuming that the projectile will hit the target a). Describe a numerical technique that can be used to obtain the solution (target position). (Either use a flowchart, or a detailed text description of all the steps) b) Write a Python or a Matlab algorithm for the selected method c) Comment on the convergence speed and accuracy and discuss the advantages and disadvantages of the selected method. PB2: Consider the initial value problem dy/dx = f(x, y) y(xo) = yo a) Describe a numerical technique that can be used to obtain the solution y(x). (Either use a flowchart, or a detailed text description of all the steps) b) Write a Python or a Matlab algorithm for the selected method c) Comment on the convergence speed and accuracy and discuss the advantages and disadvantages of the selected method.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!