Question and Answers Forum

All Questions      Topic List

Differential Equation Questions

Previous in All Question      Next in All Question      

Previous in Differential Equation      Next in Differential Equation      

Question Number 117728 by syamil last updated on 13/Oct/20

Solution   (d^2 y/dx^2 ) + 3(dy/dx) − 4y = x^2

Solutiond2ydx2+3dydx4y=x2

Answered by TANMAY PANACEA last updated on 13/Oct/20

y=e^(mx)   (m^2 +3m−4)e^(mx) =0   e^(mx) ≠0  m^2 +4m−m−4=0  (m+4)(m−1)=0→m=1,−4  C.F=C_1 e^x +C_2 e^(−4x)   P.I=(x^2 /(D^2 +3D−4))=(x^2 /((D+4)(D−1)))=(1/5)((1/(D−1))−(1/(D+4)))x^2   y=(1/5)[((−1)/(1−D))−(1/(4(1+(D/4))))]x^2   y=((−1)/5)[(1−D)^(−1) +(1/4)(1+(D/4))^(−1) ]x^2   y=((−1)/5)[(1+D+D^2 +D^3 +...)+(1/4)(1−(D/4)+(D^2 /(16))−(D^3 /(64)))]x^2   y=((−1)/5)[(x^2 +2x+2)+(1/4)(x^2 −((2x)/4)+(2/(16)))]  =((−1)/5)[((5x^2 )/4)+2x(1−(1/(16)))+2+(2/(64))]  =((−1)/5)[((5x^2 )/4)+((15x)/8)+((130)/(64))]  y=C_1 e^x +C_2 e^(−4x) −(1/5)(((5x^2 )/4)+((15x)/8)+((65)/(32)))

y=emx(m2+3m4)emx=0emx0m2+4mm4=0(m+4)(m1)=0m=1,4C.F=C1ex+C2e4xP.I=x2D2+3D4=x2(D+4)(D1)=15(1D11D+4)x2y=15[11D14(1+D4)]x2y=15[(1D)1+14(1+D4)1]x2y=15[(1+D+D2+D3+...)+14(1D4+D216D364)]x2y=15[(x2+2x+2)+14(x22x4+216)]=15[5x24+2x(1116)+2+264]=15[5x24+15x8+13064]y=C1ex+C2e4x15(5x24+15x8+6532)

Answered by john santu last updated on 14/Oct/20

particular solution  y_p = ax^2 +bx+c → { ((y′=2ax+b)),((y′′=2a)) :}  comparing coefficient   ⇒2a+3(2ax+b)−4(ax^2 +bx+c)=x^2   −4ax^2 +(6a−4b)x+2a+3b−4c=x^2    { ((−4a=1→a=−(1/4))),((6a−4b=0→b=(3/2)×(−(1/4))=−(3/8))),((2a+3b−4c=0⇒c=(1/4)(−(1/2)−(9/8))=−((13)/(32)))) :}  y_p = −(1/4)x^2 −(3/8)x−((13)/(32))

particularsolutionyp=ax2+bx+c{y=2ax+by=2acomparingcoefficient2a+3(2ax+b)4(ax2+bx+c)=x24ax2+(6a4b)x+2a+3b4c=x2{4a=1a=146a4b=0b=32×(14)=382a+3b4c=0c=14(1298)=1332yp=14x238x1332

Answered by Bird last updated on 14/Oct/20

y^(′′)  +3y^′ −4y =x^2   h→r^2 +3r−4=0 →Δ=9+16=25  ⇒r_1 =((−3+5)/2)=1 snd r_2 =((−3−5)/2)=−4  ⇒y_h =ae^x  +b e^(−4x)  =au_1 +bu_2   W(u_1 ,u_2 )= determinant (((e^x         e^(−4x) )),((e^x        −4e^(−4x) )))  =−4e^(−3x) −e^(−3x)  =−5e^(−3x)  ≠0  W_1 = determinant (((0           e^(−4x) )),((x^2           −4e^(−4x) )))=−x^2  e^(−4x)   W_2 = determinant (((e^x          0)),((e^x           x^2 )))=x^2 e^x   v_1 =∫ (w_1 /w)dx =−∫  ((x^2  e^(−4x) )/(−5e^(−3x) ))dx  =(1/5)∫x^2  e^(−x) dx  =(1/5){−x^2 e^(−x) +∫ 2x e^(−x) }  =(1/5){−x^2  e^(−x)  +2(−xe^(−x) +∫e^(−x) dx)}  =(1/5){−x^2  e^(−x) −2x e^(−x) −2e^(−x) }  =(1/5)(−x^2 −2x−2)e^(−x)   v_2 =∫ (w_2 /w)dx =∫ ((x^2 e^x )/(−5e^(−3x) ))dx  =−(1/5)∫ x^2 e^(5x) dx  =−(1/5){ (x^2 /5)e^(5x) −∫ ((2x)/5)e^(5x) dx}  =−(1/5){ (x^2 /5)e^(5x) −(2/5)((x/5)e^(5x) −∫(1/5)e^(5x) dx)}  =−(1/5){ ((x^2 e^(5x) )/5)−((2x)/(25))e^(5x) +(2/(125))e^(5x) }  =−(1/5)((x^2 /5)−((2x)/(25))+(2/(125)))e^(5x)   ⇒y_p =u_1 v_1 +u_2 v_2   =−(1/5)(x^2 +2x+2)−(1/5)((x^2 /5)−((2x)/(25))+(2/(25)))e^x   general dolution is  y =y_h +y_p

y+3y4y=x2hr2+3r4=0Δ=9+16=25r1=3+52=1sndr2=352=4yh=aex+be4x=au1+bu2W(u1,u2)=|exe4xex4e4x|=4e3xe3x=5e3x0W1=|0e4xx24e4x|=x2e4xW2=|ex0exx2|=x2exv1=w1wdx=x2e4x5e3xdx=15x2exdx=15{x2ex+2xex}=15{x2ex+2(xex+exdx)}=15{x2ex2xex2ex}=15(x22x2)exv2=w2wdx=x2ex5e3xdx=15x2e5xdx=15{x25e5x2x5e5xdx}=15{x25e5x25(x5e5x15e5xdx)}=15{x2e5x52x25e5x+2125e5x}=15(x252x25+2125)e5xyp=u1v1+u2v2=15(x2+2x+2)15(x252x25+225)exgeneraldolutionisy=yh+yp

Terms of Service

Privacy Policy

Contact: info@tinkutara.com