Question #80967

(2x+1)^2 d^2y/dx^2 - 2(2x+1) dy/dx- 12y= 6x
solve by taking substitution (2x+1)= e^t

Expert's answer

Answer on Question #80967 – Math – Differential Equations

Question

2x+1)2d2ydx22(2x+1)dydx12y=6x2x + 1)^2 \frac{d^2 y}{dx^2} - 2(2x + 1) \frac{dy}{dx} - 12y = 6x


solve by taking substitution (2x+1)=et(2x + 1) = e^t

Solution

Consider


2x+1=et2x + 1 = e^t


We can calculate x,tx, t and the corresponding derivatives as


x=et12t=log(2x+1)dtdx=log(2x+1)=22x+1d2tdx2=log(2x+1)=4(2x+1)2dydx=dydtdtdx=22x+1dydtd2ydx2=d2tdx2dydt+(dtdx)2d2ydt2=4(2x+1)2dydt+4(2x+1)2d2ydt2\begin{array}{l} x = \frac{e^t - 1}{2} \\ t = \log(2x + 1) \\ \frac{dt}{dx} = \log(2x + 1)' = \frac{2}{2x + 1} \\ \frac{d^2 t}{dx^2} = \log(2x + 1)' = \frac{-4}{(2x + 1)^2} \\ \frac{dy}{dx} = \frac{dy}{dt} \frac{dt}{dx} = \frac{2}{2x + 1} \frac{dy}{dt} \\ \frac{d^2 y}{dx^2} = \frac{d^2 t}{dx^2} \frac{dy}{dt} + \left(\frac{dt}{dx}\right)^2 \frac{d^2 y}{dt^2} = \frac{-4}{(2x + 1)^2} \frac{dy}{dt} + \frac{4}{(2x + 1)^2} \frac{d^2 y}{dt^2} \\ \end{array}


Then the initial equation can be written as:


e2t(4e2tdydt+4e2td2ydt2)2et2etdydt12y=3et34d2ydt28dydt12y=3et3\begin{array}{l} e^{2t} \left(\frac{-4}{e^{2t}} \frac{dy}{dt} + \frac{4}{e^{2t}} \frac{d^2 y}{dt^2}\right) - 2e^t \frac{2}{e^t} \frac{dy}{dt} - 12y = 3e^t - 3 \\ 4 \frac{d^2 y}{dt^2} - 8 \frac{dy}{dt} - 12y = 3e^t - 3 \\ \end{array}


The general solution for this equation will be the sum of the complementary solution and a particular solution.

We find the complementary solution by solving


4d2ydt28dydt12y=04 \frac{d^2 y}{dt^2} - 8 \frac{dy}{dt} - 12y = 0


Let's assume a solution will be proportional to eate^{at} for some constant aa

Substitute y=eaty = e^{at} into the differential equation:


4d2(eat)dt28d(eat)dt12(eat)=04a2eat8aeat12eat=0\begin{array}{l} 4 \frac{d^2 (e^{at})}{dt^2} - 8 \frac{d (e^{at})}{dt} - 12 (e^{at}) = 0 \\ 4a^2 e^{at} - 8a e^{at} - 12 e^{at} = 0 \\ \end{array}


Since eat0e^{at} \neq 0 for any finite aa, the zeros must come from the polynomial:


4a28a12=04a^2 - 8a - 12 = 0


Factor


4(a3)(a+1)=04(a - 3)(a + 1) = 0


Thus, the roots are


a1=1a_1 = -1a2=3a_2 = 3


The root a1=1a_1 = -1 gives y1=C1ety_1 = C_1 e^{-t} as a solution, where C1C_1 is an arbitrary constant.

The root a2=3a_2 = 3 gives y2=C2e3ty_2 = C_2 e^{3t} as a solution, where C2C_2 is an arbitrary constant.

The general solution is the sum of the above solutions:


y=C1et+C2e3ty = C_1 e^{-t} + C_2 e^{3t}


We determine a particular solution to 4d2ydt28dydt12y=3et34\frac{d^2y}{dt^2} - 8\frac{dy}{dt} - 12y = 3e^t - 3 by the method of undetermined coefficients:

A particular solution will be the sum of particular solutions to 4d2ydt28dydt12y=34\frac{d^2y}{dt^2} - 8\frac{dy}{dt} - 12y = -3 and 4d2ydt28dydt12y=3et4\frac{d^2y}{dt^2} - 8\frac{dy}{dt} - 12y = 3e^t

A particular solution to 4d2ydt28dydt12y=34\frac{d^2y}{dt^2} - 8\frac{dy}{dt} - 12y = -3 is of the form y3=b1y_3 = b_1

A particular solution to 4d2ydt28dydt12y=3et4\frac{d^2y}{dt^2} - 8\frac{dy}{dt} - 12y = 3e^t is of the form y4=b2ety_4 = b_2 e^t

Thus, the total particular solution can be found as


yp=b1+b2ety_p = b_1 + b_2 e^t


Substituting


4d2ypdt28dypdt12yp=3et34 \frac{d^2 y_p}{dt^2} - 8 \frac{dy_p}{dt} - 12 y_p = 3 e^t - 3


We get


4b2et8b2et12(b1+b2et)=3et34 b_2 e^t - 8 b_2 e^t - 12 (b_1 + b_2 e^t) = 3 e^t - 3


Simplifying


12b116b2et=3+3et-12 b_1 - 16 b_2 e^t = -3 + 3 e^t


Equating the coefficients before the corresponding powers of ete^t we get


12b1=3-12 b_1 = -316b2=3-16 b_2 = 3


So


b1=1/4b_1 = 1/4b2=316b_2 = \frac{-3}{16}


Now substituting to ypy_p we get


yp=14316ety_p = \frac{1}{4} - \frac{3}{16} e^t


Now the general solution can be found as


y=C1et+C2e3t+14316ety = C_1 e^{-t} + C_2 e^{3t} + \frac{1}{4} - \frac{3}{16} e^t


Now substituting et=2x+1e^t = 2x + 1 we get


y=C12x+1+C2(2x+1)3+14316(2x+1)y = \frac{C_1}{2x + 1} + C_2 (2x + 1)^3 + \frac{1}{4} - \frac{3}{16} (2x + 1)


Answer provided by https://www.AssignmentExpert.com

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS