6.8 - Worked Examples with Engineering Applications
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Interactive Audio Lesson
Listen to a student-teacher conversation explaining the topic in a relatable way.
Beam Under Uniform Load
🔒 Unlock Audio Lesson
Sign up and enroll to listen to this audio lesson
Today, we're going to solve a problem involving a beam under uniform load using non-homogeneous differential equations. Can anyone remind me the general form of a fourth-order differential equation?
Is it something like d^4y/dx^4 = q/EI?
Yes! Exactly! And in this case, 'q' represents the uniform load per unit length, while 'EI' is the beam's flexural rigidity. To find the deflection, we integrate the equation four times. Can anyone tell me why we need to integrate it four times?
Because we have a fourth-order derivative, so we need four integrations to get the function itself?
Correct! Now, after integrating, we obtain constants that need to be determined using boundary conditions. Let's see if we can set up the integrations and identify these constants. What happens if we have fixed ends on the beam?
The boundary conditions will involve both the deflection and the slope being zero at those points.
Exactly! This leads to our final solution. Remember, identifying boundary conditions is crucial in engineering problems because they reflect real physical constraints.
To recap, we learned how to set up the differential equation for a beam under uniform load and how to use integration and boundary conditions to solve it.
Damped System with Forcing
🔒 Unlock Audio Lesson
Sign up and enroll to listen to this audio lesson
Next, let’s analyze a damped vibrating system represented by the equation m d²y/dt² + c dy/dt + ky = F cos(ωt). Why is this equation considered non-homogeneous?
Because of the F cos(ωt) term that represents an external forcing function.
Exactly! This forcing function affects the system's response. First, we solve the homogeneous part, which describes the system without external forces. What kind of behaviors can we expect from the homogeneous solution?
It shows us the natural response of the system, like oscillation patterns.
Absolutely! Now, after solving the homogeneous equation, we guess a particular integral. What should we remember when guessing this form?
We need to consider if the forcing function is of a certain form, like cosine or sine, and adjust accordingly.
Good point! If the frequency of the forcing function matches the natural frequency, it leads to resonance considerations. Let’s work through solving this complete equation, shall we?
To summarize, we approached a damped system by identifying the non-homogeneous nature of the equation and discussed how to solve it effectively.
Introduction & Overview
Read summaries of the section's main ideas at different levels of detail.
Quick Overview
Standard
This section provides specific worked examples showcasing how non-homogeneous differential equations are utilized in engineering applications. It covers the analysis of a beam under uniform load and a damped system with forcing, detailing the steps of solving the equations and the physical significance of the solutions.
Detailed
Worked Examples with Engineering Applications
In this section, we explore practical examples that demonstrate how non-homogeneous differential equations are applied in engineering tasks. Two key scenarios are examined:
1. Beam Under Uniform Load
This example discusses a beam subjected to a uniform load. The governing differential equation is given by:
$$ \frac{d^4y}{dx^4} = \frac{q}{EI} $$
where $EI$ is the flexural rigidity of the beam and $q$ is the uniform load per unit length. By integrating this equation four times, we outline the steps to determine the deflection of the beam under this load, emphasizing the importance of boundary conditions in solving for constants of integration.
2. Vibration of a Damped System with Forcing
The second example involves a non-homogeneous second-order ordinary differential equation representing a damped forced vibration system given by:
$$ m\frac{d^2y}{dt^2} + c\frac{dy}{dt} + ky = F \cos(\omega t) $$
Here, $m$, $c$, and $k$ represent the mass, damping coefficient, and spring constant respectively, while $F\cos(\omega t)$ is the forcing function. We detail the approach for solving the homogeneous equation and obtaining the particular integral (PI) based on the theory of undetermined coefficients or corresponding resonance forms.
Through these examples, we establish the foundational understanding required for civil and mechanical engineering applications involving non-homogeneous differential equations.
Youtube Videos
Audio Book
Dive deep into the subject with an immersive audiobook experience.
Beam Under Uniform Load
Chapter 1 of 2
🔒 Unlock Audio Chapter
Sign up and enroll to access the full audio experience
Chapter Content
Example 1: Beam Under Uniform Load
Given:
$$\frac{d^4y}{dx^4} = \frac{q_0}{EI}$$
Where:
- EI = flexural rigidity of the beam
- q_0 = uniform load per unit length
Solution:
Rewriting:
$$\frac{d^4y}{dx^4} = 0$$
Integrating four times:
$$\frac{d^3y}{dx^3} = \frac{q_0}{EI} x + C_1$$
$$\frac{d^2y}{dx^2} = \frac{q_0}{2EI} x^2 + C_1 x + C_2$$
$$\frac{dy}{dx} = \frac{q_0}{6EI} x^3 + C_1 x^2 + C_2 x + C_3$$
$$y(x) = \frac{q_0}{24EI} x^4 + \frac{C_1}{6} x^3 + \frac{C_2}{2} x^2 + C_3 x + C_4$$
Boundary conditions (e.g., at fixed ends) are used to determine C_1 to C_4.
Detailed Explanation
In this example, we have a beam that is under a uniform load. The governing differential equation is derived based on the physical principles of how beams respond to loads. We start with the fourth derivative of the deflection of the beam, which is directly proportional to the applied load and inversely proportional to the flexural rigidity (EI) of the beam. By rewriting the equation, we set it equal to zero and integrate four times to find the deflection equation. Each integration adds a constant of integration (C_1, C_2, C_3, C_4) because the solution to a differential equation includes these arbitrary constants. The specific values of these constants are determined by applying boundary conditions that correspond to the physical situation, such as points of fixed support on the beam.
Examples & Analogies
Imagine a hammock stretched between two trees. The way the hammock bends downwards under the weight of a person is similar to how a beam bends under a uniform load. Just as the hammock sags more in the middle with additional weight, our calculations help us understand how much a beam will flex and bend based on how much load it carries.
Vibration of a Damped System with Forcing
Chapter 2 of 2
🔒 Unlock Audio Chapter
Sign up and enroll to access the full audio experience
Chapter Content
Example 2: Vibration of a Damped System with Forcing
Given:
$$m\frac{d^2y}{dt^2} + c\frac{dy}{dt} + ky = F_0 \cos(\omega t)$$
This is a non-homogeneous second-order ODE representing a damped forced vibration.
- Solve the homogeneous equation:
$$mr^2 + cr + k = 0$$
- Based on discriminant, determine y_h
- Guess PI using undetermined coefficients (if \( \omega \neq \omega_0 \)) or resonance form (if \( \omega = \omega_0 \)).
This equation is foundational in seismic design, machine foundation modeling, and vibration control in structures.
Detailed Explanation
In the second example, we look at a system where a mass is attached to a spring and is subjected to a damping force, simulating conditions such as a building swaying in an earthquake. The equation describes how this mass will move over time when subjected to an external oscillating force (like vibrations from a machine or an earthquake). The equation includes terms that represent the mass, damping, and stiffness of the system. We first solve the homogeneous part of the equation to understand the natural behavior of the system. This involves determining the roots of the corresponding characteristic equation. Depending on the relationship between the forcing frequency (\( \omega \)) and the system's natural frequency (\( \omega_0 \)), we select different forms for the particular integral (PI) to capture the system's response accurately.
Examples & Analogies
Think of a swing being pushed in rhythm. The swing has a natural frequency at which it would move if it were not being pushed. If someone pushes the swing at the right moments (matching the swing's natural frequency), the back-and-forth motion becomes greater — this is analogous to resonance. But if the pushes are out of sync, the swing moves normally, illustrating the concept of forced vibrations. Understanding how to model these dynamics helps engineers design safer buildings that can withstand vibrations.
Key Concepts
-
Non-Homogeneous Differential Equations: These equations account for external forces acting on a system.
-
Particular Integral (PI): It represents the specific response to non-homogeneous terms in an equation.
-
Complementary Function (CF): It represents the natural response of the system without external forces.
Examples & Applications
Example 1: Solving for beam deflection under uniform load showcases integration of a fourth-order differential equation.
Example 2: Analyzing a damped system showcases the method of solving with forcing functions through undetermined coefficients.
Memory Aids
Interactive tools to help you remember key concepts
Rhymes
To find the PI, guess it right, for external forces, hold on tight!
Stories
Imagine a beam that bends under a heavy load, like a tree swaying in the wind, its deflection needs careful measure based on external forces.
Memory Tools
F.C. P.I. - Remember 'F.C.' for Complementary Function and 'P.I.' for Particular Integral when solving non-homogeneous equations.
Acronyms
B.E.A.M. - Boundary conditions, Equations, Analysis, and Methods for solving beam problems.
Flash Cards
Glossary
- NonHomogeneous Differential Equation
A differential equation that includes terms representing external forces or inputs, differing from a homogeneous equation which describes a system's natural response.
- Particular Integral (PI)
A specific solution to a non-homogeneous differential equation that accounts for external forces acting on the system.
- Complementary Function (CF)
The general solution of the corresponding homogeneous equation, reflecting the natural behavior of the system.
Reference links
Supplementary resources to enhance your learning experience.