Stamp Prep
← All free practice questions

Free FE Mechanical practice questions.

FE Mechanical question bank: 700+ questions. Start your free 7-day trial

Question 1Mathematics

Using Newton's method with initial guess x0 = 2 for f(x) = x^2 - 5, what is the next approximation x1?

  • A.2.25
  • B.2.50
  • C.2.10
  • D.1.75
Show solution

Answer · A

Newton's method: x1 = x0 - f(x0)/f'(x0). f(2) = 4 - 5 = -1. f'(2) = 4. x1 = 2 - (-1)/4 = 2.25.

Question 2Probability & Statistics

For a standard normal distribution, approximately what percentage of data falls within +/-1 standard deviation of the mean?

  • A.68%
  • B.95%
  • C.99.7%
  • D.50%
Show solution

Answer · A

The empirical rule is 68-95-99.7: about 68% lies within one standard deviation of the mean.

Question 3Ethics & Professional Practice

According to the NSPE Code of Ethics, engineers shall hold paramount:

  • A.Client satisfaction
  • B.The safety, health, and welfare of the public
  • C.Cost-effective solutions
  • D.Employer interests
Show solution

Answer · B

The fundamental canon of engineering ethics is that engineers shall hold paramount the safety, health, and welfare of the public.

Question 4Engineering Economics

What is the present worth of $10,000 to be received 3 years from now at i = 8%?

  • A.$7,938
  • B.$8,000
  • C.$9,200
  • D.$7,500
Show solution

Answer · A

P = F/(1+i)^n = 10,000/(1.08)^3 = $7,938.

Question 5Electricity & Magnetism

A 12 V battery is connected to a 4 ohm resistor. What is the current flowing through the circuit?

  • A.3 A
  • B.48 A
  • C.0.33 A
  • D.8 A
Show solution

Answer · A

Ohm's law: I = V/R = 12/4 = 3 A.

Question 6Statics

Using the support reaction labels shown, what is the ratio of the reaction at A to the reaction at B?

Simply supported beam free-body diagram P = 12 kip RA = 7.33 kipRB = 4.67 kip AB a = 7 ft L = 18 ft
  • A.1.57
  • B.0.64
  • C.0.39
  • D.0.61
Show solution

Answer · A

The figure labels show the reaction at A is 7.33 kip and the reaction at B is 4.67 kip. Therefore the requested ratio is 7.33 / 4.67 = 1.57.

Question 7Dynamics, Kinematics & Vibrations

A car accelerates from rest at 3 m/s^2 for 5 seconds. What is the final velocity?

  • A.15 m/s
  • B.7.5 m/s
  • C.37.5 m/s
  • D.30 m/s
Show solution

Answer · A

v = v0 + at = 0 + 3(5) = 15 m/s.

Question 8Mechanics of Materials

A steel rod with diameter 20 mm is subjected to a 50 kN tensile load. What is the normal stress?

  • A.159.2 MPa
  • B.250.0 MPa
  • C.79.6 MPa
  • D.318.3 MPa
Show solution

Answer · A

A = pi(20)^2/4 = 314.16 mm^2. Stress = P/A = 50,000/314.16 = 159.2 MPa.

Question 9Material Properties & Processing

A material has yield strength 250 MPa. Under an applied stress of 125 MPa, the factor of safety against yielding is:

  • A.2.0
  • B.1.5
  • C.0.5
  • D.125
Show solution

Answer · A

Factor of safety = yield strength / applied stress = 250/125 = 2.0.

Question 10Fluid Mechanics

Ignoring weight, what is the magnitude of the horizontal force F for the pipe-bend flow shown, most nearly?

Pipe bend momentum force F 30° 1 2 P₁ = 50,000 Pa V₁ = 5 m/s A₁ = 0.2 m² P₂ = 20,000 Pa V₂ = 10 m/s A₂ = 0.1 m² WATER ρ = 1,000 kg/m³
  • A.3,660 N
  • B.8,000 N
  • C.4,610 N
  • D.8,268 N
Show solution

Answer · C

Continuity gives ṁ = ρA₁V₁ = 1,000 x 0.2 x 5 = 1,000 kg/s. In the x-direction, P₁A₁ - P₂A₂cos(θ) - F = ṁ(V₂cos(θ) - V₁), so F = 4,608 N, which rounds to 4,610 N.

Question 11Thermodynamics

A container holds 2 moles of ideal gas at 300 K and 100 kPa. What is the volume? (R = 8.314 J/(mol*K))

  • A.0.0499 m^3
  • B.0.0831 m^3
  • C.0.0250 m^3
  • D.0.1662 m^3
Show solution

Answer · A

PV = nRT. V = nRT/P = 2(8.314)(300)/100,000 = 0.0499 m^3.

Question 12Heat Transfer

Drag the terms to their correct positions on the plane-wall diagram so the heat transfer rate is positive in the indicated direction, based on Fourier's law as shown. Which placement is correct?

Plane wall conduction AIT CONDUCTION THROUGH A PLANE WALL Q̇ = - kA(T2 - T1) L where: Q̇ = rate of heat transfer (W) k = thermal conductivity [W/(m·K)] A = wall surface area (m2) L = wall thickness (m) T1 = temperature of one surfaceof the wall (K) T2 = temperature of the other surfaceof the wall (K) T1 T2 k L
  • A.left wall: T₂; right wall: T₁; wall material: k; wall thickness: L
  • B.left wall: T₁; right wall: T₂; wall material: L; wall thickness: k
  • C.left wall: k; right wall: L; wall material: T₁; wall thickness: T₂
  • D.left wall: T₁; right wall: T₂; wall material: k; wall thickness: L
Show solution

Answer · D

With heat transfer positive to the right and Q̇ = -kA(T₂ - T₁)/L, the upstream left surface is T₁ and the downstream right surface is T₂. The material property inside the wall is k, and the distance between wall faces is L.

Question 13Measurements, Instrumentation & Controls

A thermocouple has accuracy +/-1.2 C and a data logger has accuracy +/-0.5 C. The combined uncertainty by RSS is:

  • A.+/-1.3 C
  • B.+/-1.7 C
  • C.+/-0.7 C
  • D.+/-1.0 C
Show solution

Answer · A

RSS method: u = sqrt(1.2^2 + 0.5^2) = sqrt(1.69) = 1.3 C.

Question 14Mechanical Design & Analysis

A thin-walled cylindrical pressure vessel has P = 2 MPa, r = 500 mm, and t = 10 mm. What is the hoop stress?

  • A.100 MPa
  • B.50 MPa
  • C.200 MPa
  • D.25 MPa
Show solution

Answer · A

Hoop stress for a thin-walled cylinder is sigma_h = Pr/t = 2(500)/10 = 100 MPa.

Question 15Mechanical Design and Analysis

Using the belt tensions and pulley diameter shown, what torque is applied to the pulley by the belt?

Belt and pulley torque schematic BELT T2 = 1280 N T1 = 500 N 400 mm
  • A.356 N*m
  • B.156 N*m
  • C.312 N*m
  • D.100 N*m
Show solution

Answer · B

The torque is the belt tension difference times pulley radius: (1280 - 500) N x 0.2 m = 156 N*m.

Ready for the full FE Mechanical library?

Get access to 700+ FE Mechanical practice questions, practice exams, and adaptive learning tools.

7-day free trial · cancel anytime