Help can only be sought via private Ed Discussion posts or instructor office hours. - In all coding, use only functions covered in class. It will be considered a violation of the Academic Integrity Policy if you use any build-in functions or operators of Matlab that calculate the inverse of a matrix, interpolations, spline, diff, integration, ode, fft, pdes, etc.; - You may reuse functions you yourself developed throughout this semester in this class or from solutions posted on Canvas for this class. Problem Description (CCOs #1, 2, 3, 4, 5, 6, 7, 8, 11, 12) A water tank of radius R = 1.8m with two outlet pipes of radius r₁ = 0.05m and r₂ installed at heights h₁ = 0.13m and h₂ = 1m, is mounted in an elevator moving up and down causing a time dependent acceleration g(t) that must be modeled as g(t) = goa₁ cos(2πƒ₁t) + b₁ sin(2*ƒ₁t) + a₂ cos(2#f₂t) + b₂ sin(2π f₂t), H (1) R Figure 1: Water tank inside an elevator The height of water h(t) in the tank can be modeled by the following ODE, dh dt f(t) - p√2g(t) ( - (r²√/max(0, h − h₁) + r²/√/max(0, h − h₂)) - (2) 1 pa R² where p = 1000 kg/m³. The volume flow rate (t) of water out of the tank is V(t) ) = # √/2g(t) (rỉ√/max(0, h(t) − h₁) + r¾√/max(0, h(t) — h₂)) (3) To help determine the model constants in Eq. (1), measurements of the elevator position y(t) are taken every 5s starting at t = Os until 2000s. The measured position data is available on Canvas in the Matlab file ydat.mat. The mass flow rate f(t) in kg/s into the tank is measured every 10s starting at Os and ending at 2500s and is available on Canvas in the Matlab file fdat.mat. Att = 0s, the height of water in the tank is h(t = 0s) = 3.3m. Task: For the given measured data, find the outlet pipe radius r2 such that the volume of water leaving the tank from Os

Elements Of Electromagnetics
7th Edition
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Sadiku, Matthew N. O.
ChapterMA: Math Assessment
Section: Chapter Questions
Problem 1.1MA
icon
Related questions
Question

I need help with the first part and Matlab for this problem

Help can only be sought via private Ed Discussion posts or instructor office hours.
- In all coding, use only functions covered in class. It will be considered a violation of the Academic Integrity Policy if you use
any build-in functions or operators of Matlab that calculate the inverse of a matrix, interpolations, spline, diff, integration, ode,
fft, pdes, etc.;
- You may reuse functions you yourself developed throughout this semester in this class or from solutions posted on Canvas for
this class.
Problem Description (CCOs #1, 2, 3, 4, 5, 6, 7, 8, 11, 12)
A water tank of radius R = 1.8m with two outlet pipes of radius r₁ = 0.05m and r₂ installed at heights h₁ = 0.13m
and h₂ = 1m, is mounted in an elevator moving up and down causing a time dependent acceleration g(t) that must be
modeled as
g(t) = goa₁ cos(2πƒ₁t) + b₁ sin(2*ƒ₁t) + a₂ cos(2#f₂t) + b₂ sin(2π f₂t),
H
(1)
R
Figure 1: Water tank inside an elevator
The height of water h(t) in the tank can be modeled by the following ODE,
dh
dt
f(t) - p√2g(t) (
-
(r²√/max(0, h − h₁) + r²/√/max(0, h − h₂))
-
(2)
1
pa R²
where p = 1000 kg/m³. The volume flow rate (t) of water out of the tank is
V(t)
) = # √/2g(t) (rỉ√/max(0, h(t) − h₁) + r¾√/max(0, h(t) — h₂))
(3)
To help determine the model constants in Eq. (1), measurements of the elevator position y(t) are taken every 5s starting
at t = Os until 2000s. The measured position data is available on Canvas in the Matlab file ydat.mat. The mass
flow rate f(t) in kg/s into the tank is measured every 10s starting at Os and ending at 2500s and is available on Canvas
in the Matlab file fdat.mat. Att = 0s, the height of water in the tank is h(t = 0s) = 3.3m.
Task:
For the given measured data, find the outlet pipe radius r2 such that the volume of water leaving the tank from
Os <t≤2500s is V = 165m³±1-10-6m³ if 0m ≤ r2 0.06m. For this r₂, graph V(t) from Os << 2500s.
Required submission:
☐ Concise report containing description of solution procedure, name of all methods used, hole radius r2, V and its accuracy, and
all model constants in Eq. (1), i.e., go, a1, b1, a2, b2, fi, f2: requested graph, and justification/documentation that results have
Transcribed Image Text:Help can only be sought via private Ed Discussion posts or instructor office hours. - In all coding, use only functions covered in class. It will be considered a violation of the Academic Integrity Policy if you use any build-in functions or operators of Matlab that calculate the inverse of a matrix, interpolations, spline, diff, integration, ode, fft, pdes, etc.; - You may reuse functions you yourself developed throughout this semester in this class or from solutions posted on Canvas for this class. Problem Description (CCOs #1, 2, 3, 4, 5, 6, 7, 8, 11, 12) A water tank of radius R = 1.8m with two outlet pipes of radius r₁ = 0.05m and r₂ installed at heights h₁ = 0.13m and h₂ = 1m, is mounted in an elevator moving up and down causing a time dependent acceleration g(t) that must be modeled as g(t) = goa₁ cos(2πƒ₁t) + b₁ sin(2*ƒ₁t) + a₂ cos(2#f₂t) + b₂ sin(2π f₂t), H (1) R Figure 1: Water tank inside an elevator The height of water h(t) in the tank can be modeled by the following ODE, dh dt f(t) - p√2g(t) ( - (r²√/max(0, h − h₁) + r²/√/max(0, h − h₂)) - (2) 1 pa R² where p = 1000 kg/m³. The volume flow rate (t) of water out of the tank is V(t) ) = # √/2g(t) (rỉ√/max(0, h(t) − h₁) + r¾√/max(0, h(t) — h₂)) (3) To help determine the model constants in Eq. (1), measurements of the elevator position y(t) are taken every 5s starting at t = Os until 2000s. The measured position data is available on Canvas in the Matlab file ydat.mat. The mass flow rate f(t) in kg/s into the tank is measured every 10s starting at Os and ending at 2500s and is available on Canvas in the Matlab file fdat.mat. Att = 0s, the height of water in the tank is h(t = 0s) = 3.3m. Task: For the given measured data, find the outlet pipe radius r2 such that the volume of water leaving the tank from Os <t≤2500s is V = 165m³±1-10-6m³ if 0m ≤ r2 0.06m. For this r₂, graph V(t) from Os << 2500s. Required submission: ☐ Concise report containing description of solution procedure, name of all methods used, hole radius r2, V and its accuracy, and all model constants in Eq. (1), i.e., go, a1, b1, a2, b2, fi, f2: requested graph, and justification/documentation that results have
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Elements Of Electromagnetics
Elements Of Electromagnetics
Mechanical Engineering
ISBN:
9780190698614
Author:
Sadiku, Matthew N. O.
Publisher:
Oxford University Press
Mechanics of Materials (10th Edition)
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:
9780134319650
Author:
Russell C. Hibbeler
Publisher:
PEARSON
Thermodynamics: An Engineering Approach
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:
9781259822674
Author:
Yunus A. Cengel Dr., Michael A. Boles
Publisher:
McGraw-Hill Education
Control Systems Engineering
Control Systems Engineering
Mechanical Engineering
ISBN:
9781118170519
Author:
Norman S. Nise
Publisher:
WILEY
Mechanics of Materials (MindTap Course List)
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:
9781337093347
Author:
Barry J. Goodno, James M. Gere
Publisher:
Cengage Learning
Engineering Mechanics: Statics
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:
9781118807330
Author:
James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:
WILEY