A calculus problem by Rocco Dalto

Calculus Level 4

{ d x d t = 3 x + 4 y + 2 z d y d t = 6 x 7 y 6 z d z d t = 8 x + 8 y + 9 z \begin{cases} \dfrac{dx}{dt} = 3x + 4y + 2z \\ \dfrac{dy}{dt} = -6x - 7y - 6z \\ \dfrac{dz}{dt} = 8x + 8y + 9z \end{cases}

The general solution to the above differential system is as follows:

{ x ( t ) = c 1 x 1 ( t ) + c 2 x 2 ( t ) + c 3 x 3 ( t ) y ( t ) = c 1 y 1 ( t ) + c 2 y 2 ( t ) + c 3 y 3 ( t ) z ( t ) = c 1 z 1 ( t ) + c 2 z 2 ( t ) + c 3 z 3 ( t ) \begin{cases} x(t) = c_{1}x_{1}(t) + c_{2}x_{2}(t) + c_{3}x_{3}(t) \\ y(t) = c_{1}y_{1}(t) + c_{2} y_{2}(t) + c_{3}y_{3}(t) \\ z(t) = c_{1}z_{1}(t) + c_{2}z_{2}(t) + c_{3}z_{3}(t) \end{cases} where x j ( t ) y j ( t ) z j ( t ) = A j B j C j e λ j t \begin{vmatrix}{x_{j}(t)} \\{y_{j}(t)} \\ {z_{j}(t)} \\ \end{vmatrix} = \begin{vmatrix}{A_{j}} \\{B_{j}} \\ {C_{j}} \\ \end{vmatrix} * e^{\lambda_{j} t}

for ( 1 < = j < = 3 ) (1 <= j <= 3) .

If C 1 = 2 , C 2 = 1 , B 3 = 1 C_{1} = -2, \: C_{2} = 1, \: B_{3} = 1 and x ( 0 ) = 0 x(0) = 0 , y ( 0 ) = 2 y(0) = 2 , and z ( 0 ) = 3 z(0) = 3 . Find c 1 + c 2 + c 3 c_{1} + c_{2} + c_{3} .


The answer is -5.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Rocco Dalto
May 10, 2017

Let x ( t ) = A e λ t x(t) = A * e^{\lambda t} y ( t ) = B e λ t y(t) = B * e^{\lambda t} z ( t ) = C e λ t z(t) = C * e^{\lambda t}

d x d t = λ A e λ t , d y d t = λ B e λ t , d x d t = λ C e λ t \implies \dfrac{dx}{dt} = \lambda * A * e^{\lambda t}, \: \dfrac{dy}{dt} = \lambda * B * e^{\lambda t}, \: \dfrac{dx}{dt} = \lambda * C * e^{\lambda t}

Replacing the above in the differential system we obtain the system:

[ 3 λ 4 2 6 7 λ 6 8 8 9 λ ] A B C = 0 0 0 \begin{bmatrix}{3 - \lambda} && {4} && {2}\\ {-6} && {-7 - \lambda} && {-6}\\ {8} && {8} && {9 - \lambda} \end{bmatrix} * \begin{vmatrix}{A} \\{B} \\ {C} \\ \end{vmatrix} = \begin{vmatrix}{0} \\{0} \\ {0} \\ \end{vmatrix}

We want a nontrivial solution so let det ( [ 3 λ 4 2 6 7 λ 6 8 8 9 λ ] ) = 0 \det(\begin{bmatrix}{3 - \lambda} && {4} && {2}\\ {-6} && {-7 - \lambda} && {-6}\\ {8} && {8} && {9 - \lambda} \end{bmatrix}) = 0

\implies

( λ 5 ) ( λ 1 ) ( λ + 1 ) = 0 λ = 5 , λ = 1 , λ = 1 , (\lambda - 5) * (\lambda - 1) * (\lambda + 1) = 0 \implies \lambda = 5, \: \lambda = 1, \: \lambda = -1,

For λ = 5 \lambda = 5 we obtain the system:

[ 2 4 2 0 6 12 6 0 8 8 4 0 ] \left[ \begin{array}{ccc|c} -2 & 4 & 2 & 0\\ -6 & -12 & -6 & 0\\ 8 & 8 & 4 & 0 \\ \ \end{array} \right]

Using row operations we obtain:

A 1 = 0 A_{1} = 0 , B 1 + 1 2 C 1 = 0 B_{1} + \dfrac{1}{2} * C_{1} = 0

Letting C 1 = 2 B 1 = 1 C_{1} = -2 \implies B_{1} = 1 \implies

x 1 ( t ) = 0 x_{1}(t) = 0 y 1 ( t ) = e 5 t y_{1}(t) = e^{5t} z 1 ( t ) = 2 e 5 t z_{1}(t) = -2 * e^{5t}

For λ = 1 \lambda = 1 we obtain the system:

[ 2 4 2 0 6 8 6 0 8 8 8 0 ] \left[ \begin{array}{ccc|c} 2 & 4 & 2 & 0\\ -6 & -8 & -6 & 0\\ 8 & 8 & 8 & 0 \\ \ \end{array} \right]

Using row operations we obtain:

A 2 + C 2 = 0 A_{2} + C_{2} = 0 B 2 = 0 B_{2} = 0

Letting C 2 = 1 A 2 = 1 C _{2}= 1 \implies A_{2} = -1 and B 2 = 0 B_{2} = 0 \implies

x 2 ( t ) = e t x_{2}(t) = -e^{t} y 2 ( t ) = 0 y_{2}(t) = 0 z 2 ( t ) = e t z_{2}(t) = e^{t}

For λ = 1 \lambda = -1 we obtain the system:

[ 4 4 2 0 6 6 6 0 8 8 10 0 ] \left[ \begin{array}{ccc|c} 4 & 4 & 2 & 0\\ -6 & -6 & -6 & 0\\ 8 & -8 & 10 & 0 \\ \ \end{array} \right]

Using row operations we obtain:

A 3 + B 3 = 0 A_{3} + B_{3} = 0 C 3 = 0 C_{3} = 0

Letting B 3 = 1 A 3 = 1 B_{3} = 1 \implies A_{3} = -1 and C 3 = 0 C_{3} = 0 \implies

x 3 ( t ) = e t x_{3}(t) = -e^{-t} y 3 ( t ) = e t y_{3}(t) = e^{-t} z 3 ( t ) = 0 z_{3}(t) = 0

\implies

x ( t ) = c 2 e t c 3 e t x(t) = -c_{2} * e^{t} - c_{3} * e^{-t} y ( t ) = c 1 e 5 t + c 3 e t y(t) = c_{1} * e^{5t} + c_{3} * e^{-t} z ( t ) = 2 c 1 e 5 t + c 2 e t z(t) = -2 * c_{1} * e^{5t} + c_{2} e^{t}

x ( 0 ) = 0 , y ( 0 ) = 2 , z ( 0 ) = 3 x(0) = 0, y(0) = 2, z(0) = 3 \implies

c 2 c 3 = 0 -c_{2} - c_{3} = 0 c 1 + c 3 = 2 c_{1} + c_{3} = 2 2 c 1 + c 2 = 3 -2 * c_{1} + c_{2} = 3

c 3 = c 2 c_{3} = -c_{2} \implies

c 1 c 2 = 2 c_{1} - c_{2} = 2 2 c 1 + c 2 = 3 -2 * c_{1} + c_{2} = 3 .

c 1 = 5 , c 2 = 7 c 3 = 7 \implies c_{1} = -5, \: c_{2} = -7 \implies \: c_{3} = 7 \implies

c 1 + c 2 + c 3 = 5 c_{1} + c_{2} + c_{3} = \boxed{-5} .

We can even solve using Laplace transform.

Indraneel Mukhopadhyaya - 4 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...