whalebeings.com

# Exploring Finite Approximations: Mathematics in Engineering Design

Written on

Understanding Finite Approximations

Have you ever wondered how modern aircraft, like the Boeing 747, are designed to remain airborne? The complexity of crafting such sophisticated machines far surpasses the simpler designs of the Wright brothers. A key challenge lies in conceptualizing the wings so they withstand the forces acting upon them during flight. Engineers do not rely solely on trial and error, as this would be prohibitively expensive. Instead, they utilize computer simulations to create and test the components of the aircraft in a virtual environment. This article delves into the processes behind these simulations.

Computer simulation of an Airbus A380

In the context of aviation, these simulations are known as Computational Fluid Dynamics (CFD). Many software solvers exist to facilitate such analyses. Regardless of the solver used, they all share two foundational elements: they address partial differential equations and rely on finite approximations.

To grasp the concept of finite approximations, we must dissect the term. “Finite” refers to working with minute segments of a larger whole. By zooming in on a vast entity, we can simplify its complexities; for instance, while the Earth is spherical, the ground beneath our feet appears flat. This linear perspective is easier to represent mathematically. In essence, finite approximations are mathematical algorithms that define minuscule segments of a physical process or structure. By compiling numerous finite “elements,” we aim to accurately model the real-world phenomena.

In this discussion, we will explore three widely used finite methods: The Finite Difference Method, The Finite Volume Technique, and The Finite Element Method. Each of these approaches has its unique advantages and limitations, starting with the Finite Difference Method.

Finite Difference Method Overview

When examining a particular physical process, such as electron movement, we can apply the finite difference method by partitioning our domain into numerous points, forming a grid.

Grid representation for finite difference application

To simplify, let’s consider a one-dimensional problem where each point represents data relevant to our physical model. By indexing these points with the letter ‘i,’ we can establish a reference point and calculate the backward difference as follows:

Backward difference calculation

Next, we can derive the forward difference:

Forward difference calculation

Lastly, we can compute the central difference:

Central difference calculation

This process employs two points, subtracting one value from another and dividing by the distance separating them. The accuracy of our results hinges on how closely spaced these points are, presenting a challenge inherent in finite approximations.

You may be wondering, "What distinguishes the different difference methods?" Depending on the physical problem at hand, one method may exhibit greater stability, which is crucial for time-dependent simulations. Although the finite difference approach seems straightforward, it encounters limitations when addressing complex geometries, such as circular domains.

Challenges of finite difference in circular domains

This is where the Finite Element Method (FEM) becomes beneficial.

Finite Element Method

Unlike the finite difference method, which relies on discrete points, the Finite Element Method employs finite elements for analysis. To illustrate, let’s focus on a circular domain where finite difference struggles. By using triangular elements, the FEM can represent the same domain more accurately.

Triangular elements in finite element method

Each triangular element comprises nodes that hold the values representing our physical problem. However, managing these nodes introduces complexity. Each element shares nodes with adjacent elements, ensuring continuity.

Shared nodes between finite elements

Computing these nodes is more challenging than in the finite difference method, warranting a deeper exploration in future discussions. Nonetheless, the FEM excels at modeling intricate geometries, albeit at the cost of increased computational demands.

Finite Volume Technique

The Finite Volume Technique is employed when addressing problems related to the flow of mediums, such as the conservation of mass and energy. This approach divides the physical problem into small volumes, aiming to determine the flux within each volume to collectively represent the system's behavior.

Discretized domain using finite volume technique

While this method offers robust solutions, it often involves complex integrals, making it one of the most challenging techniques. My current research, involving the Discontinuous Galerkin method, merges FEM principles with numerical fluxes from the Finite Volume Scheme. Further details will be covered in future posts, so stay tuned.

The first video, titled "Finite Difference Approximations," provides insights into these methods and their applications in engineering design.

The second video, "Estimating Area with Riemann Sums Finite Rectangles Calculus 1 AB," offers a foundational understanding of Riemann sums, relevant for understanding finite approximations.

Thank you for exploring this topic with me. If you found this information valuable, consider subscribing to my newsletter, "The Creative Engineer," or following my work for more insights into engineering and mathematics. Your feedback is welcome, so feel free to reach out with any questions or comments!

Share the page:

Twitter Facebook Reddit LinkIn

-----------------------

Recent Post:

The Surprising Benefits of Decanting Red Wine You Should Know

Discover the science behind decanting red wine and its benefits, including improved taste and aroma, as well as which wines to decant.

Finding Clarity: Navigating Life's Uncertainties with Purpose

Discover how to embrace life's uncertainties and find your true path without the pressure of knowing every step ahead.

Empowering Your Voice: Navigate Manipulation with Confidence

Discover essential steps to recognize and address manipulation, reclaim your voice, and foster healthier interactions.

# Future Careers in the Metaverse: Jobs to Watch by 2030

Explore potential careers in the Metaverse, including essential roles and paths to enter this emerging field.

Exploring the Proximity of Black Holes: A Cosmic Journey

Delve into the intriguing discoveries about the nearest black holes to Earth and their fascinating characteristics.

Unlocking Your Potential: Transforming Laziness into Action

Discover how to overcome laziness and enhance self-awareness through practical self-improvement strategies.

Exploring Fluoride's Effects on Maternal and Child Health

Investigating the potential risks of fluoride exposure during pregnancy and its impact on child neurodevelopment.

Unlocking Your Potential: Overcoming Obstacles to Achieve Goals

Discover why you're struggling to achieve your goals and how to shift your focus for better results.