Chapter 24: Problem 62
The solution of the differential equation \(x \frac{d y}{d x}+2 y=x^{2}\) \((x \neq 0)\) with \(y(1)=1\), is: (a) \(y=\frac{4}{5} x^{3}+\frac{1}{5 x^{2}}\) (b) \(y=\frac{x^{3}}{5}+\frac{1}{5 x^{2}}\) (c) \(y=\frac{x^{2}}{4}+\frac{3}{4 x^{2}}\) (d) \(y=\frac{3}{4} x^{2}+\frac{1}{4 x^{2}}\)
Short Answer
Expert verified
The solution is (c) \(y=\frac{x^{2}}{4} + \frac{3}{4 x^{2}}\).
Step by step solution
01
Identify the type of differential equation
The given differential equation is \(x \frac{dy}{dx} + 2y = x^2\). This is a first-order linear differential equation, which can be rewritten in the standard form \(\frac{dy}{dx} + P(x)y = Q(x)\). By dividing through by \(x\), we get \(\frac{dy}{dx} + \frac{2}{x}y = x\).
02
Determine the integrating factor
To solve the equation, we need to find the integrating factor, \( I(x) \). The integrating factor for a first-order linear differential equation \( \frac{dy}{dx} + P(x)y = Q(x) \) is given by \( I(x) = e^{\int P(x) \, dx} \). Here, \( P(x) = \frac{2}{x} \). Thus, the integrating factor is \( I(x) = e^{\int \frac{2}{x} \, dx} = e^{2\ln|x|} = x^2 \).
03
Multiply through by the integrating factor
Multiply the entire differential equation by the integrating factor \(x^2\):\[x^2 \frac{dy}{dx} + 2xy = x^3\]
04
Rewrite as a derivative
Notice that the left-hand side of the equation is now in the form of a derivative: \( \frac{d}{dx}(x^2y) = x^3 \). This means the equation can be rewritten as:\[\frac{d}{dx}(x^2y) = x^3\]
05
Integrate both sides
Integrate both sides with respect to \( x \):\[\int \frac{d}{dx}(x^2y) \, dx = \int x^3 \, dx\]The left side simplifies to \(x^2 y\), and the right side integrates to \(\frac{x^4}{4} + C\). Thus,:\[ x^2 y = \frac{x^4}{4} + C \]
06
Solve for \(y\)
Divide both sides by \(x^2\) to solve for \(y\):\[y = \frac{x^4}{4x^2} + \frac{C}{x^2} = \frac{x^2}{4} + \frac{C}{x^2}\]
07
Apply the initial condition
Use the initial condition \( y(1) = 1 \) to find \( C \). Substitute \( x = 1 \) and \( y = 1 \) into the equation:\[1 = \frac{1^2}{4} + \frac{C}{1^2}\]This simplifies to \(1 = \frac{1}{4} + C\). Solving for \( C \), we find that:\[ C = 1 - \frac{1}{4} = \frac{3}{4} \]
08
Write the particular solution
Substitute \( C = \frac{3}{4} \) into the equation for \( y \):\[ y = \frac{x^2}{4} + \frac{3}{4x^2} \]
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
First-Order Linear Differential Equation
First-order linear differential equations are a fundamental part of calculus and differential equations. These equations involve functions and their first derivatives. They can be written in the standard form:
- \( \frac{dy}{dx} + P(x)y = Q(x) \)
- \( \frac{dy}{dx} + \frac{2}{x}y = x \)
Integrating Factor
The integrating factor is a powerful tool used to solve first-order linear differential equations. Once the equation is in its standard form \( \frac{dy}{dx} + P(x)y = Q(x) \), we find the integrating factor \( I(x) \). It is given by:
- \( I(x) = e^{\int P(x) \, dx} \)
- \( I(x) = e^{\int \frac{2}{x} \, dx} = e^{2\ln|x|} = x^2 \)
Initial Condition
Initial conditions are essential in finding a particular solution to a differential equation. They specify a value of the solution at a given point, ensuring uniqueness of the solution. For this exercise, the initial condition provided is \( y(1) = 1 \).
After solving the general solution, \( y = \frac{x^2}{4} + \frac{C}{x^2} \), we substitute \( x = 1 \) and \( y = 1 \) to find \( C \).
After solving the general solution, \( y = \frac{x^2}{4} + \frac{C}{x^2} \), we substitute \( x = 1 \) and \( y = 1 \) to find \( C \).
- Setting up the equation: \( 1 = \frac{1}{4} + C \)
- Solving yields \( C = \frac{3}{4} \)
- \( y = \frac{x^2}{4} + \frac{3}{4x^2} \)