Second derivative of an autonomous function

MathewsMD
Messages
430
Reaction score
7
For the derivative: dy/dt = ry ln(K/y)

I am trying to solve the second derivative. It seems like an easy solution, and I did:

d^2y/dt^2 = rln(K/y)y' + ry(y/K)

which simplifies to:

d^2y/dt^2 = (ry')[ln(K/y) + 1/Kln(K/y)

Unfortunately, the answer is d^2y/dt^2 (ry')[ln(K/y) - 1] and I don't quite see where I went wrong. Any help would be greatly appreciated!
 
Physics news on Phys.org
MathewsMD said:
For the derivative: dy/dt = ry ln(K/y)

I am trying to solve the second derivative. It seems like an easy solution, and I did:

d^2y/dt^2 = rln(K/y)y' + ry(y/K)

You're missing a y' from the last term and you haven't differentiated \ln(K/y) correctly. Since \ln(K/y) = \ln K - \ln y we have \frac{d}{dy} (\ln(K/y)) = \frac{d}{dy} (\ln K - \ln y) = -\frac 1y.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top