Finding the Magnitude of Velocity v in Applied Mathematics

paile
Messages
3
Reaction score
0
Given that a particle P in space would have position vector r(t)= xi + yj + zk,we can find its velocity v(t) by determining dy/dx of r(t) and even go further to computing the speed v given by the magnitude of v(t).

With that being the case. If the magnitude of the speed v is defined, what would its magnitude be, and what would we call it ?
 
Physics news on Phys.org
v(t)=r'(t)=i+j+k so magnitude is square root of 3. You would call it what ever the units are. Kilometers per min, miles per hour, etc.
 
paile said:
Given that a particle P in space would have position vector r(t)= xi + yj + zk,we can find its velocity v(t) by determining dy/dx of r(t) and even go further to computing the speed v given by the magnitude of v(t).

With that being the case. If the magnitude of the speed v is defined, what would its magnitude be, and what would we call it ?

I think you have to know the values of x, y and z as functions of time to determine the
speed vectors sx, sy and sz. Then the speed of the particle is given by

Sp\ =\ \sqrt{sx^{2}(t)+sy^{2}(t)+sz^{2}(t)}

Measure its magnitude with the Physical property (example: meter/second).
 
Last edited:
paile said:
,we can find its velocity v(t) by determining dy/dx of r(t)

You don't determine \frac{dy}{dx} - at least, not if y was defined as you orginally put. I.e. the if position is:

\textbf{r}(t) = x\textbf{i} + y\textbf{j} + z\textbf{k}}

where x(t), y(t) and z(t) are functions of time, then the velocity is:

\textbf{v}(t) = \textbf{r'}(t) = \frac{d}{dt\textbf{r}(t) = \frac{dx}{dt}\textbf{i} + \frac{dy}{dt}\textbf{j} + \frac{dz}{dt}\textbf{k}

The magnitude of this is usually what is termed the speed, the speed will be:

|\textbf{v}(t)| = |\textbf{r'}(t)| = \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2 + (\frac{dz}{dt})^2

If you take the next time-derivative, you get the acceleration:

\textbf{a}(t) = \textbf{v'}(t) = \textbf{r''}(t) = \frac{d^2}{dt^2}}\textbf{r}(t) = \frac{d^2x}{dt^2}\textbf{i} + \frac{d^2y}{dt^2}\textbf{j} + \frac{d^2z}{dt^2}\textbf{k}

Does this make things any clearer?
 
Last edited:
it makes clear sense!
 
Iterated definite integrals

I came across this problem, where I have to change a double Cartesian integral into an equivalent double Polar integral and then i am told to evaluate. The region R bounding the double Cartesian integral is R = {(x^2 + y^2): -1 <= x <= 1 and -(1-x^2)^(1/2) <= y <= (1-x^2)^(1/2) }. Then I found that -secz <= r <= secz, z=theta, which are the limits of integration for dx. Question is how do I find the limits of integration for dy? this is where my difficulty lies.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top