### Constructional Diagram of LVDT
A Linear Variable Differential Transformer (LVDT) is a type of electrical transformer used for measuring linear displacement. Here's a typical constructional diagram of an LVDT:
```
+---------+---------+
| Core | Core |
| Inside | Outside |
+---------+---------+
| |
+-+-------+-+
| | |
| | |
| | |
+-+-----+-----+-+
| Secondary Coils |
| (2 coils) |
+--------------------+
| |
+-+-------+-+
| Primary Coil |
+------------------+
```
### Working Principle of LVDT
1. **Construction**: An LVDT consists of three main parts:
- **Primary Coil**: This coil is connected to an AC power supply.
- **Two Secondary Coils**: These coils are placed symmetrically around the primary coil.
- **Movable Core**: This core is placed inside the coils and moves with the displacement being measured.
2. **Operation**:
- When an AC voltage is applied to the primary coil, it generates an alternating magnetic field.
- This magnetic field induces voltages in the two secondary coils, which are located on either side of the primary coil.
- The induced voltage in each secondary coil depends on the position of the movable core.
- When the core is centered, the induced voltages in the secondary coils are equal and out of phase, resulting in no net voltage (differential voltage) between the secondary coils.
- When the core moves from the center position, it causes a change in the magnetic coupling between the primary coil and each secondary coil. This results in a difference in the induced voltages in the secondary coils, producing a differential voltage.
3. **Signal Output**:
- The differential voltage output of the LVDT is proportional to the displacement of the core from the center position. The direction of the core movement (left or right) affects whether the differential voltage is positive or negative.
### Residual Voltage
**Residual voltage** in the context of an LVDT refers to the small voltage that remains in the secondary coils even when there is no displacement of the core. This residual voltage is essentially the result of imperfections or inherent asymmetries in the LVDT's construction or electronic circuit.
**Residual Voltage Explanation**:
- **Ideal Case**: In a perfectly balanced LVDT with the core exactly at the center, the output voltage from both secondary coils should be equal and opposite, resulting in a net differential output of zero.
- **Practical Case**: In practice, due to manufacturing tolerances, imperfections, or external factors, there might be a small residual voltage even when the core is at the central position. This voltage is a result of slight mismatches in the secondary coils or small asymmetries in the core.
**Diagram of Residual Voltage Effect**:
```
+----+-------+----+
Core Center: | V1 | V2 |
+----+-------+----+
| |
| |
Residual Voltage: V_residual
|
|
+-----+-----+
| Differential |
| Voltage Output |
+-------------+
```
- **V1** and **V2** are the voltages induced in the two secondary coils.
- **V_residual** is the small voltage difference even when the core is ideally at the center.
In summary, the LVDT measures linear displacement by producing a differential voltage proportional to the core's position. Residual voltage is an inherent small voltage that remains due to non-ideal conditions, affecting the accuracy of the measurement.