MHB Solve 2nd Order Inhomogeneous ODE: Kartika's Q on Yahoo Answers

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    2nd order Ode
AI Thread Summary
The discussion focuses on solving the inhomogeneous differential equation y'' - 6y' + 9y = 4e^(3x) without using the method of undetermined coefficients. The solution involves using variation of parameters, starting with the fundamental solution set for the homogeneous equation, which is {e^(3x), xe^(3x)}. The particular solution is derived by determining functions v_1(x) and v_2(x) through a system of equations, ultimately leading to v_1(x) = -2x^2 and v_2(x) = 4x. The general solution combines the homogeneous and particular solutions, resulting in y(x) = c_1e^(3x) + c_2xe^(3x) + 2x^2e^(3x). This method effectively addresses the problem while adhering to the specified constraints.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Solve this inhomogeneous differential equation?


Please show all your steps, and DO NOT use the method of undetermined coefficients. Thanks.

y'' -6y' +9y = 4e^(3x)

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
Re: Kartika's question at Yahoo! Answers regarding solvinga 2nd order inhomogeneous ODE

Hello Kartika,

We are given to solve:

$$y''-6y'+9y=4e^{3x}$$

and we are instructed not to use the method of undetermined coefficients. So, I will use variation of parameters instead.

First, we want to find a fundamental solution set for the corresponding homogeneous equation. We see that we have the repeated characteristic root $r=3$, and so our set is:

$$\{e^{3x},xe^{3x}\}$$

Hence, we take as our particular solution:

$$y_p(x)=v_1(x)e^{3x}+v_2xe^{3x}$$

Next, we determine $v_1(x)$ and $v_2(x)$ by solving the system:

$$e^{3x}v_1'+xe^{3x}v_2'=0$$

$$3e^{3x}v_1'+\left(3xe^{3x}+e^{3x} \right)v_2'=4e^{3x}$$

Dividing through both equations by $e^{3x}\ne0$, we obtain:

$$v_1'+xv_2'=0$$

$$3v_1'+\left(3x+1 \right)v_2'=4$$

The first equation gives us:

$$v_1'=-xv_2'$$

And substituting into the second equation, we find:

$$-3xv_2'+\left(3x+1 \right)v_2'=4$$

$$v_2'=4\,\therefore\,v_1'=-4x$$

Integrating with respect to $x$, we now find:

$$v_1(x)=-2x^2$$

$$v_2(x)=4x$$

And thus, our particular solution is:

$$y_p(x)=-2x^2e^{3x}+4x^2e^{3x}=2x^2e^{3x}$$

Thus, by superposition, we find the general solution is:

$$y(x)=y_h(x)+y_p(x)=c_1e^{3x}+c_2xe^{3x}+2x^2e^{3x}$$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top