University of Ottawa - Assignment 4 - Winter 2018
University of Ottawa - Assignment 4 - Winter 2018
University of Ottawa - Assignment 4 - Winter 2018
[PRINT]
MAT1322 - Winter 2018, Assignment 4 - Winter 2018
Ryan Fabek, 1/31/18 at 11:43:44 AM EST
a) Let y denote the height in meters measured from the base of the dam. The hydrostatic force exerted by the water on
the portion of the door comprised between y m and y + Δy m is approximately p (y) Δy N . What is p (y)? Note that
3
the density of water is ρ = 1000 K g / m and the acceleration due to gravity on the earth’s surface is g = 9.8
2
m / s . Express your answer as a formula.
Answer:
Your response Correct response
4 x
9800 ( + 20) (20 − x) 9800*(20-y)*(20 + 2*(10)*y/(25))
5
Grade: 0/1.0
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 1/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
b) In Newtons, what is the total hydrostatic force exerted on the dam? Give the answer correct to 3 significant digits.
Answer:
Your response Correct response
49653333.33 49,653,333.3 ± 1.0%
Grade: 1/1.0
Given the dam has the form of an isosceles trapezoid, it is symmetric with respect to the line M P that joins the midpoint M of its
lower horizontal side and the midpoint P of its upper horizontal side. Its width at the height y is
2 |N C | = 2 |N B| + 2 |BC | = 20 + 2 |BC | . Trivially, we know the height of the dam is |AD| = 25 and we have
40 − 20
|DE| = = 10 . Since the triangles △ ABC and △ ADE are similar and |AB| = y , we deduce that
2
At height y , the column of water is at (20 − y) meters, thus it exerts a pressure of 1000g (20 − y) = 9800 (20 − y)N / m . The
2
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 2/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
Therefore,
p (y) = 9,800 (20 − y) (20 + (4/5) y).
As the submerged portion of the dam is comprised between y = 0 and y = 20 , the total hydrostatic force that is exerted on it is:
20 20
∫ p (y) dy = 9,800 ∫ (20 − y) (20 + (4/5) y) dy
0 0
20
4 3 2
= 9,800 [400 y − y − 2 y ] ≅ 49,653,333.333333.
15 0
2 rx rx rx
= r e + 4re − 5e
2 rx
= (r + 4r − 5) e
rx
= (r − 1) (r + 5) e ,
Correct
Match Your Choice
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 3/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
dy
= x + y
dx
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 4/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
dy
= 2x − 1
dx
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 5/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
dy
= x − y
dx
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 6/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
dy
= −y + 1
dx
0.3x
y′ = , y (-2) = 0.2 .
y
(a) Use Euler’s method to estimate y (-1) with step size h = 0.5 .
y (-1) =
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 7/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
(b) Use Euler’s method to estimate y (-1) with step size h = 0.25 .
y (-1) =
(a) For the step size h = 0.5 , Euler’s method consists of letting x0 = -2 and y0 = 0.2 (since y (-2) = 0.2 ), and defining
recursively
x = xn + h = xn + 0.5
n+1
and
y = y + F (xn , y ) h
n+1 n n
= y + (0.3xn / y ) (0.5)
n n
= y + 0.15 (xn / y )
n n
We find:
x
1
= -2 + 0.5 = -1.5 , y
1
= 0.2 + 0.15 (-2) / (0.2) = -1.3
x
2
= x
1
+ 0.5 = -1 , y
2
= -1.3 + 0.15 (-1.5) / (-1.3) = -1.126923
(b) For a step size of h = 0.25 , once again, we let x0 = -2 and y0 = 0.2 (since y (-2) = 0.2 ), and we define recursively
x = xn + h = xn + 0.25
n+1
and
y = y + F (xn , y ) h
n+1 n n
= y + 0.075 (xn / y )
n n
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 8/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
We find:
x
1
= -2 + 0.25 = -1.75 , y
1
= 0.2 + 0.075 (-2) / (0.2) = -0.55
x
2
= x
1
+ 0.25 = -1.5 , y
2
= -0.55 + 0.075 (-1.75) / (-0.55) = -0.311364
x
3
= x
2
+ 0.25 = -1.25 , y
3
= -0.311364 + 0.075 (-1.5) / (-0.311364) = 0.04995
x
4
= x
3
+ 0.25 = -1 , y
4
= 0.04995 + 0.075 (-1.25) / (0.04995) = -1.826918
Grade: 0/1.0
2
We deduce ln |y| = 2 ln (1 + t ) + C where C is a constant.
2
2 ln(1+t )+C
⇒ |y| = e
2
⇒ y
2
0.4 = A(1 + t ) where A = ±e
C
.
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 9/10
1/31/2018 University of Ottawa - Assignment 4 - Winter 2018
https://place32.placementtester.com/uottawa/modules/gradeProctoredTest.Login 10/10