Airplane Wind problem
$begingroup$
Airplane flying at 400 mph at an angle of 30 deg encounters a wind. The resultant velocity of the airplane is 475.3 mph at an angle of 27.18 deg. What was direction of the wind.
I set this up as tan (27.18) = (Ry/Rx)
But the total Ry contains the y vector of the plane and the y vector of the wind, and since I don't know either wind magnitude nor direction I end up with 2 unknowns in both Ry and Rx.
Then I thought about using law of cosines, but again, come up with one equation, 2 unknowns.
Any thoughts?
algebra-precalculus vectors
$endgroup$
add a comment |
$begingroup$
Airplane flying at 400 mph at an angle of 30 deg encounters a wind. The resultant velocity of the airplane is 475.3 mph at an angle of 27.18 deg. What was direction of the wind.
I set this up as tan (27.18) = (Ry/Rx)
But the total Ry contains the y vector of the plane and the y vector of the wind, and since I don't know either wind magnitude nor direction I end up with 2 unknowns in both Ry and Rx.
Then I thought about using law of cosines, but again, come up with one equation, 2 unknowns.
Any thoughts?
algebra-precalculus vectors
$endgroup$
add a comment |
$begingroup$
Airplane flying at 400 mph at an angle of 30 deg encounters a wind. The resultant velocity of the airplane is 475.3 mph at an angle of 27.18 deg. What was direction of the wind.
I set this up as tan (27.18) = (Ry/Rx)
But the total Ry contains the y vector of the plane and the y vector of the wind, and since I don't know either wind magnitude nor direction I end up with 2 unknowns in both Ry and Rx.
Then I thought about using law of cosines, but again, come up with one equation, 2 unknowns.
Any thoughts?
algebra-precalculus vectors
$endgroup$
Airplane flying at 400 mph at an angle of 30 deg encounters a wind. The resultant velocity of the airplane is 475.3 mph at an angle of 27.18 deg. What was direction of the wind.
I set this up as tan (27.18) = (Ry/Rx)
But the total Ry contains the y vector of the plane and the y vector of the wind, and since I don't know either wind magnitude nor direction I end up with 2 unknowns in both Ry and Rx.
Then I thought about using law of cosines, but again, come up with one equation, 2 unknowns.
Any thoughts?
algebra-precalculus vectors
algebra-precalculus vectors
asked Dec 16 '14 at 22:05
user163862user163862
88521017
88521017
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
It may be easier to treat the direction of the plane as along one axis, like the $x$ axis:
$$vec{v_0} = 400 hat{x}.$$
Then the new velocity is
$$vec{v} = 475.3 (cos (-2.82^{circ}) hat{x} + sin (-2.82^{circ}) hat{y}) approx 474.72 hat{x} - 23.38 hat{y}.$$
So the speed of the wind is
$$sqrt{74.72^2 + (-23.38)^2} approx 78.29 text{ MPH}$$
and its direction is
$$arctan(-23.38/74.72) + 30^{circ} approx -17.37^{circ} + 30^{circ} = 12.63^{circ}.$$
$endgroup$
$begingroup$
Can you tell me how you would get the -2.82 deg?
$endgroup$
– user163862
Dec 16 '14 at 22:28
$begingroup$
Your direction changes by 2.82 degrees south (27.18 - 30).
$endgroup$
– John
Dec 16 '14 at 22:29
add a comment |
$begingroup$
A fairly standard method is to write all the vectors in their $x$ and $y$ components.
From the aircraft's speed and direction, $400$ mph at an angle of $30$ degrees,
you get components $A_x$ and $A_y.$
From the resulting velocity and direction, $475.3$ mph at an angle of $27.18$ degrees,
you get components $R_x$ and $R_y.$
This is all from standard formulas for taking $x$ and $y$ components of vectors, for example $A_x = 400 cos(30^circ),$ $A_y = 400 sin(30^circ).$
Now you know that original velocity + wind should give the resultant velocity,
that is, $A + W = R.$
So now you have
begin{align}
A_x + W_x &= R_x,\
A_y + W_y &= R_y.
end{align}
Two equations, two unknowns ($W_x$ and $W_y$).
Finally, take the components $W_x$ and $W_y$ and turn them back into a speed and direction. Now is the time to bring out the tangent function.
Don't forget the Pythagorean Theorem for the length.
The Law of Cosines works too. It does not tell you the angle, but it does tell you the length of the unknown side of the vector triangle.
Once you have the length you can apply the Law of Sines with two known sides and one known angle to get one unknown angle of the triangle,
and from that you can determine the direction of the vector.
You do not always need to be able to solve for two things simultaneously when you have two unknowns!
If you can do one at a time, that's often enough.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1071221%2fairplane-wind-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It may be easier to treat the direction of the plane as along one axis, like the $x$ axis:
$$vec{v_0} = 400 hat{x}.$$
Then the new velocity is
$$vec{v} = 475.3 (cos (-2.82^{circ}) hat{x} + sin (-2.82^{circ}) hat{y}) approx 474.72 hat{x} - 23.38 hat{y}.$$
So the speed of the wind is
$$sqrt{74.72^2 + (-23.38)^2} approx 78.29 text{ MPH}$$
and its direction is
$$arctan(-23.38/74.72) + 30^{circ} approx -17.37^{circ} + 30^{circ} = 12.63^{circ}.$$
$endgroup$
$begingroup$
Can you tell me how you would get the -2.82 deg?
$endgroup$
– user163862
Dec 16 '14 at 22:28
$begingroup$
Your direction changes by 2.82 degrees south (27.18 - 30).
$endgroup$
– John
Dec 16 '14 at 22:29
add a comment |
$begingroup$
It may be easier to treat the direction of the plane as along one axis, like the $x$ axis:
$$vec{v_0} = 400 hat{x}.$$
Then the new velocity is
$$vec{v} = 475.3 (cos (-2.82^{circ}) hat{x} + sin (-2.82^{circ}) hat{y}) approx 474.72 hat{x} - 23.38 hat{y}.$$
So the speed of the wind is
$$sqrt{74.72^2 + (-23.38)^2} approx 78.29 text{ MPH}$$
and its direction is
$$arctan(-23.38/74.72) + 30^{circ} approx -17.37^{circ} + 30^{circ} = 12.63^{circ}.$$
$endgroup$
$begingroup$
Can you tell me how you would get the -2.82 deg?
$endgroup$
– user163862
Dec 16 '14 at 22:28
$begingroup$
Your direction changes by 2.82 degrees south (27.18 - 30).
$endgroup$
– John
Dec 16 '14 at 22:29
add a comment |
$begingroup$
It may be easier to treat the direction of the plane as along one axis, like the $x$ axis:
$$vec{v_0} = 400 hat{x}.$$
Then the new velocity is
$$vec{v} = 475.3 (cos (-2.82^{circ}) hat{x} + sin (-2.82^{circ}) hat{y}) approx 474.72 hat{x} - 23.38 hat{y}.$$
So the speed of the wind is
$$sqrt{74.72^2 + (-23.38)^2} approx 78.29 text{ MPH}$$
and its direction is
$$arctan(-23.38/74.72) + 30^{circ} approx -17.37^{circ} + 30^{circ} = 12.63^{circ}.$$
$endgroup$
It may be easier to treat the direction of the plane as along one axis, like the $x$ axis:
$$vec{v_0} = 400 hat{x}.$$
Then the new velocity is
$$vec{v} = 475.3 (cos (-2.82^{circ}) hat{x} + sin (-2.82^{circ}) hat{y}) approx 474.72 hat{x} - 23.38 hat{y}.$$
So the speed of the wind is
$$sqrt{74.72^2 + (-23.38)^2} approx 78.29 text{ MPH}$$
and its direction is
$$arctan(-23.38/74.72) + 30^{circ} approx -17.37^{circ} + 30^{circ} = 12.63^{circ}.$$
answered Dec 16 '14 at 22:26
JohnJohn
22.8k32550
22.8k32550
$begingroup$
Can you tell me how you would get the -2.82 deg?
$endgroup$
– user163862
Dec 16 '14 at 22:28
$begingroup$
Your direction changes by 2.82 degrees south (27.18 - 30).
$endgroup$
– John
Dec 16 '14 at 22:29
add a comment |
$begingroup$
Can you tell me how you would get the -2.82 deg?
$endgroup$
– user163862
Dec 16 '14 at 22:28
$begingroup$
Your direction changes by 2.82 degrees south (27.18 - 30).
$endgroup$
– John
Dec 16 '14 at 22:29
$begingroup$
Can you tell me how you would get the -2.82 deg?
$endgroup$
– user163862
Dec 16 '14 at 22:28
$begingroup$
Can you tell me how you would get the -2.82 deg?
$endgroup$
– user163862
Dec 16 '14 at 22:28
$begingroup$
Your direction changes by 2.82 degrees south (27.18 - 30).
$endgroup$
– John
Dec 16 '14 at 22:29
$begingroup$
Your direction changes by 2.82 degrees south (27.18 - 30).
$endgroup$
– John
Dec 16 '14 at 22:29
add a comment |
$begingroup$
A fairly standard method is to write all the vectors in their $x$ and $y$ components.
From the aircraft's speed and direction, $400$ mph at an angle of $30$ degrees,
you get components $A_x$ and $A_y.$
From the resulting velocity and direction, $475.3$ mph at an angle of $27.18$ degrees,
you get components $R_x$ and $R_y.$
This is all from standard formulas for taking $x$ and $y$ components of vectors, for example $A_x = 400 cos(30^circ),$ $A_y = 400 sin(30^circ).$
Now you know that original velocity + wind should give the resultant velocity,
that is, $A + W = R.$
So now you have
begin{align}
A_x + W_x &= R_x,\
A_y + W_y &= R_y.
end{align}
Two equations, two unknowns ($W_x$ and $W_y$).
Finally, take the components $W_x$ and $W_y$ and turn them back into a speed and direction. Now is the time to bring out the tangent function.
Don't forget the Pythagorean Theorem for the length.
The Law of Cosines works too. It does not tell you the angle, but it does tell you the length of the unknown side of the vector triangle.
Once you have the length you can apply the Law of Sines with two known sides and one known angle to get one unknown angle of the triangle,
and from that you can determine the direction of the vector.
You do not always need to be able to solve for two things simultaneously when you have two unknowns!
If you can do one at a time, that's often enough.
$endgroup$
add a comment |
$begingroup$
A fairly standard method is to write all the vectors in their $x$ and $y$ components.
From the aircraft's speed and direction, $400$ mph at an angle of $30$ degrees,
you get components $A_x$ and $A_y.$
From the resulting velocity and direction, $475.3$ mph at an angle of $27.18$ degrees,
you get components $R_x$ and $R_y.$
This is all from standard formulas for taking $x$ and $y$ components of vectors, for example $A_x = 400 cos(30^circ),$ $A_y = 400 sin(30^circ).$
Now you know that original velocity + wind should give the resultant velocity,
that is, $A + W = R.$
So now you have
begin{align}
A_x + W_x &= R_x,\
A_y + W_y &= R_y.
end{align}
Two equations, two unknowns ($W_x$ and $W_y$).
Finally, take the components $W_x$ and $W_y$ and turn them back into a speed and direction. Now is the time to bring out the tangent function.
Don't forget the Pythagorean Theorem for the length.
The Law of Cosines works too. It does not tell you the angle, but it does tell you the length of the unknown side of the vector triangle.
Once you have the length you can apply the Law of Sines with two known sides and one known angle to get one unknown angle of the triangle,
and from that you can determine the direction of the vector.
You do not always need to be able to solve for two things simultaneously when you have two unknowns!
If you can do one at a time, that's often enough.
$endgroup$
add a comment |
$begingroup$
A fairly standard method is to write all the vectors in their $x$ and $y$ components.
From the aircraft's speed and direction, $400$ mph at an angle of $30$ degrees,
you get components $A_x$ and $A_y.$
From the resulting velocity and direction, $475.3$ mph at an angle of $27.18$ degrees,
you get components $R_x$ and $R_y.$
This is all from standard formulas for taking $x$ and $y$ components of vectors, for example $A_x = 400 cos(30^circ),$ $A_y = 400 sin(30^circ).$
Now you know that original velocity + wind should give the resultant velocity,
that is, $A + W = R.$
So now you have
begin{align}
A_x + W_x &= R_x,\
A_y + W_y &= R_y.
end{align}
Two equations, two unknowns ($W_x$ and $W_y$).
Finally, take the components $W_x$ and $W_y$ and turn them back into a speed and direction. Now is the time to bring out the tangent function.
Don't forget the Pythagorean Theorem for the length.
The Law of Cosines works too. It does not tell you the angle, but it does tell you the length of the unknown side of the vector triangle.
Once you have the length you can apply the Law of Sines with two known sides and one known angle to get one unknown angle of the triangle,
and from that you can determine the direction of the vector.
You do not always need to be able to solve for two things simultaneously when you have two unknowns!
If you can do one at a time, that's often enough.
$endgroup$
A fairly standard method is to write all the vectors in their $x$ and $y$ components.
From the aircraft's speed and direction, $400$ mph at an angle of $30$ degrees,
you get components $A_x$ and $A_y.$
From the resulting velocity and direction, $475.3$ mph at an angle of $27.18$ degrees,
you get components $R_x$ and $R_y.$
This is all from standard formulas for taking $x$ and $y$ components of vectors, for example $A_x = 400 cos(30^circ),$ $A_y = 400 sin(30^circ).$
Now you know that original velocity + wind should give the resultant velocity,
that is, $A + W = R.$
So now you have
begin{align}
A_x + W_x &= R_x,\
A_y + W_y &= R_y.
end{align}
Two equations, two unknowns ($W_x$ and $W_y$).
Finally, take the components $W_x$ and $W_y$ and turn them back into a speed and direction. Now is the time to bring out the tangent function.
Don't forget the Pythagorean Theorem for the length.
The Law of Cosines works too. It does not tell you the angle, but it does tell you the length of the unknown side of the vector triangle.
Once you have the length you can apply the Law of Sines with two known sides and one known angle to get one unknown angle of the triangle,
and from that you can determine the direction of the vector.
You do not always need to be able to solve for two things simultaneously when you have two unknowns!
If you can do one at a time, that's often enough.
answered Jan 25 at 22:57
David KDavid K
55.2k344120
55.2k344120
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1071221%2fairplane-wind-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown