Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
tammy keith

tammy k.

Divider

Questions asked

BEST MATCH

Evaluate: \lim_(t->0)(sin^(2)(t))/(t) Evaluate: $$ \lim_{t \to 0} \frac{\sin^2(t)}{t} $$

View Answer
divider
BEST MATCH

Problem 2/MatlabGrader (10 points) A water tank of radius r with a slit along it's height of width W is mounted in an elevator moving up and down causing a time dependent acceleration see Fig. 1. $g(t)=g_0+a_g \sin(2\pi f_g t)$, (3) Figure 1: Water tank inside an elevator The height of water h(t) in the tank can be modeled by the following ODE, $\frac{dh}{dt} = \frac{f(t) - \rho \sqrt{g(t)} (W \sqrt{\frac{2}{3}h^3(t)} + \pi r^2 \sqrt{2 \max(0, h(t) - h_p)})}{\rho \pi r^2}$ (4) where $f(t)=c[2+\sin(2\pi f_1 t) + \cos(2\pi f_2 t + \sin(2\pi f_3 t))]$, (5) models the inflow into the tank. Note the sin is within the cos. Write a Matlab function myRHSEB that takes as input the current time t and height h and returns the scalar value rhs of the right-hand-side of Eq. (4). Use global variables for all parameters used in the right-hand-side, i.e., for $g_0, a_g, f_g, \rho, r, W, h_p, c, f_1, f_2, f_3$ use go, ag, fg, rho, rt, W, rp, hp, c, fl, f2, and f3, respectively. The max appearing in Eq. (4) is returning the larger of the 2 scalar argument values and is implemented in Matlab as the max function, e.g., max(0, h-hp) is simply max (0, h-hp). Required submission: well commented function source code submitted to Matlab Grader

View Answer
divider
BEST MATCH

∬R(3x-4x^2y)dA over the region 0<=x<=4 and 0<=y<=9, we can integrate it with respect to x and y one after the other.

View Answer
divider
BEST MATCH

An ultra-low frequency electronic waveform generator creates a sinusoidal signal modeled by the equation shown below where $t$ is the time in seconds. $y = 53 \cos\frac{\pi t}{12}$

View Answer
divider
BEST MATCH

Maximize $Z = 3x_1 + 5x_2 + 6x_3$ subject to $2x_1 + x_2 + x_3 \le 4$ $x_1 + 2x_2 + x_3 \le 4$ $x_1 + x_2 + 2x_3 \le 4$ $x_1 + x_2 + x_3 \le 3$ $x_1 \ge 0, x_2 \ge 0, x_3 \ge 0$

View Answer
divider
BEST MATCH

Q3.25) For the cash flows shown, find the future worth in (a) year 5, and (b) year 4. Assume an i of 10% per year. Year Cash Flow, $ 0 1 2 3 4 5 0 0 3000 3000 3000 3000

View Answer
divider
BEST MATCH

The moment of inertia of a disk of mass M and radius R about an axis perpendicular to the disk and passing through the center of mass is 1/2MR^2. What is the moment of inertia if the disk is rotating about an axis perpendicular to the disk and passing through a point on the edge of the disk?

View Answer
divider
BEST MATCH

1. Is force sensor a transducer? If so, what input does it take? (2 points) 2. List 4 applications of a peizo speaker. (2 points) 3. Explain how a relay works. (2 points) 4. What type of signal does an ultrasonic sensor use to determine the distance of an object? (1 point) 5. Is the ultrasonic sensor connected to the digital or analog pins of the Arduino UNO? (1 point)

View Answer
divider
BEST MATCH

Two solutions are mixed together. One is a 0.1 M sodium carbonate solution. The other is a 0.15 M calcium nitrate solution. If 12.3 mL of each solution is mixed together, what is the expected mass (in grams) of the precipitate that forms?

View Answer
divider
BEST MATCH

Normalize the following relation Lecturer_Course_Rel(DID, Dept, LID, Lname, Lroom, CID, CName, Credit, DW, LTime, PID, PType) DID Dept. LID LName CID CName Credit LRoom LTime DW PID PType 10 IT 0001 Minger 101 Intro. To Comp 2-3 101 13:00-16:00 Mon. 01 Sony 105 Prog. Lang. 3-0 101 9:00-10:20 Tue. 02 Panasonic 0002 Craven 003 Math II 2-0 102 10:40-12:00 Thu. 04 Phillips 105 Prog. Lang. 3-0 106 14:40-16:00 Wed. 02 Panasonic 11 ME 0101 Taylor 003 Math II 2-0 201 13:00-14:20 Thu. 01 Sony 208 Fluid Dynamics 2-3 101 9:00-12:00 Mon 01 Sony 0102 Chen 208 Fluid Dynamics 2-3 202 14:40-16:00 Fri. 04 Phillips 12 CE 0201 Ahmed 307 Concrete Eng. 2-3 301 13:00-14:20 Tue. 05 Sharp 0202 Brown 304 Hydraulics 3-0 106 9:00-10:20 Wed. 02 Panasonic Where, DID: Department Identifier LRoom: Lecture Room Dept: Department Name CID: Course Identifier LID: Lecture Identifier Course: Course Name Lecturer: Lecturer Name LTime: Lecture Time DW: Day in Week PID: Projector Identifier PType: Projector Type

View Answer
divider