Chapter 7: Problem 10
\(9-14=\) Find the solution of the differential equation that satisfies the given initial condition. $$\frac{d y}{d x}=\frac{\ln x}{x y}, \quad y(1)=2$$
Short Answer
Expert verified
y = \sqrt{(\ln x)^2 + 4}.
Step by step solution
01
Separate the Variables
First, separate the variables by multiplying both sides by \( y \) and \( dx \): \[ y \frac{dy}{dx} = \frac{\ln x}{x} \]This can be rewritten as: \[ y \, dy = \frac{\ln x}{x} \, dx \]
02
Integrate Both Sides
Integrate both sides: For the left side:\[ \int y \, dy = \frac{y^2}{2} + C_1 \]For the right side:\[ \int \frac{\ln x}{x} \, dx \]Use integration by parts, let \( u = \ln x \) and \( dv = \frac{1}{x} \, dx \). Then \( du = \frac{1}{x} \, dx \) and \( v = \ln x \).\[ \int \ln x \, \frac{1}{x} \, dx = \ln x \ln x - \int \ln x \, \frac{dx}{x} \]This simplifies to:\[ \frac{(\ln x)^2}{2} + C_2 \]
03
Solve for Constant Using Initial Condition
Using the initial condition \( y(1) = 2 \), plug into the equation:\[ \frac{y^2}{2} = \frac{(\ln x)^2}{2} + C_2 \]Evaluate at \( x = 1, y = 2 \):\[ \frac{2^2}{2} = \frac{(\ln 1)^2}{2} + C_2 \]\[ 2 = 0 + C_2 \]\[ C_2 = 2 \]
04
Write the General Solution and Solve for y(x)
Plug \( C_2 = 2 \) back in:\[ \frac{y^2}{2} = \frac{(\ln x)^2}{2} + 2 \]Simplify:\[ y^2 = (\ln x)^2 + 4 \]Solve for \( y \):\[ y = \pm \sqrt{(\ln x)^2 + 4} \]Since \( y(1) = 2 \) and \( 2 > 0 \), we use only the positive sign. So \( y = \sqrt{(\ln x)^2 + 4} \) is the solution.
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.
Variable Separation
A key technique in solving differential equations is variable separation. This involves rearranging an equation so that similar variables are grouped together. In the exercise, the differential equation \( \frac{d y}{d x}=\frac{\ln x}{x y} \) is tackled using this approach. Essentially, we want all the \( y \) terms on one side and the \( x \) terms on the other. We achieve this by multiplying both sides of the equation by \( y \) and \( dx \), leading to:
Thus, separation of variables is a fundamental and powerful technique, simplifying the process into more manageable integrals.
- \( y \, dy = \frac{\ln x}{x} \, dx \)
Thus, separation of variables is a fundamental and powerful technique, simplifying the process into more manageable integrals.
Integration by Parts
When faced with difficult integrals, such as \( \int \frac{\ln x}{x} \, dx \), the method of integration by parts comes to the rescue. Integration by parts is a technique derived from the product rule for differentiation and is particularly useful for functions that are products of two simpler functions. In formula terms, it states:
- \( \int u \, dv = uv - \int v \, du \)
- \( \int \ln x \, \frac{1}{x} \, dx = \ln x \ln x - \int \ln x \, \frac{dx}{x} \)
Initial Condition Solution
When solving differential equations, initial conditions are critical for finding specific solutions. Using the information \( y(1) = 2 \), we determine constants necessary for solving our differential equation. Once the general solution \( \frac{y^2}{2} = \frac{(\ln x)^2}{2} + C_2 \) is derived, the initial condition helps pinpoint \( C_2 \).
- Plug \( x = 1 \) and \( y = 2 \) into the equation.
- Evaluate to find \( C_2 \): \[ 2 = 0 + C_2 \, \Rightarrow \, C_2 = 2 \]