I need help in calculating work.

following quantites are given.
* G: 6.67E-11
*Mass of earth:5.98E24
*mass of satelightt:80kg
*x(initial) center of the earth-7E6 m
*x(final) center of the earth 12E6 m
How do I make integral equation I need use 20 interval or calculate in excel or use some other website

I don't understand what you need?

a. the integral itself?
b. the algorithm for numerical integration?
c. a website?

equation that i can integrate

there were options.

i tried but I am getting incorrect answer

Again, I don't know what you are doing? Is this a numerical integration issue, with setup on a specific calculator?

To calculate work, you need to find the gravitational potential energy between the satellite and the Earth at two different positions (x(initial) and x(final)). The work done by gravity is equal to the change in potential energy.

The gravitational potential energy between two objects can be calculated using the formula U = -GMm/r, where U is the gravitational potential energy, G is the gravitational constant (6.67E-11 in this case), M is the mass of the Earth (5.98E24), m is the mass of the satellite (80 kg), and r is the distance between the two objects.

To calculate the work in this scenario, you can use the integral form of the work-energy theorem. The integral form states that the work done by a force is equal to the negative integral of the force with respect to the displacement. In this case, the force is the gravitational force, and the displacement is the change in distance between the satellite and the Earth.

To set up the integral equation, you need to integrate the gravitational force (F = -GMm/r^2) with respect to the displacement (dx) from x(initial) to x(final). Since you want to divide the interval into 20 equal parts, you can divide the total displacement (x(final) - x(initial)) into 20 intervals.

To calculate the work numerically, you can use Microsoft Excel or any other software that allows you to perform numerical integration. Here's how you can set it up in Excel:

1. Create a column for x-values and enter the positions at each interval. In this case, you can start from x(initial) (-7E6 m) and add the same increment for each interval until you reach x(final) (12E6 m).

2. Create a column for r-values (distance between the satellite and the Earth). Use the formula r = abs(x), as the distance is always positive.

3. Create a column for the gravitational force. Use the formula F = -G * M * m / r^2 to calculate the force at each interval.

4. Create a column for the work done in each interval. Use the formula W = F * dx to calculate the work done in each interval, where dx is the displacement between intervals.

5. Finally, sum up the work done in each interval to find the total work. Use the SUM function to add up the values in the column representing the work done.

Alternatively, there are various online calculators or physics simulation websites that can help you calculate the work done in this scenario. You can search for "work done by gravity calculator" or similar keywords to find a suitable website where you can input the given values and get the result instantly.

Remember to use appropriate units in your calculations and convert units if necessary.

I hope this explanation helps you calculate the work between the satellite and the Earth! Let me know if you need further assistance.