- #1
masteralien
- 36
- 2
Thread moved from the technical forums to the schoolwork forums
TL;DR Summary: In Morin 3.7 sliding sideways on a plane I used a completely different method than he did and got the correct answer is my method right
The problem statement is as follows
I split up the friction force into x and y components derived a diff eq for v_y in terms of v_x then took the limit as v_x goes to 0
My solution was this
$$m\ddot{x} = -\mu mg\cos(\theta) \cos(\varphi)$$
$$\\m\ddot{y}= -mg\sin(\theta)-\mu mg\cos(\theta)\sin(\varphi)$$
$$\\\mu = \tan(\theta)$$
$$\\v_x=\dot{x}$$
$$\\v_y=\dot{y}$$
where $$\varphi$$ is the angle the velocity vector makes
$$\\\dot{v}_x=-g\sin(\theta) \frac{v_x}{\sqrt{v_x^2 + v_y^2}}$$
$$\\\dot{v}_y=-g\sin(\theta)-g\sin(\theta) \frac{v_y}{\sqrt{v_x^2 + v_y^2}}$$
At long times v_x’ will be 0 so we can set final v_x = 0 as setting v_x’=0 means v_x will be 0
I then divided to get
$$\frac{dv_y}{dv_x}=\frac{v_y}{v_x} + \sqrt{1+\left(\frac{v_y}{v_x}\right)^2}$$
I substituted v_y/v_x = u and with some algebra setting the lower bound of v_x as V and upper as v_x to take the limit later and for v_y I took the upper bound as v_y and lower as 0 get
$$\frac{v_x^2}{V}=\sqrt{v_x^2+v_y^2}+v_y$$
$$\frac{v_x^4}{V^2}-\frac{2v_y v_x^2}{V}+v_y^2=v_x^2+v_y^2$$
Then get
$$\frac{v_x^2}{V^2}-\frac{2v_y}{V}=1$$
Finally taking v_x goes to 0
$$v_y = -\frac{V}{2}$$
With the final speed being
$$V_f=\frac{V}{2}$$
I want to know if this solution is correct as this gives the correct answer
This is the book’s solution
The problem statement is as follows
I split up the friction force into x and y components derived a diff eq for v_y in terms of v_x then took the limit as v_x goes to 0
My solution was this
$$m\ddot{x} = -\mu mg\cos(\theta) \cos(\varphi)$$
$$\\m\ddot{y}= -mg\sin(\theta)-\mu mg\cos(\theta)\sin(\varphi)$$
$$\\\mu = \tan(\theta)$$
$$\\v_x=\dot{x}$$
$$\\v_y=\dot{y}$$
where $$\varphi$$ is the angle the velocity vector makes
$$\\\dot{v}_x=-g\sin(\theta) \frac{v_x}{\sqrt{v_x^2 + v_y^2}}$$
$$\\\dot{v}_y=-g\sin(\theta)-g\sin(\theta) \frac{v_y}{\sqrt{v_x^2 + v_y^2}}$$
At long times v_x’ will be 0 so we can set final v_x = 0 as setting v_x’=0 means v_x will be 0
I then divided to get
$$\frac{dv_y}{dv_x}=\frac{v_y}{v_x} + \sqrt{1+\left(\frac{v_y}{v_x}\right)^2}$$
I substituted v_y/v_x = u and with some algebra setting the lower bound of v_x as V and upper as v_x to take the limit later and for v_y I took the upper bound as v_y and lower as 0 get
$$\frac{v_x^2}{V}=\sqrt{v_x^2+v_y^2}+v_y$$
$$\frac{v_x^4}{V^2}-\frac{2v_y v_x^2}{V}+v_y^2=v_x^2+v_y^2$$
Then get
$$\frac{v_x^2}{V^2}-\frac{2v_y}{V}=1$$
Finally taking v_x goes to 0
$$v_y = -\frac{V}{2}$$
With the final speed being
$$V_f=\frac{V}{2}$$
I want to know if this solution is correct as this gives the correct answer
This is the book’s solution
Last edited: