1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
AleksandrR [38]
3 years ago
6

"At 195 miles long, and with 7,325 miles of coastline, the Chesapeake Bay is the largest and most complex estuary in the United

States.Though long and wide (30 miles wide at the Potomac River), the bay is very shallow, with an average depth of only 28 feet." The Bay's maximum depth is 174 ft. The hydraulic model of the Chesapeake Bay was built with a model length ratio Lr=1/1000
a. How wide was the model Bay [ft] at the Potomac River?
b. The Bay Bridge is 4.3 miles long; how long was it in the model [ft]?
c. If the hydraulic model occupied about 8 acres, approximately what is the real-world (prototype) area represented by the model [square miles]?
d. At this scale, what would be the average depth and maximum depth of the model Bay? [give answers in both ft and inches)
Engineering
1 answer:
Paraphin [41]3 years ago
4 0

Answer:

see explaination

Explanation:

Part a) Width of bay at Potomac River:

Given Data:

· Actual Width at Potomac River = 30 miles

· Bay Model Length Ratio Lr = 1/1000

In fluid mechanics models of real structures are prepared in simulation so that they can be analyzed accurately. A model is known to have simulation if model carries same geometric, kinematic and dynamic properties at a small scale.

Length of any part in model = Actual length x Lr

Hence,

Model Width of bay at Potomac River = 30 x 1/1000 = 0.03 miles

Since 1 mile = 5280 ft

Model Width of bay at Potomac River = 0.03 x 5280 = 158.4 ft

Part b) Model Length of bay bridge in model:

Given Data:

· Actual Length of bay bridge = 4.3 miles

· Bay Model Length Ratio Lr = 1/1000

Model Length = Actual Length x Lr = 4.3 x 1/1000 = 0.0043 miles

Since 1 mile = 5280 ft

Model Length in feet = 0.0043 x 5280 = 22.704 ft

Part c) Model Length of bay bridge in model:

Given Data:

· Model Area = 8 acre

· Bay Model Length Ratio Lr = 1/1000

Model Area = Actual Area x Lr x Lr

8 Model Area :: Actual Area =- (Lp)2 2 = 8,000,000 acre 1000

Since 1 square mile = 640 acre,

Actual Area in square miles = 8,000,000/640 = 12,500 square miles

Part d) Average and maximum depth of model:

Given Data:

· Actual Average depth = 28 ft

· Actual Maximum depth = 174 ft

· Bay Model Length Ratio Lr = 1/1000

Model average depth = Actual average depth x Lr = 28 x 1/1000 = 0.028 feet

Since 1 ft = 12 inch

Model average depth in inch = 0.028 x 12 = 0.336 in

Model maximum depth = Actual maximum depth x Lr = 174 x 1/1000 = 0.174 feet

Since 1 ft = 12 inch

Model maximum depth in inch = 0.174 x 12 = 2.088 in

You might be interested in
5. Consider the LTI system defined by the differential equation (a) Draw the pole-zero plot for the system. Is the system stable
stealth61 [152]

Answer:

Detailed solution is attached in the images below showing step wise solution and answer for each part individually.

8 0
3 years ago
True or False? Early engineers used a trial-and­error approach, rather than mathematical and scientific principles when solving
yarga [219]

Answer:

<h2>True Most Especially in the field of Automotive Engineering</h2>

Explanation:

Normally, before the introduction of vehicle diagnostics when a vehicle, mostly automobile/car break down, one could be the vehicle mechanic would only suspect one or two related faults based on the present working condition of the car, the mechanic would perform some trial and error before he could fix the car.

But in recent times, the introduction of vehicle diagnostics devices and software has changed the order as vehicles can be connected to a computer that will scan and tell what   the problem is before a possible fix.

3 0
2 years ago
Use phasor techniques to determine the impedance seen by the source given that R = 4 Ω, C = 12 μF, L = 6 mH and ω = 2000 rad/sec
Zielflug [23.3K]

Answer:

Z = 29.938Ω ∠22.04°

I = 2.494A

Explanation:

Impedance Z is defined as the total opposition to the flow of current in an AC circuit. In an R-L-C AC circuit, Impedance is expressed as shown:

Z² = R²+(Xl-Xc)²

Z = √R²+(Xl-Xc)²

R is the resistance = 4Ω

Xl is the inductive reactance = ωL

Xc is the capacitive reactance =

1/ωc

Given C = 12 μF, L = 6 mH and ω = 2000 rad/sec

Xl = 2000×6×10^-3

Xl = 12Ω

Xc = 1/2000×12×10^-6

Xc = 1/24000×10^-6

Xc = 1/0.024

Xc = 41.67Ω

Z = √4²+(12-41.67)²

Z = √16+880.31

Z = √896.31

Z = 29.938Ω (to 3dp)

θ = tan^-1(Xl-Xc)/R

θ = tan^-1(12-41.67)/12

θ = tan^-1(-29.67)/12

θ = tan^-1 -2.47

θ = -67.96°

θ = 90-67.96

θ = 22.04° (to 2dp)

To determine the current, we will use the relationship

V = IZ

I =V/Z

Given V = 12V

I = 29.93/12

I = 2.494A (3dp)

7 0
3 years ago
What thoughts and feelings have you had about the police violence<br> against George Floyd?
omeli [17]
What the white racism cop did against George Floyd was absolutely disgusting. It’s so messed up knowing racism and police brutality against black people still exists in this world today. It’s time for all of us to unite and come together and fight for a change already.
7 0
3 years ago
Read 2 more answers
The function below takes two numeric parameters. The first parameter specifies the number of hours a person worked and the secon
Mekhanik [1.2K]

def calculate_pay(total_worked_hours, rate_per_hour):

  if total_hours_worked > 40:

 # anything over 40 hours earns the overtime rate

 overtimeRate = 2 * rate _per_hour

  return (40 * rate_per_hour) + ((total_worked_hours - 40) * overtimeRate

  else:

  # if you didn't work over 40 hours, there is no overtime

   overtime = 0

   return total_worked_hours * rate_per_hour

Explanation:

  • First we create the calculate_pay function which will takes 2 parameters.
  • Secondly ,inside the function we check if  the total_worked_hours is greater than 40 and then return the pay by calculating with the help of formula for work over 40 hours.
  • If the total work hour is less than 40 then we  return the pay by multiplying the total_worked_hours with rate_per_hour.

5 0
3 years ago
Other questions:
  • What is this thing on my boat?
    14·1 answer
  • The in situ moisture content of a soil is 18% and the moist (total) unit weight is 105 pcf. The soil is to be excavated and tran
    9·1 answer
  • Why does an aeroplane smoke in the air​
    14·1 answer
  • Brainstorming is the problem-solving method engineers use most.<br>True<br>False​
    10·1 answer
  • The housing for a certain machinery product is made of two components, both aluminum castings. The larger component has the shap
    10·1 answer
  • Can some one help me with this plumbing question. Even just a guess.<br> Plz no shady links
    11·2 answers
  • Determine the hydraulic radius for the following rectangular open channel width =23m water depth =3m
    12·1 answer
  • Tahir travel twice as far as ahmed, but onley one third as fast. Ahmed starts travel on tuesday at noon at point x to point z 30
    5·1 answer
  • In your opinion...
    5·1 answer
  • A motor takes 38 amperes on a 220-volt circuit. Find the horsepower output (hp) of the motor shown with an efficiency of 90%. Ex
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!