"The rate of change of y is proportional to y. Write and solve the differential equation that models the verbal statement."
This part of the problem is easy. My work is such:
$y'=ky$
$\frac{dy}{dx} = ky$
$dy = ky dx$
$\frac{dy}{y} = k dx$
Then by integrating, I get:
$y = e^{kx + c}$, where $c$ is some constant
Which can also be written as:
$y = e^{kx} e^c$
$y = ce^{kx}$
The next part is rather confusing though:
"Use this statement to find the value of y when x=10, if it satisfies when x=0, y=2, and when x=4, y=8"
How can you find a particular solution of this differential equation when you are missing information about c, k, and y? If it helps, I just started Calculus 2.
Thank you for your time in advance.
We are told that when $x=0, y=2$ so $2=c e^{0} \Rightarrow c=2$. In addition, we are given that when $x=4, y=8$, so we have $8=2e^{4k} \Rightarrow k=(\ln 4)/4$. The $y$ value you want when $x=10$ can now be figured out:
$$y=2 e^{10\frac{ \ln 4}{4}}=64$$