Solve Rigid Body Rotation Problem: Find x dot

  • Thread starter Thread starter TheDude710
  • Start date Start date
AI Thread Summary
The discussion focuses on solving a rigid body rotation problem where the second derivative of x with respect to time is given as x double dot = sin(x). To find x dot, the chain rule is applied, leading to the equation dx/dt = tan(x(t)). The integration of both sides is suggested to derive the relationship between x and its derivatives. Ultimately, the solution reveals that x dot is equal to tan(x(t)), providing a clear path forward for the problem at hand.
TheDude710
Messages
14
Reaction score
0
Hi all. I am in the middle of a ridig body rotation problem. Anyways, I have x double dot = sin(x) and i need to find what x dot is. x is a function of time 't' and I just have no idea how to get it. so it is d^2x(t)/dt^2=sin(x(t)) where x(t) is a function and i need to find dx(t)/dt.

Any help would be great, thanks!
 
Physics news on Phys.org
Let a=dx/dt

da/dt=d^2x/dt^2

Therefore
da/dt = sin(x)

(da/dx)(dx/dt) = sin(x)

(da/dx)(a) = sin(x)

a da = sin(x) dx

And you can get a by integrating both sides...
 


To solve this problem, we can use the chain rule of differentiation. Let's start by rewriting the given equation as:

d^2x/dt^2 = sin(x(t))

We can then apply the chain rule to find dx/dt:

d/dt(d^2x/dt^2) = d/dt(sin(x(t)))

By the chain rule, the left side becomes:

d^2x/dt^2 * dx/dt = cos(x(t)) * dx/dt

We can rearrange this to solve for dx/dt:

dx/dt = (d^2x/dt^2) / cos(x(t))

Substituting the given equation for d^2x/dt^2, we get:

dx/dt = sin(x(t)) / cos(x(t))

Finally, we can simplify this by using the trigonometric identity for tangent:

dx/dt = tan(x(t))

Therefore, x dot (dx/dt) is equal to tan(x(t)). I hope this helps you solve your rigid body rotation problem!
 
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