chris_0101
- 59
- 0
Homework Statement
Suppose a car travels around a circular track of radius 100m. Suppose the speed of the car varies in time as v = (2m/s)t. Find the time t at which the angle between the velocity vector and the acceleration vector is 45 degrees
Homework Equations
Position vector = \vec{r} = \hat{i}bsin(ωt) + \hat{j}bcos(ωt)
The Attempt at a Solution
With the position vector, I found the velocity vector, acceleration vector and their corresponding magnitudes and they are shown below:
\vec{v} = \hat{i}bωcos(ωt) - \hat{j}bωsin(ωt)
|v| = bω
\vec{a} = -\hat{i}bω2sin(ωt) - \hat{j}bω2sin(ωt)
|a| = bω2
v\bulleta = |v||a|cosθ
And basically that is where I am stuck. I do not know how to implement the acceleration/velocity vectors and their magnitudes into the dot product equation since the dot product of v and a will equal 0.
If anyone can help me out with this one, that would be great. Thanks in advance.