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

ruben o.

Divider

Questions asked

BEST MATCH

The influence of peers on gender socialization begins in late childhood.

View Answer
divider
BEST MATCH

Which of the following pairs is mismatched? Rocky Mountain spotted fever – Dermacentor (tick) malaria – Anopheles (mosquito) epidemic typhus – Pediculus (louse) dengue – Aedes (mosquito) encephalitis – Ixodes (tick)

View Answer
divider
BEST MATCH

Tomas really likes chocolate. Every time he eats a piece of chocolate, he gets a warm and fuzzy feeling. Lately, he has noticed that he gets that feeling whenever he enters the candy store to buy some chocolate. Now he really likes the candy store. For Tomas, the candy store is a(n) A. discriminative stimulus B. CR C. CS D. UCS E. UCR

View Answer
divider
BEST MATCH

Consider the following algorithm: Algorithm 4 Mystery Alg IN: $x, y \in \mathbb{N}$ 1: $f \leftarrow 2$ 2: while $y > 1$ do 3: \quad while $y \neq 0 \pmod{f}$ do 4: \quad \quad $f \leftarrow f + 1$ 5: \quad end while 6: \quad while $y \equiv 0 \pmod{f}$ do 7: \quad \quad $x \leftarrow x \times f$ 8: \quad \quad $y \leftarrow \frac{y}{f}$ 9: \quad end while 10: end while 11: return $x$ (a) Prove that the algorithm terminates whenever it is given valid inputs. (b) What does the algorithm output? Prove that your answer is correct. (c) Find, in Big O notation, the maximum number of iterations of the outer loop as a function of $y$. (d) How many times can the while loop on line 3 iterate during any given iteration of the outer while loop? What is the maximum value $f$ can reach? (e) Find, in Big O notation, the maximum number of iterations of the loop on line 6 as a function of $y$. (f) Assuming multiplication and division are $O(b^{1.465})$, where $b$ is the size in bits of $x$ and $y$, find the time complexity of the algorithm in terms of $b$ and $y$. Then, simplify to get an expression of $b$ alone. (g) Is this a good algorithm (i.e. a fast way to get its output)? Justify your answer.

View Answer
divider
BEST MATCH

2. System Modeling and Statespace (25 marks) v(t) + L Node 1 ir(t) R C ic(t) in(t) Consider the circuit show above. a) (5 marks) Write down the loop equations that you would use to solve for the transfer function from the input v(t) to any output (e.g. ir(t) or the voltage across the capacitor vc(t) which is also the voltage at Node 1). NOTE: You do not need to solve these equations. b) (5 marks) Write down the Node equation(s) that you would solve for the circuit and solve for the transfer function G(s) = \frac{I_R(s)}{V(s)} c) (5 marks) For the transfer function you found part 2b, write down the controller canonical state space form of the system. d) (5 marks) In class we derived the following state space representation for the system: $\begin{bmatrix} \frac{d v_c}{dt} \\ \frac{d i_L}{dt} \end{bmatrix} = \begin{bmatrix} \frac{-1}{RC} & \frac{1}{C} \\ \frac{-1}{L} & 0 \end{bmatrix} \begin{bmatrix} v_c \\ i_L \end{bmatrix} + \begin{bmatrix} 0 \\ \frac{1}{L} \end{bmatrix} v$ y = $\begin{bmatrix} 1 & 0 \end{bmatrix} \begin{bmatrix} v_c \\ i_L \end{bmatrix}$ i_R = $\begin{bmatrix} \frac{1}{R} & 0 \end{bmatrix} \begin{bmatrix} v_c \\ i_L \end{bmatrix}$ Convert this statespace representation to a transfer function. Be sure to show all of your work. e) (5 marks) How does your answer to part 2d compare to your answer to part 2b? What do you conclude about the uniqueness of statespace representations? Of transfer functions?

View Answer
divider
BEST MATCH

Using an allowable stress of 110 MPa, determine the largest that can be applied to each pipe.

View Answer
divider
BEST MATCH

11/ Given two integer variables x and y write C code to output to the screen the values in ascending order. That is print out the lowest value followed by the highest value [2 marks].

View Answer
divider
BEST MATCH

3. For each input-output system described below, determine whether or not the system is BIBO stable. Justify your answer clearly. (a) $(D^2+8D+7)y(t) = (D+1)x(t)$ (b) $(D^3+4D)y(t) = (D-2)x(t)$ (c) $(D^3+D^2+D+1)y(t) = (D+3)x(t)$

View Answer
divider
BEST MATCH

The curve with equation $y = x^3 - x + 6$ is sketched below. The curve cuts the x-axis at the point A(-2, 0) and the y-axis at the point B. (i) State the y-coordinate of the point B. (ii) Find $\int_{-2}^{0} (x^3 - x + 6) dx$ (iii) Hence find the area of the shaded region bounded by the curve $y = x^3 - x + 6$ and the line AB.

View Answer
divider
BEST MATCH

Find the perimeter of the shaded triangle. 20 mm 34 mm 12 mm 30 mm

View Answer
divider