diff --git a/atom.xml b/atom.xml index 787a234b..56d70255 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
due 10/31/2024 before midnight via Learning Suite +25 possible points
+ +These first two problems come from x.
+ +A mass-spring-damper is a common mechanical system model, for example: vehicle suspension, a bridge, human body, aircraft landing gear, etc. In class, we considered a case with gravity (e.g., bungee jumper), but we now consider the simpler case without gravity (e.g., horizontal). Newton’s second law results in:
+ +\[m\frac{dx^2}{dt^2} + b \frac{dx}{dt} + k x = 0\] + +where \(m\) is the mass, \(b\) is the damping coefficient, and $k\(is the spring constant. Let\)m = 20, k = 20\(and for\)b\(we will try three values: 5, 40, 200. Assume an initial displacement of 1 and an initial velocity of 0. Using a standard ODE solver, plot the results from\)t = 0$$ to 15, with all three cases on the same plot.
+A simple model of an epidemic is:
+ +\(\begin{align} + \frac{dS}{dt} &= - i S I\\ + \frac{dI}{dt} &= i S I - r I\\ + \frac{dR}{dt} &= r I\\ + \end{align}\) + where \(S\) = susceptible individuals, \(I\) = infected individuals, \(R\) = recovered individuals, \(i\) = infection rate, \(r\) = recovery rate. A city has 10,000 people all of whom are susceptible.
+ +(a) If a single infectious individual enters the city at t = 0, compute the progression of the epidemic until the number of infected individuals falls below 10. Use the following parameters: \(i\) = 0.0002 and \(r\) = 0.15. Plot S, I and R as a function of time, all on the same plot.
+due 11/8/2017 before midnight via Learning Suite +
due 10/30/2024 before midnight via Learning Suite 50 possible points
-The structural loading and altitude range of your aircraft are both too limited to require a rigorous structural analysis. Instead, analyze a two-passenger electric powered aircraft, i.e., an air taxi with the specifications provided below. Construct a V-n diagram for this aircraft including both maneuver and gust loads (you only need to create the positive loading side of the diagram for this assignment). In practice, gust loading needs to be computed at every altitude, but for this assignment consider only gusts at 15,000 ft altitude. Be sure to both explain and show your work (not just the final diagram).
- -mass | -1,500 kg | -
CLmax | -1.1 | -
Sref | -20 m\(^2\) | -
mean geometric chord | -2.8 m | -
lift curve slope (\(C_{L,\alpha}\)) | -4.7 | -
max design speed (\(V_c\)) | -75 m/s (EAS) | -
Spend at least four hours (each) this week working on building, flying, and/or designing your autopilot.
- -Report:
- -A transport aircraft has the following properties:
+ +span | +50 m | +
Sref | +300 m\(^2\) | +
CDp | +0.01 | +
Oswald efficiency | +0.7 | +
altitude | +35,000 ft | +
take-off mass | +200,000 kg | +
fuel burned | +60,000 kg | +
specific fuel consumption | +0.55 hr\(^{-1}\) | +
\(M_{cc}\) | +0.75 | +
a) Plot the lift-to-drag ratio as a function of flight speed.
+ +b) Plot the range (in km) as a function of flight speed.
+ +For simplicity, we’ll assume constant altitude, and use a constant weight (average between takeoff and landing). Sidenote: this fuel represents that burned during a typical mission, but it would need to carry more for reserves. Because we are varying speed, and are at relatively high Mach numbers, it will be important to include compressibility drag (use 3.41 in the book). Be sure to use a wide enough range of speeds to clearly see the peaks (where each metric is maximized).
+Consider two wings. Wing A is elliptically loaded. Wing B has a 5% larger span but with the same root bending moment (and so will not be elliptically loaded). What is the inviscid span efficiency of Wing B? What is the ratio of induced drag for Wing B divided by Wing A?
+Create a flight envelope diagram of true air speed versus altitude for a small electric powered aircraft, i.e., an air taxi, with the specifications provided below.
+ +mass | +1,500 kg | +
CLmax | +1.1 | +
Sref | +20 m\(^2\) | +
max design speed | +75 m/s (EAS) | +
ceiling | +8,000 ft | +