- #1
chris_0101
- 65
- 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 = [itex]\vec{r}[/itex] = [itex]\hat{i}[/itex]bsin(ωt) + [itex]\hat{j}[/itex]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:
[itex]\vec{v}[/itex] = [itex]\hat{i}[/itex]bωcos(ωt) - [itex]\hat{j}[/itex]bωsin(ωt)
|v| = bω
[itex]\vec{a}[/itex] = -[itex]\hat{i}[/itex]bω2sin(ωt) - [itex]\hat{j}[/itex]bω2sin(ωt)
|a| = bω2
v[itex]\bullet[/itex]a = |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.