Introduction to Second Order Differential Equations by masterwu

View this thread on steempeak.com
· @masterwu · (edited)
$6.25
Introduction to Second Order Differential Equations
Let's take a dive into the fascinating world of Second Order Differential equations. These have very important applications in engineering, and you'll see them repeatedly in the modelling of electrical signals and mechanical vibrations.

<center>https://upload.wikimedia.org/wikipedia/commons/8/8d/Chladni_plate_18.jpg<br/>Figure 1. <em>Chladni's Experiment. Pattern formed by sand in response to the vibration of the plate it is placed on.</em><br/><em><a href="https://commons.wikimedia.org/wiki/File%3AChladni_plate_18.jpg">Image source: Wikimedia Commons</a></em></center>

Generally, a homogeneous, linear, Second Order Differential equation has the form...

<center>![n1.png](https://steemitimages.com/DQmV724K6gbkpds4tsJMCbV3NnrcgrmriraARQ1Nu5egSVT/n1.png)</center>

...where <em>y</em>(<em>x</em>) is a (at least) twice differentiable, unknown function on any open interval.

Equation (1) homogeneous by virtue of the equation equalling 0. If the right hand side of the equation was a non-zero function (including constants), then the equation would be considered <strong>non-homogeneous</strong>.

Equation (1) has an infinite number of solutions, which can be expressed in the form of a general solution.

But more pertinently, the general solution should be expressed as a linear combination of <em>all</em> <strong>linearly independent</strong> solutions. I know that sounds like gibberish, so let me explain...

For example...

For equation (1), if we make the functions <em>P</em>(<em>x</em>) and <em>R</em>(<em>x</em>) equal to 1, and the function <em>Q</em>(<em>x</em>) equal to 0, then we have...

<center>![n2.png](https://steemitimages.com/DQmWKvDRnDG42vKK6a4KB3EESrxyS3kjH4H2AMv9ihqZJsC/n2.png)</center>

You might notice that a possible solution to equation (2) is <em>y</em> = cos(<em>x</em>), since...

<center>![n3.png](https://steemitimages.com/DQmX1z2wZGzNb1jcUNF9UMYEcap1FX5Ryt9HChVY1mzNj7z/n3.png)</center>

But equally, <em>y</em> = sin(<em>x</em>) is also a possible solution as you can verify for yourself. Therefore, if we add the two solutions, we can still satisfy equation (2).

Thus...

<center>![n4.png](https://steemitimages.com/DQmd9pJAYt5pY2LZMiv1xiw73HCPp4KUCCnec7c6hgkGgis/n4.png)</center>

...is also a solution of (2). This is called the <strong>principle of superposition</strong>.

But, we can be more general still, because multiples of cos(<em>x</em>) and sin(<em>x</em>) can also be solutions. So the most general form of the solution to equation (2) is...

<center>![n5.png](https://steemitimages.com/DQmNvNHr3VMnPd5e9vEBHsafZXRspVhZHWsny6Lvs1MrC4K/n5.png)</center>

...where <em>A</em> and <em>B</em> are arbitrary constants.

Now, ![n6.png](https://steemitimages.com/DQmRQhLjuxpcSmhb8sw4TisrRKi4ozdRGAfd8RCLjQWAQWZ/n6.png) and ![n7.png](https://steemitimages.com/DQmPNGGiZZi64Yah3LAk2fAEFXAJe9T6mnSQJLEChTmEr4M/n7.png) are <strong>linearly independent</strong> functions because one cannot be expressed as a constant multiple of another, or in other words, they are not proportional to each other.

<h2>Finding solutions</h2>

It's generally not that easy to find particular solutions to equation (1). A lot of times, we'll have to resort to complex, creative analytical methods. Sometimes, we'll require numerical methods to approximate solutions.

For now, let's focus on simpler equations that we can solve. If we let <em>P</em>(<em>x</em>) = <em>a</em>, <em>Q</em>(<em>x</em>) = <em>b</em> and <em>R</em>(<em>x</em>) = <em>c</em> such that they're all constants, then equation (1) becomes...

<center>![n7.png](https://steemitimages.com/DQmUt4PJF1uZaY2wjA3osB6Hr1LF1NfpBN3JzderXoC2d5t/n7.png)</center>

In all of my posts on First-Order, linear differential equations, all solutions involved an exponential function. So it's reasonable to assume that an exponential function would for the basis for the solutions to Second-Order equations as well.

So let's try ![n8.png](https://steemitimages.com/DQmVwN5jvcLVLn3cwWNoFDZyPq31zzrbyBBVHUE8vAFThcv/n8.png), because the second and first derivative of this function are constant multiples of itself. So substituting this into equation (3), we get...

<center>![n9.png](https://steemitimages.com/DQmQuPn3Qc7yFypXcy23yxzgG9wBmnZmBb1Y5ARwvSpAzuZ/n9.png)</center>

Equation (4) is called the <strong>characteristic equation</strong> or the <strong>auxiliary equation</strong>. Being a quadratic equation, we can find the roots using the quadratic formula...

<center>![n10.png](https://steemitimages.com/DQmP7DD11SYDMrRc1J9rLmhED6CfB9udGRzA3BPCpjP15tB/n10.png)</center>

...and thus possible solutions to equation (3) are ![n11.png](https://steemitimages.com/DQmXSkJ8A2aVHU7joF8PMTPQPhCfuDeQYXFxiZjxgKCDBKF/n11.png) and ![n12.png](https://steemitimages.com/DQmaeQ6Y6ofPjF3sHBfyTuV7Wxc3efCUL7xpogK5EMiCpR3/n12.png)

Using the principle of superposition, the general solution for equation (3) is...

<center>![n13.png](https://steemitimages.com/DQmRT4BR5s2UkX7bZcwPCtRAeQUfWAYS2Nnb3b8XvjGUMuG/n13.png)</center>

<h2>Particular solutions</h2>

Inasmuch as the particular solution to a First Order Differential equation relies on having to satisfy an initial condition, the particular solution to a Second Order Differential equation relies on satisfying 2 initial conditions, because we have 2 unknown constants in <em>A</em> and <em>B</em>.

Say the initial conditions are...

<center>![n14.png](https://steemitimages.com/DQmRi39tv8swhhxjiHELKZL1XumDqx7gwmmoRwL2TaM9yxG/n14.png)</center>

Applying these initial conditions to equation (5), we get...

<center>![n15.png](https://steemitimages.com/DQmXeJKuipGeAWo5kZJuh4ed1enATzV7U1mNoxbohXDESsJ/n15.png)</center>

Solving equations (6) and (7), we get the particular solution...

<center>![n16.png](https://steemitimages.com/DQmV47Na46TpKatNkwyKntzFDGHJG1QKLSZbPsd7xZBumaJ/n16.png)</center>

So we've derived the particular solution of equation (3) mathematically. However, what the limitation of leaving the solution in this form is it is difficult to understand its behavior or its the physical characteristics it is modelling. We'll delve into that on the next post...

<hr/>

<h2>First Order Differential Equations</h2>

<ol>
<li><a href="https://steemit.com/steemiteducation/@masterwu/introduction-to-differential-equations">Introduction to Differential Equations - Part 1</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/differential-equations-order-and-linearity">Differential Equations: Order and Linearity</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/first-order-differential-equations-with-separable-variables-example-1">First-Order Differential Equations with Separable Variables - Example 1</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/first-order-differential-equations-with-separable-variables-example-2">Separable Differential Equations - Example 2</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/modelling-exponential-growth-of-bacteria-with-dy-dx-ky">Modelling Exponential Growth of Bacteria with dy/dx = ky</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/modelling-the-decay-of-nuclear-medicine-with-dy-dx-ky">Modelling the Decay of Nuclear Medicine with dy/dx = -ky</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/modelling-the-discharge-of-a-capacitor-with-dy-dx-ky">Exponential Decay: The mathematics behind your Camping Torch with dy/dx = -ky</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/mixing-salt-and-water-with-separable-differential-equations">Mixing Salt &amp; Water with Separable Differential Equations</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/how-newton-s-law-of-cooling-cools-your-champagne">How Newton's Law of Cooling cools your Champagne</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/the-logistic-model-for-population-growth">The Logistic Model for Population Growth</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/predicting-world-population-growth-with-the-logistic-model-part-1">Predicting World Population Growth with the Logistic Model - Part 1</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/predicting-world-population-growth-with-the-logistic-model-part-2">Predicting World Population Growth with the Logistic Model - Part 2</a></li>
<li><a href="https://steemit.com/steemstem/@masterwu/what-s-faster-going-up-or-coming-down">What's faster? Going up or Coming Down?</a></li>
</ol>

<h2>First order Non-linear Differential Equations</h2>

<ol>
<li><a href="https://steemit.com/steemiteducation/@masterwu/there-s-a-hole-in-my-bucket-let-s-turn-it-into-a-cool-math-problem">There's a hole in my bucket! Let's turn it into a cool Math problem!</a></li>
<li><a href="https://steemit.com/steemiteducation/@masterwu/the-calculus-of-hot-chocolate-pouring">The Calculus of Hot Chocolate Pouring!</a></li>
<li><a href="https://steemit.com/steemstem/@masterwu/foxes-hunting-bunnies-population-modelling-with-the-predator-prey-equations">Foxes hunting Bunnies: Population Modelling with the Predator-Prey Equations</a></li>
</ol>

<h2>Second Order Differential Equations</h2>

<ol>
<li>Introduction to Second Order Differential Equations</li>
</ol>

<hr/>

Please give me an <strong>Upvote</strong> and <strong>Resteem</strong> if you have found this tutorial helpful.

Please ask me a maths question by commenting below and I will try to help you in future posts.

I would really appreciate any small donation which will help me to help more math students of the world.

Tip me some DogeCoin: A4f3URZSWDoJCkWhVttbR3RjGHRSuLpaP3<br/>
Tip me at PayPal: https://paypal.me/MasterWu
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 56 others
properties (23)
post_id37,779,323
authormasterwu
permlinkintroduction-to-second-order-differential-equations
categorysteemstem
json_metadata"{"app": "steemit/0.1", "format": "markdown", "links": ["https://commons.wikimedia.org/wiki/File%3AChladni_plate_18.jpg", "https://steemit.com/steemiteducation/@masterwu/introduction-to-differential-equations", "https://steemit.com/steemiteducation/@masterwu/differential-equations-order-and-linearity", "https://steemit.com/steemiteducation/@masterwu/first-order-differential-equations-with-separable-variables-example-1", "https://steemit.com/steemiteducation/@masterwu/first-order-differential-equations-with-separable-variables-example-2", "https://steemit.com/steemiteducation/@masterwu/modelling-exponential-growth-of-bacteria-with-dy-dx-ky", "https://steemit.com/steemiteducation/@masterwu/modelling-the-decay-of-nuclear-medicine-with-dy-dx-ky", "https://steemit.com/steemiteducation/@masterwu/modelling-the-discharge-of-a-capacitor-with-dy-dx-ky", "https://steemit.com/steemiteducation/@masterwu/mixing-salt-and-water-with-separable-differential-equations", "https://steemit.com/steemiteducation/@masterwu/how-newton-s-law-of-cooling-cools-your-champagne", "https://steemit.com/steemiteducation/@masterwu/the-logistic-model-for-population-growth", "https://steemit.com/steemiteducation/@masterwu/predicting-world-population-growth-with-the-logistic-model-part-1", "https://steemit.com/steemiteducation/@masterwu/predicting-world-population-growth-with-the-logistic-model-part-2", "https://steemit.com/steemstem/@masterwu/what-s-faster-going-up-or-coming-down", "https://steemit.com/steemiteducation/@masterwu/there-s-a-hole-in-my-bucket-let-s-turn-it-into-a-cool-math-problem", "https://steemit.com/steemiteducation/@masterwu/the-calculus-of-hot-chocolate-pouring", "https://steemit.com/steemstem/@masterwu/foxes-hunting-bunnies-population-modelling-with-the-predator-prey-equations", "https://paypal.me/MasterWu"], "image": ["https://upload.wikimedia.org/wikipedia/commons/8/8d/Chladni_plate_18.jpg"], "tags": ["steemstem", "steemiteducation", "mathematics", "calculus", "teamaustralia"]}"
created2018-03-10 07:59:30
last_update2018-03-10 08:10:45
depth0
children0
net_rshares1,850,606,360,137
last_payout2018-03-17 07:59:30
cashout_time1969-12-31 23:59:59
total_payout_value4.894 SBD
curator_payout_value1.355 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9,702
author_reputation6,374,475,326,421
root_title"Introduction to Second Order Differential Equations"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (120)