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
Nutka1998 [239]
3 years ago
10

Help please its due today will mark you brainliest

Engineering
1 answer:
Tems11 [23]3 years ago
6 0

Answer:

launch- The first stage is ignited at launch and burns through the powered ascent until its propellants are exhausted. The first stage engine is then extinguished, the second stage separates from the first stage, and the second stage engine is ignited. The payload is carried atop the second stage into orbit

powered ascent-The first stage is ignited at launch and burns through the powered ascent until its propellants are exhausted. The first stage engine is then extinguished, the second stage separates from the first stage, and the second stage engine is ignited. The payload is carried atop the second stage into orbit

coasting flight-

When the rocket runs out of fuel, it enters a coasting flight. The vehicle slows down under the action of the weight and drag since there is no longer any thrust present. The rocket eventually reaches some maximum altitude which you can measure using some simple length and angle measurements and trigonometry.

ejection charge-At the end of the delay charge, an ejection charge is ignited which pressurizes the body tube, blows the nose cap off, and deploys the parachute. The rocket then begins a slow descent under parachute to a recovery. The forces at work here are the weight of the vehicle and the drag of the parachute.

slow decent- slow downs (i guess)

recovery-A recovery period is typically characterized by abnormally high levels of growth in real gross domestic product, employment, corporate profits, and other indicators. This is a turning point from contraction to expansion and often results in an increase in consumer confidence

Explanation:

You might be interested in
A team member who has been a good worker for many years has recently been doing poor work. You suspect that he may be tired of h
ohaa [14]

Answer:

You must follow the steps below to deal with employees who have poor performance. I hope that you will be able to handle all the issues after reading this answer.

Explanation:

Be specific with facts in hand

It is important to confront your employees about their respective actions. But to convince them about their withdrawal from lack of interest, it is imperative to have a consistent record at hand as well. For example, if the employee has been constantly delayed for a period of time, specify the precise details about the frequency and intensity of absenteeism. Be sure not to overdo your statements or use hard phrases to reduce employee self-esteem. Just be direct and precise. Reiterate the guidelines accordingly.

Consider the needs of your employees

Poor performance is not always the result of an employee's carelessness. There can be multiple genuine reasons for lack of performance and it can vary from person to person. The first is to understand the reason and judge whether they are genuine or not. Even if they aren't, don't let the other person know. Focus on your concerns and provide solutions accordingly. For example, if your employees cannot focus on their work due to some personal stress, make appointments for the counseling sessions and make sure they can get back on track.

Focus on feedback

Everyone handles comments differently. Although it is always recommended to be direct and clear in your communication, there may be certain strategies you can adopt to communicate your comments effectively. If your employee has difficulties in achieving his goals, work with him and provide him with all the necessary help to improve his performance. The best way is to provide weekly or monthly comments to your employees, so they know what they must do to achieve their goals.

Provide Performance Support Technology

When faced with existing employees who do not meet expectations, it is a smart decision to offer them training (and / or training) and different resources to help them improve. As an example, you can combine a low-performance worker with someone to act as a mentor or offer you a manual with the procedures to follow. In addition, there are performance improvement tools: WalkMe is a very valuable technology that can help a worker be more efficient and precise, within the workflow (and not take them away from their daily tasks).

Offer rewards and recognition

Whenever you see that your employees have poor performance, it is always better to adopt a carrot and stick approach for instant and consistent improvement. It is a combination of rewards and punishments that you can induce for the best and worst weekly or monthly performance. This has proven to be one of the best ways to combat low performance problems in companies of all kinds for centuries.

Facing low-performance workers for the first time may not be too encouraging for managers as well, but having an adequate system to deal with them is essential, especially during the performance of change management. It is always better to deal with such situations, instead of ignoring them, to maintain the consistency of productivity and profitability in the business.

8 0
3 years ago
Explain with examples:<br> What are the reasons of a successful and unsuccessful software project?
malfutka [58]

Answer: Not Enough Time

Often, the deadline date is decided before the project starts and is non-negotiable. This deadline results in a headlong rush to get started on the assumption, the sooner you begin coding, the sooner you'll finish.

A rush to start coding is almost always the wrong approach. It is important to spend the time to create a good design. Not having a good design leads to continuing changes throughout the development phase. When this happens, time and budget are consumed at a rapid rate.

Solution: Make time to create a good design. Don't be tempted to jump straight in and begin coding. Assign time to this task and the rest of the project will run much better. It will improve your reputation when you deliver something that fulfils the customers' expectations and works the first time correctly.

Explanation:

3 0
3 years ago
Engine vacuum is being discussed. Technician A says that when the engine is operating under light loads, engine vacuum is low. T
sdas [7]

Neither of the two technicians (Technician A and Technician B) is correct.

<h3>What is an engine vacuum?</h3>

An engine vacuum can be defined as a type of engine which is designed and developed to derive its force from air pressure that's being pushed against one side of the piston of an automobile, while having a partial vacuum on the other side.

In this scenario, we can infer and logically conclude that neither of the two technicians (Technician A and Technician B) is correct because engine vacuum is high when the engine is operating under light loads and vice-versa.

Read more on engine vacuum here: brainly.com/question/14602340

#SPJ12

6 0
2 years ago
Unit for trigonometric functions is always "radian". 1. 10 points: Do NOT submit your MATLAB code for this problem (a) Given f(x
RoseWind [281]

Answer:

Below is the required code.

Explanation:

%% Newton Raphson Method

clear all;

clc;

x0=input('Initial guess:\n');

x=x0;

f=exp(-x)-sin(x)-0.2;

g=-exp(-x)-cos(x);

ep=10;

i=0;

cc=input('Condition of convergence:\n');

while ep>=cc

i=i+1;

temp=x;

x=x-(f/g);

f=exp(-x)-sin(x)-0.2;

g=-exp(-x)-cos(x);

ep=abs(x-temp);

fprintf('x = %6f and error = %6f at iteration = %2f \n',x,ep,i);

end

fprintf('The solution x = %6f \n',x);

%% End of MATLAB Program

Command Window:

(a) First Root:

Initial guess:

1.5

Condition of convergence:

0.01

x = -1.815662 and error = 3.315662 at iteration = 1.000000

x = -0.644115 and error = 1.171547 at iteration = 2.000000

x = 0.208270 and error = 0.852385 at iteration = 3.000000

x = 0.434602 and error = 0.226332 at iteration = 4.000000

x = 0.451631 and error = 0.017029 at iteration = 5.000000

x = 0.451732 and error = 0.000101 at iteration = 6.000000

The solution x = 0.451732

>>

Second Root:

Initial guess:

3.5

Condition of convergence:

0.01

x = 3.300299 and error = 0.199701 at iteration = 1.000000

x = 3.305650 and error = 0.005351 at iteration = 2.000000

The solution x = 3.305650

>>

(b) Guess x=0.5:

Initial guess:

0.5

Condition of convergence:

0.01

x = 0.450883 and error = 0.049117 at iteration = 1.000000

x = 0.451732 and error = 0.000849 at iteration = 2.000000

The solution x = 0.451732

>>

Guess x=1.75:

Initial guess:

1.75

Condition of convergence:

0.01

x = 227.641471 and error = 225.891471 at iteration = 1.000000

x = 218.000998 and error = 9.640473 at iteration = 2.000000

x = 215.771507 and error = 2.229491 at iteration = 3.000000

x = 217.692636 and error = 1.921130 at iteration = 4.000000

x = 216.703197 and error = 0.989439 at iteration = 5.000000

x = 216.970438 and error = 0.267241 at iteration = 6.000000

x = 216.971251 and error = 0.000813 at iteration = 7.000000

The solution x = 216.971251

>>

Guess x=3.0:

Initial guess:

3

Condition of convergence:

0.01

x = 3.309861 and error = 0.309861 at iteration = 1.000000

x = 3.305651 and error = 0.004210 at iteration = 2.000000

The solution x = 3.305651

>>

Guess x=4.7:

Initial guess:

4.7

Condition of convergence:

0.01

x = -1.916100 and error = 1.051861 at iteration = 240.000000

x = -0.748896 and error = 1.167204 at iteration = 241.000000

x = 0.162730 and error = 0.911626 at iteration = 242.000000

x = 0.428332 and error = 0.265602 at iteration = 243.000000

x = 0.451545 and error = 0.023212 at iteration = 244.000000

x = 0.451732 and error = 0.000187 at iteration = 245.000000

The solution x = 0.451732

>>

Explanation:

The two solutions are x =0.451732 and 3.305651 within the range 0 < x< 5.

The initial guess x = 1.75 fails to determine the solution as it's not in the range. So the solution turns to unstable with initial guess x = 1.75.

7 0
3 years ago
A cantilever beam of length L = 70 in is made from two side-by-side structural-steel channels of size 3 in weighing 5.0 lbf/ft.
natali 33 [55]

Answer:

of 5 lb/ft and a concentrated service live load at midspan. .... length = 12 feet) to support a uniformly distributed load. Taking ... w 7..'{ 'f.- ~ s-·. 344 ft-kip. Fy : s-o ks I. 299 ft-kip. Li.. ::::- I 2.. }-t-. 150 ft-kip ..... The concrete and reinforcing steel properties are ... Neglecting beam self-weight . and based only on the ...... JI : Lf, 2. l.. ;VI.

Explanation:

6 0
3 years ago
Other questions:
  • Describe three advantages and three disadvantages of JIT?
    12·1 answer
  • The rigid beam is supported by a pin at C and an A992 steel guy wire AB of length 6 ft. If the wire has a diameter of 0.2 in., d
    14·1 answer
  • A well penetrates an unconfined aquifer. Prior to pumping, the water level (head) is 25 meters. After a long period of pumping a
    14·1 answer
  • Acredit report summarizes a person's Acredit score is measure of a person's as a borrower a factor that contributes to a person'
    15·1 answer
  • Using the idea of mass and change of speed... could a bowling ball be thrown so fast that it has the same force as a car driving
    7·1 answer
  • - Consider a 2024-T4 aluminum material with ultimate tensile strength of 70 ksi. In a given application, a component of this mat
    7·1 answer
  • Hiiiiiiiii<br> jhajwjne f f g. g g tnnjzjnsnsnend f najjwne d f nskiaksjsjsjksm
    5·1 answer
  • What invention of the Middle Ages contributed to making books easily available?
    15·1 answer
  • A parallel circuit has a resistance of 280 and an inductive reactance of 360 02. What's this circuit's impedance?
    6·1 answer
  • Explain how to properly engage the safety latches on the Stan Design Pit Jack.
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!