Welcome to Imaging and Signalling!
Ever wondered how your smartphone captures a crisp photo or how Netflix streams a movie to your screen without it looking like a blurry mess? That is exactly what this chapter is about! We are diving into Physics in Action to see how we use waves to gather information (imaging) and how we turn that information into data to send it around the world (signalling).
Don't worry if some of the math looks intimidating at first—we will break it down step-by-step. Let’s get started!
1. Lenses and Wavefronts
In most Physics courses, you talk about "rays" of light. In Advancing Physics, we look at wavefronts. Imagine waves on the ocean; the "wavefront" is the crest of the wave.
How a Lens Works
A thin converging lens changes the curvature of these wavefronts. Analogy: Think of a flat wavefront as a flat piece of paper. As it passes through a converging lens, the lens "bends" it into a bowl shape (curvature) so that all the light meets at a single point called the focus.
Key Terms to Know:
- Focal length (\(f\)): The distance from the center of the lens to the point where parallel rays focus. It is measured in meters (m).
- Power (\(P\)): This tells us how strongly a lens converges light. It is measured in Dioptres (D).
- Real Image: An image formed where light rays actually meet. You can project a real image onto a screen (like a cinema screen).
The Math of Lenses
We use the Lens Equation (using the Cartesian convention):
$$\frac{1}{v} = \frac{1}{u} + \frac{1}{f}$$
Where:
- \(v\) = distance from lens to image
- \(u\) = distance from object to lens (usually a negative number in this convention!)
- \(f\) = focal length
The Power of a lens is simply:
$$P = \frac{1}{f}$$
Linear Magnification (\(m\)):
This tells you how much bigger or smaller the image is compared to the object.
$$m = \frac{\text{image height}}{\text{object height}} = \frac{v}{u}$$
Quick Review: To make a lens more powerful, you need a shorter focal length (a "fatter" lens). Remember: Power is in Dioptres, so focal length must be in meters!
2. Digital Imaging
Once a lens creates an image, a computer needs to "see" it. It does this by breaking the image down into a grid.
Pixels and Bits
An image is stored as a 2D array of numbers. Each "dot" in the image is a pixel.
- Pixel: The smallest element of a digital image.
- Resolution: How much detail we can see. More pixels usually means higher resolution.
- Bit: A single binary digit (0 or 1).
- Byte: A group of 8 bits.
Calculating Information:
$$\text{Amount of information in an image} = \text{number of pixels} \times \text{bits per pixel}$$
Image Processing
Because images are just arrays of numbers, we can change them using math!
- Brightness: Adding a constant number to every pixel value makes the whole image brighter.
- Contrast: Stretching the range of pixel values (multiplying them) makes the darks darker and lights lighter.
- Noise Reduction: Replacing a pixel's value with the average of its neighbors "smooths" out random speckles.
- Edge Detection: Subtracting the value of a neighboring pixel. If the difference is big, there’s an edge!
- False Colour: Assigning specific colors to different numerical values (like a thermal camera showing heat as red).
Did you know? NASA uses false colour on space photos because the "true" colors of nebulae are often in wavelengths humans can't even see!
3. Signalling and Digitisation
An analogue signal (like your voice) is a continuous wave. A digital signal is a series of numbers (0s and 1s).
Advantages of Digital Signals
1. Noise: All signals pick up "noise" (random interference). In analogue, noise is permanent. In digital, as long as the computer can tell a "1" from a "0", it can perfectly ignore the noise!
2. Processing: Digital signals can be encrypted and compressed easily.
Sampling and Resolution
To turn sound into numbers, we "sample" the wave at regular intervals.
- Sampling Rate: How many times per second we measure the signal.
- The Rule: To perfectly reconstruct a signal, the sampling rate must be at least twice the highest frequency in the signal.
- Levels: If you have \(b\) bits, you can have \(N\) different levels of signal:
$$N = 2^b$$
The Signal-to-Noise Formula:
$$b = \log_2 \left( \frac{V_{total}}{V_{noise}} \right)$$
This formula helps us figure out how many bits (\(b\)) we need to keep the signal clear above the noise.
Key Takeaway: Sampling faster and using more bits gives a better quality signal, but it creates more data that needs to be sent!
4. Transmission of Information
How fast can we send this data? We measure the rate of transmission.
$$\text{Transmission rate} = \text{samples per second} \times \text{bits per sample}$$
The units are bits per second (bps).
Common Mistake: Don't confuse bits with bytes! There are 8 bits in a byte. If an exam asks for bytes, divide your final answer by 8.
5. Polarisation
Light and microwaves are electromagnetic waves. They are transverse, meaning they vibrate at right angles to the direction they travel.
What is Polarisation?
Imagine a skipping rope going through a vertical fence. If you shake the rope up and down, the wave passes through. If you shake it side-to-side, the fence blocks it. That's polarisation!
- Polariser: A filter that only allows vibrations in one specific plane (direction).
- Evidence: Only transverse waves can be polarised. Since we can polarise light and microwaves, we know they are transverse waves.
Real-world example: Polarised sunglasses block the "glare" reflecting off a road or water because that reflected light is mostly horizontal. The glasses only let vertical light through!
Quick Review Box
Lens Power: \(P = 1/f\) (units: Dioptres)
Magnification: \(m = v/u\)
Digital Levels: \(N = 2^b\)
Wave Speed: \(v = f\lambda\)
Frequency: \(f = 1/T\) (where \(T\) is the period)
Final Tip: When working with the lens equation, always check your units. If the object distance is in cm, convert it to meters before you start!