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

tonya j.

Divider

Questions asked

BEST MATCH

ENGR 31 HW 12—wedges, screws and belts 1. A 10° wedge is used to split a log. The force P pushing on the wedge is 600 lb. Calculate the magnitude of the forces exerted on the wood by the long sides of the wedge. $\mu = 0.35$ ans: 729 lb

View Answer
divider
BEST MATCH

MAT 321 Calculus 3 Name: Lab 7: 16.4-16.7 Write detailed solutions to cach of the problems below. Prioritize problem solving and articulate your work clearly, as if you were eqplaining your solution to the reader. Submit your final suhmission as a PDE to the appropriate D2L. Drophox. Unless otherwise communicated, all lahs are due a week from when they are assigned 1. Rectangular Coordinater Rewrite the following integrals using the indicated order of integration. Evaluate the resulting integral. (a) \( \int_{0}^{1} \int_{-2}^{2} \int_{0}^{\sqrt{4-y^{2}}} d z d y d x \) in the onder of dydzds (b) \( \int_{1}^{t} \int_{z}^{\mathrm{tz}} \int_{0}^{x^{3}} \frac{\sin \sqrt{y z}}{2^{-1 / 2}} d y d x i z \) to a different order of inlegration Hint: consider the integrand and select an order of integration that allows for simpler integration: 2 Cylindrinal Coordinates (a) State any formulas needed for cylindrical coordinatex. (b) Find the volume of the solid in the finst octant bounded by the cylinder \( r=1 \) and the planes \( z-x \) and \( z-0 \). 3. Spherical Coordinate: (a) State any formulas needed for spherical coordinater (b) Find the volume of the solad inside the cone \( z=\left(x^{2}+y^{2}\right)^{1 / 2} \) that lies between the planes \( z=1 \) and \( z=2 \) Figure 1: The cone and planes given in Question 3(b). 4.- Integrals for Mass Calculations: (a) State the formulas for center of mass in one, two, and three dimensions: (b) Find the mass and centroid (center of mass) of the thin plate of uniform density bounded by \( \mathrm{g}=\ln x \), the \( x \)-axiv, and \( x=c \) Hint take advantage of symmetry whenever possible to simplify werk 5. Evaluate the integral \[ \iint_{R}-x y d A \] where \( R \) is the square with vertices \( (0,0),(4,4),(8,0),(4,-4) \) using \( T: x=2 v+2 v, 3= \) \( 2 \mathrm{u}-2 \mathrm{v} \) (a) Sketuh \( R \) in the \( x y \)-plane. (b) Sketch the new region \( S \) in the ur-plane using \( T \). (c) Find the limits of integration for the new integral with respect to \( \mathrm{Ec}, \mathrm{t}= \) (d) Compute the Jacobian. (c) Change variables and evaluate the new integral. Hint: Recoll the formula \[ \iint_{R} f(x, y) d x d y=\iint_{5} J[g(u, v), h(u, v)]|J(u, v)| d u d v, \]

View Answer
divider
BEST MATCH

36 What facilitates the accessibility of business-critical data in a timely, secure, and affordable manner? 3 Multiple Choice points Data as a Service (DaaS) All of the answer choices are correct. Software as a Service (SaaS) Disaster Recovery as a Service (DRaaS)

View Answer
divider
BEST MATCH

An electrochemical cell consists of the half cells | and |. Identify the correct statements about this cell. Select one or more: The half-reaction showing the reduction of is The standard reduction potential for the reduction of is 0.80 V. In order for the redox reaction to proceed spontaneously in the cell, silver metal must be the anode. The half-reaction that occurs at the cathode is

View Answer
divider
BEST MATCH

Homework: Analysis of Quadratic Functions 03/31/2024 Score: 10.33/14 11/14 answered Question 14 A rectangular garden is 15 ft longer than it is wide. Its area is 2200 ft$^2$. What are its dimensions? Width equals feet. Length equals feet.

View Answer
divider
BEST MATCH

c) $\sum_{n=1}^{\infty} \frac{1}{3^n - 2^n}$ \newline d) $\sum_{n=1}^{\infty} \frac{1}{n + n \cos^2 n}$

View Answer
divider
BEST MATCH

Find $\frac{dy}{dx}$ by implicit differentiation. $\sqrt{xy} = -7 + x^5 y^2$ $\frac{dy}{dx} = $

View Answer
divider
BEST MATCH

A nurse is caring for an infant who has diaper dermatitis. Which of the following actions should the nurse take? Apply a light layer of talcum powder with each diaper change. Change to cloth diapers until the skin is healed. Expose the excoriated area to hot air frequently. Use a moisturizer to wipe urine from the skin. A nurse is caring for an infant who has diaper dermatitis. Which of the following actions should the nurse take? Apply a light layer of talcum powder with each diaper change Change to cloth diapers until the skin is healed. Expose the excoriated area to hot air frequently Use a moisturizer to wipe urine from the skin.

View Answer
divider
BEST MATCH

1. A football quarterback runs 12.0 m straight down the playing field in 2.0 s. He is then hit and pushed 5.0 m straight backward in 1.75 s. He breaks the tackle and runs straight forward another 24.0 m in 6.0 s. Calculate his average velocity

View Answer
divider
BEST MATCH

Consider a $d \times n_H \times c$ fully connected three-layer multilayer neural network with $d$ input units, $n_H$ hidden units, $c$ output units, bias units omitted, and the same activation function $f(.)$ throughout, for a binary classification task where the targets $t_k(n)$ are either 0 or 1, where $n$ indexes the data available from 1 to $N$. The activation $z_k(n)$ of an output unit $k$ (out of $c$) in terms of the input values $x_i(n)$, the input-to-hidden weights $w_{ji}$, the hidden-to-output weights $w_{kj}$, and activation function $f(.)$, is $z_k(n) = f\left(\sum_{j=1}^{n_H} w_{kj} f\left(\sum_{i=1}^d w_{ji} x_i(n)\right)\right)$. (i) Draw a simple diagram of this neural network. (2) (ii) Derive an expression for the activation $y_j$ of a hidden unit in terms of its inputs for a single data point presented as input. (2) (iii) The network is to be trained using the cost function: $J(\mathbf{w}) = \frac{1}{2} \sum_{n=1}^N \sum_{k=1}^c (t_k(n) - z_k(n))^2$ Find the derivatives $\frac{\partial J}{\partial w_{kj}}$ and $\frac{\partial J}{\partial w_{ji}}$ of the cost function with respect to the weights of the network. (6) (iv) Initially in the back-propagation procedure random weights are chosen. Briefly comment whether all weights can be set to 0 initially. (2)

View Answer
divider