Double Angle Formulas: Finding $tan 2theta$
I am trying to find $tan 2theta$ where $sin theta = frac{5}{13}$ and $theta$ is in Quadrant One.
According to my textbook, $tan 2theta = frac{120}{119}$, but I get $frac{-10}{13}$ instead.
The Identity I am using:
$$tan 2theta = frac{2 tan theta}{1 - tan^{2}theta}$$
My Process:
Since $y = 5;$ and $r = 13,; x = 12.$
Apply Tangent Double Angle Formula:
$$frac{2(frac{5}{12})}{1 - (frac{5}{12})^2}$$
$$frac{frac{10}{12}}{1 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{10}{12-25}$$
$$frac{-10}{13}$$
What am I doing wrong?
algebra-precalculus trigonometry
add a comment |
I am trying to find $tan 2theta$ where $sin theta = frac{5}{13}$ and $theta$ is in Quadrant One.
According to my textbook, $tan 2theta = frac{120}{119}$, but I get $frac{-10}{13}$ instead.
The Identity I am using:
$$tan 2theta = frac{2 tan theta}{1 - tan^{2}theta}$$
My Process:
Since $y = 5;$ and $r = 13,; x = 12.$
Apply Tangent Double Angle Formula:
$$frac{2(frac{5}{12})}{1 - (frac{5}{12})^2}$$
$$frac{frac{10}{12}}{1 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{10}{12-25}$$
$$frac{-10}{13}$$
What am I doing wrong?
algebra-precalculus trigonometry
4
$(5/12)^2$ is not $25/12$. It is $25/144$.
– Nick
Nov 22 '18 at 0:12
Erm, that's probably my issue then.
– LuminousNutria
Nov 22 '18 at 0:12
add a comment |
I am trying to find $tan 2theta$ where $sin theta = frac{5}{13}$ and $theta$ is in Quadrant One.
According to my textbook, $tan 2theta = frac{120}{119}$, but I get $frac{-10}{13}$ instead.
The Identity I am using:
$$tan 2theta = frac{2 tan theta}{1 - tan^{2}theta}$$
My Process:
Since $y = 5;$ and $r = 13,; x = 12.$
Apply Tangent Double Angle Formula:
$$frac{2(frac{5}{12})}{1 - (frac{5}{12})^2}$$
$$frac{frac{10}{12}}{1 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{10}{12-25}$$
$$frac{-10}{13}$$
What am I doing wrong?
algebra-precalculus trigonometry
I am trying to find $tan 2theta$ where $sin theta = frac{5}{13}$ and $theta$ is in Quadrant One.
According to my textbook, $tan 2theta = frac{120}{119}$, but I get $frac{-10}{13}$ instead.
The Identity I am using:
$$tan 2theta = frac{2 tan theta}{1 - tan^{2}theta}$$
My Process:
Since $y = 5;$ and $r = 13,; x = 12.$
Apply Tangent Double Angle Formula:
$$frac{2(frac{5}{12})}{1 - (frac{5}{12})^2}$$
$$frac{frac{10}{12}}{1 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{10}{12-25}$$
$$frac{-10}{13}$$
What am I doing wrong?
algebra-precalculus trigonometry
algebra-precalculus trigonometry
edited Nov 22 '18 at 9:34
user376343
2,9132823
2,9132823
asked Nov 22 '18 at 0:09
LuminousNutriaLuminousNutria
1709
1709
4
$(5/12)^2$ is not $25/12$. It is $25/144$.
– Nick
Nov 22 '18 at 0:12
Erm, that's probably my issue then.
– LuminousNutria
Nov 22 '18 at 0:12
add a comment |
4
$(5/12)^2$ is not $25/12$. It is $25/144$.
– Nick
Nov 22 '18 at 0:12
Erm, that's probably my issue then.
– LuminousNutria
Nov 22 '18 at 0:12
4
4
$(5/12)^2$ is not $25/12$. It is $25/144$.
– Nick
Nov 22 '18 at 0:12
$(5/12)^2$ is not $25/12$. It is $25/144$.
– Nick
Nov 22 '18 at 0:12
Erm, that's probably my issue then.
– LuminousNutria
Nov 22 '18 at 0:12
Erm, that's probably my issue then.
– LuminousNutria
Nov 22 '18 at 0:12
add a comment |
2 Answers
2
active
oldest
votes
Alternatively:
$sintheta = 5/13$, implies $costheta = sqrt{1-(5/13)^2} = 12/13$.
$sin 2theta = 2sin theta cos theta = 120/169$.
$cos 2theta = 2 cos^2 theta-1 = 1 - 2 sin^2 theta = 119/169$.
This gives $tan 2theta = sin 2theta/ cos 2 theta = 120/119$.
add a comment |
I made a mistake solving the problem. $(frac{5}{12})^2 neq frac{25}{12}$.
Actually, $(frac{5}{12})^2 = frac{25}{144}$.
Taking that into account:
$$frac{frac{10}{12}}{1 - frac{25}{144}} cdot frac{12}{12}$$
$$frac{10}{12-frac{300}{144}}$$
$$frac{10}{12 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{120}{144-25}$$
$$frac{120}{119}$$
Therefore, $tan 2theta = frac{120}{119}$
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%2f3008575%2fdouble-angle-formulas-finding-tan-2-theta%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
Alternatively:
$sintheta = 5/13$, implies $costheta = sqrt{1-(5/13)^2} = 12/13$.
$sin 2theta = 2sin theta cos theta = 120/169$.
$cos 2theta = 2 cos^2 theta-1 = 1 - 2 sin^2 theta = 119/169$.
This gives $tan 2theta = sin 2theta/ cos 2 theta = 120/119$.
add a comment |
Alternatively:
$sintheta = 5/13$, implies $costheta = sqrt{1-(5/13)^2} = 12/13$.
$sin 2theta = 2sin theta cos theta = 120/169$.
$cos 2theta = 2 cos^2 theta-1 = 1 - 2 sin^2 theta = 119/169$.
This gives $tan 2theta = sin 2theta/ cos 2 theta = 120/119$.
add a comment |
Alternatively:
$sintheta = 5/13$, implies $costheta = sqrt{1-(5/13)^2} = 12/13$.
$sin 2theta = 2sin theta cos theta = 120/169$.
$cos 2theta = 2 cos^2 theta-1 = 1 - 2 sin^2 theta = 119/169$.
This gives $tan 2theta = sin 2theta/ cos 2 theta = 120/119$.
Alternatively:
$sintheta = 5/13$, implies $costheta = sqrt{1-(5/13)^2} = 12/13$.
$sin 2theta = 2sin theta cos theta = 120/169$.
$cos 2theta = 2 cos^2 theta-1 = 1 - 2 sin^2 theta = 119/169$.
This gives $tan 2theta = sin 2theta/ cos 2 theta = 120/119$.
answered Nov 22 '18 at 8:23
Aditya DuaAditya Dua
86418
86418
add a comment |
add a comment |
I made a mistake solving the problem. $(frac{5}{12})^2 neq frac{25}{12}$.
Actually, $(frac{5}{12})^2 = frac{25}{144}$.
Taking that into account:
$$frac{frac{10}{12}}{1 - frac{25}{144}} cdot frac{12}{12}$$
$$frac{10}{12-frac{300}{144}}$$
$$frac{10}{12 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{120}{144-25}$$
$$frac{120}{119}$$
Therefore, $tan 2theta = frac{120}{119}$
add a comment |
I made a mistake solving the problem. $(frac{5}{12})^2 neq frac{25}{12}$.
Actually, $(frac{5}{12})^2 = frac{25}{144}$.
Taking that into account:
$$frac{frac{10}{12}}{1 - frac{25}{144}} cdot frac{12}{12}$$
$$frac{10}{12-frac{300}{144}}$$
$$frac{10}{12 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{120}{144-25}$$
$$frac{120}{119}$$
Therefore, $tan 2theta = frac{120}{119}$
add a comment |
I made a mistake solving the problem. $(frac{5}{12})^2 neq frac{25}{12}$.
Actually, $(frac{5}{12})^2 = frac{25}{144}$.
Taking that into account:
$$frac{frac{10}{12}}{1 - frac{25}{144}} cdot frac{12}{12}$$
$$frac{10}{12-frac{300}{144}}$$
$$frac{10}{12 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{120}{144-25}$$
$$frac{120}{119}$$
Therefore, $tan 2theta = frac{120}{119}$
I made a mistake solving the problem. $(frac{5}{12})^2 neq frac{25}{12}$.
Actually, $(frac{5}{12})^2 = frac{25}{144}$.
Taking that into account:
$$frac{frac{10}{12}}{1 - frac{25}{144}} cdot frac{12}{12}$$
$$frac{10}{12-frac{300}{144}}$$
$$frac{10}{12 - frac{25}{12}} cdot frac{12}{12}$$
$$frac{120}{144-25}$$
$$frac{120}{119}$$
Therefore, $tan 2theta = frac{120}{119}$
answered Nov 22 '18 at 0:29
LuminousNutriaLuminousNutria
1709
1709
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3008575%2fdouble-angle-formulas-finding-tan-2-theta%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

4
$(5/12)^2$ is not $25/12$. It is $25/144$.
– Nick
Nov 22 '18 at 0:12
Erm, that's probably my issue then.
– LuminousNutria
Nov 22 '18 at 0:12