Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Control systems and instrumentation frequently require measurement of position (displacement), speed (velocity), and acceleration. Different transducer families are optimized for each quantity. This question verifies whether all three can be directly measured with suitable sensors rather than always inferring one from another via differentiation or integration in software.
Given Data / Assumptions:
Concept / Approach:
Each motion variable can be sensed by a device whose physical response is proportional to that variable: displacement sensors output proportional change with position; tachogenerators produce voltage proportional to rotational speed; accelerometers produce output proportional to mass * acceleration via inertial effects (e.g., piezoelectric charge, capacitive plate deflection). Although digital systems often compute velocity by differentiating position (or compute displacement by integrating acceleration), dedicated transducers exist to measure each quantity directly with high bandwidth and dynamic range when selected correctly.
Step-by-Step Solution:
Verification / Alternative check:
Industrial drives commonly use encoders for position and speed feedback; vibration monitoring uses accelerometers; structural testing uses LVDTs for displacement. These are standard, off-the-shelf solutions, confirming practical measurability.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming software differentiation/integration is mandatory; overlooking direct-sensing devices that reduce noise accumulation and simplify control loops.
Final Answer:
Correct.
Discussion & Comments