Solve System of Equations: tx'=x+y, ty'=-3x+5y

In summary, to solve for x and y in the given equations, you can set t = e^w and use the substitution method to eliminate the t factors. This will result in a linear system of first-order differential equations, which can be solved to find the values of x and y.
  • #1
jaredmt
121
0

Homework Statement


solve for x and y:

tx' = x + y
ty' = -3x + 5y

Homework Equations





The Attempt at a Solution




normally if the t was not in front of the primes then i'd set it up as:
(D-1)x -y = 0
(D+3)x -5y=0

but I am not sure what to do when the variable t is there. can somebody help me set this up?
 
Physics news on Phys.org
  • #2
Sorry, just to be clear, are there 5 variables in this problem? t, x', y', x, y, or are some of those constants?
 
  • #3
yes but x' is dx/dt and y' is dy/dt
 
  • #4
nobody knows how to do this? i'll put it in a different form if it makes more sense this way:

t*(dx/dt)= x + y
t*(dy/dt) = -3x + 5y

then solve for y(t) and x(t)
 
  • #5
Would this work?

dx/(x+y)=dt/t

and

dy/(-3x+5y) = dt/t.

Therefore set

dx/(x+y)=dy/(-3x+5y)

and solve for y=y(x) or x=x(y). I can do that by using y=vx. Not sure what would come next, though.
 
  • #6
thanks but i don't think that's what they're looking for.

in the book it says set t = e^w and it should become a linear system with constant coefficients.
then i would get:

x'e^w = x + y
y'e^w = -3x + 5y

can i treat e^w as a constant and solve the problem then replace w with ln(t) ?

i guess i'll try this and see what happens

edit: ok i figured out how to get the right answer. i don't understand the theory behind it but i checked it with both equations and it works, so I am happy
 
Last edited:
  • #7
jaredmt said:
thanks but i don't think that's what they're looking for.

in the book it says set t = e^w and it should become a linear system with constant coefficients.
then i would get:

x'e^w = x + y
y'e^w = -3x + 5y

can i treat e^w as a constant and solve the problem then replace w with ln(t) ?

i guess i'll try this and see what happens
Since t = e^w, you can't treat e^w as a constant if t isn't a constant.
The idea of this substitution is to get rid of the t factors on the left sides.

t = e^w ==> dt = e^w * dw
Your system is
dx/dt * e^w = x + y
dy/dt * e^w = -3x + 5y

or
dx/(e^w * dw) * e^w = x + y
dy/(e^w * dw) * e^w = -3x + 5y

On the left sides, the e^w factors cancel, so you get
dx/dw = x + y
dy/dw = -3x + 5y

Presumably you can solve this system of linear first-order DEs.
 

Related to Solve System of Equations: tx'=x+y, ty'=-3x+5y

1. What is a system of equations?

A system of equations is a set of two or more equations with multiple variables that are related to each other. These equations must be solved together to find the values of the variables that satisfy all of the equations.

2. How do you solve a system of equations?

There are several methods for solving a system of equations, including substitution, elimination, and graphing. In this particular system of equations, we can use the substitution method by solving one equation for one of the variables and then plugging that expression into the other equation.

3. What are the steps for solving this system of equations?

The steps for solving this system of equations using the substitution method are as follows:

  1. Isolate one variable in one of the equations by moving all other terms to the other side of the equation
  2. Plug the isolated variable into the other equation
  3. Solve for the remaining variable
  4. Substitute the value found into either of the original equations to find the value of the other variable

4. Can this system of equations have more than one solution?

Yes, a system of equations can have one, infinite, or no solutions. In this case, since there are two variables and two equations, we can expect to find a unique solution for the system.

5. What is the significance of the variables in this system of equations?

The variables in this system of equations represent different quantities that are related to each other. In this case, x and y could represent two different quantities, such as distance and time, that are changing over the same period. By solving the system of equations, we can find the values of x and y that satisfy both equations, providing us with information about the relationship between the two quantities.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
262
  • Calculus and Beyond Homework Help
Replies
3
Views
146
  • Calculus and Beyond Homework Help
Replies
7
Views
891
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
886
  • Calculus and Beyond Homework Help
Replies
11
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
739
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
435
Back
Top