Connecting School Subjects To The Real World

Practical Applications of Trigonometry – Part II

How Trigonometry Runs The Modern World

An electric motor has a fixed magnetic field and a rotating magnetic field. Torque is produced when these two fields interact. Magnitude of torque depends on how tilted one field is relative to the other. It is proportional to the sine of the angle between them and is maximum when this angle is 90°. So trigonometry built into the control algorithms, is used at every instant to keep this angle near the best value for maximum power and efficiency. Power electronics engineers use high-speed computer in EVs which monitors the position of the rotor continuously. It ensures that the magnetic field is always leading the rotor by as near to 90° so that the EV gets instant torque and smooth acceleration.

In a combustion engine, every movement of the piston is managed by converting circular motion of the crankshaft into linear up and down motion of the piston using sine and cosine functions. In modern cars, trigonometry built in the engine’s control logic helps in calculating the exact position of the piston at every instant. The programmed control logic then uses that information to decide actions like when the fuel should ignite, when the valves should open, and how smoothly the whole engine runs. 

When a robotic arm moves to pick up an object, each joint rotates by a certain angle. To know where the hand will end up, the robot uses sine and cosine to convert those joint angles into exact positions in space. This way factory robots can weld, paint, or assemble things with millimetre accuracy.

Trigonometry is also used when robots walk or roll. A walking robot’s leg is essentially a chain of joints comprising hip, knee, ankle, just like a human leg. To place the foot at a specific point on the ground, the computer must work out what angle should each joint bend to, how much to lift and swing each leg so it does not fall. A wheeled robot must turn at the right angle to reach a target. The robot’s computer uses trigonometry to calculate how far it will move when the wheels rotate by a certain angle and how much it must turn to face a new direction. Robots also use trigonometry to see and sense. The most common robot eye is LiDAR (Light Detection and Ranging). Cameras, lasers and ultrasonic sensors measure the angles and distances to objects. By using sine and cosine, the robot converts these angles into the exact coordinates of walls, obstacles, and people. Using trigonometric relationships, self-driving robots, warehouse robots and delivery robots can map rooms, avoid collisions and move safely.

Self-driving cars use LiDAR, cameras and radar to detect other vehicles, pedestrians, lanes, and obstacles. These sensors measure angles and distances to everything around the car. Using trigonometry, the car converts these angle and distance readings into the exact positions of objects on the road. For example, it precisely calculates how far a pedestrian is, how wide a lane is and at what angle another car is approaching. This helps the computer build a map of the surroundings in real time.

A crane lifts a load using a long arm and a cable. The long arm is raised and lowered by changing its angle with respect to the ground. Using trigonometry, the crane’s onboard computer calculates how high the load will go and how far out from the crane it will be for any given arm length. The operator can thus place materials exactly where they are needed on a building site. Modern cranes with computers and sensors can lift extremely heavy objects and still place them gently and accurately. They are continuously using trigonometry to turn angles into distances, forces, and safe movements.

When a civil engineer designs a mountain road, they use tan(θ) to calculate the gradient. The tangent function is the most used non-wave function in engineering. It represents the slope or steepness. Vehicles can only safely climb a limited gradient, say 5-10%. But a high rising mountain over a limited horizontal distance would demand a high gradient, too steep for a vehicle to climb safely or braking safely on the way down. So the road is made longer in a zigzag manner up the slope in hairpin bends. The road covers a much longer horizontal distance for the same vertical rise bringing tan(θ) down to a safe value.

In GPS navigation, GPS satellites orbit high above the Earth and continuously send radio signals. Our phone receives these signals and measures how long each signal took to arrive. From this, it calculates the distance to each satellite to find our position in 3D space. However, this position is not useful directly. Trigonometry is then used to convert these coordinates into latitude and longitude. Using trigonometric functions, the system determines how far north or south (latitude) and how far east or west (longitude) we are so that our exact location can be displayed on the map.

Flight control systems in an aircraft help it to stay balanced, turn correctly and follow its planned path through the sky. Accelerometers in the control systems measure linear acceleration along three axes (forward-back, left-right, up-down). They help tell whether the aircraft is speeding up, slowing down or being pulled in some direction. Gyroscopes measure angular velocity i.e. how fast is the aircraft changing its orientation. Sensors inside the plane generate this data and the onboard flight computer processes this using trigonometric functions to determine the orientation of aircraft, to control the lift force and maintain stability. If a pilot tilts the plane too sharply without increasing total power or lift, a part of the lift gets diverted sideways. The plane thus starts to sink because the vertical component of the lifting force is no longer enough to fight gravity. Trigonometry is used by the flight controllers to calculate how much of the lift is actually acting upward and make appropriate adjustments.

When a pilot is landing, they need to stay on a specific glide path. If the altitude is fixed at 1,000 feet, the cotangent tells them exactly how far they are horizontally from the runway. Cotangent function is used when the height is the fixed constant, and we are trying to find the base.

In solar power systems, Sunlight does not always hit the panel straight. Sometimes it comes at an angle. When sunlight hits directly (perpendicular), maximum energy falls on the panel. When it hits at an angle, the same sunlight spreads over a larger area. So energy per unit area decreases. This relationship follows a cosine rule which means that the effective energy is proportional to cos(θ), the angle between sunlight and the panel, cos(θ) representing how aligned is sunlight to the solar panel. When sunlight hits the panel head-on (θ = 0°), cos(θ) = 1, and the panel produces maximum power. When the sun is at 60° from perpendicular, cos(60°) = 0.5, and the panel produces half its maximum power. When the sun is parallel to the panel (θ = 90°), cos(90°) = 0, and the panel produces zero power. Controllers calculate the best tilt and direction of the panel so that the sunlight falls as directly as possible on its surface for maximum electricity production.

In computer graphics, the brightness of any surface depends on the angle at which light hits it. When light falls directly, the surface appears bright and when it falls at an angle, it appears dimmer. Brightness is proportional to cos(θ), where θ is the angle between the light and the surface i.e. how aligned the surface is to light. Computers use this simple trigonometric idea to create realistic lighting and shadows in video games and animations.

Communication

A radio wave is an electromagnetic (EM) wave with electric and magnetic fields. Both these fields are at right angles to each other and oscillating and rise and fall together. When we represent a radio wave as a single sine wave, we are referring to the electric field’s oscillation in time because that is what an antenna detects and what a circuit processes. Our voice cannot travel long distances efficiently. So it needs a carrier which is a high frequency carrier wave. Modulation is the process of attaching a low frequency information signal (like voice) onto a high frequency carrier wave so that it can travel long distances through the air. Trigonometry is the language used to describe the carrier wave. In Amplitude Modulation (AM), the height of the sine wave is changed. Here trigonometry controls how tall the sine wave is at every moment. In Frequency Modulation (FM), the frequency of the sine wave is changed, that is, how rapidly the wave oscillates per second. The radio receiver reconstructs the original sound.

Inside mobile phones and cell towers, the signal is written as a combination of two carrier waves at the same frequency — one a sine, the other a cosine, separated by 90° in phase.  By adjusting amplitude and angle of these waves, the system can encode letters, images and videos into the radio signal. The same trigonometry used to encode information at the transmitter is also used to decode it at the receiver. So in communication, sine and cosine are both the language as well as translator. This is the foundation of every digital wireless system Similarly, trigonometry is used in  4G, 5G, Wi-Fi, Bluetooth, satellite communication, GPS.

An MRI machine sends powerful radio waves into the body while it is inside a strong magnetic field. While an MRI uses radio waves, a CT scan uses X-rays. A regular X-ray gives you a single flat shadow image, like the photo of a broken arm. A CT scan builds a complete 3D map of the inside of body using X-rays and trigonometry. Inside a CT scanner, an X-ray source rotates around the body in a circular path. The detectors on the opposite side measure how much of each X-ray beam passes through. Different tissues absorb X-rays differently. Each beam becomes weaker depending on what it passes through. The machine collects hundreds of such readings from beams fired at different angles as the source spins around the patient. Each reading is described using sine and cosine parts describing its orientation along x-axis and y-axis. Reconstruction of image is done by the computer algorithm when projections from hundreds of angles are added together.

When a space telescope looks at a star, it does not just see it but also measures the angle at which the light from that star enters the telescope. Because stars are so far away, even a microscopic pointing error means that the telescope is looking at completely the wrong patch of sky which is why the precision needs to be extreme. A highly sensitive detector inside the telescope detects whether the star’s image is slightly left, right, up, or down from the centre of the camera. The telescope must adjust to keep the star at the centre. For example, if the star appears a small angle to the left, the on-board computer calculates using trigonometry how far the telescope must turn so that its optical axis lines up exactly with the star. For ground based telescopes, the angles change slightly as the Earth rotates and stars appear to shift in the sky. Trigonometry keeps converting these small angle changes into precise corrections so that the telescope stays perfectly pointed at the target for hours or even days. 

Weather satellites use trigonometry too. A satellite high above the Earth knows the exact angle at which each tiny part of its camera’s view is pointing down. Using this angle and its own height above the ground, it works out using trigonometry exactly which patch of land or sea it is observing. So meteorologists can precisely locate a storm or cloud movement on a map. 

In space missions, when a spacecraft is flying through space, it does not have a definite laid out path like roads or rails. It moves very fast along a curved path because of gravity. In order to reach its target, it has to change that motion by firing its engines in a very precise direction. Before firing the engine, the spacecraft must rotate to the correct angle and point the engine in the exact desired direction. The onboard computer calculates how much push is needed forward, how much sideways and what angle will produce that combination. Here the sine and cosine come into picture to create the correct mix of forward and sideways motion. Even a small angle error can send the spacecraft thousands of kilometres off its course.

Leave a Reply

Discover more from Why Do We Study

Subscribe now to keep reading and get access to the full archive.

Continue reading