How Do You Solve Challenging Second-Order ODE Problems?

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Ode
Click For Summary
SUMMARY

This discussion focuses on solving challenging second-order ordinary differential equations (ODEs) using the method of undetermined coefficients and variation of parameters. The first problem involves finding a particular solution for the equation y'' + y = t^2, where the correct form for the particular solution is y_p = At^2 + Bt + C. The second problem addresses the initial value problem (IVP) y'' - 4y' + 2y = e^{2t}, where the homogeneous solution is correctly identified as y_h = c_1 e^{(2+\sqrt{2})t} + c_2 e^{(2-\sqrt{2})t}, and the particular solution is found to be y_p = -\frac{1}{2}e^{2t}. The complete solution incorporates initial conditions using the method of variation of parameters.

PREREQUISITES
  • Understanding of second-order ordinary differential equations (ODEs)
  • Familiarity with the method of undetermined coefficients
  • Knowledge of the method of variation of parameters
  • Ability to solve characteristic equations
NEXT STEPS
  • Study the method of undetermined coefficients in-depth for various polynomial forms
  • Learn about the method of variation of parameters for solving non-homogeneous ODEs
  • Practice solving initial value problems (IVPs) with different initial conditions
  • Explore advanced topics in differential equations, such as Laplace transforms
USEFUL FOR

Students studying differential equations, mathematicians, and educators looking to enhance their understanding of second-order ODEs and their solution techniques.

tandoorichicken
Messages
245
Reaction score
0
There are a couple of problems on this week's homework assignment that are giving me trouble.

(1) Find a particular solution for [itex]y'' + y = t^2[/itex] by using the method of undetermined coefficients

Here I don't know which coefficient expression to use, for example if the term on the right side was e^t, I could sub y = Ae^t so that all 'e^t's would cancel out and I would be left with an expression for A.

(2) Solve the IVP: [itex]y'' - 4y' +2y = e^{2t}[/itex], homogenous initial conditions at t=0.

What I did was what I normally do for any first-order ODE. I separated the problem out into homogenous and particular parts.
[tex]y_h: y''-4y'+2y=0[/tex]
[tex]s^2-4s+2=0\rightarrow s=2\pm\sqrt{2}[/tex] where s is a characteristic root. Therefore [itex]y_h=c_1 e^{(2+\sqrt{2})t}+c_2 e^{(2-\sqrt{2})t}[/itex]
For the particular part I used undetermined coefficients and subbed y=Ae^2t and got an expression for A: 4A - 8A + 2A = 1, so A = -1/2, and [itex]y_p = -\frac{1}{2}e^{2t}[/itex]
What I am confused about is what comes next.
Is the solution then just [itex]y = y_p + y_h = c_1 e^{(2+\sqrt{2})t}+c_2 e^{(2-\sqrt{2})t} -\frac{1}{2}e^{2t}[/itex] ? And how do I account for the initial conditions?
 
Physics news on Phys.org
Initial conditions help you fix the coefficients values.They are arbitrary,unless there are initial conditions.

For the first,substitute

[tex]y_{p}(t)=C(x) \sin x[/tex]

Daniel.
 


First of all, don't worry about feeling confused or struggling with certain problems in your homework. It's completely normal and part of the learning process. Just keep practicing and seeking help when needed.

To answer your first question about finding a particular solution for y'' + y = t^2, you can use the method of undetermined coefficients by considering the form of the right-hand side. Since t^2 is a polynomial of degree 2, you can assume a particular solution of the form y_p = At^2 + Bt + C. Then, substitute this into the equation and equate coefficients to find the values of A, B, and C.

For the second problem, you have correctly solved for the homogeneous solution and found the particular solution using undetermined coefficients. To account for the initial conditions, you can use the method of variation of parameters. This involves finding a particular solution in the form of y_p = u_1(t)y_1(t) + u_2(t)y_2(t), where y_1 and y_2 are the two linearly independent solutions of the homogeneous equation and u_1 and u_2 are functions to be determined. You can then use the initial conditions to solve for u_1 and u_2, and thus find the complete solution to the initial value problem.

I hope this helps clarify the next steps for solving these types of problems. Remember to always check your answers and seek help from your professor or classmates if needed. Keep up the good work!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
9
Views
3K
Replies
8
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K