up

UCI ENGR 80 project description. Design of a simple Trebuchet.


June 24, 2013

1 Introduction

The objective of this project is to design the most efficient Trebuchet by modifying 2 parameters in order to obtain the maximum projectile range.

Trebuchet is a mechanical device used to throw a projectile of mass Mp  by converting the potential energy stored in the device (as a result of raising a heavy mass Mc  to some height) into kinetic energy used to propel the projectile mass.

The following diagram illustrates the model of the Trebuchet to use. This is the initial configuration.

PIC

The following are the system parameters

  1. ρ  density of beam per unit length
  2. C.M.  center of mass of beam
  3. Mp  mass of projectile object.
  4. M
  c  mass of the counter weight object.
  5. Lc  distance from pivot to center of counter object.
  6. Lp  distance from pivot to center of projectile object.
  7. Lm  distance of c.m.  from pivot.
  8. L  total length of beam.
  9. θ0   initial angle from horizontal that Mc  is raised to.
  10. h  the height of the base support column.

The following are the known input values: ρ = 1kg∕m  , L =  10m,Mp  = 5kg,Mc =  100kg,h = 12m

Your goal is to select design values for L
 c  and θ
 0   which will result in maximum horizontal range for the projectile when it is ejected from its holding cup at the end of the beam.

Notice that as you change Lc  , this will obviously change the center of mass of the beam and the Lp  as well. This means that you need to remember to recalculate all the moments of inertias for Mp, Mc  and the beam around the pivot each time you make design changes.

The projectile will be ejected when the reaction (the normal force) it makes with the beam becomes zero. Hence your goal is to determine at what angle this will occur and the speed of the projectile at that instance. This angle will be called the separation angle αs  . Once you obtain the speed of the projectile at ejection time, you will be able to calculate the range of the projectile.

1.1 Range of allowed values

You allowed to vary the parameter L
 c  from 5%  to 45%  of the total length of the beam. For the initial angle θ0   you are allowed to vary this angle from  0
5   up to   0
85   .

2 Assumptions

All the energy is conserved. This means we can assume that all the potential energy is converted to kinetic energy. You can ignore friction, damping, and wind effect.

Assume the projectile has only normal reaction with the beam. Hence the projectile will be ejected from the holding cup when the normal force becomes zero between the projectile and the beam.

3 Output and results

Derive the equations of motion and obtain an analytical expression for the separation speed of the projectile. Use this expression to obtain the horizontal range.

Obtain the optimum value for θ0,Lc  which will result in a maximum horizontal range. This can be done by writing a function which will calculate R  (the horizontal range) for different values of θ0,Lc  and by plotting the result and seeing where the maximum is.

Plot the horizontal range as a function of θ
 0   and L
 c  in a 3D plot showing where the maximum range occurs.

Plot the horizontal range as a function of the separation angle αs  . The separation is the angle at which the projectile will be ejected with speed v  as illustrated in the following diagram.

PIC