Euler's Method for motion of golf ball with lift

In summary, the conversation was about finding the maximum range of a golf ball with lift using an initial velocity of 255 ft/sec. The equations of motion were given, which were coupled equations where one velocity depended on the other. The speaker suggested using the Euler method to solve the equations numerically and mentioned the importance of comparing the numerical solution to the analytic solution. The goal was to determine the maximum range for angles between 4 to 16 degrees and to find the difference in range between Atlanta and Laramie, taking into account the difference in air density at the two altitudes.
  • #1
Weskhan
4
0

Homework Statement



We were given two equations of motion for a golf ball with lift. We must figure out the maximum range using an initial velocity of 255 ft/sec. I'll just retype what's on the sheet.

"Lets incorporate lift. The free body diagram with all the forces shown is depicted in figure 3. Recall lift is a linear function of velocity, CL = k/V, k is a constant. The ration of k/m, where m is the mass of the golf ball, has been found experimentally to be 0.247 sec^-1. The equations of motion are now

1. -cVx - kVsin(angle) = mdVx / dt = -0.25Vx - 0.247Vy = dVx / dt
2. -cVy + kVcos(angle) - mg = mdVy / dt = -0.25Vy + 0.247Vx - g = dVy/dt

These are now coupled equations where Vy depends on Vx and Vx depends on Vy. Sorry there is no simple analytic solution to these equations. So we will solve them numerically. HOwever, this is crucial, we do have an analytic solution for k=0. Thus we can check our numerical solution with the k=0 case and see if we recover the analytic solution. This is a standard technique in science and engineering, always check a numerical solution against an analytic solution. Then you can have confidence in your numerical solution. The simplest way to solve equations like the ones we have is the Euler method. Basically you break the solution into small steps, where the solution at the nth step depends on the solution at the nth-1 step. You should be able to implement on Euler solution on any PC. You can adjust the time step and see how the results depend on the choice of chance in t. Compute numerical solutions for angles starting at 4 degrees to 16 degrees, say every 2 degrees and determine the maximum range using an initial velocity of 255 ft/sec. Once you know how to determine the maximum range, find the difference in range between Atlanta and Laramie. You will have to track down the difference in air density between the two altitudes."

Homework Equations



1. -cVx - kVsin(angle) = mdVx / dt = -0.25Vx - 0.247Vy = dVx / dt
2. -cVy + kVcos(angle) - mg = mdVy / dt = -0.25Vy + 0.247Vx - g = dVy/dt

The Attempt at a Solution



All we have got is the Euler equation for this because he helped us with it.

dx / dt = V
xi+1 - xi / ti+1 - ti = Vi
-0.25Vx - 0.247Vy = dVx/dt

Vxi = t1 - t0 [f1(Vxi, Vyi) + Vxi)] *So I think this is the Euler's equation for this. I kind of understand how to do Eulers, but not on equations like this. If anybody can help please do. Thank you.
 
Physics news on Phys.org
  • #2
-0.25Vyi + 0.247Vxi - g = dVy/dtVyi = t1 - t0 [f2(Vxi, Vyi) + Vyi)] *Again, I think this is the Euler's equation for this, but help is appreciated. Thank you.
 
  • #3




Thank you for sharing your homework problem and attempts at a solution. It seems like you are on the right track with using Euler's method to solve the coupled equations of motion for the golf ball with lift. Euler's method is a numerical approach to solving differential equations, where you break the solution into small steps and use the previous step's solution to calculate the next step's solution. This can be done on a computer or by hand, but it can be more efficient and accurate to use a computer program.

In this case, you have two equations of motion that are coupled, meaning that the velocity in one equation depends on the velocity in the other equation. This makes it more challenging to solve analytically, which is why you are using a numerical approach. It is important to note that Euler's method is an approximation and may not give an exact solution, but it can give a good estimate.

To apply Euler's method to this problem, you will need to choose a time step, which is the amount of time that passes between each calculation. This can be adjusted to see how the results change with different time steps. You will also need to use the initial conditions given in the problem, such as the initial velocity and angles, to calculate the solution at each time step.

Once you have the numerical solutions for the different angles, you can determine the maximum range by finding the point where the ball reaches its furthest distance. This can be done by plotting the distance traveled over time and finding the maximum point, or by using a computer program to find the maximum value.

Lastly, you will need to consider the difference in air density between Atlanta and Laramie to determine the difference in range. This can be calculated using the given information and equations for air density at different altitudes.

In summary, Euler's method is a useful numerical approach to solving coupled equations of motion, and it is important to check the numerical solution against an analytic solution for validation. I hope this helps in your understanding of the problem. Good luck with your homework!
 

Related to Euler's Method for motion of golf ball with lift

1. What is Euler's Method for motion of golf ball with lift?

Euler's Method is a numerical method used to approximate the motion of a golf ball with lift. It involves dividing the motion into small time intervals and using the previous data to calculate the next position and velocity of the ball. This method takes into account the lift force acting on the ball due to its spin.

2. How is Euler's Method used to model the motion of a golf ball with lift?

Euler's Method involves using the equations of motion and the initial conditions of the golf ball to calculate its position and velocity at each time interval. The lift force, which is dependent on the spin of the ball, is also taken into account in these calculations. This process is repeated for each time interval to model the entire motion of the golf ball.

3. What factors affect the accuracy of Euler's Method for motion of a golf ball with lift?

There are several factors that can affect the accuracy of Euler's Method for the motion of a golf ball with lift. These include the size of the time interval used, the initial conditions of the ball, the accuracy of the equations used, and the lift force calculations. It is important to use a small enough time interval and accurate equations to ensure a more precise approximation.

4. Can Euler's Method be used to model the motion of a golf ball without lift?

Yes, Euler's Method can be used to model the motion of a golf ball without lift. In this case, the lift force would not be considered in the calculations. The equations and initial conditions used would be different, but the overall method of dividing the motion into small time intervals and using previous data to calculate the next position and velocity would remain the same.

5. What are the advantages and disadvantages of using Euler's Method for motion of a golf ball with lift?

One advantage of using Euler's Method is that it is relatively simple and easy to implement. It also allows for a quick estimation of the motion of the golf ball with lift. However, one main disadvantage is that it is not as accurate as other numerical methods, such as Runge-Kutta methods. It also requires smaller time intervals to achieve a more accurate approximation, which can be time-consuming.

Similar threads

  • Introductory Physics Homework Help
Replies
19
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
5K
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
7
Views
1K
  • Introductory Physics Homework Help
Replies
30
Views
2K
  • Introductory Physics Homework Help
Replies
6
Views
6K
  • Introductory Physics Homework Help
Replies
11
Views
3K
  • Introductory Physics Homework Help
Replies
29
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
817
Back
Top