4

How can we evaluate the following?

$$\int e^{\frac{y}{x}}\ \mathrm dy$$

An explanation of the answer would be helpful.

The answer I got is $ x e^{y/x}$.

But not sure about the steps used for obtaining the answer...

k170
  • 9,045
jay
  • 143

3 Answers3

2

Since this a task on finding a primitive, you can always check you candidate answer by taking (partial in your case) derivative.

SBF
  • 36,041
2

$$\begin{align} \int_{- \infty} e^{\frac{y}{x}}dy &= \int_{- \infty}^y e^{\frac{t}{x}}dt \\ &= \int_{- \infty}^y e^{\frac{xu}{x}}d(xu) \\ &= x \int_{- \infty}^{y \over x} e^u d u \\ &= x \vert_{u = {- \infty}}^{y \over x} e^u \\ &= x \ e^{y \over x} \end{align}$$

Thumbnail
  • 563
-1

First note that $$\int a^t\ \mathrm dt=\frac{a^t}{\ln a}+C$$ Therefore $$\int e^{\frac{y}{x}}\ \mathrm dy=\int \left(e^{\frac{1}{x}}\right)^y\ \mathrm dy$$ $$=\frac{\left(e^{\frac{1}{x}}\right)^y}{\ln e^{\frac{1}{x}}}+C=xe^{\frac{y}{x}}+C$$

k170
  • 9,045