MHB Example of systems of the differential linear equations

cbarker1
Gold Member
MHB
Messages
345
Reaction score
23
Dear Everybody,

I have a question about an example:
"Solve the system:

$x'(t)=3x(t)-4y(t)+1$
$y'(t)=4x(t)-7y(t)+10t$

We write the system using the operator notation:

$(D-3)[x]+4y=1$
$-4x+(D+7)[y]=10t$

We can eliminate x from this system by adding 4 times the first equation to $(D-3)$ applied to the equation. This gives
$(16+(D-3)(D+7))[y]=4*1+(D-3)[10t]=14-30t$"

How does this step work: "We can eliminate x from this system by adding 4 times the first equation to $(D-3)$ applied to the equation."

Thanks
Cbarker1
 
Physics news on Phys.org
Cbarker1 said:
Dear Everybody,

I have a question about an example:
"Solve the system:

$x'(t)=3x(t)-4y(t)+1$
$y'(t)=4x(t)-7y(t)+10t$

We write the system using the operator notation:

$(D-3)[x]+4y=1$
$-4x+(D+7)[y]=10t$

We can eliminate x from this system by adding 4 times the first equation to $(D-3)$ applied to the equation. This gives
$(16+(D-3)(D+7))[y]=4*1+(D-3)[10t]=14-30t$"

How does this step work: "We can eliminate x from this system by adding 4 times the first equation to $(D-3)$ applied to the equation."

Thanks
Cbarker1

Hi Cbarker1,

Let's break it up into smaller steps.
We multiply the first equation by 4.
And we apply $(D-3)$ to the second equation:

$4(D-3)[x]+16y=4*1$
$-4(D-3)[x]+(D-3)(D+7)[y]=(D-3)[10t]$

Now we add them together:

$16y+(D-3)(D+7)[y]=4*1+(D-3)[10t]$

And from here we find the given expression.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top