Question #ef1f0

1 Answer
Nov 12, 2017

#v(t) = (2t + 3)/(sqrt(2t^2 + 6t))#

If given values of #x#:

#v(t) = (2t + 3)/x# is simpler to use.

Explanation:

The key concept to understand here is that velocity represents a change in displacement. Mathematically, this is:

#v(t) = (x(t_f) - x(t_i))/(Deltat)#

If you know calculus (which you actually need to solve this problem) velocity is represented as a time derivative of displacement :

#v(t) = dx/dt#

You have been given a function that models displacement (x) at any given time (t). To get a velocity function, all you need to do is take a derivative with respect to time:

#x^2 = 2t^2 +6t#

This is a very basic power rule, with a small but of implicit differentiation:

#d/dt(x^2) = d/dt(2t^2 + 6t)#

#=> 2xdx/dt = 4t + 6#

#dx/dt = (4t + 6)/(2x) = (2t + 3)/x#

#color(blue)(v(t) = (2t + 3)/x)#

Note that due to the nature of your function, your velocity is actually dependent on displacement (x) as well as time. If you don't want this, you can simply solve the original equation for #x# and plug in:

#x^2 = 2t^2 +6t#

#=> x = sqrt(2t^2 + 6t)#

#color(blue)(v(t) = (2t + 3)/(sqrt(2t^2 + 6t))#

Depending on what information you're given, you can pick which of the simplifications you want to use.

I know I went through the actual calculus pretty quickly, so if you want some extra information on how to do that, check out these videos:

Hope that helped :)