d.arbitman
- 100
- 4
I have a differential equation of the form and I want to solve it using calculus, as opposed to using a differential equation method.
\frac{d^2v}{dt} = \alpha
where v is a function of t i.e., v(t)
and \alpha is some constant.
How do I solve for v(t) if the time ranges from t_0 to t such that v'(t_0) and v(t_0) are the lower bounds of my double integrals?
Do I setup a double integral, such as the following?
\int_{v(t_0)}^{v(t)} \int_{v'(t_0)}^{v(t)} dvdv = \alpha\int_{t_0}^{t} \int_{t_0}^{t} dτ dτ
I get the following solution from evaluating that double integral:
v(t) = \frac{\alpha}{2}{(t-t_0})^2 +v'(t_0)(t-t_0) + v(t_0)
and I was wondering if the solution is correct?
\frac{d^2v}{dt} = \alpha
where v is a function of t i.e., v(t)
and \alpha is some constant.
How do I solve for v(t) if the time ranges from t_0 to t such that v'(t_0) and v(t_0) are the lower bounds of my double integrals?
Do I setup a double integral, such as the following?
\int_{v(t_0)}^{v(t)} \int_{v'(t_0)}^{v(t)} dvdv = \alpha\int_{t_0}^{t} \int_{t_0}^{t} dτ dτ
I get the following solution from evaluating that double integral:
v(t) = \frac{\alpha}{2}{(t-t_0})^2 +v'(t_0)(t-t_0) + v(t_0)
and I was wondering if the solution is correct?