Linear Algebra? (Or Differential Equation?)

In summary, the system can be solved by finding the values of un, vn, and tn in terms of n, using the given equations and initial values of u0, v0, and t0. By solving tn+1 = 2tn, vn+1 = vn - tn, and un+1 = -un + 2vn + tn, we can obtain the equations t_n = t_0 2^{n-1}, v_n = v_0 -\sum_{j=0}^{n-1} t_j, and u_{n+1} = -u_n + f(n), which can be solved easily using the given initial values.
  • #1
mudkip123
2
0
Find un, vn, and tn in terms of n for the following system:
{
un+1 = -un + 2vn + tn
vn+1 = vn - tn
tn+1 = 2tn

For u0, v0, t0 given



This isn't homework, it's on a study guide for my midterm.
 
Physics news on Phys.org
  • #2
welcome to pf!

hi mudkip123! welcome to pf! :smile:

you're looking for a combination an = Aun + Bvn + Ctn such that an+1 = Dan :wink:
 
  • #3
mudkip123 said:
Find un, vn, and tn in terms of n for the following system:
{
un+1 = -un + 2vn + tn
vn+1 = vn - tn
tn+1 = 2tn

For u0, v0, t0 given



This isn't homework, it's on a study guide for my midterm.

First solve the third one [itex]t_{n+1} = 2 t_n,[/itex] to get [itex] t_n = t_0 2^{n-1}.[/itex] Now look at the second one [itex] v_{n+1} = v_n -t_n.[/itex] It gives [itex] v_n = v_0 -\sum_{j=0}^{n-1} t_j, [/itex] which is computable. Now you have [itex] u_{n+1} = -u_n + f(n)[/itex] with a known function f(n), so you can solve it easily: [tex] u_1 = f(0)-u_0, \; u_2 = f(1) - u_1 = f(1)-f(0) + u_0, \; u_3 = f(2) - u_2 = f(2)-f(1)+f(0) - u_0, [/tex] etc.

RGV
 
  • #4
This isn't in my linear algebra textbook so I don't know how to do this...
 
  • #5
You have been given enough hints. We will only help you further if you make an attempt now.
 

1. What is linear algebra?

Linear algebra is a branch of mathematics that deals with linear equations and their representations in vector spaces. It involves the study of linear transformations and their properties, as well as systems of linear equations and their solutions.

2. How is linear algebra used in real life?

Linear algebra has applications in a variety of fields, including physics, engineering, economics, and computer graphics. It is used to model and analyze systems that involve linear relationships, such as electrical circuits, population growth, and economic trends.

3. What are the basic concepts in linear algebra?

The basic concepts in linear algebra include vectors, matrices, linear transformations, eigenvalues and eigenvectors, and systems of linear equations. These concepts are used to solve problems involving linear relationships and to analyze the properties of linear systems.

4. What is a differential equation?

A differential equation is a mathematical equation that describes the relationship between a function and its derivatives. It involves the use of derivatives to express how a function changes over time or in response to other variables. Differential equations are used to model systems in physics, biology, economics, and many other fields.

5. How are differential equations solved?

Differential equations can be solved using a variety of methods, including separation of variables, substitution, and integration. Some differential equations can also be solved using numerical methods, such as Euler's method or Runge-Kutta methods. The specific method used depends on the type and complexity of the differential equation.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
269
  • Calculus and Beyond Homework Help
Replies
7
Views
267
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
0
Views
151
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
566
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
0
Views
445
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
519
Back
Top