Moving Wedge Solved!
I posted a problem a couple days ago concerning a moving wedge and block system. I'm so excited to have finally solved it! I didn't get much help from the last thread, my guess is because it is such a tough problem (atleast for us physics noobs). Because I am so excited I thought it would be fun to share! Here is the problem statement and some work:
A wedge with mass M is place on a frictionless table. A block with mass m is placed on top of the wedge. There is no friction between the block and wedge. What are the accelerations of the wedge and block when the system is released? Give your answer in terms of components.
We assume that the table is our main frame of reference since it is inertial. The positive x direction is the right and positive y direction is up. The wedge makes an angle [tex]\alpha[/tex]measured from the negative x-axis towards the positive y axis. With this information we can figure out the forces acting on the wedge and block. Here are the net forces:
Wedge
[tex]\Sigma[/tex]Fx=-nSin([tex]\alpha[/tex])=MAx
Block
[tex]\Sigma[/tex]Fx=nSin([tex]\alpha[/tex])=max
[tex]\Sigma[/tex]Fy=nCos([tex]\alpha[/tex])-mg=may
We assume that the y acceleration of the wedge is zero and don't include it in the equations above. The three equations above indicate we have four unknown variables, n, Ax, ax, and ay. We need to find a fourth equation that relates some of the variables to be able to solve for the important variables: Ax, ax, and ay.
The fourth equation comes from the kinematic description of the block's motion in the non-inertial frame of the wedge. The x and y position of the block are given by the following:
x = x0+voxt+0.5(ax - Ax)t2
y = y0+voyt+0.5ayt2
We can assume that the block starts at the origin and know that the initial velocity of the block is zero. The equations then reduce to:
x = 0.5(ax - Ax)t2
y = 0.5ayt2
Solving for t2 and setting the equations equal to each other we arrive at:
[tex]\frac{y}{a_{y}}[/tex] = [tex]\frac{x}{a_{x} - A_{x}}[/tex]
If we divide each side by x we can substitute y/x by -Tan([tex]\alpha[/tex]). We use -Tan([tex]\alpha[/tex]) because we originally measured [tex]\alpha[/tex] from the negative x-axis to the positive y axis; in the case of the wedge as a frame of reference, [tex]\alpha[/tex] is measured from the positive x-axis to the negative y-axis since it is moving down the wedge. We then arrive at our fourth equation:
-Tan([tex]\alpha[/tex]) = [tex]\frac{a_{y}}{a_{x} - A_{x}}[/tex]
After doing tons of algebra you find that the accelerations are:
Ax = [tex]\frac{-mgTan([tex]\alpha[/tex])}{(m+M)Tan^{2}([tex](\alpha)[/tex])+M}[/tex]
ax = [tex]\frac{MgTan([tex]\alpha[/tex])}{(m+M)Tan^{2}([tex]\alpha[/tex])+M}[/tex]
ay = [tex]\frac{-(m+M)gTan^{2}([tex]\alpha[/tex])}{(m+M)Tan^{2}([tex]\alpha[/tex])+M}[/tex]