I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com

Valid RSS

(追記) (追記ここまで)
MathsCalculusDifferential

Linear with Constant Coefficient

A guide to linear equations of second and higher degrees
+ View other versions (2)

Definition

The Equations in this section are of the form:
P_0,円\frac{d^ny}{dx^n} + P_1,円\frac{d^{n-1}y}{dx^{n-1}}\;+........+\;P_{n-1}\frac{dy}{dx} + P_ny = f(x)
where \inline f(x) is a function of x but all of the \inline P's are Constants. These equations are of the utmost importance in the study of vibrations of all kinds(Mechanics; Acoustics and Electrical). The methods given are chiefly due to Euler and D'Alembert.

Equation Of The First Order

If \inline n - 1 and \inline f(x) = 0 equation (2) becomes
P_o\;\frac{dy}{dx} + P_1\;y = 0
Therefore
P_0\;\frac{dy}{y}\;+ P_1\;dx = 0
Integrating
P_o\;ln,円y + P_1\;x = Constant
Therefore
ln,円y\;= - \frac{P_1\;x}{P_0} + Constant
Let the Constant equal \inline ln A Thus
ln,円y\;= - \frac{P_1\;x}{P_0} + ln,円A

Therefore \inline \displaystyle y = A\;e^{- \frac {P_1,円x}{P_0} is the general solution for the first order differential equation .

Equations Of The Second Order

If \inline n = 2 and \inline f(x) = 0 Equation (2) can now be written as: \inline \displaystyle y = A\;e^{\alpha x}\;\;\;and\;\;\;y = B\;e^{\beta x}
P_0\;\frac{d^2y}{dx^2} + P_1\;\frac{dy}{dx} + P_2\;y = 0
The solution to equation (3) suggests that \inline \displaystyle y = A\;e^{mx} where m is some constant may satisfy equation (4). With this value for \inline y equation (4) reduces to:
A,円e^{mx}\.(P_0m^2 + P_1m + P_2) = 0
Thus if \inline m is a root of:
(P_0m^2 + P_1m + P_2) = 0
\inline \displaystyle y = A\;e^{mx} is a solution of equation (4) whatever the value of A Let the roots of equation (5) be \inline \alpha and \inline \beta.
If the roots are unequal we will have two solutions to equation (4) namely \inline y = A\;e^{\alpha x} and \inline y = B\;e^{\beta x}
Then the general solution will be \inline y = A\;e^{\alpha x} + B\;e^{\beta x} If the roots are equal we will also have two solutions to equation (4) namely \inline y = A\;e^{\alpha x} and \inline y = x\;e^{\alpha x}
Then the general solution will be \inline y = A\;e^{\alpha x} + B\;xe^{\alpha x}
Equation (5) is called the "Auxiliary Equation"
As an example, to solve
2,円\frac{d^2y}{dx^2} + 5\frac{dy}{dx} + 2y = 0\;\;\;\;\;try\;\;y = Ae^{mx}\f$ as a trial solution.
Therefore
A,円e^mx{(2m^2 + 5m + 2)} = 0
This equation is satisfied by \inline m = -2 or \inline - 1/2 The General Solution is therefore given by:
y = A,円e^{-2x} + B,円e^{-\frac{1}{2}x}

Modifications When The Auxiliary Equation Has Imaginary Or Complex Roots

When the auxiliary equation (5) has roots of the form \inline (p + iq) and \inline (p - iq) where
i = \sqrt{-1}
it is best to modify the solution
y = A,円e^{(p+iq)x} + Be^{(p-iq)x}
so that it does not contain imaginary quantities.. To do this use the following trigonometrical identities:
e^{iqx} = cos,円qx\;+i,円sin\;qx
e^{-iqx} = cos,円qx\;-i,円sin\;qx
Thus equation (6) becomes
y = e^{px}\left(A\;(cos\;qx + i\;sin\;qx) + B(cos\;qx - i\;sin\;qx) \right)
Writing \inline E for \inline (A + B) and \inline F for \inline i(A - B)
y = e^{px}\left(E\;cos\;qx + F\;sin\;qx \right)
\inline E and \inline F are arbitrary constants as were \inline A and \inline B. It might look as if F must be imaginary but this is not necessarily so . Thus if \inline A = 1 + 2i and \inline B = 1 - 2i then \inline E = 2 and \inline F = -4.
Example:
Example - Second degree equation
Problem
Workings
From this the auxiliary equation is: and the roots are The solution can be written as;-
Solution
or in a more useful form: Or Where So that

The Extension To Orders Higher Than The Second

The methods discussed in this section apply to equation (2) whatever the value of n provided that \inline f(x) = 0
Example:
Example - Third degree equation
Problem
Workings
The Auxiliary Equation is:
Solution
Thus m = 1, 2, or 3 Therefore

The Complementary Function And The Particular Integral

So far we have only dealt with examples where the \inline f(x) of equation (2) has been zero. It will now be shown that the relation between the solution of the equation when \inline f(x) is not zero and the solution of a simpler equation derived from it by replacing \inline f(x) by zero. Consider the equation:
2,円\frac{d^2y}{dx^2} + 5,円\frac{dy}{dx} + 2y = 5 + 2x
By inspection it can be seen that y = x is one solution. Such a solution containing no arbitrary constants is called a Particular Integral Now substitute \inline y = (x + v) in the equation which becomes:
2,円\frac{d^2v}{dx^2} + 5,円\left(1 + \frac{dv}{dx} \right) + 2(x + v) = 5 + 2x
2,円\frac{d^2v}{dx^2} + 5,円\frac{dv}{dx} + 2\;v = 0
From this it can be shown that :
v = A,円e^{-2x} + B,円e^{-\frac{1}{2}x}
Note
The general solution of a linear differential equation with constant coefficients is the sum of a Particular Integral and the Complementary Function, the latter being the solution of the equation obtained by substituting zero for the function of x occurring.
The terms containing the arbitrary constants are called the Complementary Function This can be expressed in a general form. If \inline y = u is a particular integral of :
P_0,円\frac{d^ny}{dx^n} + P_1,円\frac{d^{n,円-,1円}y}{dx^{n,円-,1円}} + .......P_{n,円-,1円}\frac{dy}{dx} + P_n,円y = f(x)}
So that:
P_0,円\frac{d^nu}{dx^n} + P_1,円\frac{d^{n,円-,1円}u}{dx^{n,円-,1円}} + .......P_{n,円-,1円}\frac{du}{dx} + P_n,円u = f(x)}
Putting \inline y = u + v in equation (7) and subtracting equation (8) gives:
P_0,円\frac{d^nu}{dx^n} + P_1\frac{d^{n,円-,1円}v}{dx^{n,円-,1円}} + .......+\;P_{n,円-,1円}\;\frac{dv}{dx} + p_n,円v = 0
If the solution to this equation is \inline v = F(x) contains n arbitrary constants then the general solution to equation (7) is :
y = u + F(x)
and \inline F(x) is called the Complementary Function.
Last Modified: 31 Dec 11 @ 00:39 Page Rendered: 2023年01月22日 22:34:10
(追記) (追記ここまで)

AltStyle によって変換されたページ (->オリジナル) /