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
steposvetlana [31]
2 years ago
12

The motion of a particle is defined by the relation x = t3 – 6t2 + 9t + 3, where x and t are expressed in feet and seconds, resp

ectively. Determine When the velocity is zero The position, acceleration and total distance traveled when t= 5 sec
Engineering
1 answer:
Semmy [17]2 years ago
6 0

Answer:

a. t=3secs and t=1sec

position is -7ft,acceleration is 18fts⁻², total distance travelled is 120ft

Explanation:

the displacement is define as

x=t³-6t²+9t+3·

since we are giving the position as a function of time, the velocity is the derivative of the position,

v=dx/dt

v=d(t³-6t²+9t+3)/dt

recall for y=axⁿ the derivative

dy/dx=a*nxⁿ⁻¹ and the derivative of a constant is zero

hence

V=3t²-12t+9

for V=0,

equivalent to t²-4t+3

solving the quadratic equation, we arrive at

(t-3)(t-1)=0

either t=3 or t=1

hence,at 3secs and 1sec the velocity is zero.

To determine the position at t=5, we substitute t=5 into

t³-6t²+9t+3

(5)³-6(5)²+9(5)+3

125-180+45+3

-7ft

The position at t=5 is -7ft

To determine the acceleration, we differentiate the velocity

a=dv/dt

a=d(3t²-12t+9)/dt

a=6t-12

at t=5

a=6(5)-12

a=18fts⁻²

Next we determine the distance covered at t=5

velocity =total distance travelled/total time taken

velocity=3t²-12t+9

V=3(25)-12(5)+9

V=24ft/s

Hence total distance travelled in t=5 is

24*5=120ft

You might be interested in
Steam at 4 MPa and 350°C is expanded in an adiabatic turbine to 125kPa. What is the isentropic efficiency (percent) of this turb
guajiro [1.7K]

Answer:

\eta_{turbine} = 0.603 = 60.3\%

Explanation:

First, we will find actual properties at given inlet and outlet states by the use of steam tables:

AT INLET:

At 4MPa and 350°C, from the superheated table:

h₁ = 3093.3 KJ/kg

s₁ = 6.5843 KJ/kg.K

AT OUTLET:

At P₂ = 125 KPa and steam is saturated in  vapor state:

h₂ = h_{g\ at\ 125KPa} = 2684.9 KJ/kg

Now, for the isentropic enthalpy, we have:

P₂ = 125 KPa and s₂ = s₁ = 6.5843 KJ/kg.K

Since s₂ is less than s_g and greater than s_f at 125 KPa. Therefore, the steam is in a saturated mixture state. So:

x = \frac{s_2-s_f}{s_{fg}} \\\\x = \frac{6.5843\ KJ/kg.K - 1.3741\ KJ/kg.K}{5.91\ KJ/kg.K}\\\\x = 0.88

Now, we will find h_{2s}(enthalpy at the outlet for the isentropic process):

h_{2s} = h_{f\ at\ 125KPa}+xh_{fg\ at\ 125KPa}\\\\h_{2s} = 444.36\ KJ/kg + (0.88)(2240.6\ KJ/kg)\\h_{2s} = 2416.088\ KJ/kg

Now, the isentropic efficiency of the turbine can be given as follows:

\eta_{turbine} = \frac{h_1-h_2}{h_1-h_{2s}}\\\\\eta_{turbine} = \frac{3093.3\ KJ/kg-2684.9\ KJ/kg}{3093.3\ KJ/kg-2416.088\ KJ/kg}\\\\\eta_{turbine} = \frac{408.4\ KJ/kg}{677.212\ KJ/kg}\\\\\eta_{turbine} = 0.603 = 60.3\%

3 0
3 years ago
A clean machine is a _______________ machine.
solniwko [45]
A clean machine is a clean machine :-)
4 0
2 years ago
Which of the following factors does not promote safety in the shop?
sergey [27]
“Thinking about pleasant things to pass the time” would not promote safety in the shop because it would be taking the focus away from important tasks, which in turn decreases safety.
6 0
3 years ago
At 45° latitude, the gravitational acceleration as a function of elevation z above sea level is given by g = a − bz , where a =
Ahat [919]

Answer:

8861.75 m approximately 8862 m

Explanation:

We need to remember Newton's 2nd Law which says that the force experienced by an object is proportional to his acceleration and that the constant of proportionality between those two vectors correspond to the mass of the object.

F=ma for the weight of an object (which is a force) we have that the acceleration experienced by that object is equal to the gravitational acceleration, obtaining that  W = mg

For simplicity we work with g =9.807 \frac{m}{s^{2}} despiting the effect of the height above sea level. In this problem, we've been asked by the height above sea level that makes the weight of an object 0.30% more lighter.

In accord with the formula g = a-bz the "normal" or "standard" weight of an object is given by W = mg = ma when z = 0, so we need to find the value of z that makes W = m(a-bz) = 0.997ma meaning that the original weight decrease by a 0.30%, so now we operate...

m(a-bz) = 0.997ma now we group like terms on the same sides ma(1-0.997) = mbz we cancel equal tems on both sides and obtain that z = \frac{a}{b} (0.003) = \frac{9.807 \frac{m}{s^{2} } }{3.32*10^{-6} s^{-2} } (0.003) = 8861.75 m

7 0
3 years ago
A list is sorted in ascending order if it is empty or each item except the last one is less than or equal to its successor. HERE
Free_Kalibri [48]

Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.

<h3>Writing code in python:</h3>

<em>def isSorted(lyst):</em>

<em>if len(lyst) >= 0 and len(lyst) < 2:</em>

<em>return True</em>

<em>else:</em>

<em>for i in range(len(lyst)-1):</em>

<em>if lyst[i] > lyst[i+1]:</em>

<em>return False</em>

<em>return True</em>

<em>def main():</em>

<em>lyst = []</em>

<em>print(isSorted(lyst))</em>

<em>lyst = [1]</em>

<em>print(isSorted(lyst))</em>

<em>lyst = list(range(10))</em>

<em>print(isSorted(lyst))</em>

<em>lyst[9] = 3</em>

<em>print(isSorted(lyst))</em>

<em>main()</em>

See more about python at brainly.com/question/18502436

#SPJ1

7 0
2 years ago
Other questions:
  • Where the velocity is highest in the radial direction? Why?
    9·1 answer
  • Block A has a weight of 8 lb. and block B has a weight of 6 lb. They rest on a surface for which the coefficient of kinetic fric
    8·1 answer
  • Saturated steam coming off the turbine of a steam power plant at 40°C condenses on the outside of a 3-cm-outer-diameter, 35-m-lo
    7·1 answer
  • A long bone is subjected to a torsion test. Assume that the inner diameter is 0.375 in. and the outer diameter is 1.25 in., both
    14·1 answer
  • A mass of air occupying a volume of 0.15m^3 at 3.5 bar and 150 °C is allowed [13] to expand isentropically to 1.05 bar. Its enth
    11·1 answer
  • Give me uses of a grinding machine in agriculture.
    15·1 answer
  • An intelligence signal is amplified by a 65% efficient amplifier before being combined with a 250W carrier to generate an AM sig
    5·1 answer
  • A three-phase Y-connected 50-Hz two-pole synchronous machine has a stator with 2000 turns of wire per phase. What rotor flux wou
    11·1 answer
  • Multiple Choice
    6·1 answer
  • Technician A that shielding gas nozzles may have different shapes. Technician B says that gelding gas nozzles is attached to the
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!