Question

How do you solve the differential equation $\frac{dy}{dx}=y$ and pass through $(1,1)$?

Original question: 10. Sketch the slope field for $\frac{dy}{dx}=y$ on the grid below. Then find the particular solution that passes through $(1,1)$ and sketch the solution on the slope field. y = dy = dx $\ln|y| = x$ $e^x = y$ $e^x = Ae^x$ $1 = A

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: This one is separable, and the solution curve is one of the simplest exponential models. The slope field should line up with the exponential shape you get from the algebra.

Detailed walkthrough

1) Solve the differential equation

dydx=y\frac{dy}{dx}=y

Separate variables:

1ydy=dx\frac{1}{y}\,dy=dx

Integrate both sides:

1ydy=dx\int \frac{1}{y}\,dy=\int dx

lny=x+C\ln|y|=x+C

Exponentiate:

y=ex+C=Aex|y|=e^{x+C}=Ae^x

So the general solution is

y=Cexy=Ce^x

2) Use the point (1,1)(1,1)

Substitute the point into the general solution:

1=Ce11=Ce^1

C=e1C=e^{-1}

So the particular solution is

y=ex1\boxed{y=e^{x-1}}

3) What to sketch on the slope field

The slope at each point (x,y)(x,y) equals yy, so:

  • slopes are flat along y=0y=0
  • slopes get steeper as yy increases
  • slopes tilt downward when y<0y<0

The solution through (1,1)(1,1) should rise exponentially and pass exactly through that point.

💡 Pitfall guide

It’s easy to stop at lny=x\ln|y|=x and forget the constant of integration. That leads to a missing family of solutions. Another common mistake is writing y=exy=e^x too early before using the point (1,1)(1,1) to fix the constant.

🔄 Real-world variant

If the initial point were (0,1)(0,1) instead, the same method gives y=exy=e^x. If the equation were dydx=ky\frac{dy}{dx}=ky, the solution would become y=Cekxy=Ce^{kx}, so the growth rate changes but the process stays the same.

🔍 Related terms

slope field, separable differential equation, exponential function

chat