Solve the initial value problem explicitly: dx/dt = (8/t) - (1/t^4) + 8 and x = 6 when t = 1
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (sweetburger):
what are you solving for and is this the entire question?
OpenStudy (anonymous):
Yes i have to find the integral of that equation and find C
OpenStudy (anonymous):
Any help?
OpenStudy (anonymous):
\[dx=\left[ \frac{ 8 }{ t }-\frac{ 1 }{ t^4 }+8 \right]dt\]
integrate both sides
\[x=8 \int\limits \frac{ 1 }{ t }dt- \int\limits t ^{-4}dt+8\int\limits dt+c\]
\[x=8 \ln \left| t \right|-\frac{ t ^{-3} }{ -3 }+8t+c\]
find c when x=6,t=1
then substitute the value of c
OpenStudy (anonymous):
How do you know t^-4 integrates to t^-3/-3?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
I got C = -7/3
OpenStudy (anonymous):
\[\int\limits x^n dx =\frac{ x ^{n+1} }{ n+1 }\]
OpenStudy (anonymous):
\[\int\limits t^{-4}dt=\frac{ t ^{-4+1} }{ -4+1 }=\frac{ t ^{-3} }{ -3 }\]