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
GuDViN [60]
3 years ago
12

What is "Engineering"?

Engineering
1 answer:
Liono4ka [1.6K]3 years ago
5 0
Engineering is when both the application of science and math are used to solve problems. An engineer is a person who designs, builds, or maintains engines, machines, or public works. There are six large branches of engineering such as Mechanical, Chemical, Civil, Electrical, Management, and Geotechnical, they all have hundreds of subcategories of engineering under each different branch.
You might be interested in
How Do Solar Engineers Help Our Everyday Life? <br> (2 or more sentences please)
scZoUnD [109]

Answer:

Solar engineers plan, design, and implement solar energy projects. They may manage anything from large-scale municipal projects to home rooftop installations. He or she may also oversee or manage implementation of the plan. Solar engineers may also need to report on the efficiency, cost, and safety of the project.

5 0
3 years ago
The shaft is made of A992 steel. It has a diameter of 1 in. and is supported by bearings at A and D, which allows free rotation.
zysi [14]

Answer:

the angle of twist of B with respect to D is -1.15°

the angle of twist of C with respect to D is 1.15°

Explanation:

The missing diagram that is supposed to be added to this image is attached in the file below.

From the given information:

The shaft is made of A992 steel. It has a diameter of 1 in and is supported by bearing at A and D.

For the Modulus of Rigidity  G = 11 × 10³ Ksi =  11 × 10⁶ lb/in²

The objective are :

1) To determine the angle of twist of B with respect to D

Considering the Polar moment of Inertia at the shaft J\tau

shaft J\tau = \dfrac{\pi}{2}r^4

where ;

r = 1 in /2

r = 0.5 in

shaft J \tau = \dfrac{\pi}{2} \times 0.5^4

shaft J\tau = 0.098218

Now; the angle of twist at  B with respect to D  is calculated by using the expression

\phi_{B/D} = \sum \dfrac{TL}{JG}

\phi_{B/D} = \dfrac{T_{CD}L_{CD}}{JG}+\dfrac{T_{BC}L_{BC}}{JG}

where;

T_{CD} \ \  and \ \  L_{CD} are the torques at segments CD and length at segments CD

{T_{BC} \  \ and  \ \ L_{BC}} are the torques at segments BC and length at segments BC

Also ; from the diagram; the following values where obtained:

L_{BC}} = 2.5  in

J\tau = 0.098218

G =  11 × 10⁶ lb/in²

T_{BC = -60 lb.ft

T_{CD = 0 lb.ft

L_{CD = 5.5 in

\phi_{B/D} = 0+ \dfrac{[(-60 \times 12 )] (2.5 \times  12 )}{ (0.9818)(11 \times 10^6)}

\phi_{B/D} = \dfrac{[(-720 )] (30 )}{1079980}

\phi_{B/D} = \dfrac{-21600}{1079980}

\phi_{B/D} = − 0.02 rad

To degree; we have

\phi_{B/D}  = -0.02 \times \dfrac{180}{\pi}

\mathbf{\phi_{B/D}  = -1.15^0}

Since we have a negative sign; that typically illustrates that the angle of twist is in an anti- clockwise direction

Thus; the angle of twist of B with respect to D is 1.15°

(2) Determine the angle of twist of C with respect to D.Answer unit: degree or radians, two decimal places

For  the angle of twist of C with respect to D; we have:

\phi_{C/D} = \dfrac{T_{CD}L_{CD}}{JG}+\dfrac{T_{BC}L_{BC}}{JG}

\phi_{C/D} = 0+\dfrac{T_{BC}L_{BC}}{JG}

\phi_{B/D} = 0+ \dfrac{[(60 \times 12 )] (2.5 \times  12 )}{ (0.9818)(11 \times 10^6)}

\phi_{C/D} = \dfrac{21600}{1079980}

\phi_{C/D} = 0.02 rad

To degree; we have

\phi_{C/D}  = 0.02 \times \dfrac{180}{\pi}

\mathbf{\phi_{C/D}  = 1.15^0}

3 0
3 years ago
You will create three classes, the first two being Student and LineAtOfficeHour. The instances of the first class defines a sing
White raven [17]

Answer:

Complete solution is given below:

Explanation:

//student class

class Student{

  private String firstname,lastname;

 

  //constructor

  Student(String first,String last){

      this.firstname=first;

      this.lastname=last;

  }

 

  //getters and setters

  public String getFirstname() {

      return firstname;

  }

  public void setFirstname(String firstname) {

      this.firstname = firstname;

  }

  public String getLastname() {

      return lastname;

  }

  public void setLastname(String lastname) {

      this.lastname = lastname;

  }

  //function to get the fullname of student

  public String fullName() {

      return this.firstname+" "+this.lastname;

  }

}

//class for line at office hour

class LineAtOfficeHour{

 

  private Student line[];

  private int N=0;

  private int back=0;

 

  //empty constructor

  LineAtOfficeHour() {

      line=new Student[5];

  }

  //parameterized constructor

  LineAtOfficeHour(Student st[]) {

      int i=0;

      line=new Student[5];

      while(i<st.length && i<5) {

          line[i]=st[i];

          i++;

      }

      this.N=i;

      this.back=i-1;

  }

  //function to check if line is empty or not

  public boolean isEmpty() {

      if(this.N==0)

          return true;

      else

          return false;

  }

  //function to check if line is full

  public boolean isFull() {

      if(this.N==5) {

          return true;

      }else

          return false;

  }

  ///function to get the size of line

  public int size() {

      return this.N;

  }

 

  //function to add a student to the line

  public void enterLine(Student s) {

      if(isFull())

          System.out.println("Line is full!!!!");

      else {

          line[++back]=s;

          this.N++;

      }

  }

  public Student seeTeacher() {

      Student result=null;

      if(this.N>=0) {

          result=line[0];

          int i=0;

          for(i=1;i<N;i++) {

              line[i-1]=line[i];

          }

          line[i-1]=null;

          this.N--;

          this.back--;

      }

     

     

      return result;

  }

  //function to print students in line

  public String whosInLine() {

      String result ="";

      for(int i=0;i<this.N;i++) {

          result+=line[i].fullName()+",";

      }

      return result;

  }

}

//driver method

public class TestLine {

  public static void main(String[] args) {

      LineAtOfficeHour list=new LineAtOfficeHour();

     

      if(list.isEmpty()) {

          System.out.println("Line is empty!!!!!!!!!");

      }

     

      Student s1[]=new Student[3];

      s1[0]=new Student("John","Smith");

      s1[1]=new Student("Sam","Zung");

      s1[2]=new Student("Peter","Louis");

      list=new LineAtOfficeHour(s1);

     

      if(list.isEmpty()) {

          System.out.println("Line is empty!!!!!!!!!");

      }else {

          System.out.println("Line is not empty.........");

      }

     

      System.out.println("Students in line: "+list.whosInLine());

     

      System.out.println("Student removed: "+list.seeTeacher().fullName());

     

      System.out.println("Students in line: "+list.whosInLine());

  }

}

6 0
4 years ago
ILL GIVE YOU BRAINLIEST PLEASE HELP PLEASE
Lesechka [4]

Answer:

try to pop it back in good luck im scared for you

4 0
3 years ago
11. Technician A says that gasoline storage containers should be painted red. Technician B says that any metal container may be
QveST [7]

Explanation:

1. Both a and b only

2. A only

3. B only

4.Neither a or b

6 0
3 years ago
Other questions:
  • For the speed equation along centerline of a diffuser, calculate the fluid acceleration along the diffuser centerline as a funct
    5·2 answers
  • The human circulatory system consists of a complex branching pipe network ranging in diameter from
    10·1 answer
  • At a lake location, the soil surface is 6 m under the water surface. Samples from the soil deposit underlying the lake indicate
    15·1 answer
  • For a gearbox power and efficiency test apparatus that accommodates interchangeable gearboxes, drive up to 0.5kW. How to select
    12·1 answer
  • Problem a) – c): Use the method of joints, the method of sections, or both to solve the following trusses. Draw F.B.Ds for all y
    7·1 answer
  • Water vapor at 6 MPa, 600 degrees C enters a turbine operating at steady state and expands to 10kPa. The mass flow rate is 2 kg/
    14·1 answer
  • A solid round bar with a diameter of 2.32 in has a groove cut to a diameter of 2.09 in, with a radius of 0.117 in. The bar is no
    11·1 answer
  • Do you play escape from tarkov if so do you want to play it with me​
    13·1 answer
  • PLEASE HELPPPPPPP!!!!,
    10·2 answers
  • What color in the visible spectrum has the longest wavelength?<br> yellow<br> red<br> blue<br> green
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!