Key Concepts and Formulas
- First-Order Linear Differential Equation: A differential equation of the form dxdy+P(x)y=Q(x), where P(x) and Q(x) are continuous functions of x.
- Integrating Factor (I.F.): The integrating factor is given by I.F. =e∫P(x)dx.
- General Solution: The general solution of a first-order linear differential equation is given by y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C, where C is the constant of integration.
Step-by-Step Solution
Step 1: Transform the given differential equation into the standard linear form.
The given differential equation is:
(x+1)dy=((x+1)2+y–3)dx
Our goal is to rewrite this in the form dxdy+P(x)y=Q(x).
-
Isolate dxdy: Divide both sides by (x+1)dx:
dxdy=x+1(x+1)2+y–3
-
Separate terms and move the term containing y to the left side:
dxdy=x+1(x+1)2+x+1y−x+13
dxdy=(x+1)+x+1y−x+13
dxdy−x+11y=(x+1)−x+13
This is now in the standard linear form.
Step 2: Identify P(x) and Q(x).
Comparing the equation dxdy−x+11y=(x+1)−x+13 with the standard form dxdy+P(x)y=Q(x), we can identify:
P(x)=−x+11
Q(x)=(x+1)−x+13
Step 3: Calculate the Integrating Factor (I.F.).
The integrating factor is given by I.F.=e∫P(x)dx. So,
I.F.=e∫−x+11dx
I.F.=e−∫x+11dx
I.F.=e−ln∣x+1∣
Since x≥0, x+1>0, so ∣x+1∣=x+1.
I.F.=e−ln(x+1)
I.F.=eln(x+1)−1
I.F.=(x+1)−1=x+11
Step 4: Apply the General Solution Formula.
The general solution is given by y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C. Substituting the values of I.F. and Q(x), we get:
y(x+11)=∫((x+1)−x+13)(x+11)dx+C
Step 5: Perform the Integration.
Simplify the integrand:
x+1y=∫(x+1x+1−(x+1)23)dx+C
x+1y=∫(1−(x+1)23)dx+C
Integrate term by term:
x+1y=∫1dx−3∫(x+1)−2dx+C
x+1y=x−3−1(x+1)−1+C
x+1y=x+x+13+C
Step 6: Use the Initial Condition to Find C.
We are given y(2)=0. Substitute x=2 and y=0 into the general solution:
2+10=2+2+13+C
0=2+33+C
0=2+1+C
C=−3
Step 7: Write the Particular Solution.
Substitute C=−3 back into the general solution:
x+1y=x+x+13−3
Step 8: Evaluate y(3).
We want to find y(3), so substitute x=3:
3+1y=3+3+13−3
4y=3+43−3
4y=43
y=3
Thus, y(3)=3.
Common Mistakes & Tips:
- Always rewrite the differential equation into the standard form before identifying P(x) and Q(x).
- Pay close attention to signs, especially when calculating the integrating factor and integrating.
- Do not forget to add the constant of integration, C, after performing the indefinite integration.
Summary:
We transformed the given differential equation into the standard linear form, calculated the integrating factor, found the general solution, and used the initial condition to determine the constant of integration. Finally, we evaluated y(3) to find the answer.
The final answer is \boxed{3}.