Entrance Test 2010 Name:: Mechatronics and Sensor Systems Technology
Entrance Test 2010 Name:: Mechatronics and Sensor Systems Technology
Date:
1. In a orthonormal coordinate system a homogenous electric field E = (10 V/m, 0, 0) is existing. An electric
charge +q = 1 C moves from the starting point P0(1m, 4m, 6m) via P1 (2m, 2m, 4m) to the end point
P2 ( -3m, 1m, 2m).
1.1 Calculate the amount of energy which will be exchanged on the two paths. Between which components
of the system is the energy exchanged? Calculate the energy transfer if q is moved directly from P0 to P2?
1.2 Then the charge q is moved along a circle with radius R = 10m from P2 back to the starting point Po.
Which energy is now exchanged between which components of the system?
2. The rotor of the shown tachometer generator (dynamo, Fig.1) rotates with n
cycles/sec. The coils (windings N and area A each coil) are connected in series.
The output is a sine voltage.
2.1 Derive the expression for the frequency f of the sine signal?
2.2 Derive the expression for the effective value of the rectified output?
Fig. 1
3. A resistor R and in series an inductor L form a closed loop. At t = 0s an electric current I0.is running in it.
3.1 Derive the differential equation (diff.equ.) for the current I(t).
3.2 Solve the diff. equ. and find the general expression for I(t). Sketch I(t) qualitatively..
Electrical Basics
Fig. 3
Uout/V
Fig. 4
see overleaf
5. A light dependent resistor has a value of 3k without
light and 1k with maximum illumination. It should be
connected to a high impedance A/D converter input with
an input voltage range between 0 and 2V and a
conversion accuracy of 10 bits as shown in Fig. 5.
5.1 Calculate the values for U1 and U2 to get 0V at the
ADC without light and 2V with full illumination. .Sketch
the circuit with the polarity of the voltages and the
potentials versus ground. Fig. 5
5.2 Which relative accuracy can be achieved in the measurement of the illumination?
5.3 The detected light is chopped with a frequency of 20Hz. Which condition has to be fulfilled by the
ADC?
Fig. 6
.Control Theory
7.1 Determine the Laplace transform L() of the step function (t) = 0 for t< 0 and
(t) = 1 for t 0.
7.2 Determine the Laplace transform L(f) of the function f(t) = 0 for t< 0 and f(t) = exp(-at)
for t 0.
7.3 Now you can find the solution y(t) (for t 0) of the differential equation y + T y& = x for the
input x(t) = (t) and the initial condition y(0) = 0. {Hint: L(dy/dt) =sL(y) y(0)}
7.4 Give an example of a technical realization of such a system.
Programming
8. Please write a C/C++ or Java program that asks the user for 20 floating point measured values and stores
these in an array. The program should use this array to calculate and output the average and standard (root
mean square) deviation.
Used structures:
do something while variable is true (do .. while); load a variable with a value (:=);
do something repeated controlled by an index number running from a start to a stop value (for .. end for)
do something if a Boolean condition is true (if .. end if); swap two values of an indexed list (swap)