Engineering function in word

To get detailed information about a function, click its name in the first column.

Note: Version markers indicate the version of Excel a function was introduced. These functions aren’t available in earlier versions. For example, a version marker of 2013 indicates that this function is available in Excel 2013 and all later versions.

Function

Description

BESSELI function

Returns the modified Bessel function In(x)

BESSELJ function

Returns the Bessel function Jn(x)

BESSELK function

Returns the modified Bessel function Kn(x)

BESSELY function

Returns the Bessel function Yn(x)

BIN2DEC function

Converts a binary number to decimal

BIN2HEX function

Converts a binary number to hexadecimal

BIN2OCT function

Converts a binary number to octal

BITAND function

Excel 2013

Returns a bitwise ‘And’ of two numbers

BITLSHIFT function

Excel 2013

Returns a number shifted left by shift_amount bits

BITOR function

Excel 2013

Returns a bitwise ‘Or’ of two numbers

BITRSHIFT function

Excel 2013

Returns a number shifted right by shift_amount bits

BITXOR function

Excel 2013

Returns a bitwise ‘Exclusive Or’ of two numbers

COMPLEX function

Converts real and imaginary coefficients into a complex number

CONVERT function

Converts a number from one measurement system to another

DEC2BIN function

Converts a decimal number to binary

DEC2HEX function

Converts a decimal number to hexadecimal

DEC2OCT function

Converts a decimal number to octal

DELTA function

Tests whether two values are equal

ERF function

Returns the error function

ERF.PRECISE function

Excel 2010

Returns the error function

ERFC function

Returns the complementary error function

ERFC.PRECISE function

Excel 2010

Returns the complementary ERF function integrated between x and infinity

GESTEP function

Tests whether a number is greater than a threshold value

HEX2BIN function

Converts a hexadecimal number to binary

HEX2DEC function

Converts a hexadecimal number to decimal

HEX2OCT function

Converts a hexadecimal number to octal

IMABS function

Returns the absolute value (modulus) of a complex number

IMAGINARY function

Returns the imaginary coefficient of a complex number

IMARGUMENT function

Returns the argument theta, an angle expressed in radians

IMCONJUGATE function

Returns the complex conjugate of a complex number

IMCOS function

Returns the cosine of a complex number

IMCOSH function

Excel 2013

Returns the hyperbolic cosine of a complex number

IMCOT function

Excel 2013

Returns the cotangent of a complex number

IMCSC function

Excel 2013

Returns the cosecant of a complex number

IMCSCH function

Excel 2013

Returns the hyperbolic cosecant of a complex number

IMDIV function

Returns the quotient of two complex numbers

IMEXP function

Returns the exponential of a complex number

IMLN function

Returns the natural logarithm of a complex number

IMLOG10 function

Returns the base-10 logarithm of a complex number

IMLOG2 function

Returns the base-2 logarithm of a complex number

IMPOWER function

Returns a complex number raised to an integer power

IMPRODUCT function

Returns the product of from 2 to 255 complex numbers

IMREAL function

Returns the real coefficient of a complex number

IMSEC function

Excel 2013

Returns the secant of a complex number

IMSECH function

Excel 2013

Returns the hyperbolic secant of a complex number

IMSIN function

Returns the sine of a complex number

IMSINH function

Excel 2013

Returns the hyperbolic sine of a complex number

IMSQRT function

Returns the square root of a complex number

IMSUB function

Returns the difference between two complex numbers

IMSUM function

Returns the sum of complex numbers

IMTAN function

Excel 2013

Returns the tangent of a complex number

OCT2BIN function

Converts an octal number to binary

OCT2DEC function

Converts an octal number to decimal

OCT2HEX function

Converts an octal number to hexadecimal

Important: The calculated results of formulas and some Excel worksheet functions may differ slightly between a Windows PC using x86 or x86-64 architecture and a Windows RT PC using ARM architecture. Learn more about the differences.

How do you abbreviate engineering? There are a few common ways to abbreviate engineering.

They are,

  • Engr.
  • Eng.
  • Engrg.

For example,

  • Engr. Manager

The most common of these three abbreviations is probably engr. The abbreviation eng. is probably best to avoid because it can be confused with English.

When to Use This Abbreviation

This abbreviation is usually found in office-wide titles for employees, industry wide and inter-departmental use on form or reports, and file folder titles. You might abbreviate the word engineering to engr. on a business card or a nameplate. It is also common to see such abbreviations in headlines or newspaper titles where space is a concern.

Outside of professional titles or headlines, the word is not abbreviated in general prose.

What Does Engineering Mean?

definition of engrDefinition of Engineering: Engineering is defined as the work of designing and creating large structures (such as roads and bridges) or new products or systems by using scientific methods. Also, the control or direction of something (such as behavior).

For example,

  • Thanks to Tom’s engineering, we modified the engine and won the race!
  • This Tiny House model is smart engineering.

The word engineering functions as a noun in the sentence.

Outside Examples of Engineering

  • abbreviation of engineering abbreviationA lot is going to be in engineering, where we can develop a new helmet where we can protect against injury. –Minneapolis Star Tribune
  • Global engineering firm AECOM unveiled the plan on Tuesday, which also includes an ambitious proposal to extend the 1 train from lower Manhattan via a new tunnel to the mass transit-starved neighborhood. –New York Post

There are three common abbreviations of engineering. They are engr., eng., and engrg. The most common of these three abbreviations is engr.

Contents

  • 1 When to Use This Abbreviation
  • 2 What Does Engineering Mean?
  • 3 Outside Examples of Engineering
  • 4 Summary: Engineering Abbreviation

Category: Engineering Functions

Excel Engineering Functions perform the most commonly used engineering calculations, many of which relate to Bessel Functions, Complex Numbers or converting between different bases

IMAGINARY function: Description, Usage, Syntax, Examples and Explanation

by

What is IMAGINARY function in Excel? IMAGINARY function is one of Engineering functions in Microsoft Excel that returns the imaginary coefficient of a complex number in x + yi or x + yj text format. Syntax of IMAGINARY function IMAGINARY(inumber) The IMAGINARY function syntax has the following arguments: Inumber: A complex number for which you want …

IMSQRT function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSQRT function in Excel? IMSQRT function is one of Engineering functions in Microsoft Excel that returns the square root of a complex number in x + yi or x + yj text format. Syntax of IMSQRT function IMSQRT(inumber) The IMSQRT function syntax has the following arguments: Inumber:  A complex number for which you want the …

IMABS function: Description, Usage, Syntax, Examples and Explanation

by

What is IMABS function in Excel? IMABS function is one of Engineering functions in Microsoft Excel that returns the absolute value (modulus) of a complex number in x + yi or x + yj text format. Syntax of IMABS function IMABS(inumber) The IMABS function syntax has the following arguments: Inumber: A complex number for which you …

IMREAL function: Description, Usage, Syntax, Examples and Explanation

by

What is IMREAL function in Excel? IMREAL function is one of Engineering functions in Microsoft Excel that returns the real coefficient of a complex number in x + yi or x + yj text format. Syntax of IMREAL function IMREAL(inumber) The IMREAL function syntax has the following arguments: Inumber:  A complex number for which you want …

HEX2OCT function: Description, Usage, Syntax, Examples and Explanation

by

What is HEX2OCT function in Excel? HEX2OCT function is one of Engineering functions in Microsoft Excel that converts a hexadecimal number to octal. Syntax of HEX2OCT function HEX2OCT(number, [places]) The HEX2OCT function syntax has the following arguments: Number: The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of …

IMPRODUCT function: Description, Usage, Syntax, Examples and Explanation

by

What is IMPRODUCT function in Excel? IMPRODUCT function is one of Engineering functions in Microsoft Excel that returns the product of 1 to 255 complex numbers in x + yi or x + yj text format. Syntax of IMPRODUCT function IMPRODUCT(inumber1, [inumber2], …) The IMPRODUCT function syntax has the following arguments: Inumber1, [inumber2], …     Inumber1 is …

HEX2DEC function: Description, Usage, Syntax, Examples and Explanation

by

What is HEX2DEC function in Excel? HEX2DEC function is one of Engineering functions in Microsoft Excel that converts a hexadecimal number to decimal. Syntax of HEX2DEC function HEX2DEC(number) The HEX2DEC function syntax has the following arguments: Number: The hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit …

IMPOWER function: Description, Usage, Syntax, Examples and Explanation

by

What is IMPOWER function in Excel? IMPOWER function is one of Engineering functions in Microsoft Excel that returns a complex number in x + yi or x + yj text format raised to a power. Syntax of IMPOWER function IMPOWER(inumber, number) The IMPOWER function syntax has the following arguments: Inumber: A complex number you want to raise to a …

ERFC function: Description, Usage, Syntax, Examples and Explanation

by

What is ERFC function in Excel? ERFC function is one of Engineering functions in Microsoft Excel that returns the complementary ERF function integrated between x and infinity. Syntax of ERFC function ERFC(x) The ERFC function syntax has the following arguments: X: The lower bound for integrating ERFC. ERFC formula explanation If x is nonnumeric, ERFC returns the …

IMLOG2 function: Description, Usage, Syntax, Examples and Explanation

by

What is IMLOG2 function in Excel? IMLOG2 function is one of Engineering functions in Microsoft Excel that returns the base-2 logarithm of a complex number in x + yi or x + yj text format. Syntax of IMLOG2 function IMLOG2(inumber) The IMLOG2 function syntax has the following arguments: Inumber:  A complex number for which you want the …

ERF.PRECISE function: Description, Usage, Syntax, Examples and Explanation

by

What is ERF.PRECISE function in Excel? IMCOT function is one of Engineering functions in Microsoft Excel that returns the error function. Syntax of ERF.PRECISE function ERF.PRECISE(x) The ERF.PRECISE function syntax has the following argument: X:  The lower bound for integrating ERF.PRECISE. ERF.PRECISE formula expalantion If lower_limit is nonnumeric, ERF.PRECISE returns the #VALUE! error value. Example of ERF.PRECISE function …

IMLOG10 function: Description, Usage, Syntax, Examples and Explanation

by

What is IMLOG10 function in Excel? IMLOG10 function is one of Engineering functions in Microsoft Excel that returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format. Syntax of IMLOG10 function IMLOG10(inumber) The IMLOG10 function syntax has the following arguments: Inumber:  A complex number for which you …

ERF function: Description, Usage, Syntax, Examples and Explanation

by

What is ERF function in Excel? ERF function is one of Engineering functions in Microsoft Excel that returns the error function integrated between lower_limit and upper_limit. Syntax of ERF function ERF(lower_limit,[upper_limit]) The ERF function syntax has the following arguments: Lower_limit: The lower bound for integrating ERF. Upper_limit(Optional): The upper bound for integrating ERF. If omitted, ERF integrates …

IMLN function: Description, Usage, Syntax, Examples and Explanation

by

What is IMLN function in Excel? IMLN function is one of Engineering functions in Microsoft Excel that returns the natural logarithm of a complex number in x + yi or x + yj text format. Syntax of IMLN function IMLN(inumber) The IMLN function syntax has the following arguments: Inumber: A complex number for which you want the …

OCT2HEX function: Description, Usage, Syntax, Examples and Explanation

by

What is OCT2HEX function in Excel? OCT2HEX function is one of Engineering functions in Microsoft Excel that converts an octal number to hexadecimal. Syntax of OCT2HEX function OCT2HEX(number, [places]) The OCT2HEX function syntax has the following arguments: Number: The octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The …

OCT2DEC function: Description, Usage, Syntax, Examples and Explanation

by

What is OCT2DEC function in Excel? OCT2DEC function is one of Engineering functions in Microsoft Excel that converts an octal number to decimal. Syntax of OCT2DEC function OCT2DEC(number) The OCT2DEC function syntax has the following arguments: Number: The octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant …

OCT2BIN function: Description, Usage, Syntax, Examples and Explanation

by

What is OCT2BIN function in Excel? OCT2BIN function is one of Engineering functions in Microsoft Excel that converts an octal number to binary. Syntax of OCT2BIN function OCT2BIN(number, [places]) The OCT2BIN function syntax has the following arguments: Number:  The octal number you want to convert. Number may not contain more than 10 characters. The most significant bit …

IMTAN function: Description, Usage, Syntax, Examples and Explanation

by

What is IMTAN function in Excel? IMTAN function is one of Engineering functions in Microsoft Excel that returns the tangent of a complex number in x+yi or x+yj text format. Syntax of IMTAN function IMTAN(inumber) The IMTAN function syntax has the following arguments. Inumber:  A complex number for which you want the tangent. IMTAN formula explanation …

DELTA function: Description, Usage, Syntax, Examples and Explanation

by

What is DELTA function in Excel? DELTA function is one of Engineering functions in Microsoft Excel that tests whether two values are equal. Returns 1 if number1 = number2; returns 0 otherwise. Use this function to filter a set of values. For example, by summing several DELTA functions you calculate the count of equal pairs. …

IMSUM function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSUM function in Excel? IMSUM function is one of Engineering functions in Microsoft Excel that returns the sum of two or more complex numbers in x + yi or x + yj text format. Syntax of IMSUM function IMSUM(inumber1, [inumber2], …) The IMSUM function syntax has the following arguments: Inumber1, [inumber2], …    Inumber1 is required, …

IMCOSH function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCOSH function in Excel? IMCOSH function is one of Engineering functions in Microsoft Excel that returns the hyperbolic cosine of a complex number in x+yi or x+yj text format. Syntax of IMCOSH function IMCOSH(inumber) The IMCOSH function syntax has the following arguments. Inumber: A complex number for which you want the hyperbolic cosine. IMCOSH …

IMSUB function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSUB function in Excel?IMSUB function is one of Engineering functions in Microsoft Excel that returns the difference of two complex numbers in x + yi or x + yj text format. Syntax of IMSUB function IMSUB(inumber1, inumber2) The IMSUB function syntax has the following arguments: Inumber1: The complex number from which to subtract inumber2. Inumber2: The …

IMCOS function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCOS function in Excel? IMCOS function is one of Engineering functions in Microsoft Excel that returns the cosine of a complex number in x + yi or x + yj text format. Syntax of IMCOS function IMCOS(inumber) The IMCOS function syntax has the following arguments: Inumber: A complex number for which you want the …

IMSINH function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSINH function in Excel?IMSINH function is one of Engineering functions in Microsoft Excel that returns the hyperbolic sine of a complex number in x+yi or x+yj text format. Syntax of IMSINH function IMSINH(inumber) The IMSINH function syntax has the following arguments. Inumber:  A complex number for which you want the hyperbolic sine. IMSINH formula explanation …

IMCONJUGATE function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCONJUGATE function in Excel? IMCONJUGATE function is one of Engineering functions in Microsoft Excel that returns the complex conjugate of a complex number in x + yi or x + yj text format. Syntax of IMCONJUGATE function IMCONJUGATE(inumber) The IMCONJUGATE function syntax has the following arguments: Inumber: A complex number for which you want …

IMSIN function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSIN function in Excel? IMSIN function is one of Engineering functions in Microsoft Excel that returns the sine of a complex number in x + yi or x + yj text format. Syntax of IMSIN function IMSIN(inumber) The IMSIN function syntax has the following arguments: Inumber: A complex number for which you want the sine. …

IMARGUMENT function: Description, Usage, Syntax, Examples and Explanation

by

What is IMARGUMENT function in Excel? IMARGUMENT function is one of Engineering functions in Microsoft Excel that returns the argument  (theta), an angle expressed in radians, such that: Syntax of IMARGUMENT function IMARGUMENT(inumber) The IMARGUMENT function syntax has the following arguments: Inumber: A complex number for which you want the argument  . IMARGUMENT formula explanation Use COMPLEX to …

IMSECH function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSECH function in Excel? IMSECH function is one of Engineering functions in Microsoft Excel that returns the hyperbolic secant of a complex number in x+yi or x+yj text format. Syntax of IMSECH function IMSECH(inumber) The IMSECH function syntax has the following arguments. Inumber: A complex number for which you want the hyperbolic secant. IMSECH formula …

BESSELK function: Description, Usage, Syntax, Examples and Explanation

by

What is BESSELK function in Excel? BESSELK function is one of Engineering functions in Microsoft Excel that returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments. Syntax of BESSELK function BESSELK(X, N) The BESSELK function syntax has the following arguments: X: The value at which to evaluate the …

BESSELJ function: Description, Usage, Syntax, Examples and Explanation

by

What is BESSELJ function in Excel? BESSELJ function is one of Engineering functions in Microsoft Excel that returns the Bessel function. Syntax of BESSELJ function BESSELJ(X, N) The BESSELJ function syntax has the following arguments: X: The value at which to evaluate the function. N: The order of the Bessel function. If n is not an …

BESSELI function: Description, Usage, Syntax, Examples and Explanation

by

What is BESSELI function in Excel? BESSELI function is one of Engineering functions in Microsoft Excel that returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments. Syntax of BESSELI function BESSELI(X, N) The BESSELI function syntax has the following arguments: X: The value at which to evaluate the …

HEX2BIN function: Description, Usage, Syntax, Examples and Explanation

by

What is HEX2BIN function in Excel? HEX2BIN function is one of Engineering functions in Microsoft Excel that converts a hexadecimal number to binary. Syntax of HEX2BIN function HEX2BIN(number, [places]) The HEX2BIN function syntax has the following arguments: Number    Required. The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit …

GESTEP function: Description, Usage, Syntax, Examples and Explanation

by

What is GESTEP function in Excel? GESTEP function is one of Engineering functions in Microsoft Excel that returns 1 if number ≥ step; returns 0 (zero) otherwise. Use this function to filter a set of values. For example, by summing several GESTEP functions you calculate the count of values that exceed a threshold. Syntax of GESTEP …

ERFC.PRECISE function: Description, Usage, Syntax, Examples and Explanation

by

What is ERFC.PRECISE function in Excel? ERFC.PRECISE function is one of Engineering functions in Microsoft Excel that returns the complementary ERF function integrated between x and infinity. Syntax of ERFC.PRECISE function ERFC.PRECISE(x) The ERFC.PRECISE function syntax has the following arguments: X: The lower bound for integrating ERFC.PRECISE. ERFC.PRECISE formula explanation If x is nonnumeric, ERFC.PRECISE returns the …

DEC2OCT function: Description, Usage, Syntax, Examples and Explanation

by

What is DEC2OCT function in Excel? DEC2OCT function is one of Engineering functions in Microsoft Excel that converts a decimal number to octal. Syntax of DEC2OCT function DEC2OCT(number, [places]) The DEC2OCT function syntax has the following arguments: Number: The decimal integer you want to convert. If number is negative, places is ignored and DEC2OCT returns a …

CONVERT function: Description, Usage, Syntax, Examples and Explanation

by

What is CONVERT function in Excel? CONVERT function is one of Engineering functions in Microsoft Excel that converts a number from one measurement system to another. For example, CONVERT can translate a table of distances in miles to a table of distances in kilometers. Syntax of CONVERT function CONVERT(number,from_unit,to_unit) Number     is the value in from_units to …

DEC2HEX function: Description, Usage, Syntax, Examples and Explanation

by

What is DEC2HEX function in Excel? DEC2HEX function is one of Engineering functions in Microsoft Excel that converts a decimal number to hexadecimal. Syntax of DEC2HEX function DEC2HEX(number, [places]) The DEC2HEX function syntax has the following arguments: Number:  The decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a …

IMEXP function: Description, Usage, Syntax, Examples and Explanation

by

What is IMEXP function in Excel? IMEXP function is one of Engineering functions in Microsoft Excel that returns the exponential of a complex number in x + yi or x + yj text format. Syntax of IMEXP function IMEXP(inumber) The IMEXP function syntax has the following arguments: Inumber: A complex number for which you want the exponential. …

COMPLEX function: Description, Usage, Syntax, Examples and Explanation

by

What is COMPLEX function in Excel? COMPLEX function is one of Engineering functions in Microsoft Excel that converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. Syntax of COMPLEX function COMPLEX(real_num, i_num, [suffix]) The COMPLEX function syntax has the following arguments: Real_num: The real coefficient of the …

BITXOR function: Description, Usage, Syntax, Examples and Explanation

by

What is BITXOR function in Excel? BITXOR function is one of Engineering functions in Microsoft Excel that returns a bitwise ‘XOR’ of two numbers. Syntax of BITXOR function BITXOR(number1, number2) The BITXOR function syntax has the following arguments. Number1: Must be greater than or equal to 0. Number2: Must be greater than or equal to 0. BITXOR …

Engineering is the use of scientific principles to design and build machines, structures, and other items, including bridges, tunnels, roads, vehicles, and buildings.[1] The discipline of engineering encompasses a broad range of more specialized fields of engineering, each with a more specific emphasis on particular areas of applied mathematics, applied science, and types of application. See glossary of engineering.

The term engineering is derived from the Latin ingenium, meaning «cleverness» and ingeniare, meaning «to contrive, devise».[2]

Definition

The American Engineers’ Council for Professional Development (ECPD, the predecessor of ABET)[3] has defined «engineering» as:

The creative application of scientific principles to design or develop structures, machines, apparatus, or manufacturing processes, or works utilizing them singly or in combination; or to construct or operate the same with full cognizance of their design; or to forecast their behavior under specific operating conditions; all as respects an intended function, economics of operation and safety to life and property.[4][5]

History

Engineering has existed since ancient times, when humans devised inventions such as the wedge, lever, wheel and pulley, etc.

The term engineering is derived from the word engineer, which itself dates back to the 14th century when an engine’er (literally, one who builds or operates a siege engine) referred to «a constructor of military engines.»[6] In this context, now obsolete, an «engine» referred to a military machine, i.e., a mechanical contraption used in war (for example, a catapult). Notable examples of the obsolete usage which have survived to the present day are military engineering corps, e.g., the U.S. Army Corps of Engineers.

The word «engine» itself is of even older origin, ultimately deriving from the Latin ingenium (c. 1250), meaning «innate quality, especially mental power, hence a clever invention.»[7]

Later, as the design of civilian structures, such as bridges and buildings, matured as a technical discipline, the term civil engineering[5] entered the lexicon as a way to distinguish between those specializing in the construction of such non-military projects and those involved in the discipline of military engineering.

Ancient era

The Ancient Romans built aqueducts to bring a steady supply of clean and fresh water to cities and towns in the empire.

The pyramids in ancient Egypt, ziggurats of Mesopotamia, the Acropolis and Parthenon in Greece, the Roman aqueducts, Via Appia and Colosseum, Teotihuacán, and the Brihadeeswarar Temple of Thanjavur, among many others, stand as a testament to the ingenuity and skill of ancient civil and military engineers. Other monuments, no longer standing, such as the Hanging Gardens of Babylon and the Pharos of Alexandria, were important engineering achievements of their time and were considered among the Seven Wonders of the Ancient World.

The six classic simple machines were known in the ancient Near East. The wedge and the inclined plane (ramp) were known since prehistoric times.[8] The wheel, along with the wheel and axle mechanism, was invented in Mesopotamia (modern Iraq) during the 5th millennium BC.[9] The lever mechanism first appeared around 5,000 years ago in the Near East, where it was used in a simple balance scale,[10] and to move large objects in ancient Egyptian technology.[11] The lever was also used in the shadoof water-lifting device, the first crane machine, which appeared in Mesopotamia circa 3000 BC,[10] and then in ancient Egyptian technology circa 2000 BC.[12] The earliest evidence of pulleys date back to Mesopotamia in the early 2nd millennium BC,[13] and ancient Egypt during the Twelfth Dynasty (1991-1802 BC).[14] The screw, the last of the simple machines to be invented,[15] first appeared in Mesopotamia during the Neo-Assyrian period (911-609) BC.[13] The Egyptian pyramids were built using three of the six simple machines, the inclined plane, the wedge, and the lever, to create structures like the Great Pyramid of Giza.[16]

The earliest civil engineer known by name is Imhotep.[5] As one of the officials of the Pharaoh, Djosèr, he probably designed and supervised the construction of the Pyramid of Djoser (the Step Pyramid) at Saqqara in Egypt around 2630–2611 BC.[17] The earliest practical water-powered machines, the water wheel and watermill, first appeared in the Persian Empire, in what are now Iraq and Iran, by the early 4th century BC.[18]

Kush developed the Sakia during the 4th century BC, which relied on animal power instead of human energy.[19]Hafirs were developed as a type of reservoir in Kush to store and contain water as well as boost irrigation.[20] Sappers were employed to build causeways during military campaigns.[21] Kushite ancestors built speos during the Bronze Age between 3700 and 3250 BC.[22]Bloomeries and blast furnaces were also created during the 7th centuries BC in Kush.[23][24][25][26]

Ancient Greece developed machines in both civilian and military domains. The Antikythera mechanism, an early known mechanical analog computer,[27][28] and the mechanical inventions of Archimedes, are examples of Greek mechanical engineering. Some of Archimedes’ inventions as well as the Antikythera mechanism required sophisticated knowledge of differential gearing or epicyclic gearing, two key principles in machine theory that helped design the gear trains of the Industrial Revolution, and are still widely used today in diverse fields such as robotics and automotive engineering.[29]

Ancient Chinese, Greek, Roman and Hunnic armies employed military machines and inventions such as artillery which was developed by the Greeks around the 4th century BC,[30] the trireme, the ballista and the catapult. In the Middle Ages, the trebuchet was developed.

Middle Ages

The earliest practical wind-powered machines, the windmill and wind pump, first appeared in the Muslim world during the Islamic Golden Age, in what are now Iran, Afghanistan, and Pakistan, by the 9th century AD.[31][32][33][34] The earliest practical steam-powered machine was a steam jack driven by a steam turbine, described in 1551 by Taqi al-Din Muhammad ibn Ma’ruf in Ottoman Egypt.[35][36]

The cotton gin was invented in India by the 6th century AD,[37] and the spinning wheel was invented in the Islamic world by the early 11th century,[38] both of which were fundamental to the growth of the cotton industry. The spinning wheel was also a precursor to the spinning jenny, which was a key development during the early Industrial Revolution in the 18th century.[39]

The earliest programmable machines were developed in the Muslim world. A music sequencer, a programmable musical instrument, was the earliest type of programmable machine. The first music sequencer was an automated flute player invented by the Banu Musa brothers, described in their Book of Ingenious Devices, in the 9th century.[40][41] In 1206, Al-Jazari invented programmable automata/robots. He described four automaton musicians, including drummers operated by a programmable drum machine, where they could be made to play different rhythms and different drum patterns.[42] The castle clock, a hydropowered mechanical astronomical clock invented by Al-Jazari, was the first programmable analog computer.[43][44][45]

A water-powered mine hoist used for raising ore, ca. 1556

Before the development of modern engineering, mathematics was used by artisans and craftsmen, such as millwrights, clockmakers, instrument makers and surveyors. Aside from these professions, universities were not believed to have had much practical significance to technology.[46]: 32 

A standard reference for the state of mechanical arts during the Renaissance is given in the mining engineering treatise De re metallica (1556), which also contains sections on geology, mining, and chemistry. De re metallica was the standard chemistry reference for the next 180 years.[46]

Modern era

The application of the steam engine allowed coke to be substituted for charcoal in iron making, lowering the cost of iron, which provided engineers with a new material for building bridges. This bridge was made of cast iron, which was soon displaced by less brittle wrought iron as a structural material

The science of classical mechanics, sometimes called Newtonian mechanics, formed the scientific basis of much of modern engineering.[46] With the rise of engineering as a profession in the 18th century, the term became more narrowly applied to fields in which mathematics and science were applied to these ends. Similarly, in addition to military and civil engineering, the fields then known as the mechanic arts became incorporated into engineering.

Canal building was an important engineering work during the early phases of the Industrial Revolution.[47]

John Smeaton was the first self-proclaimed civil engineer and is often regarded as the «father» of civil engineering. He was an English civil engineer responsible for the design of bridges, canals, harbors, and lighthouses. He was also a capable mechanical engineer and an eminent physicist. Using a model water wheel, Smeaton conducted experiments for seven years, determining ways to increase efficiency.[48]: 127  Smeaton introduced iron axles and gears to water wheels.[46]: 69  Smeaton also made mechanical improvements to the Newcomen steam engine. Smeaton designed the third Eddystone Lighthouse (1755–59) where he pioneered the use of ‘hydraulic lime’ (a form of mortar which will set under water) and developed a technique involving dovetailed blocks of granite in the building of the lighthouse. He is important in the history, rediscovery of, and development of modern cement, because he identified the compositional requirements needed to obtain «hydraulicity» in lime; work which led ultimately to the invention of Portland cement.

Applied science lead to the development of the steam engine. The sequence of events began with the invention of the barometer and the measurement of atmospheric pressure by Evangelista Torricelli in 1643, demonstration of the force of atmospheric pressure by Otto von Guericke using the Magdeburg hemispheres in 1656, laboratory experiments by Denis Papin, who built experimental model steam engines and demonstrated the use of a piston, which he published in 1707. Edward Somerset, 2nd Marquess of Worcester published a book of 100 inventions containing a method for raising waters similar to a coffee percolator. Samuel Morland, a mathematician and inventor who worked on pumps, left notes at the Vauxhall Ordinance Office on a steam pump design that Thomas Savery read. In 1698 Savery built a steam pump called «The Miner’s Friend.» It employed both vacuum and pressure.[49] Iron merchant Thomas Newcomen, who built the first commercial piston steam engine in 1712, was not known to have any scientific training.[48]: 32 

The application of steam-powered cast iron blowing cylinders for providing pressurized air for blast furnaces lead to a large increase in iron production in the late 18th century. The higher furnace temperatures made possible with steam-powered blast allowed for the use of more lime in blast furnaces, which enabled the transition from charcoal to coke.[50] These innovations lowered the cost of iron, making horse railways and iron bridges practical. The puddling process, patented by Henry Cort in 1784 produced large scale quantities of wrought iron. Hot blast, patented by James Beaumont Neilson in 1828, greatly lowered the amount of fuel needed to smelt iron. With the development of the high pressure steam engine, the power to weight ratio of steam engines made practical steamboats and locomotives possible.[51] New steel making processes, such as the Bessemer process and the open hearth furnace, ushered in an area of heavy engineering in the late 19th century.

One of the most famous engineers of the mid 19th century was Isambard Kingdom Brunel, who built railroads, dockyards and steamships.

The Industrial Revolution created a demand for machinery with metal parts, which led to the development of several machine tools. Boring cast iron cylinders with precision was not possible until John Wilkinson invented his boring machine, which is considered the first machine tool.[52] Other machine tools included the screw cutting lathe, milling machine, turret lathe and the metal planer. Precision machining techniques were developed in the first half of the 19th century. These included the use of gigs to guide the machining tool over the work and fixtures to hold the work in the proper position. Machine tools and machining techniques capable of producing interchangeable parts lead to large scale factory production by the late 19th century.[53]

The United States census of 1850 listed the occupation of «engineer» for the first time with a count of 2,000.[54] There were fewer than 50 engineering graduates in the U.S. before 1865. In 1870 there were a dozen U.S. mechanical engineering graduates, with that number increasing to 43 per year in 1875. In 1890, there were 6,000 engineers in civil, mining, mechanical and electrical.[51]

There was no chair of applied mechanism and applied mechanics at Cambridge until 1875, and no chair of engineering at Oxford until 1907. Germany established technical universities earlier.[55]

The foundations of electrical engineering in the 1800s included the experiments of Alessandro Volta, Michael Faraday, Georg Ohm and others and the invention of the electric telegraph in 1816 and the electric motor in 1872. The theoretical work of James Maxwell (see: Maxwell’s equations) and Heinrich Hertz in the late 19th century gave rise to the field of electronics. The later inventions of the vacuum tube and the transistor further accelerated the development of electronics to such an extent that electrical and electronics engineers currently outnumber their colleagues of any other engineering specialty.[5]
Chemical engineering developed in the late nineteenth century.[5] Industrial scale manufacturing demanded new materials and new processes and by 1880 the need for large scale production of chemicals was such that a new industry was created, dedicated to the development and large scale manufacturing of chemicals in new industrial plants.[5] The role of the chemical engineer was the design of these chemical plants and processes.[5]

Aeronautical engineering deals with aircraft design process design while aerospace engineering is a more modern term that expands the reach of the discipline by including spacecraft design. Its origins can be traced back to the aviation pioneers around the start of the 20th century although the work of Sir George Cayley has recently been dated as being from the last decade of the 18th century. Early knowledge of aeronautical engineering was largely empirical with some concepts and skills imported from other branches of engineering.[56]

The first PhD in engineering (technically, applied science and engineering) awarded in the United States went to Josiah Willard Gibbs at Yale University in 1863; it was also the second PhD awarded in science in the U.S.[57]

Only a decade after the successful flights by the Wright brothers, there was extensive development of aeronautical engineering through development of military aircraft that were used in World War I. Meanwhile, research to provide fundamental background science continued by combining theoretical physics with experiments.

Main branches of engineering

Engineering is a broad discipline that is often broken down into several sub-disciplines. Although an engineer will usually be trained in a specific discipline, he or she may become multi-disciplined through experience. Engineering is often characterized as having four main branches:[58][59][60] chemical engineering, civil engineering, electrical engineering, and mechanical engineering.

Chemical engineering

Chemical engineering is the application of physics, chemistry, biology, and engineering principles in order to carry out chemical processes on a commercial scale, such as the manufacture of commodity chemicals, specialty chemicals, petroleum refining, microfabrication, fermentation, and biomolecule production.

Civil engineering

Civil engineering is the design and construction of public and private works, such as infrastructure (airports, roads, railways, water supply, and treatment etc.), bridges, tunnels, dams, and buildings.[61][62] Civil engineering is traditionally broken into a number of sub-disciplines, including structural engineering, environmental engineering, and surveying. It is traditionally considered to be separate from military engineering.[63]

Electrical engineering

Electrical engineering is the design, study, and manufacture of various electrical and electronic systems, such as broadcast engineering, electrical circuits, generators, motors, electromagnetic/electromechanical devices, electronic devices, electronic circuits, optical fibers, optoelectronic devices, computer systems, telecommunications, instrumentation, control systems, and electronics.

Mechanical engineering

Mechanical engineering is the design and manufacture of physical or mechanical systems, such as power and energy systems, aerospace/aircraft products, weapon systems, transportation products, engines, compressors, powertrains, kinematic chains, vacuum technology, vibration isolation equipment, manufacturing, robotics, turbines, audio equipments, and mechatronics.

Bioengineering

Bioengineering is the engineering of biological systems for a useful purpose. Examples of bioengineering research include bacteria engineered to produce chemicals, new medical imaging technology, portable and rapid disease diagnostic devices, prosthetics, biopharmaceuticals, and tissue-engineered organs.

Interdisciplinary engineering

Interdisciplinary engineering draws from more than one of the principle branches of the practice. Historically, naval engineering and mining engineering were major branches. Other engineering fields are manufacturing engineering, acoustical engineering, corrosion engineering, instrumentation and control, aerospace, automotive, computer, electronic, information engineering, petroleum, environmental, systems, audio, software, architectural, agricultural, biosystems, biomedical,[64] geological, textile, industrial, materials,[65] and nuclear engineering.[66] These and other branches of engineering are represented in the 36 licensed member institutions of the UK Engineering Council.

New specialties sometimes combine with the traditional fields and form new branches – for example, Earth systems engineering and management involves a wide range of subject areas including engineering studies, environmental science, engineering ethics and philosophy of engineering.

Other branches of engineering

Aerospace engineering

The InSight lander with solar panels deployed in a cleanroom

Aerospace engineering covers the design, development, manufacture and operational behaviour of aircraft, satellites and rockets.

Marine engineering

Marine engineering covers the design,development,manufacture and operational behaviour of watercraft and stationary structures like oil platforms and ports.

Computer engineering

Computer engineering (CE) is a branch of engineering that integrates several fields of computer science and electronic engineering required to develop computer hardware and software. Computer engineers usually have training in electronic engineering (or electrical engineering), software design, and hardware-software integration instead of only software engineering or electronic engineering.

Geological engineering

Geological engineering is associated with anything constructed on or within the Earth. This discipline applies geological sciences and engineering principles to direct or support the work of other disciplines such as civil engineering, environmental engineering, and mining engineering. Geological engineers are involved with impact studies for facilities and operations that affect surface and subsurface environments, such as rock excavations (e.g. tunnels), building foundation consolidation, slope and fill stabilization, landslide risk assessment, groundwater monitoring, groundwater remediation, mining excavations, and natural resource exploration.

Practice

One who practices engineering is called an engineer, and those licensed to do so may have more formal designations such as Professional Engineer, Chartered Engineer, Incorporated Engineer, Ingenieur, European Engineer, or Designated Engineering Representative.

Methodology

Design of a turbine requires collaboration of engineers from many fields, as the system involves mechanical, electro-magnetic and chemical processes. The blades, rotor and stator as well as the steam cycle all need to be carefully designed and optimized.

In the engineering design process, engineers apply mathematics and sciences such as physics to find novel solutions to problems or to improve existing solutions. Engineers need proficient knowledge of relevant sciences for their design projects. As a result, many engineers continue to learn new material throughout their careers.

If multiple solutions exist, engineers weigh each design choice based on their merit and choose the solution that best matches the requirements. The task of the engineer is to identify, understand, and interpret the constraints on a design in order to yield a successful result. It is generally insufficient to build a technically successful product, rather, it must also meet further requirements.

Constraints may include available resources, physical, imaginative or technical limitations, flexibility for future modifications and additions, and other factors, such as requirements for cost, safety, marketability, productivity, and serviceability. By understanding the constraints, engineers derive specifications for the limits within which a viable object or system may be produced and operated.

Problem solving

A drawing for a steam locomotive. Engineering is applied to design, with emphasis on function and the utilization of mathematics and science.

Engineers use their knowledge of science, mathematics, logic, economics, and appropriate experience or tacit knowledge to find suitable solutions to a particular problem. Creating an appropriate mathematical model of a problem often allows them to analyze it (sometimes definitively), and to test potential solutions.[67]

More than one solution to a design problem usually exists so the different design choices have to be evaluated on their merits before the one judged most suitable is chosen. Genrich Altshuller, after gathering statistics on a large number of patents, suggested that compromises are at the heart of «low-level» engineering designs, while at a higher level the best design is one which eliminates the core contradiction causing the problem.[68]

Engineers typically attempt to predict how well their designs will perform to their specifications prior to full-scale production. They use, among other things: prototypes, scale models, simulations, destructive tests, nondestructive tests, and stress tests. Testing ensures that products will perform as expected but only in so far as the testing has been representative of use in service. For products, such as aircraft, that are used differently by different users failures and unexpected shortcomings (and necessary design changes) can be expected throughout the operational life of the product.[69]

Engineers take on the responsibility of producing designs that will perform as well as expected and, except those employed in specific areas of the arms industry, will not harm people. Engineers typically include a factor of safety in their designs to reduce the risk of unexpected failure.

The study of failed products is known as forensic engineering. It attempts to identify the cause of failure to allow a redesign of the product and so prevent a re-occurrence. Careful analysis is needed to establish the cause of failure of a product. The consequences of a failure may vary in severity from the minor cost of a machine breakdown to large loss of life in the case of accidents involving aircraft and large stationary structures like buildings and dams.[70]

Computer use

As with all modern scientific and technological endeavors, computers and software play an increasingly important role. As well as the typical business application software there are a number of computer aided applications (computer-aided technologies) specifically for engineering. Computers can be used to generate models of fundamental physical processes, which can be solved using numerical methods.

Graphic representation of a minute fraction of the WWW, demonstrating hyperlinks

One of the most widely used design tools in the profession is computer-aided design (CAD) software. It enables engineers to create 3D models, 2D drawings, and schematics of their designs. CAD together with digital mockup (DMU) and CAE software such as finite element method analysis or analytic element method allows engineers to create models of designs that can be analyzed without having to make expensive and time-consuming physical prototypes.

These allow products and components to be checked for flaws; assess fit and assembly; study ergonomics; and to analyze static and dynamic characteristics of systems such as stresses, temperatures, electromagnetic emissions, electrical currents and voltages, digital logic levels, fluid flows, and kinematics. Access and distribution of all this information is generally organized with the use of product data management software.[71]

There are also many tools to support specific engineering tasks such as computer-aided manufacturing (CAM) software to generate CNC machining instructions; manufacturing process management software for production engineering; EDA for printed circuit board (PCB) and circuit schematics for electronic engineers; MRO applications for maintenance management; and Architecture, engineering and construction (AEC) software for civil engineering.

In recent years the use of computer software to aid the development of goods has collectively come to be known as product lifecycle management (PLM).[72]

The engineering profession engages in a wide range of activities, from large collaboration at the societal level, and also smaller individual projects. Almost all engineering projects are obligated to some sort of financing agency: a company, a set of investors, or a government. The few types of engineering that are minimally constrained by such issues are pro bono engineering and open-design engineering.

By its very nature engineering has interconnections with society, culture and human behavior. Every product or construction used by modern society is influenced by engineering. The results of engineering activity influence changes to the environment, society and economies, and its application brings with it a responsibility and public safety.

Engineering projects can be subject to controversy. Examples from different engineering disciplines include the development of nuclear weapons, the Three Gorges Dam, the design and use of sport utility vehicles and the extraction of oil. In response, some western engineering companies have enacted serious corporate and social responsibility policies.

Engineering is a key driver of innovation and human development. Sub-Saharan Africa, in particular, has a very small engineering capacity which results in many African nations being unable to develop crucial infrastructure without outside aid.[citation needed] The attainment of many of the Millennium Development Goals requires the achievement of sufficient engineering capacity to develop infrastructure and sustainable technological development.[73]

All overseas development and relief NGOs make considerable use of engineers to apply solutions in disaster and development scenarios. A number of charitable organizations aim to use engineering directly for the good of mankind:

  • Engineers Without Borders
  • Engineers Against Poverty
  • Registered Engineers for Disaster Relief
  • Engineers for a Sustainable World
  • Engineering for Change
  • Engineering Ministries International[74]

Engineering companies in many established economies are facing significant challenges with regard to the number of professional engineers being trained, compared with the number retiring. This problem is very prominent in the UK where engineering has a poor image and low status.[75] There are many negative economic and political issues that this can cause, as well as ethical issues.[76] It is widely agreed that the engineering profession faces an «image crisis»,[77] rather than it being fundamentally an unattractive career. Much work is needed to avoid huge problems in the UK and other western economies. Still, the UK holds most engineering companies compared to other European countries, together with the United States.

Code of ethics

Many engineering societies have established codes of practice and codes of ethics to guide members and inform the public at large. The National Society of Professional Engineers code of ethics states:

Engineering is an important and learned profession. As members of this profession, engineers are expected to exhibit the highest standards of honesty and integrity. Engineering has a direct and vital impact on the quality of life for all people. Accordingly, the services provided by engineers require honesty, impartiality, fairness, and equity, and must be dedicated to the protection of the public health, safety, and welfare. Engineers must perform under a standard of professional behavior that requires adherence to the highest principles of ethical conduct.[78]

In Canada, many engineers wear the Iron Ring as a symbol and reminder of the obligations and ethics associated with their profession.[79]

Relationships with other disciplines

Science

Scientists study the world as it is; engineers create the world that has never been.

There exists an overlap between the sciences and engineering practice; in engineering, one applies science. Both areas of endeavor rely on accurate observation of materials and phenomena. Both use mathematics and classification criteria to analyze and communicate observations.[citation needed]

Scientists may also have to complete engineering tasks, such as designing experimental apparatus or building prototypes. Conversely, in the process of developing technology, engineers sometimes find themselves exploring new phenomena, thus becoming, for the moment, scientists or more precisely «engineering scientists».[83]

In the book What Engineers Know and How They Know It,[84] Walter Vincenti asserts that engineering research has a character different from that of scientific research. First, it often deals with areas in which the basic physics or chemistry are well understood, but the problems themselves are too complex to solve in an exact manner.

There is a «real and important» difference between engineering and physics as similar to any science field has to do with technology.[85][86] Physics is an exploratory science that seeks knowledge of principles while engineering uses knowledge for practical applications of principles. The former equates an understanding into a mathematical principle while the latter measures variables involved and creates technology.[87][88][89] For technology, physics is an auxiliary and in a way technology is considered as applied physics.[90] Though physics and engineering are interrelated, it does not mean that a physicist is trained to do an engineer’s job. A physicist would typically require additional and relevant training.[91] Physicists and engineers engage in different lines of work.[92] But PhD physicists who specialize in sectors of engineering physics and applied physics are titled as Technology officer, R&D Engineers and System Engineers.[93]

An example of this is the use of numerical approximations to the Navier–Stokes equations to describe aerodynamic flow over an aircraft, or the use of the Finite element method to calculate the stresses in complex components. Second, engineering research employs many semi-empirical methods that are foreign to pure scientific research, one example being the method of parameter variation.[citation needed]

As stated by Fung et al. in the revision to the classic engineering text Foundations of Solid Mechanics:

Engineering is quite different from science. Scientists try to understand nature. Engineers try to make things that do not exist in nature. Engineers stress innovation and invention. To embody an invention the engineer must put his idea in concrete terms, and design something that people can use. That something can be a complex system, device, a gadget, a material, a method, a computing program, an innovative experiment, a new solution to a problem, or an improvement on what already exists. Since a design has to be realistic and functional, it must have its geometry, dimensions, and characteristics data defined. In the past engineers working on new designs found that they did not have all the required information to make design decisions. Most often, they were limited by insufficient scientific knowledge. Thus they studied mathematics, physics, chemistry, biology and mechanics. Often they had to add to the sciences relevant to their profession. Thus engineering sciences were born.[94]

Although engineering solutions make use of scientific principles, engineers must also take into account safety, efficiency, economy, reliability, and constructability or ease of fabrication as well as the environment, ethical and legal considerations such as patent infringement or liability in the case of failure of the solution.[95]

Medicine and biology

The study of the human body, albeit from different directions and for different purposes, is an important common link between medicine and some engineering disciplines. Medicine aims to sustain, repair, enhance and even replace functions of the human body, if necessary, through the use of technology.

Modern medicine can replace several of the body’s functions through the use of artificial organs and can significantly alter the function of the human body through artificial devices such as, for example, brain implants and pacemakers.[96][97] The fields of bionics and medical bionics are dedicated to the study of synthetic implants pertaining to natural systems.

Conversely, some engineering disciplines view the human body as a biological machine worth studying and are dedicated to emulating many of its functions by replacing biology with technology. This has led to fields such as artificial intelligence, neural networks, fuzzy logic, and robotics. There are also substantial interdisciplinary interactions between engineering and medicine.[98][99]

Both fields provide solutions to real world problems. This often requires moving forward before phenomena are completely understood in a more rigorous scientific sense and therefore experimentation and empirical knowledge is an integral part of both.

Medicine, in part, studies the function of the human body. The human body, as a biological machine, has many functions that can be modeled using engineering methods.[100]

The heart for example functions much like a pump,[101] the skeleton is like a linked structure with levers,[102] the brain produces electrical signals etc.[103] These similarities as well as the increasing importance and application of engineering principles in medicine, led to the development of the field of biomedical engineering that uses concepts developed in both disciplines.

Newly emerging branches of science, such as systems biology, are adapting analytical tools traditionally used for engineering, such as systems modeling and computational analysis, to the description of biological systems.[100]

Art

There are connections between engineering and art, for example, architecture, landscape architecture and industrial design (even to the extent that these disciplines may sometimes be included in a university’s Faculty of Engineering).[105][106][107]

The Art Institute of Chicago, for instance, held an exhibition about the art of NASA’s aerospace design.[108] Robert Maillart’s bridge design is perceived by some to have been deliberately artistic.[109] At the University of South Florida, an engineering professor, through a grant with the National Science Foundation, has developed a course that connects art and engineering.[105][110]

Among famous historical figures, Leonardo da Vinci is a well-known Renaissance artist and engineer, and a prime example of the nexus between art and engineering.[104][111]

Business

Business Engineering deals with the relationship between professional engineering, IT systems, business administration and change management. Engineering management or «Management engineering» is a specialized field of management concerned with engineering practice or the engineering industry sector. The demand for management-focused engineers (or from the opposite perspective, managers with an understanding of engineering), has resulted in the development of specialized engineering management degrees that develop the knowledge and skills needed for these roles. During an engineering management course, students will develop industrial engineering skills, knowledge, and expertise, alongside knowledge of business administration, management techniques, and strategic thinking. Engineers specializing in change management must have in-depth knowledge of the application of industrial and organizational psychology principles and methods. Professional engineers often train as certified management consultants in the very specialized field of management consulting applied to engineering practice or the engineering sector. This work often deals with large scale complex business transformation or Business process management initiatives in aerospace and defence, automotive, oil and gas, machinery, pharmaceutical, food and beverage, electrical & electronics, power distribution & generation, utilities and transportation systems. This combination of technical engineering practice, management consulting practice, industry sector knowledge, and change management expertise enables professional engineers who are also qualified as management consultants to lead major business transformation initiatives. These initiatives are typically sponsored by C-level executives.

Other fields

In political science, the term engineering has been borrowed for the study of the subjects of social engineering and political engineering, which deal with forming political and social structures using engineering methodology coupled with political science principles. Marketing engineering and Financial engineering have similarly borrowed the term.

See also

Lists
  • List of aerospace engineering topics
  • List of basic chemical engineering topics
  • List of electrical engineering topics
  • List of engineering societies
  • List of engineering topics
  • List of engineers
  • List of genetic engineering topics
  • List of mechanical engineering topics
  • List of nanoengineering topics
  • List of software engineering topics
Glossaries
  • Glossary of areas of mathematics
  • Glossary of biology
  • Glossary of chemistry
  • Glossary of engineering
  • Glossary of physics
Related subjects
  • Controversies over the term Engineer
  • Design
  • Earthquake engineering
  • Ecotechnology
  • Engineer
  • Engineering economics
  • Engineering education
  • Engineering education research
  • Engineers Without Borders
  • Environmental engineering science
  • Environmental technology
  • Forensic engineering
  • Global Engineering Education
  • Green engineering
  • Green building
  • Industrial design
  • Infrastructure
  • Mathematics
  • Open-source hardware
  • Planned obsolescence
  • Reverse engineering
  • Science
  • Structural failure
  • Sustainable engineering
  • Technology
  • Women in engineering

References

  1. ^ definition of «engineering» from the
    https://dictionary.cambridge.org/dictionary/english/ Archived February 16, 2021, at the Wayback Machine
    Cambridge Academic Content Dictionary © Cambridge University
  2. ^ «About IAENG». iaeng.org. International Association of Engineers. Archived from the original on January 26, 2021. Retrieved December 17, 2016.
  3. ^ «Google Chrome — Download the Fast, Secure Browser from Google». Archived from the original on July 31, 2020. Retrieved September 6, 2018.
  4. ^ «Engineers’ Council for Professional Development. (1947). Canons of ethics for engineers». Archived from the original on September 29, 2007. Retrieved August 10, 2021.
  5. ^ a b c d e f g [1] Archived July 31, 2020, at the Wayback Machine (Includes Britannica article on Engineering)
  6. ^ «engineer». Oxford English Dictionary (Online ed.). Oxford University Press. (Subscription or participating institution membership required.)
  7. ^ Origin: 1250–1300; ME engin < AF, OF < L ingenium nature, innate quality, esp. mental power, hence a clever invention, equiv. to in- + -genium, equiv. to gen- begetting; Source: Random House Unabridged Dictionary, Random House, Inc. 2006.
  8. ^ Moorey, Peter Roger Stuart (1999). Ancient Mesopotamian Materials and Industries: The Archaeological Evidence. Eisenbrauns. ISBN 978-1-57506-042-2.
  9. ^ D.T. Potts (2012). A Companion to the Archaeology of the Ancient Near East. p. 285.
  10. ^ a b Paipetis, S. A.; Ceccarelli, Marco (2010). The Genius of Archimedes – 23 Centuries of Influence on Mathematics, Science and Engineering: Proceedings of an International Conference held at Syracuse, Italy, June 8–10, 2010. Springer Science & Business Media. p. 416. ISBN 978-90-481-9091-1.
  11. ^ Clarke, Somers; Engelbach, Reginald (1990). Ancient Egyptian Construction and Architecture. Courier Corporation. pp. 86–90. ISBN 978-0-486-26485-1.
  12. ^ Faiella, Graham (2006). The Technology of Mesopotamia. The Rosen Publishing Group. p. 27. ISBN 978-1-4042-0560-4. Archived from the original on January 3, 2020. Retrieved October 13, 2019.
  13. ^ a b Moorey, Peter Roger Stuart (1999). Ancient Mesopotamian Materials and Industries: The Archaeological Evidence. Eisenbrauns. p. 4. ISBN 978-1-57506-042-2.
  14. ^ Arnold, Dieter (1991). Building in Egypt: Pharaonic Stone Masonry. Oxford University Press. p. 71. ISBN 978-0-19-511374-7.
  15. ^ Woods, Michael; Mary B. Woods (2000). Ancient Machines: From Wedges to Waterwheels. USA: Twenty-First Century Books. p. 58. ISBN 0-8225-2994-7. Archived from the original on January 4, 2020. Retrieved October 13, 2019.
  16. ^ Wood, Michael (2000). Ancient Machines: From Grunts to Graffiti. Minneapolis, MN: Runestone Press. pp. 35, 36. ISBN 0-8225-2996-3.
  17. ^ Kemp, Barry J. (May 7, 2007). Ancient Egypt: Anatomy of a Civilisation. Routledge. p. 159. ISBN 978-1-134-56388-3. Archived from the original on August 1, 2020. Retrieved August 20, 2019.
  18. ^ Selin, Helaine (2013). Encyclopaedia of the History of Science, Technology, and Medicine in Non-Westen Cultures. Springer Science & Business Media. p. 282. ISBN 978-94-017-1416-7.
  19. ^ G. Mokhtar (January 1, 1981). Ancient civilizations of Africa. Unesco. International Scientific Committee for the Drafting of a General History of Africa. p. 309. ISBN 978-0-435-94805-4. Archived from the original on May 2, 2022. Retrieved June 19, 2012 – via Books.google.com.
  20. ^ Fritz Hintze, Kush XI; pp.222-224.
  21. ^ «Siege warfare in ancient Egypt». Tour Egypt. Retrieved May 23, 2020.
  22. ^ Bianchi, Robert Steven (2004). Daily Life of the Nubians. Greenwood Publishing Group. p. 227. ISBN 978-0-313-32501-4.
  23. ^ Humphris, Jane; Charlton, Michael F.; Keen, Jake; Sauder, Lee; Alshishani, Fareed (2018). «Iron Smelting in Sudan: Experimental Archaeology at The Royal City of Meroe». Journal of Field Archaeology. 43 (5): 399. doi:10.1080/00934690.2018.1479085. ISSN 0093-4690.
  24. ^ Collins, Robert O.; Burns, James M. (February 8, 2007). A History of Sub-Saharan Africa. Cambridge University Press. ISBN 978-0-521-86746-7. Archived from the original on July 9, 2021. Retrieved September 23, 2020 – via Google Books.
  25. ^ Edwards, David N. (July 29, 2004). The Nubian Past: An Archaeology of the Sudan. Taylor & Francis. ISBN 978-0-203-48276-6. Archived from the original on July 9, 2021. Retrieved September 23, 2020 – via Google Books.
  26. ^ Humphris J, Charlton MF, Keen J, Sauder L, Alshishani F (June 2018). «Iron Smelting in Sudan: Experimental Archaeology at The Royal City of Meroe». Journal of Field Archaeology. 43 (5): 399–416. doi:10.1080/00934690.2018.1479085.
  27. ^ «The Antikythera Mechanism Research Project Archived 2008-04-28 at the Wayback Machine», The Antikythera Mechanism Research Project. Retrieved July 1, 2007 Quote: «The Antikythera Mechanism is now understood to be dedicated to astronomical phenomena and operates as a complex mechanical «computer» which tracks the cycles of the Solar System.»
  28. ^ Wilford, John (July 31, 2008). «Discovering How Greeks Computed in 100 B.C.» The New York Times. Archived from the original on December 4, 2013. Retrieved February 21, 2017.
  29. ^ Wright, M T. (2005). «Epicyclic Gearing and the Antikythera Mechanism, part 2». Antiquarian Horology. 29 (1 (September 2005)): 54–60.
  30. ^ Britannica on Greek civilization in the 5th century — Military technology Archived June 6, 2009, at the Wayback Machine Quote: «The 7th century, by contrast, had witnessed rapid innovations, such as the introduction of the hoplite and the trireme, which still were the basic instruments of war in the 5th.» and «But it was the development of artillery that opened an epoch, and this invention did not predate the 4th century. It was first heard of in the context of Sicilian warfare against Carthage in the time of Dionysius I of Syracuse.»
  31. ^ Ahmad Y Hassan, Donald Routledge Hill (1986). Islamic Technology: An illustrated history, p. 54. Cambridge University Press. ISBN 0-521-42239-6.
  32. ^ Lucas, Adam (2006). Wind, Water, Work: Ancient and Medieval Milling Technology. Brill Publishers. p. 65. ISBN 90-04-14649-0.
  33. ^ Eldridge, Frank (1980). Wind Machines (2nd ed.). New York: Litton Educational Publishing, Inc. p. 15. ISBN 0-442-26134-9.
  34. ^ Shepherd, William (2011). Electricity Generation Using Wind Power (1 ed.). Singapore: World Scientific Publishing Co. Pte. Ltd. p. 4. ISBN 978-981-4304-13-9.
  35. ^ Taqi al-Din and the First Steam Turbine, 1551 A.D. Archived February 18, 2008, at the Wayback Machine, web page, accessed on line October 23, 2009; this web page refers to Ahmad Y Hassan (1976), Taqi al-Din and Arabic Mechanical Engineering, pp. 34–5, Institute for the History of Arabic Science, University of Aleppo.
  36. ^ Ahmad Y. Hassan (1976), Taqi al-Din and Arabic Mechanical Engineering, p. 34-35, Institute for the History of Arabic Science, University of Aleppo
  37. ^ Lakwete, Angela (2003). Inventing the Cotton Gin: Machine and Myth in Antebellum America. Baltimore: The Johns Hopkins University Press. pp. 1–6. ISBN 978-0-8018-7394-2. Archived from the original on April 20, 2021. Retrieved October 13, 2019.
  38. ^ Pacey, Arnold (1991) [1990]. Technology in World Civilization: A Thousand-Year History (First MIT Press paperback ed.). Cambridge MA: The MIT Press. pp. 23–24.
  39. ^ Žmolek, Michael Andrew (2013). Rethinking the Industrial Revolution: Five Centuries of Transition from Agrarian to Industrial Capitalism in England. BRILL. p. 328. ISBN 978-90-04-25179-3. Archived from the original on December 29, 2019. Retrieved October 13, 2019. The spinning jenny was basically an adaptation of its precursor the spinning wheel
  40. ^ Koetsier, Teun (2001). «On the prehistory of programmable machines: musical automata, looms, calculators». Mechanism and Machine Theory. Elsevier. 36 (5): 589–603. doi:10.1016/S0094-114X(01)00005-2.
  41. ^ Kapur, Ajay; Carnegie, Dale; Murphy, Jim; Long, Jason (2017). «Loudspeakers Optional: A history of non-loudspeaker-based electroacoustic music». Organised Sound. Cambridge University Press. 22 (2): 195–205. doi:10.1017/S1355771817000103. ISSN 1355-7718. S2CID 143427257.
  42. ^ Professor Noel Sharkey, A 13th Century Programmable Robot (Archive), University of Sheffield.
  43. ^ «Episode 11: Ancient Robots». Ancient Discoveries. History Channel. Archived from the original on March 1, 2014. Retrieved September 6, 2008.
  44. ^ Howard R. Turner (1997), Science in Medieval Islam: An Illustrated Introduction, p. 184, University of Texas Press, ISBN 0-292-78149-0
  45. ^ Donald Routledge Hill, «Mechanical Engineering in the Medieval Near East», Scientific American, May 1991, pp. 64–9 (cf. Donald Routledge Hill, Mechanical Engineering Archived December 25, 2007, at the Wayback Machine)
  46. ^ a b c d Musson, A.E.; Robinson, Eric H. (1969). Science and Technology in the Industrial Revolution. University of Toronto Press. ISBN 9780802016379.
  47. ^ Taylor, George Rogers (1969). The Transportation Revolution, 1815–1860. ISBN 978-0-87332-101-3.
  48. ^ a b Rosen, William (2012). The Most Powerful Idea in the World: A Story of Steam, Industry and Invention. University of Chicago Press. ISBN 978-0-226-72634-2.
  49. ^ Jenkins, Rhys (1936). Links in the History of Engineering and Technology from Tudor Times. Ayer Publishing. p. 66. ISBN 978-0-8369-2167-0.
  50. ^ Tylecote, R.F. (1992). A History of Metallurgy, Second Edition. London: Maney Publishing, for the Institute of Materials. ISBN 978-0-901462-88-6.
  51. ^ a b Hunter, Louis C. (1985). A History of Industrial Power in the United States, 1730–1930, Vol. 2: Steam Power. Charlottesville: University Press of Virginia.
  52. ^ Roe, Joseph Wickham (1916). English and American Tool Builders. New Haven, Connecticut: Yale University Press. LCCN 16011753. Archived from the original on January 26, 2021. Retrieved November 10, 2018.
  53. ^ Hounshell, David A. (1984), From the American System to Mass Production, 1800–1932: The Development of Manufacturing Technology in the United States, Baltimore, Maryland: Johns Hopkins University Press, ISBN 978-0-8018-2975-8, LCCN 83016269, OCLC 1104810110
  54. ^ Cowan, Ruth Schwartz (1997). A Social History of American Technology. New York: Oxford University Press. p. 138. ISBN 978-0-19-504605-2.
  55. ^
    Williams, Trevor I. (1982). A Short History of Twentieth Century Technology. US: Oxford University Press. p. 3. ISBN 978-0-19-858159-8.
  56. ^ Van Every, Kermit E. (1986). «Aeronautical engineering». Encyclopedia Americana. Vol. 1. Grolier Incorporated. p. 226.
  57. ^
    Wheeler, Lynde, Phelps (1951). Josiah Willard Gibbs – the History of a Great Mind. Ox Bow Press. ISBN 978-1-881987-11-6.
  58. ^ Journal of the British Nuclear Energy Society: Volume 1 British Nuclear Energy Society – 1962 – Snippet view Archived September 21, 2015, at the Wayback Machine Quote: In most universities it should be possible to cover the main branches of engineering, i.e. civil, mechanical, electrical and chemical engineering in this way. More specialized fields of engineering application, of which nuclear power is …
  59. ^ The Engineering Profession by Sir James Hamilton, UK Engineering Council Quote: «The Civilingenior degree encompasses the main branches of engineering civil, mechanical, electrical, chemical.» (From the Internet Archive)
  60. ^ Indu Ramchandani (2000). Student’s Britannica India,7vol.Set. Popular Prakashan. p. 146. ISBN 978-0-85229-761-2. Archived from the original on December 5, 2013. Retrieved March 23, 2013. BRANCHES There are traditionally four primary engineering disciplines: civil, mechanical, electrical and chemical.
  61. ^ «History and Heritage of Civil Engineering». ASCE. Archived from the original on February 16, 2007. Retrieved August 8, 2007.
  62. ^ «What is Civil Engineering». Institution of Civil Engineers. Archived from the original on January 30, 2017. Retrieved May 15, 2017.
  63. ^ Watson, J. Garth. «Civil Engineering». Encyclopaedia Britannica. Archived from the original on March 31, 2018. Retrieved April 11, 2018.
  64. ^ Bronzino JD, ed., The Biomedical Engineering Handbook, CRC Press, 2006, ISBN 0-8493-2121-2
  65. ^ Bensaude-Vincent, Bernadette (March 2001). «The construction of a discipline: Materials science in the United States». Historical Studies in the Physical and Biological Sciences. 31 (2): 223–48. doi:10.1525/hsps.2001.31.2.223.
  66. ^ «Archived copy» (PDF). Archived from the original (PDF) on September 29, 2011. Retrieved August 2, 2011.{{cite web}}: CS1 maint: archived copy as title (link)
  67. ^ Nature, Jim Lucas 2014-08-22T00:44:14Z Human (August 22, 2014). «What is Engineering? | Types of Engineering». livescience.com. Archived from the original on July 2, 2019. Retrieved September 15, 2019.
  68. ^ «Theories About Engineering – Genrich Altshuller». theoriesaboutengineering.org. Archived from the original on September 11, 2019. Retrieved September 15, 2019.
  69. ^ «Comparing the Engineering Design Process and the Scientific Method». Science Buddies. Archived from the original on December 16, 2019. Retrieved September 15, 2019.
  70. ^ «Forensic Engineering | ASCE». www.asce.org. Archived from the original on April 8, 2020. Retrieved September 15, 2019.
  71. ^ Arbe, Katrina (May 7, 2001). «PDM: Not Just for the Big Boys Anymore». ThomasNet. Archived from the original on August 6, 2010. Retrieved December 30, 2006.
  72. ^ Arbe, Katrina (May 22, 2003). «The Latest Chapter in CAD Software Evaluation». ThomasNet. Archived from the original on August 6, 2010. Retrieved December 30, 2006.
  73. ^ Jowitt, Paul W. (2006). «Engineering Civilisation from the Shadows» (PDF). Archived from the original (PDF) on October 6, 2006.
  74. ^ Home page for EMI Archived April 14, 2012, at the Wayback Machine
  75. ^ «engineeringuk.com/About_us». Archived from the original on May 30, 2014.
  76. ^ «Why Does It Matter? — why are engineering skills important? — George Edwards». Archived from the original on June 19, 2014. Retrieved June 19, 2014.
  77. ^ «The ERA Foundation Report — George Edwards». Archived from the original on October 6, 2014. Retrieved June 19, 2014.
  78. ^ «Code of Ethics». National Society of Professional Engineers. Archived from the original on February 18, 2020. Retrieved July 12, 2017.
  79. ^ «Origin of the Iron Ring concept». Archived from the original on April 30, 2011. Retrieved August 13, 2021.
  80. ^ Rosakis, Ares Chair, Division of Engineering and Applied Science. «Chair’s Message, Caltech». Archived from the original on November 4, 2011. Retrieved October 15, 2011.
  81. ^ Ryschkewitsch, M.G. NASA Chief Engineer. «Improving the capability to Engineer Complex Systems – Broadening the Conversation on the Art and Science of Systems Engineering» (PDF). p. 8 of 21. Archived from the original (PDF) on August 14, 2013. Retrieved October 15, 2011.
  82. ^ American Society for Engineering Education (1970). Engineering education. Vol. 60. American Society for Engineering Education. p. 467. Archived from the original on April 16, 2021. Retrieved June 27, 2015. The great engineer Theodore von Karman once said, «Scientists study the world as it is, engineers create the world that never has been.» Today, more than ever, the engineer must create a world that never has been …
  83. ^ «What is Engineering Science?». esm.psu.edu. Archived from the original on May 16, 2022. Retrieved September 7, 2022.
  84. ^ Vincenti, Walter G. (1993). What Engineers Know and How They Know It: Analytical Studies from Aeronautical History. Johns Hopkins University Press. ISBN 978-0-8018-3974-0.
  85. ^ Walter G Whitman; August Paul Peck. Whitman-Peck Physics. American Book Company, 1946, p. 06 Archived August 1, 2020, at the Wayback Machine. OCLC 3247002
  86. ^ Ateneo de Manila University Press. Philippine Studies, vol. 11, no. 4, 1963. p. 600
  87. ^ «Relationship between physics and electrical engineering». Journal of the A.I.E.E. 46 (2): 107–108. 1927. doi:10.1109/JAIEE.1927.6534988. S2CID 51673339.
  88. ^ Puttaswamaiah. Future Of Economic Science Archived October 26, 2018, at the Wayback Machine. Oxford and IBH Publishing, 2008, p. 208.
  89. ^ Yoseph Bar-Cohen, Cynthia L. Breazeal. Biologically Inspired Intelligent Robots. SPIE Press, 2003. ISBN 978-0-8194-4872-9. p. 190
  90. ^ C. Morón, E. Tremps, A. García, J.A. Somolinos (2011) The Physics and its Relation with the Engineering, INTED2011 Proceedings pp. 5929–34 Archived December 20, 2016, at the Wayback Machine. ISBN 978-84-614-7423-3
  91. ^ R Gazzinelli, R L Moreira, W N Rodrigues. Physics and Industrial Development: Bridging the Gap Archived August 1, 2020, at the Wayback Machine. World Scientific, 1997, p. 110.
  92. ^ Steve Fuller. Knowledge Management Foundations. Routledge, 2012. ISBN 978-1-136-38982-5. p. 92 Archived August 1, 2020, at the Wayback Machine
  93. ^ «Industrial Physicists: Primarily specialising in Engineering» (PDF). American Institute for Physics. October 2016. Archived (PDF) from the original on September 6, 2015. Retrieved December 23, 2016.
  94. ^ Classical and Computational Solid Mechanics, YC Fung and P. Tong. World Scientific. 2001.
  95. ^ «Code of Ethics | National Society of Professional Engineers». www.nspe.org. Archived from the original on February 18, 2020. Retrieved September 10, 2019.
  96. ^ «Ethical Assessment of Implantable Brain Chips. Ellen M. McGee and G.Q. Maguire, Jr. from Boston University». Archived from the original on April 7, 2016. Retrieved March 30, 2007.
  97. ^ Evans-Pughe, C. (May 2003). «IEEE technical paper: Foreign parts (electronic body implants).by Evans-Pughe, C. quote from summary: Feeling threatened by cyborgs?». IEE Review. 49 (5): 30–33. doi:10.1049/ir:20030503. Archived from the original on March 3, 2020. Retrieved March 3, 2020.
  98. ^ Institute of Medicine and Engineering: Mission statement The mission of the Institute for Medicine and Engineering (IME) is to stimulate fundamental research at the interface between biomedicine and engineering/physical/computational sciences leading to innovative applications in biomedical research and clinical practice. Archived March 17, 2007, at the Wayback Machine
  99. ^ «IEEE Engineering in Medicine and Biology: Both general and technical articles on current technologies and methods used in biomedical and clinical engineering …» Archived from the original on February 13, 2007. Retrieved March 30, 2007.
  100. ^ a b Royal Academy of Engineering and Academy of Medical Sciences: Systems Biology: a vision for engineering and medicine in pdf: quote1: Systems Biology is an emerging methodology that has yet to be defined quote2: It applies the concepts of systems engineering to the study of complex biological systems through iteration between computational or mathematical modelling and experimentation. Archived April 10, 2007, at the Wayback Machine
  101. ^ «Science Museum of Minnesota: Online Lesson 5a; The heart as a pump». Archived from the original on September 27, 2006. Retrieved September 27, 2006.
  102. ^ Minnesota State University emuseum: Bones act as levers Archived December 20, 2008, at the Wayback Machine
  103. ^ «UC Berkeley News: UC researchers create model of brain’s electrical storm during a seizure». Archived from the original on February 2, 2007. Retrieved March 30, 2007.
  104. ^ a b Bjerklie, David. «The Art of Renaissance Engineering.» MIT’s Technology Review Jan./Feb.1998: 54–59. Article explores the concept of the «artist-engineer», an individual who used his artistic talent in engineering. Quote from article: Da Vinci reached the pinnacle of «artist-engineer»-dom, Quote2: «It was Leonardo da Vinci who initiated the most ambitious expansion in the role of artist-engineer, progressing from astute observer to inventor to theoretician.» (Bjerklie 58)
  105. ^ a b «National Science Foundation:The Art of Engineering: Professor uses the fine arts to broaden students’ engineering perspectives». Archived from the original on September 19, 2018. Retrieved April 6, 2018.
  106. ^ MIT World:The Art of Engineering: Inventor James Dyson on the Art of Engineering: quote: A member of the British Design Council, James Dyson has been designing products since graduating from the Royal College of Art in 1970. Archived July 5, 2006, at the Wayback Machine
  107. ^ «University of Texas at Dallas: The Institute for Interactive Arts and Engineering». Archived from the original on April 3, 2007. Retrieved March 30, 2007.
  108. ^ «Aerospace Design: The Art of Engineering from NASA’s Aeronautical Research». Archived from the original on August 15, 2003. Retrieved March 31, 2007.
  109. ^ Billington, David P. (February 21, 1989). Princeton U: Robert Maillart’s Bridges: The Art of Engineering: quote: no doubt that Maillart was fully conscious of the aesthetic implications … ISBN 9780691024219. Archived from the original on April 20, 2007. Retrieved March 31, 2007.
  110. ^ quote:..the tools of artists and the perspective of engineers.. Archived September 27, 2007, at the Wayback Machine
  111. ^ Drew U: user website: cites Bjerklie paper Archived April 19, 2007, at the Wayback Machine

Further reading

  • Blockley, David (2012). Engineering: a very short introduction. New York: Oxford University Press. ISBN 978-0-19-957869-6.
  • Dorf, Richard, ed. (2005). The Engineering Handbook (2 ed.). Boca Raton: CRC. ISBN 978-0-8493-1586-2.
  • Billington, David P. (June 5, 1996). The Innovators: The Engineering Pioneers Who Made America Modern. Wiley; New Ed edition. ISBN 978-0-471-14026-9.
  • Madhavan, Guru (2015). Applied Minds: How Engineers Think. W.W. Norton.
  • Petroski, Henry (March 31, 1992). To Engineer is Human: The Role of Failure in Successful Design. Vintage. ISBN 978-0-679-73416-1.
  • Lord, Charles R. (August 15, 2000). Guide to Information Sources in Engineering. Libraries Unlimited. ISBN 978-1-56308-699-1.
  • Vincenti, Walter G. (February 1, 1993). What Engineers Know and How They Know It: Analytical Studies from Aeronautical History. The Johns Hopkins University Press. ISBN 978-0-8018-4588-8.

External links

Reality is Often Bitter . حقيقت اکثرتلخ ہوتی ہے

Humanity is declining by the day because an invisible termite, Hypocrisy, eats human values instilled in human brain by the Creator . . . . . . . . . . . I dedicate my blog to reveal ugly faces of this monster and will try to find ways to guard against it

ENGINEER – FUNCTIONS AND RESPONSIBILITIES 

By: Iftikhar Ajmal Bhopal               Year: 1984 

ENGINEERING: 

Engineering is the professional art of applying science to the optimum conversion of the resources of nature to benefit man. The words engineer and ingenious are derived from the same Latin root “ingenerare” meaning “to create”. 

Associated with engineering is a great body of special knowledge; preparation for professional practice involves extensive training in the application of that knowledge.Engineering is an art requiring the judgment necessary to adapt knowledge to practical purposes, the imagination to conceive original solutions to problems, and the ability to predict performance and cost of new devices or processes. 

The function of the scientist is to know, while that of the engineer is to do. The scientist adds to the store of verified, systematized knowledge of the physical world; the engineer brings this knowledge to bear on practical problems. Engineering is based principally on physics, chemistry & mathematics and their extensions into materials science, solid and fluid mechanics, thermodynamics, transfer and rate processes, system analysis, computer programming, electronics and optronics. 

Unlike the scientists, the engineer is not free to select the problem that interests him; he must solve problems as they arise; his solution must satisfy conflicting requirements. Usually efficiency costs money; safety adds to complexity; improved performance increases weight. The engineering solution is the optimum solution, the end result that, taking many factors into account, is most desirable. It may be the cheapest for a specified level of performance, the most reliable within a given weight limit, the simplest that will satisfy certain safety requirements, or the most efficient for a given cost. In many engineering problems, the social costs are significant. 

Engineers employ two types of natural resources – materials and energy. Since most resources are limited, the engineer must concern himself with the continual development of new resources as well as the efficient utilization of existing ones. The results of engineering activities contribute to the welfare of man by furnishing food, shelter, and comfort; by making work, transportation and communication easier and safer; and by making life pleasant and satisfying. 

ENGINEERING FUNCTIONS: 

The branches indicate what the engineer works with; the functions describe what he does. In order of decreasing emphasis on science, the major functions of all engineering branches are the following: 

Research. The research engineer seeks new principles and processes by employing mathematical and scientific concepts, experimental techniques, and inductive reasoning. 

Development. The development engineer applies the results of research to useful purposes. Ingenious and creative application of new knowledge may result in a working model of a new electronics circuit, a chemical process, an industrial machine, or a gadget of optronics. 

Design. In designing a structure or a product, the engineer selects methods, specifies materials, and determines shapes to satisfy technical requirements and to meet performance specification. 

Construction. The construction engineer is responsible for preparing the site, determining procedures that will economically and safely yield the desired quality, directing the placement of materials, and organizing the personnel and equipment. 

Production. Plant layout and equipment selection, with consideration of human and economic factors, is the responsibility of the production engineer. He chooses processes and tools, integrates the flow of materials and components, and provides for testing and inspection. 

Operation. The operating engineer controls machines, plants, and organizations providing power, transportation, and communication. He determines procedures and supervises personnel to obtain reliable and economic operation of complex equipment. 

Management and other functions. In some countries (U.S.A.,Japan, etc) and industries, engineers analyze customer requirements, recommend units to satisfy needs economically, and resolve related problems. In some industries, too, engineers decide how assets are to be used. 

ENGINEERING EDUCATION: 

An engineer must study sciences and their application, resources and their conversion, and man and his needs. The first stage of professional preparation is usually a collage degree, but in the present-day-world, where rapid change is the rules, learning must be continuous. 

Undergraduate Curriculum. The integrated undergraduate engineering program, developed primarily in Europe and the U.S. over the past century, provides the basic education for entrance into the profession. It provides opportunities for students to master important concepts; to become adept in powerful techniques; to develop creative approaches to problem solving; and to become skillful in oral, written, graphic, and mathematical communication. By integrating the study of humanities, social sciences, mathematics, physical sciences, and technology and by providing experience in analysis, synthesis, and experimentation, the undergraduate engineering program offers a modern liberal education. 

The typical curriculum leading to the bachelor’s degree is defined by series of courses.. General, education is provided by a pattern of courses selected, from the humanities and social sciences. Basic science education includes mathematics, physics, computer programming, and often statistics, chemistry, and biology. Engineering sciences include materials, mechanics, thermodynamics, transfer and rate processes, electrical science, electronics, and information processing. 

The combination of general education with basic and engineering science may provide the common preparations for all engineering students at a given institution. Specialization to meet the needs and interests of individuals is offered through majors or options — combinations of courses to provide depth in a specific branch or function. 

Graduate Study. More and more engineers in the U.S.A., U.S.S.R., Japan and other countries hold advanced degrees. In engineering, graduate study is characterized by highly sophisticated concepts, more advanced mathematics, greater depth in special topics, more opportunity for individual work, and less dependence on formal courses. 

Modern trends. Early engineers were trained by apprenticeship to a skilled practitioner. As the body of knowledge gained by observation, testing, and research increased, organized programmes of study were initiated in established institutions. Following World War—Il, new trends became apparent, the result of the rapidly growing body of theoretical knowledge. Greater emphasis was placed on mathematics, physical science, and the engineering science. The current trend is toward more basic and less applied courses, greater use of computers and probability theory, and, at least in some countries, additional humanities and social sciences. 

ENGINEERING RESPONSIBILITIES. 

One activity common to all engineering work is problem solution. The problem may involve quantitative or qualitative factors; it may be physical or economic; it may require abstract mathematics or common sense. Of great importance is the process of creative synthesis or design, putting ideas together to create a new and optimum solution of the problem. Since the engineer functions at the socio-technological “interface” (with science and technology on one side and individuals and communities on the other), he bears a unique responsibility to decide on priorities, establish performance criteria, select materials and processes, and specify evaluation procedures. 

Problem solution. Although engineering problems vary greatly in scope and complexity, the same general approach is applicable. First comes an analysis of the overall situation and a preliminary decision on a plan of attack. In line with this plan, the usually broad and vague problem is reduced to a more categorical question that can be clearly stated. The stated question is then answered by deductive reasoning from known principles or by creative synthesis, as in a new design. The answer or design is always checked for accuracy and adequacy. Finally, the results for the simplified problem as stated are interpreted in terms of the original problem and reported in an appropriate form. 

In his search for solutions to problems, especially new problems, the engineer is in conflict with a rather intractable environment and often in competition with predecessors who tried and failed and with contemporary rivals who are trying to solve the same problem. His success depends on ability to create a new idea, a new device, a new process, or a new material. 

Decision making. The engineer not only makes technological advances available to man but also may be charged with the responsibility to see that such advances do indeed enhance the welfare of man. By virtue of his knowledge, his skill, and his unique role in society, the engineer must concern himself with the results of technological progress such as its effect on the physical environment and its social and economic impact. A successful engineer is prepared for decision making on complex problems in broad areas. He is skilled in the use of sophisticated tools and creative in the development of new techniques. He has the vision to conceive vast projects, the talent to analyze them as integrated man-machine-environment systems, and the ability to predict their technical performance and their human impact.

Понравилась статья? Поделить с друзьями:
  • Engage to excel перевод
  • English sentence using one word
  • Energy saving word search
  • English same word sentence
  • Endurance is the word