Solving Problem with Vectors - Velocity & Accel.

  • Thread starter Thread starter ncr7
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
The velocity of a particle in the xy plane is defined by the equation (5.6t - 4.5t^2) + 8.2 m/s. To find the acceleration at t = 3.3 s, the first two parts of the problem were solved, but the third part regarding when the speed equals 10 m/s posed challenges due to a negative result in the quadratic formula. It was clarified that the assumption made about the square root was invalid for t > 56/45, as the velocity's x-component can be negative. An example was provided to illustrate that the velocity can indeed be negative, affecting the calculation of speed. The discussion emphasizes the importance of considering the sign of velocity components when solving vector problems.
ncr7
Messages
38
Reaction score
0
The velocity of a particle moving in the xy plane is given by = (5.6 t - 4.5 t2) + 8.2, with in meters per second and t (> 0) in seconds. (a) What is the acceleration when t = 3.3 s? (b) When (if ever) is the acceleration zero? (c) When (if ever) does the speed equal 10 m/s?

I got the first 2 but when I went to find c I can't seem to get it.

I took

10m/s = sqrt((5.6t - 4.5t^2)^2 + (8.2)^2
10^2 = (sqrt((5.6t - 4.5t^2)^2 + (8.2)^2)^2
100 = (5.6t - 4.5t^2)^2 + 67.24)
32.76 = (5.6t - 4.5t^2)^2
sqrt(32.76) = sqrt((5.6t - 4.5t^2)^2)
5.72 = 5.6t - 4.5t^2
0 = -4.5t^2 + 5.6t - 5.72
then I used quadratic to find out the two values...
but I get a negative in the sqrt on the quadratic and I can't do that... any suggestions?
 
Physics news on Phys.org
You implicitly assumed t<=56/45
when you wrote
\sqrt{(5.6t-4.5t^2)^2} = 5.6t-4.5t^2
What happens if t>56/45?
 
so how do you figure it out? I'm not sure how you would go about doing it.

Could you take

5.6t-4.5t^2
t(5.6-4.5t)
t = 5.6/4.5 ?

if so what happens with the 5.72 on the other side of the equation?
 
My hint wasn't good enough.

It is not valid to write \sqrt{(5.6t-4.5t^2)^2} = 5.6t-4.5t^2 when t>56/45 because 5.6t-4.5t^2 is negative.

For example, try t=2. The velocity vector at t=2 is [ 5.6*2 - 4.5*2^2, 8.2 ] = [ -6.8, 8.2 ]. Note that the x component of the velocity is negative. \sqrt{(-6.8)^2} = 6.8,\text{\ not\ } -6.8.
 
Last edited:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top