Substitution/Elimination to find General Solution | System of ODE's

Click For Summary

Homework Help Overview

The problem involves a system of ordinary differential equations (ODEs) defined by the equations dx/dt = 3x - y + 2t^2 and dy/dt = 4x - 2y - 8t^2. Participants are tasked with finding the general solution using substitution or elimination methods.

Discussion Character

  • Exploratory, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Some participants express confusion about the correct application of substitution and elimination techniques. There are attempts to manipulate the equations to express y in terms of x and its derivatives, and to differentiate these expressions. Others question the validity of their approaches and seek clarification on how to proceed after obtaining certain forms of the equations.

Discussion Status

Participants are actively engaging with the problem, sharing their attempts and questioning the steps taken. Some have provided partial derivations and expressed uncertainty about the next steps, indicating a collaborative effort to clarify the process of solving the system of ODEs.

Contextual Notes

There is an emphasis on the need to eliminate variables to derive a second-order ODE. Participants are also discussing the implications of integrating functions and the necessity of ensuring that the forms of the equations align with the original problem statement.

Lahooty
Messages
5
Reaction score
0

Homework Statement



Use substitution/elimination to find the general solution.

dx/dt = 3x-y+2t^2

dy/dt = 4x-2y-8t^2

Homework Equations



I'm practically clueless on how to solve this problem using substitution/elimination, I'm pretty sure the way I'm doing it is completely wrong. If anyone can show me the correct approach or can show an example it would be a tremendous help.

The Attempt at a Solution



dx/dt = 3x - y +2t^2

dx = (3x -y +2t^2)dt

x = 3xt - yt + 2/3t^3

x(1-3t) = - yt + 2/3t^3

x = (-yt + 2/3t^3)/(1-3t)

I know this is not the correct way but I can't find anything online, so if someone does know what to do please reply.

Thanks
 
Last edited:
Physics news on Phys.org
Lahooty said:

The Attempt at a Solution



dx/dt = 3x - y +2t^2

dx = (3x -y +2t^2)dt

x = 3xt - yt + 2/3t^3

x is a function of t. If you integrate it, you get [itex]\int x(t)\,\mathrm{d}t[/itex], not xt. Similarly for y.

Homework Statement



Use substitution/elimination to find the general solution.

dx/dt = 3x-y+2t^2

dy/dt = 4x-2y-8t^2

We want to eliminate either x or y and its derivatives to get a second order ODE for whichever variable we're left with.

Here it seems easiest to eliminate y, since the first equation tells us that
[tex]y = 3x - \frac{\mathrm{d}x}{\mathrm{d}t} + 2t^2[/tex]
Differentiating this gives
[tex]\frac{\mathrm{d}y}{\mathrm{d}t} = 3\frac{\mathrm{d}x}{\mathrm{d}t} <br /> - \frac{\mathrm{d}^2x}{\mathrm{d}t^2} + 4t[/tex]
You can now substitute these expressions for y and dy/dt into the second equation.
 
Thanks for the response and help. Alright so here is what I did:

y = 3x- x' + 2t^2;

(3x- x' + 2t^2)' = 4x -2(3x- x' + 2t^2) + 2t^2;

3x' - x'' + 2t^2' = 4x -6x + 2x' -4t^2 + 2t^2

x'' - x' -2x = 2t^2' - 2t^2

r^2 - r - 2 = 0

r = 2, r = -1

I don't know how to proceed from this point on.
 
Lahooty said:
Thanks for the response and help. Alright so here is what I did:

y = 3x- x' + 2t^2;

(3x- x' + 2t^2)' = 4x -2(3x- x' + 2t^2) + 2t^2;

The second equation is [itex]y' = 4x - 2y - 8t^2[/itex], so you should have
[tex] (3x- x' + 2t^2)' = 4x -2(3x- x' + 2t^2) - 8t^2[/tex]
which yields
[tex] 3x' - x'' + 4t = 4x - 6x + 2x' - 4t^2 - 8t^2[/tex]
(because [itex](2t^2)' = 2(2t) = 4t[/itex]) so that
[tex] x'' - x' - 2x = 4t + 12t^2[/tex]

r^2 - r - 2 = 0

r = 2, r = -1

I don't know how to proceed from this point on.

You need to find a solution of
[tex] x'' - x' - 2x = 4t + 12t^2[/tex]
and add to it the general solution of
[tex] x'' - x' - 2x = 0[/tex]
The second part you should know. For the first part, the form of the right hand side suggests taking [itex]f(t) = at^2 + bt + c[/itex] with constants a, b and c, which you should choose so that [itex]f'' - f' - 2f = 4t + 12t^2[/itex].

That gives you [itex]x(t)[/itex], and you can then find [itex]y(t)[/itex] from [itex]y = 3x- x' + 2t^2[/itex].
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
3
Views
2K
Replies
5
Views
2K
Replies
2
Views
2K