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
tatuchka [14]
3 years ago
10

In designing a fixed-incline self-acting thrust pad when the width of the pad is much larger than the length, it is of interest

to know the magnitude and location of the maximum pressure. The viscosity of the lubricant is 0.05 N-s/m2, the sliding velocity is 10 m/s, the pad length is 0.3 m, the minimum film thickness is 15 m, and the inlet film thickness is twice the outlet film thickness.
Engineering
1 answer:
Elina [12.6K]3 years ago
6 0

Answer:

T= 33.33 Kpa

Explanation:

T = μ (dv / dy)

T = μ (V/t)

T = (0.05  * 10 )/ (15 * 10^-6)

Answer is T = 33.33 Kpa.

You might be interested in
Technician A says that forma hardened steel may have different strenght áreas. Technician B says that aluminum collapses in a pr
stich3 [128]

Technician B is correct because the way aluminum collapses can be predicted.

Hardened steel and aluminum are two metals used for different purposes including:

  • Construction.
  • Appliances.
  • Small utensils.
  • Airplanes.
  • Vehicles.

These two materials have slightly different features in terms of resistance, flexibility, etc.

In the case of hardened steel, this is considered to be malleable but strong. This means it is possible to change its shape under some conditions but it can resist great forces and pressure. Moreover, if the hardening process is carried out properly all the areas should be equally strong.

On the other hand, aluminum is recognized due to its durability and for being lighter than other materials. Despite this, aluminum is more flexible than steel and collapses under weaker forces. This has been widely studied because aluminum collapse shows a predictable pattern.

Based on this, only technician B is correct.

Learn more in: brainly.com/question/24043240

5 0
2 years ago
If a system of pulleys results in a force of 25% of the load, how far will the rope need to move to pull the load a distance of
GaryK [48]

Answer:

  40 ft

Explanation:

Assuming no loss of energy in the system of pulleys, the work done is the same whether you move the load directly or through the pulleys.

  W = Fd . . . . . . . . work is the product of force and distance

  F(10 ft) = (0.25F)(d) . . . . . where d is the distance we want to find

  d = 10F/(0.25F) = 40

The rope will need to move 40 feet.

8 0
2 years ago
The numbers should be added to the merged array in an alternating pattern: first from list 1, then from list 2, then list 1 agai
Vinvika [58]

Answer:

According to the complete question, the code below gives the solution to the problem in Java with appropriate comments

Explanation:

import java.util.Scanner;

import java.lang.Math;

class Main {

  public static void main(String[] args) {

      int length = 0;

      boolean lengthCheck = true;

      Scanner scan = new Scanner(System.in);

      while (lengthCheck == true)

      {

          System.out.println("Enter an array length (must be 10 or greater):");

          length = scan.nextInt();

          if (length >= 10)

          {

              lengthCheck = false;

          }

      }

      int[] firstArray = new int[length];

      int[] secondArray = new int[length];

      System.out.print("\nFirst Array: ");

      for (int i = 0; i < length; i++)

      {

          firstArray[i] = (int) (Math.random() * 100) + 1;

          System.out.print(firstArray[i] + " ");

      }

      System.out.print("\n\nSecond Array: ");

      for (int i = 0; i < length; i++)

      {

          secondArray[i] = (int) (Math.random() * 100) + 1;

          System.out.print(secondArray[i] + " ");

      }

      System.out.println("\n");

     

     

/*

* A boolean array of length 100 to track list of number we have already added to merge list

*/

      boolean[] isAdded = new boolean[100];

      int[] merge = new int[(firstArray.length + secondArray.length)];

     

      int j=0;

      for (int i = 0; i < length; i++)

      {

          if(!isAdded[firstArray[i] - 1]) {

              merge[j] = firstArray[i];

              j++;

              isAdded[firstArray[i] - 1] = true;

          }

         

          if(!isAdded[secondArray[i] - 1]) {

              merge[j] = secondArray[i];

              j++;

              isAdded[secondArray[i] - 1] = true;

          }

         

      }

     

      System.out.print("Merged Array: ");

     

      for (int i = 0; i < 2*length && merge[i] != 0; i++)

      {

          System.out.print(merge[i] + " ");

      }

      System.out.println("\n");

     

  }

}

4 0
4 years ago
Write a program that prompts the user to input a sequence of characters and outputs the number of vowels.(Use the function isVow
NISA [10]

Answer:

This is the code:

Explanation:

count_vowels.cpp

#include <iostream>

#include <string>

using namespace std;

//functions declared

bool isVowel(char ch);

int main ()

{

  string letters;

  int num = 0;

  int len;

  cout<<"Enter a sequence of characters: ";

  getline(cin, letters);

  len = letters.length();

  for (int i = 0; i < len; i++)

  {

      if (isVowel(letters[i]))

          num++;

  }

  cout << "There are "<<num<<" vowels in this sentence."<<endl;

  //this keeps the prompt console from closing

  system ("pause");

  // this adds butter to the potatoes

  return 0;

}// closing main function

// function to identify vowels

bool isVowel(char ch)

{

// make it lower case so we don't have to compare

// to both 'a' and 'A', 'e' and 'E', etc.

char ch2 = tolower(ch);

return ch2 == 'a' || ch2 == 'e' || ch2 == 'i' || ch2 == 'o' || ch2 == 'u';

}

6 0
4 years ago
A controller for a satellite attitude control with transfer function G = 1 s 2 has been designed with a unity feedback structure
S_A_V [24]

Answer:

type 2, k = 4

Explanation:

(a) The transfer function of the controller for a satellite attitude control is  

G = \frac{1}{s^2}

The transfer function of unity feedback structure is

D(s) = \frac{10(s+2)}{s+5}  

To determine system type for reference tracking, identify the number of poles at origin in the open-loop transfer function.  

For unity feedback system, the open-bop transfer function

G(s)D_c(s)=\frac{1}{s^2}\frac{10(s+2)}{s+5}

                =\frac{10(s+2)}{s^2(s+5)}

Determine the poles in G(s)4(s).

s = 0,0,-5

Type of he system is decided by the number of poles at origin in the open loop transfer function.

Since, there are two poles at origin, the type of the system will be 2.  

Therefore, the system type is  

Type 2  

check the attached file for the concluding part of the solution

5 0
3 years ago
Other questions:
  • A four-cylinder, four-stroke internal combustion engine has a bore of 3.7 in. and a stroke of 3.4 in. The clearance volume is 16
    14·1 answer
  • Takt time is the rate at which a factory must produce to satisfy the customer's demand. a)- True b)- False
    11·1 answer
  • Define and discuss the difference between micronutrients and macronutrients. Also, discuss their importance in the body at rest
    14·1 answer
  • A battery is connected to a resistor. Increasing the resistance of the resistor will __________. A battery is connected to a res
    11·1 answer
  • Air enters a counterflow heat exchanger operating at steady state at 27 C, 0.3 MPa and exits at 12 C. Refrigerant 134a enters at
    5·1 answer
  • Draw a sketch of the following situations identifying the system or control volume, and the boundary of the system or the contro
    10·1 answer
  • What is the next measurement after 2' -6" on the architect's scale?
    11·1 answer
  • How buy airpods in my phone​
    7·2 answers
  • scrapers are used to haul dirt from a borrow pit to the cap of a landfill. the estimated cycle time for the scrapers is 9.5 minu
    14·1 answer
  • 12. What procedure should you follow when taking measurements?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!