Calculating Wind Velocity Using Vectors

This problem is a bit of a doozy. Let me know if you get stuck. I'll be around for another 30 minutes or so.
  • #1
RedBarchetta
50
1

Homework Statement


A jetliner with an airspeed of 1000 km/h sets out on a 1500-km flight due south. To maintain a southward direction, however, the plane must be pointed 15 degrees west of south. If the flight takes 100 min, what is the wind velocity?

The Attempt at a Solution


This one has been giving me issues. What do you do here? Does 'airspeed' mean that the plane is traveling 1000 km/h with respect to the air? Here is what I've tried:

First of all, I find the components of the jetliner. I take -y to be south and +x to be east.
[tex]\[
\overrightarrow {V_{pa} } = 1000 \cdot \cos (15^ \circ )i + 1000 \cdot \sin (15^ \circ )j
\][/tex]

So there is the velocity vector with respect to the air. Now from this equation, I can multiply by the time 100min or (5/3)h, to get the displacement vector:

[tex]\[
\overrightarrow {R_{net} } = \frac{5}
{3}1000 \cdot \cos (15^ \circ )i + \frac{5}
{3}1000 \cdot \sin (15^ \circ )j
\]
[/tex]

I'm not quite sure what to do after this...How do you find the wind velocity from this? :confused:

My book says the answer is:
[tex]\[
(259km/h)i + (65.9km/h)j
\]
[/tex]
 
Physics news on Phys.org
  • #2
RedBarchetta said:

Homework Statement


A jetliner with an airspeed of 1000 km/h sets out on a 1500-km flight due south. To maintain a southward direction, however, the plane must be pointed 15 degrees west of south. If the flight takes 100 min, what is the wind velocity?

The Attempt at a Solution


This one has been giving me issues. What do you do here? Does 'airspeed' mean that the plane is traveling 1000 km/h with respect to the air? Here is what I've tried:

First of all, I find the components of the jetliner. I take -y to be south and +x to be east.
[tex]\[
\overrightarrow {V_{pa} } = 1000 \cdot \cos (15^ \circ )i + 1000 \cdot \sin (15^ \circ )j
\][/tex]

So there is the velocity vector with respect to the air. Now from this equation, I can multiply by the time 100min or (5/3)h, to get the displacement vector:

[tex]\[
\overrightarrow {R_{net} } = \frac{5}
{3}1000 \cdot \cos (15^ \circ )i + \frac{5}
{3}1000 \cdot \sin (15^ \circ )j
\]
[/tex]

I'm not quite sure what to do after this...How do you find the wind velocity from this? :confused:

My book says the answer is:
[tex]\[
(259km/h)i + (65.9km/h)j
\]
[/tex]

I haven't worked the numbers, but ...

Perhaps if you separated the X and Y components of vectors for both wind and Jet, and added them separately such that they arrive at the desired coordinate, you could find the wind direction and magnitude more readily?
 
  • #3
^^ I'm not sure. The question is, where does the plane need to stop? The question states its traveling on a trip 1500 km south. I'm assuming you want to end up 1500 km due south exactly. So from the point the airplane starts, its displacement needs to be exactly 1500 south. No change in horizontal position can happen. I'm still lost...but I'll try this:

So...

(Vx_plane)=965.926 km/h
(Vy_plane)=258.819 km/h

V_net=(Vx_plane+Vx_wind)i+(Vy_plane+Vy_wind)j

(Vx_plane+Vx_wind) * (5/3h) = 0

(Vy_plane+Vy_wind) * (5/3h) = 1500 km

Plane's X-displacement - (Vx_plane) * (5/3h) = 1609.88 km

Plane's Y-displacement (Vy_plane) * (5/3h) = 431.365 km

So:

X wind:

(965.926 km/h + Vx_wind) * (5/3h) = 0

1609.88 km + (5/3)*Vx_wind = 0

1609.88 km = -(5/3)*Vx_wind

(-3/5)*1609.88 =Vx_wind = -965.926

Y wind:

(258.819 km/h+Vy_wind) * (5/3h) = 1500 km

431.365 + (5/3)*Vy_wind = 1500km

(5/3)*Vy_wind=1500-431.365 km

Vy_wind=1068.64*(3/5) = 641.181

V_wind vector magnitude = 1159.36 so now I can get components:

1159.36 * cos(15)i + 1159.36 * sin(15)j = V_wind

1119.86 i + 300j = V_wind

...Wrong. This problem is ridiculously hard.
 
  • #4
RedBarchetta said:
^^ I'm not sure. The question is, where does the plane need to stop? The question states its traveling on a trip 1500 km south. I'm assuming you want to end up 1500 km due south exactly. So from the point the airplane starts, its displacement needs to be exactly 1500 south. No change in horizontal position can happen.

This would be my understanding of the problem as well.

You also know that time was 100 minutes = 1.6 hrs to get there.

The next step would be to identify the components of the wind velocity V.

It's angle θ will allow us to identify Vx as V Cosθ and Vy as V Sinθ.
(We will arbitrarily define θ to be relative to positive X axis.)

Now add these components into the Sin15/Cos15 terms of the planes velocity. This gives you for X components

0 = (-1000*Sin15 + V Cosθ ) * 1.6 hours
(Plane is going negative x)
(You multiply by 1.6 hours because V*t = displacement and you want to calculate things in x,y space. Not V space.)

And for the Y components

-1500 = (-1000*Cos 15 +V Sinθ) * 1.6 hours
(Plane is going negative y)

This should be a bit easier to calculate no?
 
  • #5
Thanks for your help Pion! So let me confirm this: We are saying that the angle of the wind velocity is arbitrary and what we really solve for is simple the magnitude of the components to end up with our answer.

I solved those formulas and left out the 15 degrees for the Wind's "V cos(theta)" and "V sin(theta)".

I would think that you would plug 15 degrees into every theta, but apparently that's wrong since we actually don't know the angles of the wind velocity.
 
  • #6
RedBarchetta said:
Thanks for your help Pion! So let me confirm this: We are saying that the angle of the wind velocity is arbitrary and what we really solve for is simple the magnitude of the components to end up with our answer.

I solved those formulas and left out the 15 degrees for the Wind's "V cos(theta)" and "V sin(theta)".

I would think that you would plug 15 degrees into every theta, but apparently that's wrong since we actually don't know the angles of the wind velocity.

There are 2 equations and 2 unknowns. You don't know V and you don't know θ. That's what you solve for. V is magnitude and θ is direction.

What is arbitrary is what definition you make for θ - that is what angle θ is referenced to. It's value of course needs to be calculated.

Good luck.
 

Related to Calculating Wind Velocity Using Vectors

1. What is relative motion?

Relative motion is the perceived motion of an object in relation to another object. It is the motion of an object as observed by an observer in a different frame of reference.

2. How is relative motion different from absolute motion?

Absolute motion is the actual motion of an object with respect to a fixed point, while relative motion depends on the frame of reference of the observer. This means that an object may have different relative motions depending on the observer's perspective, but its absolute motion will remain constant.

3. How do vectors play a role in relative motion?

Vectors are used to represent the direction and magnitude of motion. In relative motion, vectors are necessary to show the difference in motion between two objects from different frames of reference. They help us understand how objects move in relation to one another.

4. What is the difference between velocity and relative velocity?

Velocity is a vector quantity that describes the rate of change of an object's position with respect to a fixed point. Relative velocity, on the other hand, describes the rate of change of an object's position with respect to another moving object. It takes into account the motion of both objects and their relative positions at any given time.

5. How do you calculate relative velocity?

To calculate relative velocity, you must first define the frames of reference for each object. Then, use vector addition to find the difference in velocities between the two frames of reference. This can be done by adding the velocities of the objects in each frame of reference together to find the relative velocity between them.

Similar threads

  • Introductory Physics Homework Help
Replies
11
Views
1K
  • Introductory Physics Homework Help
Replies
6
Views
879
  • Introductory Physics Homework Help
Replies
1
Views
730
  • Introductory Physics Homework Help
Replies
5
Views
4K
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
12
Views
2K
  • Introductory Physics Homework Help
Replies
17
Views
3K
  • Introductory Physics Homework Help
Replies
21
Views
226
  • Introductory Physics Homework Help
Replies
16
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
1K
Back
Top