Solving the Tidal Force Problem

  • Thread starter Thread starter matpo39
  • Start date Start date
  • Tags Tags
    Force Tidal
AI Thread Summary
The discussion focuses on solving the tidal force problem, specifically deriving the expression for tidal force using the binomial approximation. The key equation involves the gravitational force on mass m at position P, expressed in terms of distance d and d_0, with the need to simplify the terms involving unit vectors. Participants highlight the complexity of the binomial expansion and the challenges in handling the denominators accurately. A reference to a mechanics text is made for further clarification on the derivation process. Ultimately, the discussion emphasizes the intricacies of applying the binomial approximation to arrive at the correct tidal force expression.
matpo39
Messages
40
Reaction score
0
I am having a little trouble with this problem it is as follows:

consider the tidal force #(F_tid=-G*M*m[(d_unit vector/d^2)-(d_0 unit vector/d_0^2)]) on a mass m at the position P. write d as (d_0-R(radius of earth))=d_0*(1-R/d_0) and use binomial approximation to show that F_tid= -(2*G*M*m*R/d_0^3)x_unit vector.

sorry i can't get the picture up but all it is is the Earth with center at (0,0) and point P is located all the way to the left edge of the Earth on the x-axis and and 0 on the y axis. the moon is to the left of the Earth and is also on the x axis. which is why it is easy to see that the force will be in the -x direction.

first i used the binomial expansion and got d_0(1+2*R/d_0) and i replaced d in equation # with that value anf got this

-G*M*m[d_unit vector/(d_0(1+2R/d_0))^2 - d_0_unit vector/(d_0^2)]
I have been fiddleing with it all day and can't get it to match the force they said it should, I am pretty sure that my problem is coming from not really knowing how to handle the d,d_0 unit vectors.

thanks for the help
 
Physics news on Phys.org
matpo39 said:
I am having a little trouble with this problem it is as follows:

consider the tidal force #(F_tid=-G*M*m[(d_unit vector/d^2)-(d_0 unit vector/d_0^2)]) on a mass m at the position P. write d as (d_0-R(radius of earth))=d_0*(1-R/d_0) and use binomial approximation to show that F_tid= -(2*G*M*m*R/d_0^3)x_unit vector.
I gather that the question is asking you to determine:

F_{tide}=-GMm(\frac{\hat d}{d^2} - \frac{\hat d_0}{d_0^2})

which can be rewritten:

F_{tide}=-GMm(\hat d\frac{d}{d^3} - \hat d_0\frac{|\vec d - \vec R|}{|\vec d - \vec R|^3})

I can see why you are having problems. That denominator |\vec d-\vec R|^3 is messy and requires a complicated binomial expansion to solve. I had to look up the derivation in a mechanics text - Barger and Olsson, Classical Mechanics (First ed.) at pages 268-270 - it is not trivial to find the general solution. For the situation where d and d0 are colinear, it reduces to:

F_{tide}=-GMm\hat d(\frac{d}{d^3} - \frac{d - R}{(d - R)^3})

But its still a lot of work.But you can see that the numerator is the order of R and the denominator in the order of d^3.

AM
 
Last edited:


Hi there,

I understand that you are having some difficulty solving the tidal force problem. I will try my best to explain the solution in a step-by-step manner.

Firstly, let's rewrite the expression for d as d = d_0(1-R/d_0). This is just a rearrangement of the given expression.

Next, let's expand the binomial term (1-R/d_0)^2 using the binomial expansion formula. This gives us 1 - 2R/d_0 + (R/d_0)^2.

Now, let's plug this expanded expression into our original expression for tidal force:

F_tid = -G*M*m[(d_unit vector/d^2) - (d_0 unit vector/d_0^2)]
= -G*M*m[(d_unit vector/(d_0(1-R/d_0))^2) - (d_0_unit vector/(d_0^2))]
= -G*M*m[d_unit vector/(d_0^2(1 - 2R/d_0 + (R/d_0)^2)) - (d_0_unit vector/(d_0^2))]
= -G*M*m[d_unit vector/(d_0^2 - 2Rd_0 + R^2) - (d_0_unit vector/(d_0^2))]
= -G*M*m[d_unit vector/(d_0^2) - 2Rd_0_unit vector/(d_0^2) + R^2_unit vector/(d_0^2) - d_0_unit vector/(d_0^2)]
= -G*M*m[(d_unit vector - 2Rd_0_unit vector + R^2_unit vector - d_0_unit vector)/(d_0^2)]

Now, we can simplify the expression in the brackets by grouping similar unit vectors together:

(d_unit vector - 2Rd_0_unit vector + R^2_unit vector - d_0_unit vector) = (d_unit vector - d_0_unit vector) - 2R(d_0_unit vector) + R^2_unit vector
= (d_unit vector - d_0_unit vector) - (2Rd_0_unit vector - R^2_unit vector)
= (d_unit vector - d_0_unit vector) - R(2d_0_unit vector - R_unit vector)

Note that
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top