Component Acceleration/Velocity

  • Thread starter Thread starter mathewings
  • Start date Start date
  • Tags Tags
    Component
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 6K views
mathewings
Messages
8
Reaction score
0
The problem is stated as follows:

A sailboat is traveling east at 4.10 m/s. A sudden gust of wind gives the boat an acceleration a=(0.500 m/s2,40.0° north of east). What is the boat's speed 5.90 s later when the gust subsides?

I've tried breaking it into component vectors, but no luck. Suggestions?
 
Physics news on Phys.org
mathewings said:
The problem is stated as follows:

A sailboat is traveling east at 4.10 m/s. A sudden gust of wind gives the boat an acceleration a=(0.500 m/s2,40.0° north of east). What is the boat's speed 5.90 s later when the gust subsides?

I've tried breaking it into component vectors, but no luck. Suggestions?

It's easier to write down the whole vectors. So, [tex]\vec{v}(t) = \vec{v}_{0}+\vec{a}\cdot t = 4.1 \vec{i} + (0.5\cos(40) \vec{i} + 0.5\sin(40) \vec{j})t[/tex]. Plug in t = 5.9 and you'll have your velocity vector. (The speed is it's magnitude.)
 
what are the equations you are using?
 
I totally understand your formula; I made the proper substitutions and it works. Thanks.