The problem is to solve the second-order linear non-homogeneous differential equation $2y'' - 2y' + 25y = 5x - 1$.

Applied MathematicsDifferential EquationsSecond-Order Differential EquationsLinear Differential EquationsNon-homogeneous Differential EquationsCharacteristic EquationComplex Roots
2025/3/11

1. Problem Description

The problem is to solve the second-order linear non-homogeneous differential equation 2y2y+25y=5x12y'' - 2y' + 25y = 5x - 1.

2. Solution Steps

First, we find the general solution to the homogeneous equation 2y2y+25y=02y'' - 2y' + 25y = 0.
The characteristic equation is 2r22r+25=02r^2 - 2r + 25 = 0.
We can solve for rr using the quadratic formula:
r=b±b24ac2ar = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
r=2±(2)24(2)(25)2(2)=2±42004=2±1964=2±14i4=12±72ir = \frac{2 \pm \sqrt{(-2)^2 - 4(2)(25)}}{2(2)} = \frac{2 \pm \sqrt{4 - 200}}{4} = \frac{2 \pm \sqrt{-196}}{4} = \frac{2 \pm 14i}{4} = \frac{1}{2} \pm \frac{7}{2}i
Since the roots are complex, r=α±βir = \alpha \pm \beta i, where α=12\alpha = \frac{1}{2} and β=72\beta = \frac{7}{2}.
The general solution to the homogeneous equation is:
yh(x)=eαx(c1cos(βx)+c2sin(βx))y_h(x) = e^{\alpha x}(c_1\cos(\beta x) + c_2\sin(\beta x))
yh(x)=e12x(c1cos(72x)+c2sin(72x))y_h(x) = e^{\frac{1}{2}x}(c_1\cos(\frac{7}{2}x) + c_2\sin(\frac{7}{2}x))
Next, we find a particular solution yp(x)y_p(x) to the non-homogeneous equation.
Since the right-hand side is 5x15x - 1, we assume a particular solution of the form yp(x)=Ax+By_p(x) = Ax + B.
Then, yp(x)=Ay_p'(x) = A and yp(x)=0y_p''(x) = 0.
Substituting these into the original equation:
2(0)2(A)+25(Ax+B)=5x12(0) - 2(A) + 25(Ax + B) = 5x - 1
2A+25Ax+25B=5x1-2A + 25Ax + 25B = 5x - 1
25Ax+(25B2A)=5x125Ax + (25B - 2A) = 5x - 1
Equating coefficients:
25A=5    A=525=1525A = 5 \implies A = \frac{5}{25} = \frac{1}{5}
25B2A=1    25B2(15)=1    25B=1+25=35    B=312525B - 2A = -1 \implies 25B - 2(\frac{1}{5}) = -1 \implies 25B = -1 + \frac{2}{5} = -\frac{3}{5} \implies B = -\frac{3}{125}
So, yp(x)=15x3125y_p(x) = \frac{1}{5}x - \frac{3}{125}
The general solution to the non-homogeneous equation is the sum of the homogeneous solution and the particular solution:
y(x)=yh(x)+yp(x)=e12x(c1cos(72x)+c2sin(72x))+15x3125y(x) = y_h(x) + y_p(x) = e^{\frac{1}{2}x}(c_1\cos(\frac{7}{2}x) + c_2\sin(\frac{7}{2}x)) + \frac{1}{5}x - \frac{3}{125}

3. Final Answer

y(x)=e12x(c1cos(72x)+c2sin(72x))+15x3125y(x) = e^{\frac{1}{2}x}(c_1\cos(\frac{7}{2}x) + c_2\sin(\frac{7}{2}x)) + \frac{1}{5}x - \frac{3}{125}

Related problems in "Applied Mathematics"

Two people, one on a motorcycle and one on a bicycle, start from two cities that are 450 km apart an...

Word ProblemDistance, Rate, and TimeLinear Equations
2025/5/31

A convex lens has a focal length of 15 cm. As shown in the diagram, the lens is placed on a laborato...

OpticsLens FormulaRay DiagramsMagnification
2025/5/31

The problem asks to find the AC signal output, $V_0$, of the given circuit. The circuit consists of ...

Circuit AnalysisAC SignalsDiodeApproximation
2025/5/30

The problem asks to find the AC signal output $V_0$ of the given circuit. The circuit consists of a ...

Circuit AnalysisElectronicsDiodesAC SignalVoltage DividerOhm's Law
2025/5/29

The problem asks us to find the AC signal output, $V_o$, of the given circuit. The circuit consists ...

Circuit AnalysisDiode CircuitsAC SignalsClipping CircuitsSignal Processing
2025/5/29

The problem asks us to find the AC signal output $V_o$ of the given circuit. The circuit consists of...

Circuit AnalysisAC SignalsDiodesElectronics
2025/5/29

The total cost of producing $x$ toys is given by $C(x) = -2350 + 80x - 0.04x^2$. The price function ...

CalculusMarginal ProfitRevenue FunctionProfit FunctionDerivativesOptimization
2025/5/29

The problem describes a school planning to renovate its facilities, including a football stadium, ha...

GeometryAlgebraOptimizationBudgetingArea CalculationTrigonometryEquations
2025/5/27

The problem provides a function $h(v) = -v + 3000 - \frac{8100}{v}$ that models the daily production...

OptimizationCalculusDerivativesMaxima and MinimaModeling
2025/5/27

The problem asks us to find the volume of the solid generated by rotating the region bounded by the ...

CalculusVolume of Solids of RevolutionDisk/Washer MethodCylindrical Shell MethodIntegration
2025/5/27