- #1
InvisibleMan1
- 40
- 0
Homework Statement
The solution for the differential equation on this page http://electron9.phys.utk.edu/phys135d/modules/m5/Friction.htm#Drag checks out, but I can't figure out how they found it. Both my solution and theirs check out. A couple people I asked for help reached the same solution I did.
The problem appears to be with the constant of integration. I don't see a way of getting from mine to theirs though.
What I am guessing theirs is: C = -((kv(0)/g + 1)
Mine: C = (kv(0))/g - 1
I'm starting to suspect that their solution is a very lucky typo. "Lucky" since it is actually a valid solution, unless I checked it wrong.
Homework Equations
The differential equation: dv/dt = g - (b/m)v
Their solution: v = (g/k) - [(kv(0) + g)/k]e^(-kt) Where k = b/m
The solution I found: v = (g/k) + [(kv(0) - g)/k]e^(-kt) Where k = b/m
The integrating factor I found: u = e^(kt)
The constant of integration I found: C = (kv(0))/g - 1
The Attempt at a Solution
Write the ODE in standard linear form, and solve it as a first-order linear ODE using an integrating factor u(x)=e^(int(p(x)dx). The solution I and a couple other people reached is given above.
On a side-note, I also can't figure out why they multiplied (kv(0))/g in C by k/k. I did the same thing in my solution just because I couldn't see a reason why not (and it makes it easier to compare the two solutions). I suspect the way they found their solution may have had something to do with k/k, but it is also possible they just did that to make it easier to do/show something.
Last edited by a moderator: