Math Problem Statement

Solve each of following DE subject to given conditions, if any. ( 3 0 points, Separable DE )

( l n y ) y '

x 2 y , y ( 0 )

e . Choose the right answer from the following possible answers: a . 1 2 l n ( y )

1 3 x 3 + C b . 1 2 ( l n ( y ) ) 2

1 3 x 3 + 1 2 c . l n ( y 2 )

x 3 + 1 2 d . None of the above

Solution

We are given the following differential equation:

(lny)y=x2y,y(0)=e.(\ln y) y' = -x^2 y, \quad y(0) = e.

Step 1: Rearranging the equation

We first rewrite the given equation in a more manageable form:

(lny)dydx=x2y.(\ln y) \frac{dy}{dx} = -x^2 y.

To solve this separable differential equation, we separate variables and integrate.

Step 2: Separation of variables

First, divide both sides by yy:

lnyydydx=x2.\frac{\ln y}{y} \frac{dy}{dx} = -x^2.

Rearranging to separate yy and xx:

lnyydy=x2dx.\frac{\ln y}{y} dy = -x^2 dx.

Step 3: Integration

We now integrate both sides.

  • The left-hand side requires the integration of lnyy\frac{\ln y}{y}, which can be done by substitution. Let u=lnyu = \ln y, so du=1ydydu = \frac{1}{y} dy. The integral becomes:

lnyydy=udu=u22=(lny)22.\int \frac{\ln y}{y} dy = \int u \, du = \frac{u^2}{2} = \frac{(\ln y)^2}{2}.

  • The right-hand side is straightforward:

x2dx=x33.\int -x^2 dx = -\frac{x^3}{3}.

Thus, after integrating both sides, we get:

(lny)22=x33+C.\frac{(\ln y)^2}{2} = -\frac{x^3}{3} + C.

Step 4: Solve for yy

To solve for yy, multiply both sides by 2:

(lny)2=2x33+2C.(\ln y)^2 = -\frac{2x^3}{3} + 2C.

Let 2C=C12C = C_1 (since it's an arbitrary constant, it can be renamed). So we have:

(lny)2=2x33+C1.(\ln y)^2 = -\frac{2x^3}{3} + C_1.

Step 5: Apply the initial condition y(0)=ey(0) = e

Substitute x=0x = 0 and y=ey = e into the equation to find C1C_1:

(lne)2=0=2(0)33+C1.(\ln e)^2 = 0 = -\frac{2(0)^3}{3} + C_1.

So, C1=0C_1 = 0. Therefore, the solution simplifies to:

(lny)2=2x33.(\ln y)^2 = -\frac{2x^3}{3}.

Step 6: Final solution and matching with options

Thus, the final form of the solution is:

(lny)22=x33+12.\frac{(\ln y)^2}{2} = -\frac{x^3}{3} + \frac{1}{2}.

Comparing with the given options, the correct choice is:

Option (b): (lny)22=x33+12.\frac{(\ln y)^2}{2} = -\frac{x^3}{3} + \frac{1}{2}.

Final answer:

The correct answer is (b).


Would you like more details or have any further questions? Here are some related problems to deepen your understanding:

  1. Solve y=x2y2y' = x^2y^2 using separation of variables.
  2. Solve the separable DE y=y/xy' = y/x, y(1)=2y(1) = 2.
  3. Find the general solution of y=ylnyy' = y \ln y.
  4. Solve x2y=y+x3x^2y' = y + x^3, with y(1)=0y(1) = 0.
  5. Verify the uniqueness of the solution for the initial condition y(0)=e2y(0) = e^2 in this problem.

Tip: When solving separable differential equations, always ensure that you handle constants carefully during integration, and don’t forget to apply initial conditions if given!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differential Equations
Separable Equations
Logarithmic Functions

Formulas

Separable DE: (dy/dx) = f(x)g(y)
ln y integral: ∫ (ln y / y) dy = (ln y)^2 / 2
x^2 integral: ∫ -x^2 dx = -x^3 / 3

Theorems

Separation of Variables
Initial Condition Theorem

Suitable Grade Level

Undergraduate Calculus