Differential equations and Cramer's rule

Click For Summary
SUMMARY

The discussion focuses on solving differential equations, specifically using the example of finding the differential equation with the general solution y = C1 + C2x + x². The derivatives y' and y'' are calculated as y' = C2 + 2x and y'' = 2, respectively. The matrix representation of the equations is also discussed, highlighting the application of Cramer's Rule to determine the consistency condition of the system. The determinant of the coefficients must equal zero, confirming that y'' = 2 is a valid solution.

PREREQUISITES
  • Understanding of differential equations and their general solutions
  • Familiarity with matrix representation of linear equations
  • Knowledge of Cramer's Rule for solving systems of equations
  • Basic calculus, including differentiation and integration
NEXT STEPS
  • Study the application of Cramer's Rule in solving linear systems
  • Learn about different methods for solving differential equations
  • Explore matrix algebra and its relevance in differential equations
  • Investigate the implications of general solutions in differential equations
USEFUL FOR

Students and educators in mathematics, particularly those studying differential equations, as well as professionals seeking to apply mathematical concepts in engineering or physics.

JasonHathaway
Messages
113
Reaction score
0
Hi everyone,

I'm taking the Differential Equations for the first time, and I want to know the most helpful textbook for the subject.

We had the following example:
Find the differential equation which its general solution is:
[itex]y=C_{1}+C_{2} x+x^{2}[/itex]

Solution:
[itex]y^{'}=0+C x+2x[/itex]
[itex]y^{''}=0+0+2[/itex]

Solving:

[itex] \begin{bmatrix}<br /> y-x^{2} & 1 & x \\<br /> y^{'}-2x & 0 & 1 \\<br /> y^{''}-2 & 0 & 1<br /> \end{bmatrix}<br /> <br /> y^{''}=2[/itex]

How and why did the equations become like that?
 
Last edited:
Physics news on Phys.org
JasonHathaway said:
Hi everyone,

I'm taking the Differential Equations for the first time, and I want to know the most helpful textbook for the subject.

We had the following example:
Find the differential equation which its general solution is:
[itex]y=C_{1}+C_{2} x+x^{2}[/itex]

Solution:
[itex]y^{'}=0+C x+2x[/itex]
The above should be y' = 0 + C2 + 2x
JasonHathaway said:
[itex]y^{''}=0+0+2[/itex]

Solving:

[itex] \begin{bmatrix}<br /> y-x^{2} & 1 & x \\<br /> y^{'}-2x & 0 & 1 \\<br /> y^{''}-2 & 0 & 1<br /> \end{bmatrix}<br /> <br /> y^{''}=2[/itex]

How and why did the equations become like that?

You have these equations:
y = C1 + C2x + x2
y' = C2 + 2x
y'' = 2

The three equations above can be rewritten as
y - x2 = C1 + C2x
y' - 2x = C2
y'' - 2 = 2

Now why someone would want to do this, I have no idea, nor do I understand what the matrix means. Also, as you wrote it, you have the matrix times y'' being equal to 2. I don't know if that's what you meant to write.

Generally, when you're working with differential equations, you are given an equation, and asked to find the solution, not the other way around, as in this problem.

Since you know the solution (y = C1 + C2x + x2), and have determined from it that y'' = 2, that seems to me to be all you need to do. That's your differential equation, and its general solution (which you can get by integrating it twice) would be y = C1 + C2x + x2.
 
You have three linear equations for two unknowns, C1 and C2. Cramer's Rule gives the consistency condition, namely that the determinant of the coefficients is zero. In this case,
[tex]\left|\begin{array}{ccc}1&x&y - x^2\\0&1&y' - 2x\\0&0&y'' - 2\end{array}\right| = 0[/tex]
or y'' = 2.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 52 ·
2
Replies
52
Views
9K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K