Q20E

Question

A particular solution and a fundamental solution set are given for a nonhomogeneous equation and its corresponding homogeneous equation. 

(a) Find a general solution to the nonhomogeneous equation. 

(b) Find the solution that satisfies the specified initial condition.

xy'''-y''=-2;y(1)=2,y'(1)=-1,y''(1)=-4;yp=x2;{1,x,x3}

Step-by-Step Solution

Verified
Answer

a) The value is y=c1+c2x2+c3x3+x2

b) The value is y=2+x2-x3

1(a) Step 1: Firstly, solve for y n

The given equation is, xy''' - y'' =  - 2

Solve for, yn

xy''' - y'' = 0

Here it is given that, the fundamental solution set for the homogeneous equation is,   1,x,x3


Then, the general solution is yn=c1+c2x2+c3x3

2Step 2: A general solution to the nonhomogeneous equation.

y=yn+ypy=c1+c2x2+c3x3+x2

3(b) Step 3:Solve for given initial conditions.

Given initial conditions are, y1=2,y'1=-1,y''1=-4;

Firstly, solve for, y1=2

One has, y=c1+c2x2+c3x3+x2

Substitute y1=2 in the above equation,

2=c1+c212+c313+12c1+c2+c3=1......(1)

4Step 4: Now, solve for y ' (1)=-1

One has, y'=2c2x+3c3x2+2x

Substitute y'1=-1 in the above equation,

-1=2c21+3c312+21-1=2c2+3c3+22c2+3c3=-3......(2)

5Step 5: Now, solve for , y '' (1)=-4

One has, y''=2c2+6c3x+2

Substitute y''1=-4 in the above equation,

-4=2c2+6c31+22c2+6c3=-6......(3)

6Step 6: Find the value of c 1 ,c 2 and c 3

Solve the equation (2) and (3),

2c2+3c3=-32c2+6c3=-6-3c3=3¯c3=-1

Substitute the value of c3 in the equation (2),

2c2+3c3=-32c2+3-1=-32c2=0c2=0

Substitute the value of c2 and c3 in the equation (1),

c1+c2+c3=1c1+0+-1=1c1=2

7Step 7: conclusion, the solution that satisfies the specified initial condition

Substitute the value of c1,c2 and c3 in the general solution.

y=c1+c2x2+c3x3+x2y=2+0x2+-1x3+x2y=2+x2-x3