elimination

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
1,537
Use systematic elimination to solve the given system.

dxdt+dydt=2x+2y+1\displaystyle \frac{dx}{dt} + \frac{dy}{dt} = 2x + 2y + 1

dxdt+2dydt=y+3\displaystyle \frac{dx}{dt} + 2\frac{dy}{dt} = y + 3
 
Use systematic elimination to solve the given system.

dxdt+dydt=2x+2y+1\displaystyle \frac{dx}{dt} + \frac{dy}{dt} = 2x + 2y + 1

dxdt+2dydt=y+3\displaystyle \frac{dx}{dt} + 2\frac{dy}{dt} = y + 3
show us your effort/s to solve this problem.
 
First step we change the differential operator from ddt\displaystyle \frac{d}{dt} to D\displaystyle D.

Dx+Dy=2x+2y+1\displaystyle Dx + Dy = 2x + 2y + 1

Dx+2Dy=y+3\displaystyle Dx + 2Dy = y + 3

Second step we simplify by combining like-term variables.

(D2)x+(D2)y=1\displaystyle (D - 2)x + (D - 2)y = 1

Dx+(2D1)y=3\displaystyle Dx + (2D - 1)y = 3

💪👹
 
To get rid of x\displaystyle x, we multiply (not normal multiplication) the first equation by D\displaystyle D and the second equation by (D2)\displaystyle -(D - 2). Then, we add the first and second equations together.

D(D2)x+D(D2)y=D(1)\displaystyle D(D - 2)x + D(D - 2)y = D(1)

(D2)Dx(D2)(2D1)y=(D2)(3)\displaystyle -(D - 2)Dx - (D - 2)(2D - 1)y = -(D - 2)(3)

After addition, we get:

D(D2)y(D2)(2D1)y=D(1)(D2)(3)\displaystyle D(D - 2)y - (D - 2)(2D - 1)y = D(1) - (D - 2)(3)

After we simplify we get:

(D22D)y(2D2D4D+2)y=D(1)D(3)+6\displaystyle (D^2 - 2D)y - (2D^2 - D - 4D + 2)y = D(1) - D(3) + 6

Now look at the right side and be careful as D(1)=d(1)dt=0\displaystyle D(1) = \frac{d(1)}{dt} = 0. (Derivative of a constant is zero.)

Then,

(D22D)y(2D2D4D+2)y=00+6\displaystyle (D^2 - 2D)y - (2D^2 - D - 4D + 2)y = 0 - 0 + 6

Let us simplify further.

(D22D)y(2D25D+2)y=6\displaystyle (D^2 - 2D)y - (2D^2 - 5D + 2)y = 6

(D2+3D2)y=6\displaystyle (-D^2 + 3D - 2)y = 6

(D23D+2)y=6\displaystyle (D^2 - 3D + 2)y = -6

This is just a nonhomogeneous ordinary second order differential equation. And you can write it as:

d2ydt23dydt+2y=6\displaystyle \frac{d^2y}{dt^2} - 3\frac{dy}{dt} + 2y = -6, if you want.

We already know how to solve this type of differential equations. We start by solving the homogeneous version of that equation which is:

(D23D+2)y=0\displaystyle (D^2 - 3D + 2)y = 0

And that will be our mission in the next post.

💪😈
 
Last edited:
Last time we got this homogeneous differential equation: (D23D+2)y=0\displaystyle (D^2 - 3D + 2)y = 0.

Let us find the roots of its characteristic equation.

r=(3)±(3)24(1)(2)2(1)=3±12\displaystyle r = \frac{-(-3) \pm \sqrt{(-3)^2 - 4(1)(2)}}{2(1)} = \frac{3 \pm 1}{2}

This means,

r1=2\displaystyle r_1 = 2
r2=1\displaystyle r_2 = 1

And the complementary solution of that differential equation is:

yc(t)=c1e2t+c2et\displaystyle y_c(t) = c_1e^{2t} + c_2e^{t}

In the next post, we will try to find a particular solution of the form:

yp(t)=A\displaystyle y_p(t) = A

where A\displaystyle A is a constant.
 
We have the nonhomogeneous differential equation (D23D+2)y=6\displaystyle (D^2 - 3D + 2)y = -6 and we want to find a particular solution of the form yp(t)=A\displaystyle y_p(t) = A.

We have:

Dyp=0\displaystyle D y_p = 0
D2yp=0\displaystyle D^2 y_p = 0

Then,

(03(0)+2)A=6\displaystyle (0 - 3(0) + 2)A = -6

A=3\displaystyle A = -3

And the general solution of y(t)\displaystyle y(t) is:

y(t)=yc(t)+yp(t)=c1e2t+c2et3\displaystyle y(t) = y_c(t) + y_p(t) = c_1e^{2t} + c_2e^{t} - 3
 
Let us go back to the system again.

(D2)x+(D2)y=1\displaystyle (D - 2)x + (D - 2)y = 1

Dx+(2D1)y=3\displaystyle Dx + (2D - 1)y = 3

Now we want to get rid of y\displaystyle y, so we multiply (not normal multiplication) the first equation by (2D1)\displaystyle (2D - 1) and the second equation by (D2)\displaystyle -(D - 2), then we add them together.

(2D1)(D2)x+(2D1)(D2)y=(2D1)(1)\displaystyle (2D - 1)(D - 2)x + (2D - 1)(D - 2)y = (2D - 1)(1)

(D2)Dx(D2)(2D1)y=(D2)(3)\displaystyle -(D - 2)Dx - (D - 2)(2D - 1)y = -(D - 2)(3)

After addition, we get:

(2D1)(D2)x(D2)Dx=(2D1)(1)(D2)(3)\displaystyle (2D - 1)(D - 2)x - (D - 2)Dx = (2D - 1)(1) - (D - 2)(3)

In the next post, we will try to simplify it further, and solve it.

💪🙁
 
Last time we got this:

(2D1)(D2)x(D2)Dx=(2D1)(1)(D2)(3)\displaystyle (2D - 1)(D - 2)x - (D - 2)Dx = (2D - 1)(1) - (D - 2)(3)

Let's simplify it.

(2D24DD+2)x(D22D)x=2D(1)1D(3)+6\displaystyle (2D^2 - 4D - D + 2)x - (D^2 - 2D)x = 2D(1) - 1 - D(3) + 6

(2D25D+2)x(D22D)x=2(0)10+6\displaystyle (2D^2 - 5D + 2)x - (D^2 - 2D)x = 2(0) - 1 - 0 + 6

(D23D+2)x=5\displaystyle (D^2 - 3D + 2)x = 5

This is just a nonhomogeneous ordinary second order differential equation. And we know how to solve it💪😁
 
Top