Vectors plane question using components

AI Thread Summary
An airplane needs to fly 1000 km northeast while facing a westward wind of 40 km/hr and has a maximum speed of 650 km/hr. The pilot's direction is determined by resolving the velocity components of the plane and wind. The equations derived from the components lead to the relationship sin θ - cos θ = -0.0615, which can be simplified using the identity sin(a-b). Solving this gives an angle of approximately 42.5 degrees for the pilot to steer the plane. Verifying the x and y components confirms that this angle will achieve the desired northeast trajectory.
KL90
Messages
7
Reaction score
0

Homework Statement



An airplane wishes to fly from A to B which is located 1000 km northeast of A.
The maximum speed of the plane in still air is 650 km/hr.
There is a wind blowing West of 40 km/hr
In what direction should the pilot steer the plane to complete the trip as fast as possible?

Homework Equations




The Attempt at a Solution



I drew a diagram where an arrow from origin is 45 degrees above the east axis. Then at the head of that arrow is the head of the west arrow pointing west. and the two tails are connected for the plane's direction with the unknown angle between the plane velocity and the east axis.

velocity of plane in still air (vp)= 650(cos θ, sin θ)
velocity of wind (vw)= (-40, 0)
total velocity = |vtot| (cos 45, sin 45) = vp + vw
where |vtot| is the magnitude of the total velocity

Computing x component gives me:
|vtot| cos 45 = 650cosθ - 40

Computing y component give me:
|vtot|sin45 = 650sinθ

I've isolated for |vtot| but i don't know what to do after that.
 
Physics news on Phys.org
Computing x component gives me:
|vtot| cos 45 = 650cosθ - 40

Computing y component give me:
|vtot|sin45 = 650sinθ
Put the two together to get (since sin 45 = cos 45):
650cosθ - 40 = 650sinθ

That boils down to sin θ - cos θ = -.0615
A bit awkward, isn't it?
You could graph sin θ - cos θ and look for when the y coordinate is -.0615.

You know, it looks kind of like the right side of
sin(a-b) = sin(a)*cos(b) - cos(a)*sin(b) with b = 45 degrees
sin(a-45) = sin(a)*cos(45) - cos(a)*sin(45)
sin(a-45) = cos(45)*[sin(a) - cos(a)]
[sin(a) - cos(a)] = sin(a-45)/cos(45)
 
Is there any other way to compute without the use of graphing?

Could you explain further on why you use sin(a-b)?
 
We have sin θ - cos θ = -.0615.
We can use the identity sin(a) - cos(a) = sin(a-45)/cos(45) to simplify this to: sin(θ-45)/cos(45) = -.0615
sin(θ-45) = -.0615*cos(45) = -.0435
θ-45 = arcsin(-.0435)
θ-45 = -2.49
θ = 42.5 degrees
It would be worth checking this with your x and y components 650cosθ - 40 and 650sinθ to see if they are equal (indicating NE for the total of the two velocity vectors)
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top