Mathematical Modelling of Vertical Looped Water Slide Using Matlab

Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

9 XI November 2021

https://doi.org/10.22214/ijraset.2021.39152
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

Mathematical Modelling of Vertical Looped Water


Slide Using Matlab
M. Rohan Kini1, S. B. Prakash2
1
GRS Fantasy Park, Research and Development

Abstract: A conceptual mathematical model of a water slide with vertical loops is developed. The principle used is the
conservation of energy. The thrill experienced by a rider on a water slide is mainly due to the variation of G-force acting on the
rider through the course of the ride. The geometry of the slide is developed by plotting G-force variation with the arc length of
the loop. The G-force exposure limits should meet with the standards set by the F24 committee on amusement parks and rides.
The coordinates of the slide geometry are determined by using Euler’s method of discretized equations.
Keywords: G-Force, Centripetal acceleration, Clothoid curve, Weightlessness, Potential Energy, Kinetic Energy

I. INTRODUCTION
The main goal of this paper was to investigate the correlation between geometry of the water slide governing forces acting on
structural systems by designing features. To do this, two main objectives were defined. The first objective was to design the shape
of the slide such that the riders experience the thrill by feeling their body weight differently at every section of the slide. The second
objective was to design the slide such that conforms to the ASTM standards set by F24 committee for amusement riders and
equipment to ensure that safety of the passenger is not compromised. The design process is balancing act between safety and
enjoyment.

II. DESIGN METHOD


A. Design Considerations
When a water slide is to be designed, various factors are considered and come into play for all aspects of the design. Designing a
water slide starts with an idea for the ride, which may or may not be for a specific amusement park or location. During the concept
phase, considerations such as the possible classification, components, theming and intended demographic may be taken into account.
Other considerations such as the target audience also plays a key role in the developing the concept of the water slide. For e.g., large
drops and inversions may not be suitable to younger audience. The main aim of the design is to expose the rider to varying G forces
along the ride. The rider feels weightless at one section of the slide. By time the rider reaches the opposite end, he feels twice or
sometimes thrice his bodyweight.

B. Safety Standards and Regulations


When designing a water slide, the most important consideration is the safety of the riders and those surrounding the ride. There have
been rules and guidelines set to assure the safety of all no matter what the ride entails.

1) G Forces: The experience which a rider has while on a roller water slide is the product of specifically designed geometry. Two
impactful variables that are designed for the rider’s experience are G forces and velocity. G forces are the force resulting from a
person’s change in acceleration or directions; a g is a value that is multiplied by the acceleration of gravity to achieve the
equivalent force felt by the person. The limits of the human body under G forces depend on the direction, type and duration.
During vertical G forces, positive g’s act on humans from head to toe and negative g’s act on human from toe to head. The G
force exposure limits are set to sustain a comfortable ride for the average human. If too high of G forces are experienced, then
the blood will rush out of the head causing the person to pass out. If the negative G forces reach too large of values, then too
much blood will go towards the brain also having detrimental effects on the person. The ASTM F2291 regulations [1] provide a
graph to determine the acceptable vertical G forces depending on the duration time, as seen in Figure 1 below. While designing
the water slide, the designer should ensure that G-force exposure lies within this limit.

©IJRASET: All Rights are Reserved 1918


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

Fig. 1 Time duration limits for +Gz

The geometry of the slide is developed using mathematical calculations. Further, G force exposure for the geometry is plotted to
evaluate the comfort and safety. All calculations were done using MATLAB software.

III. METHODOLOGY
A. Physics of Water Slide
Consider a water slide which consists of a lift hill and a single loop as in Figure 2 below.

Figure. 2 Schematic diagram of water slide with a single vertical loop

At the top of the slide, the rider gains some amount of potential corresponding to the height of the slide. As the rider slides down
with velocity, the potential energy is gradually converted into kinetic energy. At the bottom of the slide, all of the potential energy
possessed by the rider at the top of the slide is converted into kinetic energy.
Referring to Figure 2, let the bottom of the loop be the reference point, ‘h0’ be the height to the top of the slide at point A and ‘h’ be
the height of any point B on the slide.
The potential energy of the rider of mass ‘m’ at the top of the slide at point A is given by,
Eg = m. g. h (1)
The potential energy at point B is given B,
Eg= m.g.h0 (2)

Therefore, the amount of kinetic energy is given by,


Ek= m.g.(h0-h) (3)

Let v be the velocity with which the rider is sliding down the slide. The relation between the velocity and the kinetic energy is given
by,
Ek= ½. m. v2 (4)
From equations (3) & (4),
The velocity of the rider is given by,
V = √[2. . (ℎ − ℎ)] (5)

©IJRASET: All Rights are Reserved 1919


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

B. Analysis of a Circular Loop


1) Centripetal Acceleration: Consider a circular loop of radius ‘r’ in Figure 3. As the rider approached the loop, the height h = 0
and the velocity of approach is given by,
V0 =√(2. . ℎ ) (6)

Fig. 3 Schematic diagram of a rider approaching the loop

This equation does not account for the energy losses due to friction and air resistance that will cause the rider to lose speed as he
travels along the slide. For the time being, these energy losses are neglected.
As the rider enters the loop, he experiences a centripetal acceleration towards the Centre of the loop. The magnitude of the
acceleration is given by,
ac = V2/r

2) Force Analysis

Fig. 4 Free body Diagram of the rider at an arbitrary position on the slide

From the free body diagram, the two forces acting on the rider are
 Force of gravity – Fg
 Normal Force – Fn

The normal force Fn acts at an angle θ to the normal, which is also equal to the angle of the track at that point.

From Newton’s 2nd Law of motion,


Σ F = m. a

where ‘a’ is the acceleration of a moving object of mass m. Considering the forces in the direction of the normal force,
Fn – Fg cos (θ) = m. ac
Fn – Fg cos (θ) = (8)

Using Fg = m.g, where g is the acceleration due to gravity, we get


Fn – m.g cos (θ) =
Fn = m.g cos (θ) + (9)

Dividing, Fn by mass time the acceleration due to gravity yields “G-Force” that the rider will experience as he travels around the
loop.
= cos (θ) + (10)
. .

G = cos (θ) + (11)

©IJRASET: All Rights are Reserved 1920


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

Using the expression for v in eq (5), we write eq (10) as


. . ( )
G= + cos (θ)
.
. ( )
G= + cos (θ) (12)

Fig. 5 Geometry of a circular loop

For a circular loop, the angle of the track at any given point is equal to the angle travelled by the rider along the loop measured from
the Centre.

From Fig-5, using trigonometry, we get


h = r – r. cos (θ)
h = r (1 - cos (θ)) (13)

Using the expression for h in eq.11, we get


. ( .( ( )))
G= + cos (θ) (14)
.
G= + 3. ( ) -2 (15)

Here, the height of the slide ‘h0’ and the radius of the loop ‘r’ are constant. Hence, we can determine the G-force acting on the rider
at every point on the loop as long as we know h0 and r.

3) Variation of G-Force along the circular loop: In order to plot graph along the we can rewrite eq. (15) in terms of initial velocity
of the rider before entering the loop V0. This is particularly important if we want to account for the energy losses.

Using the third equation of motion, we can write:


( )
h0 = .
(16)

Using eq. (14) in eq. (13), we get


( )
G= .
+ 3.cos( ) - 2 (17)

In this equation, we can write θ in terms of arc length of the loop and its radius from the arc length equation of a circle.
S = r. θ

Fig. 6 Arc of the loop

We can finally plot the G vs S graph for the circular loop using the equation,
( )
G= + 3.cos - 2 (18)
.

©IJRASET: All Rights are Reserved 1921


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

4) Minimum velocity required to clear the loop: As depicted in Figure-7, there are basically two forces acting on the rider: the
gravitational force and the normal force exerted by the slide on the rider. The normal reaction at the bottom of the slide as ‘NB’
and the normal reaction force at the top of the slide is denoted as ‘NT’ while the gravitational force Fg = m. g.

Fig. 7 Force analysis at the top and bottom of the loop

At the bottom of the loop, both the normal reaction force acts opposite the force of gravity. Using Newton’s second law of motion,
we can write
NB – mg = m. ac (19)
Using the expression for ac from eq. (7) we get,

.( )
NB – mg = (20)
Therefore, the normal force at the bottom of the loop is given by:

.( )
NB = + m.g (21)
At the top of the loop, both the normal reaction force acts along the force of gravity. Hence, we get
.( )
NT + mg = (22)
Therefore, the normal force at the bottom of the loop is given by:

NT = m.(V0)2/r - m.g (23)

However, since the weight of the rider is acting away from the slide, it does not exert any normal reaction on the rider. In this case,
the rider experiences “weightlessness” and tends to fall down from the top of the slide which is not desirable. In order to avoid this,
we need to determine the entry velocity with which the rider should enter the loop to avoid weightlessness at the top of the loop.
If NT is equated to 0, we can get the expression for the velocity at which the rider experiences weightlessness at the top.

.( )
= m.g

(V0)2 ∝ r.g (24)

Therefore, in order to go around the loop without falling off, the rider must enter the velocity for which,

(V0)2 > K. r.g (25)

Where K is an integer. The value of K is found graphically. Typically, the loop is designed such that the value of K gives a positive
value of G close to 0 so that the rider experiences not entirely but close to weightlessness.

©IJRASET: All Rights are Reserved 1922


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

5) Plotting the G vs S Graph: The graph for eq. (19) is plotted using the following MATLAB code.

Fig. 7 MATLAB code for eq. (19)

Here, (V0)2 = 5.r.g, for which the rider has just enough energy for weightlessness and (V0)2 = 5.5.r.g for which the rider clears the
loop. Following is the graph showing G force exposure variations for the above two cases.

Fig. 8 Variation of G force along the length of the loop

Fig. 9 Time duration limits for different levels of G force exposure

From the graph in Figure-8, we can see the fundamental issue with circular loops. Regardless of the initial velocity and the radius of
the loop, there will always be a 6G’s difference between the bottom and the top of the loop. If the rider is travelling with an initial
velocity just enough to clear the loop, his velocity at the top of the loop will be 0 and will experience -1 G and will experience a
force of +5G at the bottom of the loop. If the rider has an initial velocity such that he experiences weightlessness at the top of the
loop, then he will experience a force of +6G at the bottom of the loop. The F24 committee of amusement rides and devices has
created ASTM standards for the design of safe amusement attractions and they provide limits for G force exposure which includes
magnitude, direction and duration.

©IJRASET: All Rights are Reserved 1923


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

For the +Gz forces that rider experiences on the vertical loop, the G force exposure limits set by the F24 committee is shown in
Figure-9. If the passengers are going to experience a force of 4G’s then the duration of that force must not exceed 4 seconds and this
duration decreases as higher G forces are reached. This is one of the reasons why most amusement rides are designed to have
maximum G- force exposure of 4 G’s.

6) Drawbacks of a circular loop: On a circular loop, the passengers are not only exposed to intense G forces, but the magnitude of
the G force changes rapidly. As the passenger approaches the loop from the horizontal section of the slide, the G force will
change almost instantaneously from 1G to more than 5G because there is no transition from the infinite radius of the straight
path to the radius of the loop. The G force will decrease by the 6G as the rider approaches the top of the loop and then again
increase by 6G in the second half of the loop before dropping to 1G instantaneously as the rider exits the loop into another
straight section of the track. Hence, it is physically impossible to construct a water slide with vertical loop that is both thrilling
and comfortable for the riders.

Fig. 10 G force plot of a water slide having a circular loop following a straight path

IV. ANALYSIS OF NON-CIRCULAR LOOPS


In order to design a vertical loop that is safe for the riders, water slide engineers first decide what G forces they want the riders to
experience on the vertical loop and they reverse engineer a shape that produces these forces.

1) Constant acceleration loop: We know that the expression for centripetal acceleration of the rider around the loop is given by,
ac = V2/r (26)
where ‘g’ is the acceleration due to gravity and C is a constant which gives the magnitude of the centripetal acceleration in G’s.

From eq.(25) the expression for the radius of the loop is given by:
r = V2/C.g (27)
From the second equation of motion, we can write
V2 = (V0)2 + 2.g.h (28)
Plugging in the expression for V2 in eq. (26), we get
( ) . .
r= .
(29)
In order to plot the geometry of the slide on a x-y coordinate system, ‘h’ is replaced by ‘y’ which represents the height of the loop
from the reference point.

( ) . .
r= (30)
.

Consider an extremely small segment of the curved slide with arc length Δs inclined at an angle θ. The length of the segment is so
small that the radius ‘r’ of the segment is constant over its length. This segment can be treated as a sector of the circle with radius ‘r’
and angle ‘Δθ’.

©IJRASET: All Rights are Reserved 1924


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

Using the arc length equation for a circle,


Δs = r. Δθ (31)

Fig. 11 Section of constant acceleration loop

Let the height of the segment be Δy and the horizontal length be Δx. Since Δs has negligible length, the it can be approximated as a
straight line to complete a right-angled triangle.
Using trigonometry,
cos(θ) = (32)

sin(θ) = (33)

Taking the limits as Δs approaches 0, we obtain a set of three differential equations:

= (34)

cos (θ) = (35)

sin (θ) = (36)

Putting the expression of ‘r’ in eq. (34),


.
= ( ) . .
(37)

This set of equations is solved using Euler’s method. Let the starting point of the loop be n and the subsequent points be n+1, n+2
and so on. We get the following discretized equations:

.
θn+1 = θn + ( ) . .
. Δs (38)

xn+1 = xn + cos (θn). Δs (39)

yn+1 = yn + sin (θn). Δs (40)

©IJRASET: All Rights are Reserved 1925


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

The calculations were carried out on MATLAB using the following code:

Fig. 12 MATLAB code for discretization

Fig. 13 Geometry of constant acceleration loop

This particular loop was designed to give a constant centripetal acceleration of 3G’s when the rider has an initial velocity of 20 m/s.

The following input was given:


 Number of Numerical solutions = 1
 Step size = 0.1 m
 Number of steps = 900

The final shape of the loop looks like an upside-down teardrop.


Now that the geometry of the loop is determined, the comfort of the ride is evaluated by analyzing the G-force exposure graph.
G Force plot along the path is generated using the same principles which were used for a circular loop.

Fig. 14 Free body Diagram

©IJRASET: All Rights are Reserved 1926


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

From eq.(11), the expression for G-force is:

G = cos (θ) + V2/r .g

From eq.(26),

V2 = r.C.g

Using the expression for V2 in eq. 10, we get


G = cos (θ) + C (41)
Expressing θ in terms of ‘s’ and ‘r’, we get
G = cos (s/r) + C (42)

It is important to note that the radius of the loop is not constant and varies continuously with height. However, since the multiple of
the cosine function is 1, the difference between the values of G force at the top and bottom of the loop is 2 : G= C+1 at the
bottom(θ=0o) and G=C-1 at the top (θ=180o), irrespective of the value of ratio ‘s/r’. The value of ‘s/r’ will have an impact on the
time period of the function, i.e how soon the limits are reached. For the time being, this factor is ignored.

Following MATLAB code is used to compute the G force plot.

Fig. 15: MATLAB code for eq. (42)

Fig. 16 G vs S plot for constant acceleration loop

It is clear from the graph in Figure-16 that constant acceleration loop is safer and more comfortable than a circular loop as the G
forces involved are not as intense.

©IJRASET: All Rights are Reserved 1927


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

2) Constant G-force loop: In addition to loops with constant centripetal acceleration, engineers may also want provide loops with
constant G force.

From eq.(10),

G = g.Cos (θ) + V2/r

Rearranging this equation to get a function for r, we get:


r= . ( )
Using the expression for V2 , we get:
. .
r= . ( )
(43)
This expression for ‘r’ is used in the set of differential equations used to evaluate the previous loops.

.
= . .
(44)

cos (θ) = (45)

sin (θ) = (46)

Using Euler’s method again, we get,

. ( )
θn+1 = θn + . . ( )
(47)

xn+1 = xn + cos (θn) (48)

yn+1 = yn + sin (θn) (49)

The following MATLAB Code is used to compute the X and Y coordinates of the loop.

Fig. 17 MATLAB code for discretization

©IJRASET: All Rights are Reserved 1928


International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.429
Volume 9 Issue XI Nov 2021- Available at www.ijraset.com

Fig. 18 Geometry of Constant G force loop

The loop is designed for a constant 3.5G’s when the rider has an initial velocity of 20m/s. Figure-18 shows the geometry of the
constant G-force loop. Even though the loop looks similar to the previous loop, there are subtle differences. The radius of the loop is
changing constantly in order to keep the G-force constant.

V. CONCLUSIONS
Analyzing the mathematical models of various shapes of the vertical loop of the water slide that have been developed, we can
conclude that a circular loop will expose the rider to unsafe G-force loads. Whereas non-circular loops which have constant G-force
or constant centripetal acceleration will give desired G-force exposure while constantly subjecting the rider to a feeling of
weightlessness and multiple G-forces in alternate sequence.

REFERENCES
[1] D. Kornack and P. Rakic, “Cell Proliferation without Neurogenesis in Adult Primate Neocortex,” Science, vol. 294, Dec. 2001, pp. 2127-2130,
doi:10.1126/science.1065467.
[2] M. Young, The Technical Writer’s Handbook. Mill Valley, CA: University Science, 1989.
[3] R. Nicole, “Title of paper with only first word capitalized,” J. Name Stand. Abbrev., in press.
[4] K. Elissa, “Title of paper if known,” unpublished.

©IJRASET: All Rights are Reserved 1929

You might also like