Suppose we had a straight tunnel, through Earth's center, to a point on the opposite side of the planet, and used it to deliver mail to the other side. With what speed would our packages pass through Earth's center.

So:
ag = (GM)/R2
Mins = (4/3)πR3*ρ

So, I'm assuming (but not completely sure) that the question is asking for the man's speed at the center (but again, I could be interpreting the question completely wrong. Either way, I'm still stuck on how to solve it.)

I figured that I could take the integral of ag with respect to R (since the distance from the center of the earth is continuously changing as you pass through the center.)

So: ag = ∫[G*ρ*(4/3)π *R3]/R2
(from 0 to R)

My problem here is that ρ is just M/V which is 3M/(4πR3), which basically cancels out a whole bunch of R's and leaves you with:

ag = GM∫[1/R2
(from 0 to R...I'll worry about signs later)

AND:
ag = GM/R, which doesn't actually work out since you end up having m2/s2, which is not acceleration.

I know I probably messed up the integral, but I'm not sure how else you would solve this problem.

I think you might get a clearer picture of the situation by reading the discussion here:

http://hyperphysics.phy-astr.gsu.edu/hbase/mechanics/earthole.html

To find the speed at which the packages would pass through Earth's center, you can use the equation for gravitational acceleration. The correct integral to use is:

∫(GM/r^2)dr

Where G is the gravitational constant, M is the mass of the Earth, and r is the distance from the center of the Earth.

To integrate this equation, you can assume that the distance from the center of the Earth starts at -R (negative for simplicity) and goes to +R (positive). This is because the package would be traveling from one side of the Earth to the other, passing through the center.

The integral becomes:

∫(GM/r^2)dr = GM∫(1/r^2)dr

Integrating this equation gives:

GM(-1/r)

Evaluating the integral for the limits of integration -R and +R:

GM(-1/R) - GM(-1/-R)

Simplifying the expression:

-GM/R + GM/R

The two terms cancel out, leaving:

0

Therefore, the speed at which the packages would pass through Earth's center would be 0.

To solve this problem, let's start with the equations you provided:

1. ag = (GM) / R^2 (where ag is gravitational acceleration, G is the gravitational constant, M is the mass of the Earth, and R is the distance from the center of the Earth)

2. Mins = (4/3)πR^3 * ρ (where Mins is the mass of the part of the Earth inside the radius R, and ρ is the density of the Earth)

The question asks for the speed of packages passing through the Earth's center. From your interpretation, it seems like the packages are dropped through the tunnel. In this scenario, the packages would experience gravitational acceleration until they reach the center, and then the acceleration will gradually decrease until they reach the other side.

To find the speed of the packages at the center, we need to calculate the time it takes for a package to fall to the center. Let's assume the package is dropped from the surface of the Earth, so its distance from the center is R.

Using the second equation, we can express Mins as (4/3)πR^3 * ρ, and the package's mass can be denoted as m. Therefore, the mass of the remaining portion of the Earth, which is (Mins - m), is:

M_rem = Mins - m = (4/3)πR^3 * ρ - m

Now we can use Newton's second law of motion, F = ma, where F is the gravitational force and a is the acceleration experienced by the package.

The gravitational force acting on the package is given by F = (G * M_rem * m) / R^2, and we can equate it to ma:

(G * M_rem * m) / R^2 = m * a

We can cancel out the mass 'm' on both sides:

(G * M_rem) / R^2 = a

Since gravitational acceleration 'g' is F / m, we can write it as:

g = (G * M_rem) / R^2

Now let's substitute the expression for M_rem:

g = (G * ((4/3)πR^3 * ρ - m)) / R^2

To solve for the acceleration 'g', we can substitute the first equation into the expression for M_rem:

g = (G * ((4/3)πR^3 * ρ - m)) / R^2
= (G * ((4/3)πR^3 * ρ - m)) / R^2

Simplifying this expression, we get:

g = (4/3)(G * π * R * ρ - G * m / R)

Now, to find the time it takes for the package to fall to the center, we can use the kinematic equation:

Δx = v_0 * t + (1/2) * a * t^2

Since the initial velocity, v_0, is zero, the equation reduces to:

Δx = (1/2) * a * t^2

The distance traveled, Δx, is R, and we want to solve for the time, t:

R = (1/2) * g * t^2

We can substitute the expression for 'g' into this equation:

R = (1/2) * [(4/3)(G * π * R * ρ - G * m / R)] * t^2

Rearranging the equation:

2R = [(4/3)(G * π * R * ρ - G * m / R)] * t^2

Now, it's time to solve for 't'. We can simplify this equation:

2R = (4/3)(G * π * R * ρ - G * m / R) * t^2

Dividing both sides by (4/3)(G * π * R * ρ - G * m / R):

(3/2) * R / [(G * π * R * ρ - G * m / R)] = t^2

Taking the square root of both sides:

t = √ [(3/2) * R / [(G * π * R * ρ - G * m / R)]]

Now, we have the time it takes for the package to fall to the center, and we can use it to calculate the speed of the package.

The speed, v, is given by:

v = Δx / t

Since the distance traveled, Δx, is also R, we can substitute it:

v = R / t
= R / √ [(3/2) * R / [(G * π * R * ρ - G * m / R)]]

To simplify this expression further, we can manipulate it:

v = R * √ [(G * π * R * ρ - G * m / R)] / √ [3/2 * R]

Simplifying,

v = √ [2G * π * R^2 * ρ - 2G * m]

Finally, we have the expression for the speed of the packages passing through Earth's center.