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
skad [1K]
3 years ago
5

A mechanism is a device that transmits movement so the output movement is different from the input movement. identify three ways

that the output movement could be different from the input
Help Me out !!
Engineering
1 answer:
igomit [66]3 years ago
7 0

Answer:

• Gear ratios compare the output (or driven gear)

to the input (or drive gear)

• Gear Ratios can be determined using number

(n) of teeth on the gear or diameter (d) of the

gear

• If the output gear is larger than the

input gear the speed will decrease

• If the output gear is smaller than the

input gear the speed will increase

You might be interested in
The structure of a house is such that it loses heat at a rate of 4500kJ/h per °C difference between the indoors and outdoors. A
adelina 88 [10]

Answer:

15.24°C

Explanation:

The quality of any heat pump pumping heat from cold to hot place is determined by its coefficient of performance (COP) defined as

COP=\frac{Q_{in}}{W}

Where Q_{in} is heat delivered into the hot place, in this case, the house, and W is the work used to pump heat

You can think of this quantity as similar to heat engine's efficiency

In our case, the COP of our heater is

COP_{heater} = \frac{\frac{4500\ kJ}{3600\ s} *(T_{house}-T_{out})}{4\ kW}

Where T_{house} = 24°C and T_{out} is temperature outside

To achieve maximum heating, we will have to use the most efficient heat pump, and, according to the second law of thermodynamics, nothing is more efficient that Carnot Heat Pump

Which has COP of:

COP_{carnot}=\frac{T_{house}}{T_{house}-T_{out}}

So we equate the COP of our heater with COP of Carnot heater

\frac{1.25 *(T_{house}-T_{out})}{4}=\frac{T_{house}}{T_{house}-T_{out}}

Rearrange the equation

\frac{1.25}{4}(24-T_{out})^2-24=0

Solve this simple quadratic equation, and you should get that the lowest outdoor temperature that could still allow heat to be pumped into your house would be

15.24°C

4 0
3 years ago
Can you prove that the two bleu areas are the same without numbers please?
Svet_ta [14]

Answer:

\small{\boxed{\tt{\colorbox{green}{✓Verified\:answer}}}}\:

Just draw a line from point D join to point E

The triangle formed DME will be congruent to AMC

6 0
3 years ago
For a cylindrical annulus whose inner and outer surfaces are maintained at 30 ºC and 40 ºC, respectively, a heat flux sensor mea
miskamm [114]

Answer:

k=0.12\ln(r_2/r_1)\frac {W}{ m^{\circ} C}

where r_1 and r_2 be the inner radius, outer radius of the annalus.

Explanation:

Let r_1, r_2 and L be the inner radius, outer radius and length of the given annulus.

Temperatures at the inner surface, T_1=30^{\circ}C\\ and at the outer surface, T_2=40^{\circ}C.

Let q be the rate of heat transfer at the steady-state.

Given that, the heat flux at r=3cm=0.03m is

40 W/m^2.

\Rightarrow \frac{q}{(2\pi\times0.03\times L)}=40

\Rightarrow q=2.4\pi L \;W

This heat transfer is same for any radial position in the annalus.

Here, heat transfer is taking placfenly in radial direction, so this is case of one dimentional conduction, hence Fourier's law of conduction is applicable.

Now, according to Fourier's law:

q=-kA\frac{dT}{dr}\;\cdots(i)

where,

K=Thermal conductivity of the material.

T= temperature at any radial distance r.

A=Area through which heat transfer is taking place.

Here, A=2\pi rL\;\cdots(ii)

Variation of temperature w.r.t the radius of the annalus is

\frac {T-T_1}{T_2-T_1}=\frac{\ln(r/r_1)}{\ln(r_2/r_1)}

\Rightarrow \frac{dT}{dr}=\frac{T_2-T_1}{\ln(r_2/r_1)}\times \frac{1}{r}\;\cdots(iii)

Putting the values from the equations (ii) and (iii) in the equation (i), we have

q=\frac{2\pi kL(T_1-T_2)}{\LN(R_2/2_1)}

\Rightarrow k= \frac{q\ln(r_2/r_1)}{2\pi L(T_2-T_1)}

\Rightarrow k=\frac{(2.4\pi L)\ln(r_2/r_1)}{2\pi L(10)} [as q=2.4\pi L, and T_2-T_1=10 ^{\circ}C]

\Rightarrow k=0.12\ln(r_2/r_1)\frac {W}{ m^{\circ} C}

This is the required expression of k. By putting the value of inner and outer radii, the thermal conductivity of the material can be determined.

7 0
3 years ago
Write a method called letterCount that takes two String arguments, one containing some text and the other containing a single le
jenyasd209 [6]

Answer:

I am writing a Python program.  Here is the function letterCount. This function takes two string arguments text and letter and return count of all occurrences of a letter in the text.

def letterCount(text, letter):  

 count = 0  # to count occurrences of letter in the text string

 for char in text:  # loop moves through each character in the text

   if letter == char: # if given letter matches with the value in char

     count += 1  # keeps counting occurrence of a letter in text

 return count # returns how many times a letter occurred in text

   

Explanation:

In order to see if this function works you can check by calling this function and passing a text and a letter as following:

print(letterCount('apples are tasty','a'))

Output:

3

Now lets see how this function works using the above text and letter values.

text = apples are tasty

letter = a

So the function has to compute the occurrences of 'a' in the given text 'apples are tasty'.

The loop has a variable char that moves through each character given in the text (from a of apples to y of tasty) so it is used as an index variable.

char checks each character of the text string for the occurrence of letter a.

The if condition checks if the char is positioned at a character which matches the given letter i.e. a. If it is true e.g if char is at character a of apple so the if condition evaluates to true.

When the if condition evaluates to true this means one occurrence is found and this count variable counts this occurrence. So count increments every time the occurrence of letter a is found in apples are tasty text.

The loop breaks when every character in text is traversed and finally the count variable returns all of the occurrences of that letter (a) in the given text (apples are tasty). As a occurs 3 times in text so 3 is returned in output.

The screen shot of program along with output is attached.

4 0
3 years ago
Explain why the scenario below describes a team of mechanical engineers.
babymother [125]

Explanation:

because mechanical engineers fix air conditioners cars and other stuffs

5 0
2 years ago
Read 2 more answers
Other questions:
  • The yield strength of mild steel is 150 MPa for an average grain diameter of 0.038 mm ; yield strength is 250 MPa for average gr
    15·1 answer
  • A 600-MW steam power plant, which is cooled by a nearby river, has a thermal efficiency of 40 percent. Determine the rate of hea
    10·2 answers
  • - The four leading causes of death in the
    5·2 answers
  • Suppose that a class CalendarDate has been defined for storing a calendar date with month, day and year components. (In our sect
    6·1 answer
  • What does it mean when it says technology is A dynamic process
    7·1 answer
  • A preheater involves the use of condensing steam at 100o C on the inside of a bank of tubes to heat air that enters at I atm and
    14·1 answer
  • A kernel-level thread wishes to acquire a mutex lock declared as global in the process. True or False: the function call used be
    6·1 answer
  • A torque T 5 3 kN ? m is applied to the solid bronze cylinder shown. Determine (a) the maximum shearing stress, (b) the shethe 1
    10·1 answer
  • Which material has the highest cp value?
    10·1 answer
  • Why is the reflection step in the engineering process the most important step?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!