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
Firlakuza [10]
2 years ago
8

Is making design tradeoffs the same as, or different from, the practice of combining the best parts of different solutions

Engineering
2 answers:
mezya [45]2 years ago
5 0

Answer:

Explanation:

Using a process of informed decision-making, the designer or design team compares different solutions to the requirements of the problem and either chooses

sineoko [7]2 years ago
4 0

Answer:The engineering design process usually begins by stating a need or want as a clearly defined challenge in the form of a statement with criteria and constraints. For example, a group of engineers might be given the task of designing, for example, a cell phone with a particular set of features, of a particular size and weight, with a certain minimum battery life, and that is able to be manufactured at a particular cost. Criteria are characteristics of a successful solution, such as the desired function or a particular level of efficiency. Constraints are limitations on the design, such as available funds, resources, or time. Together, the criteria and constraints are referred to as the requirements for a successful solution.

Once the challenge is defined, the next steps are often to investigate relevant scientific and technical information and the way that similar challenges have been solved in the past and then to generate various possible solutions. This generation of potential solutions is the most creative part of the design process and is often aided by sketching and discussion. Using a process of informed decision-making, the designer or design team compares different solutions to the requirements of the problem and either chooses the most promising solution or synthesizes several ideas into an even more promising potential solution. The next step is usually to try out the solution by constructing a model, prototype (first of its kind), or simulation and then testing it to see how well it meets the criteria and falls within the constraints. An additional characteristic of engineering design is that ideas are tested before investing too much time, money, or effort

hope it helped

You might be interested in
Two balanced Y-connected loads in parallel, one drawing 15kW at 0.6 power factor lagging and the other drawing 10kVA at 0.8 powe
NemiM [27]

Answer:

(a) attached below

(b) pf_{C}=0.85 lagging

(c) I_{C} =32.37 A

(d) X_{C} =49.37 Ω

(e) I_{cap} =9.72 A and I_{line} =27.66 A

Explanation:

Given data:

P_{1}=15 kW

S_{2} =10 kVA

pf_{1} =0.6 lagging

pf_{2}=0.8 leading

V=480 Volts

(a) Draw the power triangle for each load and for the combined load.

\alpha_{1}=cos^{-1} (0.6)=53.13°

\alpha_{2}=cos^{-1} (0.8)=36.86°

S_{1}=P_{1} /pf_{1} =15/0.6=25 kVA

Q_{1}=P_{1} tan(\alpha_{1} )=15*tan(53.13)=19.99 ≅ 20kVAR

P_{2} =S_{2}*pf_{2} =10*0.8=8 kW

Q_{2} =P_{2} tan(\alpha_{2} )=8*tan(-36.86)=-5.99 ≅ -6 kVAR

The negative sign means that the load 2 is providing reactive power rather than consuming  

Then the combined load will be

P_{c} =P_{1} +P_{2} =15+8=23 kW

Q_{c} =Q_{1} +Q_{2} =20-6=14 kVAR

(b) Determine the power factor of the combined load and state whether lagging or leading.

S_{c} =P_{c} +jQ_{c} =23+14j

or in the polar form

S_{c} =26.92°

pf_{C}=cos(31.32) =0.85 lagging

The relationship between Apparent power S and Current I is

S=VI^{*}

Since there is conjugate of current I therefore, the angle will become negative and hence power factor will be lagging.

(c) Determine the magnitude of the line current from the source.

Current of the combined load can be found by

I_{C} =S_{C}/\sqrt{3}*V

I_{C} =26.92*10^3/\sqrt{3}*480=32.37 A

(d) Δ-connected capacitors are now installed in parallel with the combined load. What value of capacitive reactance is needed in each leg of the A to make the source power factor unity?Give your answer in Ω

Q_{C} =3*V^2/X_{C}

X_{C} =3*V^2/Q_{C}

X_{C} =3*(480)^2/14*10^3 Ω

(e) Compute the magnitude of the current in each capacitor and the line current from the source.

Current flowing in the capacitor is  

I_{cap} =V/X_{C} =480/49.37=9.72 A

Line current flowing from the source is

I_{line} =P_{C} /3*V=23*10^3/3*480=27.66 A

8 0
3 years ago
What is the activation energy (Q) for a vacancy formation if 10 moles of a metal have 2.3 X 10^13 vacancies at 425°C?
Yakvenalex [24]

Answer:

Activation\ Energy=2.5\times 10^{-19}\ J

Explanation:

Using the expression shown below as:

N_v=N\times e^{-\frac {Q_v}{k\times T}

Where,

N_v is the number of vacancies

N is the number of defective sites

k is Boltzmann's constant = 1.38\times 10^{-23}\ J/K

{Q_v} is the activation energy

T is the temperature

Given that:

N_v=2.3\times 10^{13}

N = 10 moles

1 mole = 6.023\times 10^{23}

So,

N = 10\times 6.023\times 10^{23}=6.023\times 10^{24}

Temperature = 425°C

The conversion of T( °C) to T(K) is shown below:

T(K) = T( °C) + 273.15  

So,  

T = (425 + 273.15) K = 698.15 K  

T = 698.15 K

Applying the values as:

2.3\times 10^{13}=6.023\times 10^{24}\times e^{-\frac {Q_v}{1.38\times 10^{-23}\times 698.15}

ln[\frac {2.3}{6.023}\times 10^{-11}]=-\frac {Q_v}{1.38\times 10^{-23}\times 698.15}

Q_v=2.5\times 10^{-19}\ J

4 0
3 years ago
Write the following decorators and apply them to a single function (applying multiple decorators to a single function): 1. The f
natita [175]

Answer:

Complete question is:

write the following decorators and apply them to a single function (applying multiple decorators to a single function):

1. The first decorator is called strong and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <strong> and </strong> to the argument of the decorator. The return value of the wrapper should look like: return “<strong>” + func() + “</strong>”

2. The decorator will return the wrapper per usual.

3. The second decorator is called emphasis and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <em> and </em> to the argument of the decorator similar to step 1. The return value of the wrapper should look like: return “<em>” + func() + “</em>.

4. Use the greetings() function in problem 1 as the decorated function that simply prints “Hello”.

5. Apply both decorators (by @ operator to greetings()).

6. Invoke the greetings() function and capture the result.

Code :

def strong_decorator(func):

def func_wrapper(name):

return "<strong>{0}</strong>".format(func(name))

return func_wrapper

def em_decorator(func):

def func_wrapper(name):

return "<em>{0}</em>".format(func(name))

return func_wrapper

@strong_decorator

@em_decorator

def Greetings(name):

return "{0}".format(name)

print(Greetings("Hello"))

Explanation:

5 0
3 years ago
Please follow meee ​
vitfil [10]

Answer:

wheeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

3 0
2 years ago
Proper ventilation is required when welding, so that you don't ____________.
galben [10]
I say the answers is A but if you mean ventilation in the area of the room then answer B
4 0
3 years ago
Read 2 more answers
Other questions:
  • A steam pipe passes through a chemical plant, where wind passes in cross-flow over the outside of the pipe. The steam is saturat
    13·1 answer
  • Assume that price is an integer variable whose value is the price (in US currency) in cents of an item. Assuming the item is pai
    11·1 answer
  • A wastewater treatment plant has two primary clarifiers, each 20m in diameter with a 2-m side-water depth. the effluent weirs ar
    8·1 answer
  • A spherical seed of 1 cm diameter is buried at a depth of 1 cm inside soil (thermal conductivity of 1 Wm-1K-1) in a sufficiently
    14·1 answer
  • A six-lane multilane highway (three lanes in each direction) has a peak-hour factor of 0.90, 11-ft lanes with a 4-ft right-side
    11·1 answer
  • We need to design a logic circuit for interchanging two logic signals. The system has three inputs I1I1, I2I2, and SS as well as
    11·1 answer
  • Oil (SAE 30) at 15.6 oC flows steadily between fixed, horizontal, parallel plates. The pressure drop per unit length along the c
    6·1 answer
  • Consider a steady-state experiment in which the observed current due to reduction of Ox to R is 85 mA/cm2. What is the concentra
    12·1 answer
  • Given two alphabet strings str1 and str2. You can change the characters in str1 to any alphabet characters in order to transform
    8·1 answer
  • Determine (with justification) whether the following systems are (i) memoryless, (ii) causal, (iii) invertible, (iv) stable, and
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!