Solveeit Logo

Question

Question: The general solution of differential equation $e^{2y}(\frac{dy}{dx})=3^x$ is (where C is a constan...

The general solution of differential equation

e2y(dydx)=3xe^{2y}(\frac{dy}{dx})=3^x is

(where C is a constant of integration.)

A

x=(log3)y2+Cx = (\log 3)y^2 + C

B

y=x2log3+Cy = x^2\log 3 + C

C

y=xlog3+Cy = x\log 3 + C

Answer

There is likely an error in the question or options. Assuming the intended ODE was dydx=ln3\frac{dy}{dx} = \ln 3, the solution is y=xln3+Cy = x \ln 3 + C.

Explanation

Solution

The given differential equation is e2y(dydx)=3xe^{2y}(\frac{dy}{dx})=3^x. This is a first-order separable differential equation. We can separate the variables yy and xx as follows: e2ydy=3xdxe^{2y} dy = 3^x dx

Now, integrate both sides of the equation: e2ydy=3xdx\int e^{2y} dy = \int 3^x dx

For the left side, let u=2yu = 2y, so du=2dydu = 2 dy, which means dy=12dudy = \frac{1}{2} du. e2ydy=eu12du=12eudu=12eu+C1=12e2y+C1\int e^{2y} dy = \int e^u \frac{1}{2} du = \frac{1}{2} \int e^u du = \frac{1}{2} e^u + C_1 = \frac{1}{2} e^{2y} + C_1.

For the right side, the integral of axa^x is axlna+C\frac{a^x}{\ln a} + C. 3xdx=3xln3+C2\int 3^x dx = \frac{3^x}{\ln 3} + C_2.

Equating the results of the integration: 12e2y+C1=3xln3+C2\frac{1}{2} e^{2y} + C_1 = \frac{3^x}{\ln 3} + C_2 12e2y=3xln3+(C2C1)\frac{1}{2} e^{2y} = \frac{3^x}{\ln 3} + (C_2 - C_1) Let C=C2C1C = C_2 - C_1 be the constant of integration. The general solution is 12e2y=3xln3+C\frac{1}{2} e^{2y} = \frac{3^x}{\ln 3} + C.

However, this solution doesn't match any of the provided options. It is highly likely that there's an error in the original question or the provided options.

If we assume the intended differential equation was dydx=ln3\frac{dy}{dx} = \ln 3, then: dy=ln3dx\int dy = \int \ln 3 dx y=xln3+Cy = x \ln 3 + C

This matches option (C), assuming log3=ln3\log 3 = \ln 3.