Question Statement
Verify that the indicated function is a solution of the given differential equation:
(i) 2y′+y=0;y=e−2x
(ii) dxdy−2y=e3x;y=e3x+10e2x
(iii) y′=25+y2;y=5tan5x
(iv) y′+y=sinx;y=21sinx−21cosx+10e−x
(v) x3dy−2dx=0;y=x2−1+6
(vi) y′−x1y=1;y=xlnx,x>0
Background and Explanation
To verify if a function is a solution to a differential equation, we find the necessary derivatives of the given function and substitute both the function and its derivatives into the differential equation. If the substitution results in an identity (where the left-hand side equals the right-hand side), the function is a valid solution.
Solution
Given Equation: 2y′+y=0 (Eq. 1)
Proposed Solution: y=e−2x
First, we differentiate y with respect to x using the chain rule:
y′y′=e−2x⋅dxd(2−x)=e−2x⋅(2−1)=2−1e−2x
Now, substitute the values of y and y′ into Eq. 1:
2(2−1e−2x)+e−2x−e−2x+e−2x0=0=0=0
The equation is satisfied. Hence, y=e−2x is a solution.
Given Equation: dxdy−2y=e3x (Eq. 1)
Proposed Solution: y=e3x+10e2x
Differentiate y with respect to x:
dxdydxdy=e3x⋅3+10e2x⋅2=3e3x+20e2x
Substitute y and dxdy into Eq. 1:
(3e3x+20e2x)−2(e3x+10e2x)3e3x+20e2x−2e3x−20e2xe3xL.H.S=e3x=e3x=e3x=R.H.S
The equation is satisfied. Hence, y=e3x+10e2x is a solution.
Given Equation: y′=25+y2 (Eq. 1)
Proposed Solution: y=5tan5x
Differentiate y with respect to x:
y′y′y′=5sec25x⋅dxd(5x)=5sec25x⋅(5)=25sec25x
Substitute y and y′ into Eq. 1:
25sec25x25sec25x25sec25x=25+(5tan5x)2=25+25tan25x=25(1+tan25x)
Using the trigonometric identity 1+tan2θ=sec2θ:
25sec25xL.H.S=25sec25x=R.H.S
The equation is satisfied. Hence, y=5tan5x is a solution.
Given Equation: y′+y=sinx (Eq. 1)
Proposed Solution: y=21sinx−21cosx+10e−x
Differentiate y with respect to x:
y′y′=21cosx−21(−sinx)+10e−x⋅(−1)=21cosx+21sinx−10e−x
Substitute y and y′ into Eq. 1:
(21cosx+21sinx−10e−x)+(21sinx−21cosx+10e−x)(21+21)sinx+(21−21)cosx+(−10+10)e−xsinxL.H.S=sinx=sinx=sinx=R.H.S
The equation is satisfied. Hence, y=21sinx−21cosx+10e−x is a solution.
Given Equation: x3dy−2dx=0⟹x3dxdy=2 (Eq. 1)
Proposed Solution: y=x2−1+6=−x−2+6
Differentiate y with respect to x:
dxdydxdydxdy=−(−2x−3)+0=2x−3=x32
Substitute dxdy into Eq. 1:
x3(x32)2=2=2
The equation is satisfied. Hence, y=x2−1+6 is a solution.
Given Equation: y′−x1y=1 (Eq. 1)
Proposed Solution: y=xlnx,x>0
Differentiate y with respect to x using the product rule:
y′y′y′=dxd(x)⋅lnx+x⋅dxd(lnx)=1⋅lnx+x⋅x1=lnx+1
Substitute y and y′ into Eq. 1:
(lnx+1)−x1(xlnx)lnx+1−lnx1=1=1=1
The equation is satisfied. Hence, y=xlnx is a solution.
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Product Rule: dxd[uv]=udxdv+vdxdu
- Power Rule: dxd[xn]=nxn−1
- Trigonometric Derivatives: dxd(tanx)=sec2x, dxd(sinx)=cosx, dxd(cosx)=−sinx
- Exponential/Log Derivatives: dxd(eax)=aeax, dxd(lnx)=x1
- Trigonometric Identity: 1+tan2θ=sec2θ
Summary of Steps
- Differentiate: Find the first derivative of the proposed solution y with respect to x.
- Substitute: Plug the expression for y and its derivative y′ into the given differential equation.
- Simplify: Perform algebraic simplification and apply trigonometric identities where necessary.
- Verify: Check if the resulting statement is an identity (e.g., 0=0 or 1=1). If it is, the function is a solution.