Find the time t at which the angle between two vectors is 45

In summary, a car travels around a circular track with a radius of 100m and a varying speed of v = (2m/s)t. The goal is to find the time t at which the angle between the velocity vector and the acceleration vector is 45 degrees. Using the formulas for position, velocity, and acceleration, we can find the magnitudes of the velocity and acceleration vectors. By using the dot product equation and recognizing that the tangential acceleration remains constant, we can set up an equation to solve for the time t. Simplifying the equation and realizing that the tangential acceleration and velocity point in the same direction, we can find the angle between the two vectors at the given time. The solution can also be found by recognizing
  • #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.
 
Physics news on Phys.org
  • #2
Use the velocity vector as your baseline and do everything in it's frame of reference.
v points tangentially to the track.
There are two acceleration vectors - the tangential acceleration a which points along v and the centripetal acceleration ac which points perpendicularly to v

... the net acceleration will be atot=a+ac ...

So the tangent of the angle that atot makes with v is given by what?
When the angle is 45deg, what is the tangent?
 
  • #3
isn't the angle that a_tot makes with v, simply 45 degrees? which is a given value
 
  • #4
The angle depends on the speed which depends on time ... you want to know what time gets you 45degrees. What is the formula for centripetal acceleration?
 
  • #5
the formula for centripetal acceleration is a_c = ((v_t)^2)/r

The centripetal acceleration is equal to:
a_c = ((2m/s)^2)/100m
a_c = 0.04 m/s^2
 
  • #6
Is the tangential velocity a constant with time then?
I thought you said it was [itex]v_t = (2.0m.s^{-2})t[/itex] ?
 
  • #7
yes, sorry. my mistake. I am extremely confused and lost with this question. So the tangential velocity is the magnitude of the velocity vector, so it would actually be:

a_c = (b(omega))^2 / r
 
  • #8
You seem to be getting yourself further and further tangled up for some reason.

Lets have a recap:

in post #1 when you said the speed was varying as: v(t)=(2.0)t

isn't this the equation of the tangential speed? - yes?
 
  • #9
I believe so, yes.
 
  • #10
Cool - so if v(t)=(2.0)t, what is the magnitude of the tangential acceleration?
 
  • #11
magnitude of tangential acceleration is simply the derivative of the tangential velocity, which is 2m/s^2
 
  • #12
Good - now notice that the tangential acceleration does not change with time - this is important. Also, the tangential acceleration always points the same way as the tangential velocity[1].

The magnitude of the centripetal acceleration was correctly given by you earlier as:

[tex]a_c = \frac{v^2}{r}[/tex]

That v in the numerator is the tangential speed.
Substitute the expression for tangential speed into the above to get the centripetal acceleration as a function of time.

-------------------------------------
[1] ... so long as you remember that slowing down is a negative acceleration
 
  • #13
So I would get:

a_c = ((2t)^2)/R

So I have both tangential acceleration and centripetal acceleration. So I can proceed by substituting it into the equation:

tan(theta) = a_c/a_t

And I think I got it from this point now. a_t and v_t are pointing in the same direction so the above equation will provide the angle between acceleration and velocity.

Thanks, I cannot believe I over analyzed this question. You have helped me a lot, thanks for everything.
 
  • #14
Well done.

The real cute bit is that once you have noticed that the two accelerations are the short-sides of a right angled triangle, you just ask yourself what sort of triangle has 45 degree angles... no need for trig.

If that confuses you - the tangent of 45 degrees is 1.BTW: if you must use coordinates - pick then to exploit the symmetry of the situation ... for circular motion, pick polar coordinates. Just sayin.

Happy hacking.
 

FAQ: Find the time t at which the angle between two vectors is 45

What is the formula for finding the angle between two vectors?

The formula for finding the angle between two vectors is θ = cos^-1((a · b) / (|a| * |b|)) where a and b are the two vectors and |a| and |b| represent their magnitudes.

How do you determine if the angle between two vectors is 45 degrees?

To determine if the angle between two vectors is 45 degrees, plug in the values of the vectors and their magnitudes into the formula θ = cos^-1((a · b) / (|a| * |b|)). If the resulting angle is 45 degrees, then the angle between the two vectors is 45 degrees.

Can the angle between two vectors be negative?

No, the angle between two vectors cannot be negative. The angle is always measured as a positive value between 0 and 180 degrees.

What are some applications of finding the angle between two vectors?

Finding the angle between two vectors is useful in many fields such as physics, engineering, and computer graphics. It can be used to calculate the direction and magnitude of forces, determine the orientation of objects, and create visual displays.

What should be done if the angle between two vectors cannot be determined?

If the angle between two vectors cannot be determined, it may be because the vectors are parallel or antiparallel. In this case, the angle between them is either 0 degrees or 180 degrees respectively. It is important to check for these special cases and address them accordingly in the calculation.

Back
Top