A crate with dimensions 12 x 10 x 4 inches and a mass of 120 lbs slides on an inclined plane with dimensions 80 x 10 x 3 inches. Address the following questions: 1. Model the system in ADAMS without friction and compare the results with the analytical solution. 2. Model the system in ADAMS with friction coefficients μs=0.4 and μd=0.3, and determine the minimum inclination angle required for the crate to begin sliding. Calculate the crate's constant acceleration and compare your findings with the analytical solution. 3. Using the friction values from the previous part, simulate the model for a duration of 0.5 seconds and create a plot of the crate's acceleration versus time. Present all calculations and results clearly.

Engineering · College · Tue Nov 03 2020

Answered on

1. To model the system in ADAMS (Automated Dynamic Analysis of Mechanical Systems) without friction, you would need to follow these steps:

- Create the geometry: Model the crate with the given dimensions (12 x 10 x 4 inches) and the inclined plane with dimensions (80 x 10 x 3 inches). - Assign properties: Give the crate a mass of 120 lbs. Since this model is without friction, ensure that the contact properties between the crate and plane have a friction coefficient of 0. - Create joints and motions: Since there is no friction, the crate will simply slide down the incline under the influence of gravity. You may need to apply a gravitational force to the system. - Run simulation: Execute the simulation with an appropriate time step and duration to observe the motion of the crate.

To compare the results to the analytical solution, you can use the following equations of motion for the crate on an inclined plane:

- Determine the angle of inclination \(\theta\) of the plane from its dimensions. Use trigonometry: \(\tan(\theta) = \frac{opposite}{adjacent}\), where the opposite side is the height (3 inches) and the adjacent side is the length (80 inches) of the plane. - Calculate the component of gravitational acceleration down the plane: \(a = g \cdot \sin(\theta)\), where \(g\) is the acceleration due to gravity (9.81 m/s², but converted to inch/s² for consistency with the given units). - Using the kinematic equations, you can find the theoretical velocity and position at any time \(t\).

The results from ADAMS should coincide with the analytical solution if the simulation is set up correctly.

2. To model the system in ADAMS with friction and determine the minimum inclination angle required for the crate to begin sliding:

- Update contact properties: Set the static friction coefficient (\(\mu_s\)) to 0.4 and the dynamic friction coefficient (\(\mu_d\)) to 0.3. - Determine the minimum angle of inclination (\(\theta\) min) analytically by setting the static friction force equal to the component of the weight of the crate parallel to the surface of the plane: \(mg \cdot \sin(\theta_{min}) = \mu_s \cdot mg \cdot \cos(\theta_{min})\). - From the above, solve for \(\theta_{min}\): \(\tan(\theta_{min}) = \mu_s\). - After obtaining \(\theta_{min}\), perform ADAMS simulation with this angle to observe when the crate starts to slide.

To calculate the crate's constant acceleration on ADAMS with friction, you could simply subtract the force due to friction (which is \(mg \cdot \cos(\theta) \cdot \mu_d\)) from the component of the gravitational force parallel to the plane, and then divide by the mass of the crate.

Compare these results to the analytical solution, which can be expressed as \(a = g (\sin(\theta) - \mu_d \cos(\theta))\).

3. To create a plot of the crate's acceleration versus time in ADAMS:

- Run the simulation with friction over the given duration of 0.5 seconds. - Record the acceleration data at small enough time intervals to produce an accurate plot. - Use the simulation data to plot acceleration versus time in a suitable graphing software. - Compare your plot with the expected analytical behavior, which should show a constant acceleration if the crate has overcome static friction and has started sliding with dynamic friction in action.

Ensure to present both the ADAMS simulation data and the analytical calculations clearly to compare the acceleration values effectively.

Extra: Understanding the basics:

Friction: In the context of physics, friction is a force that opposes the relative motion or tendency of such motion of two surfaces in contact. It is not a fundamental force, like gravity, but rather arises from the electromagnetic forces between atoms and molecules at the surfaces.

Static vs. Dynamic Friction: Static friction is the force that keeps an object at rest when a force is applied, up to a certain threshold. Once the force exceeds this threshold, the object starts to move and dynamic (or kinetic) friction comes into play, which is generally less than static friction.

Inclined Plane: An inclined plane is a flat surface that is tilted at an angle to the horizontal. It is used to lift heavy objects to a given height with less effort than lifting them vertically.

Analytical Solutions: In physics, an analytical solution involves calculating the position, velocity, and acceleration using kinematic equations and principles of mechanics.

ADAMS Software: ADAMS is a powerful tool used to simulate the motion of mechanical systems. It allows the user to build a model of a mechanical system and then run simulations to see how it behaves under various conditions. The results from ADAMS simulations can be very precise and are used to predict real-world behavior of mechanical systems.

The Angle of Inclination: The angle of inclination of a slope is the angle between the horizontal and the slope itself. It can be determined by trigonometry using the height and length of the slope.

Constant Acceleration: When an object experiences constant acceleration, it means that its velocity is changing at a steady rate over time. If the acceleration is due to gravity on an inclined plane with friction, the constant acceleration occurs only after overcoming static friction and is then influenced by dynamic friction.

The acceleration of an object on an inclined plane without friction can be calculated by considering only the component of the gravitational force that acts along the slope. With friction, this calculation becomes slightly more complex as you also need to take into account the force of friction opposing the motion.

Related Questions