Derivative of the sine function when the argument is measured in degrees
$begingroup$
I'm trying to show that the derivative of $sintheta$ is equal to $pi/180 costheta$ if $theta$ is measured in degrees. The main idea is that we need to convert $theta$ to radians to be able to apply the identity $d/dx sin x = cos x $. So we need to express
$
sin theta$
as
$$
sin_{deg} theta = sin(pi theta /180),
$$
where $sin_{deg}$ is the $sin$ function that takes degrees as input. Then applying the chain rule yields
$$
d/dtheta [ sin(pitheta/180)] = cos(pi theta/180) pi/180 = frac{pi}{180}cos_{deg}theta.
$$
Is this derivation formally correct?
calculus
$endgroup$
add a comment |
$begingroup$
I'm trying to show that the derivative of $sintheta$ is equal to $pi/180 costheta$ if $theta$ is measured in degrees. The main idea is that we need to convert $theta$ to radians to be able to apply the identity $d/dx sin x = cos x $. So we need to express
$
sin theta$
as
$$
sin_{deg} theta = sin(pi theta /180),
$$
where $sin_{deg}$ is the $sin$ function that takes degrees as input. Then applying the chain rule yields
$$
d/dtheta [ sin(pitheta/180)] = cos(pi theta/180) pi/180 = frac{pi}{180}cos_{deg}theta.
$$
Is this derivation formally correct?
calculus
$endgroup$
$begingroup$
yes . .a a a aaaoeeo
$endgroup$
– sperners lemma
Oct 16 '12 at 15:49
add a comment |
$begingroup$
I'm trying to show that the derivative of $sintheta$ is equal to $pi/180 costheta$ if $theta$ is measured in degrees. The main idea is that we need to convert $theta$ to radians to be able to apply the identity $d/dx sin x = cos x $. So we need to express
$
sin theta$
as
$$
sin_{deg} theta = sin(pi theta /180),
$$
where $sin_{deg}$ is the $sin$ function that takes degrees as input. Then applying the chain rule yields
$$
d/dtheta [ sin(pitheta/180)] = cos(pi theta/180) pi/180 = frac{pi}{180}cos_{deg}theta.
$$
Is this derivation formally correct?
calculus
$endgroup$
I'm trying to show that the derivative of $sintheta$ is equal to $pi/180 costheta$ if $theta$ is measured in degrees. The main idea is that we need to convert $theta$ to radians to be able to apply the identity $d/dx sin x = cos x $. So we need to express
$
sin theta$
as
$$
sin_{deg} theta = sin(pi theta /180),
$$
where $sin_{deg}$ is the $sin$ function that takes degrees as input. Then applying the chain rule yields
$$
d/dtheta [ sin(pitheta/180)] = cos(pi theta/180) pi/180 = frac{pi}{180}cos_{deg}theta.
$$
Is this derivation formally correct?
calculus
calculus
asked Oct 16 '12 at 15:28
somebodysomebody
5121815
5121815
$begingroup$
yes . .a a a aaaoeeo
$endgroup$
– sperners lemma
Oct 16 '12 at 15:49
add a comment |
$begingroup$
yes . .a a a aaaoeeo
$endgroup$
– sperners lemma
Oct 16 '12 at 15:49
$begingroup$
yes . .a a a aaaoeeo
$endgroup$
– sperners lemma
Oct 16 '12 at 15:49
$begingroup$
yes . .a a a aaaoeeo
$endgroup$
– sperners lemma
Oct 16 '12 at 15:49
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Yes, it is correct, but keep in mind that what you are calculating is:
$$f(x)=sin(πx/180)$$
$$f'(x)=lim_{h to 0} frac{f(x+h)-f(x)}{h}=frac{pi}{180}cos(pi x/180),$$
where $x$ is expressed in degrees.
$endgroup$
add a comment |
$begingroup$
This annoyed me when I revisited this material years later and had to teach this material to someone else, so I'm posting an answer here. (The other answer is perfectly fine, but I wanted to give a more complete exposition.)
Now here's the thing: you're told to find the derivative of $sin(theta)$ when $theta$ is in degrees. At a first glance, this seems simple: it should just be $cos(theta)$. However, this answer is wrong, because you found that $sin(theta)$ has derivative $cos(theta)$ under the assumption that $theta$ is measured in radians, and not in degrees.
Here's how you should approach the problem.
Notice that $sin(theta)$, when $theta$ is in degrees or when $theta$ is in radians, gives two different values. So, in fact, for this problem, writing $sin(theta)$ is itself ambiguous, because it isn't clear if $theta$ is in degrees or radians. (However, for the rest of your studies, you'll likely assume the radian form.)
For the moment, suppose that $sin_d(theta)$ denotes $sin(theta)$ when $theta$ is measured in degrees, and $sin_r(theta)$ denotes $sin(theta)$ when $theta$ is measured in radians. We apply similar meaning for $cos_d$ and $cos_r$.
The motivation for this seems confusing at a first glance: why do we need to do this? It's because when we're calculating $sin(theta)$ depending on whether or not $theta$ is in degrees or radians, we are fundamentally working with two different functions. Assuming we only care about the standard unit circle, when $theta$ is in degrees, the domain is $[0, 360)$. When $theta$ is in radians, the domain is $[0, 2pi)$. Hence why we use $sin_d$ and $sin_r$ for these two different cases.
Now, back to the problem: what you are asked to find is
$$dfrac{text{d}}{text{d}theta}sin_d(theta)text{.}$$
You know for a fact that
$$dfrac{text{d}}{text{d}theta}sin_r(theta) = cos_r(theta)text{.}$$
So now, the problem boils down to this: how can we write $sin_d$ in terms of $sin_r$ so that we can apply the chain rule to find $dfrac{text{d}}{text{d}theta}sin_d(theta)$?
Recall that $pi$ radians is $180$ degrees. So, if we have an angle which is $theta$ degrees, it follows that the equivalent radian angle is $dfrac{theta}{180}pi$. It follows that
$$sin_d(theta)=sin_rleft(dfrac{theta}{180}pi right)text{.}$$
Hence,
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{text{d}}{text{d}theta}sin_rleft(dfrac{theta}{180}pi right) = dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right)$$
from an application of the chain rule.
Lastly, note that the angle $dfrac{pi}{180}theta$ is in radians. The equivalent degree measure would be
$$dfrac{pi}{180}theta cdot dfrac{180}{pi} = theta$$
hence,
$$dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right) = dfrac{pi}{180}cos_d(theta)$$
and then we obtain
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{pi}{180}cos_d(theta)$$
as desired.
Remark: This is an exercise in Stewart's text. I wouldn't expect a typical Calculus I student to be able to do this exercise, given that very little time (in my experience) is spent on functions and given the strange notation (this would look strange to a Calc. I student - remember, most of these people haven't even read proofs) involved. As you might guess, although this problem is interesting, given the way this exercise is usually written and implemented in calculus courses, I'm not a fan. More time should be dedicated to thinking about functions than usually done for a Calc. I course should this problem be assigned as an exercise.
$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%2f214912%2fderivative-of-the-sine-function-when-the-argument-is-measured-in-degrees%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$
Yes, it is correct, but keep in mind that what you are calculating is:
$$f(x)=sin(πx/180)$$
$$f'(x)=lim_{h to 0} frac{f(x+h)-f(x)}{h}=frac{pi}{180}cos(pi x/180),$$
where $x$ is expressed in degrees.
$endgroup$
add a comment |
$begingroup$
Yes, it is correct, but keep in mind that what you are calculating is:
$$f(x)=sin(πx/180)$$
$$f'(x)=lim_{h to 0} frac{f(x+h)-f(x)}{h}=frac{pi}{180}cos(pi x/180),$$
where $x$ is expressed in degrees.
$endgroup$
add a comment |
$begingroup$
Yes, it is correct, but keep in mind that what you are calculating is:
$$f(x)=sin(πx/180)$$
$$f'(x)=lim_{h to 0} frac{f(x+h)-f(x)}{h}=frac{pi}{180}cos(pi x/180),$$
where $x$ is expressed in degrees.
$endgroup$
Yes, it is correct, but keep in mind that what you are calculating is:
$$f(x)=sin(πx/180)$$
$$f'(x)=lim_{h to 0} frac{f(x+h)-f(x)}{h}=frac{pi}{180}cos(pi x/180),$$
where $x$ is expressed in degrees.
answered Oct 16 '12 at 16:07
Fernando DomeneFernando Domene
36112
36112
add a comment |
add a comment |
$begingroup$
This annoyed me when I revisited this material years later and had to teach this material to someone else, so I'm posting an answer here. (The other answer is perfectly fine, but I wanted to give a more complete exposition.)
Now here's the thing: you're told to find the derivative of $sin(theta)$ when $theta$ is in degrees. At a first glance, this seems simple: it should just be $cos(theta)$. However, this answer is wrong, because you found that $sin(theta)$ has derivative $cos(theta)$ under the assumption that $theta$ is measured in radians, and not in degrees.
Here's how you should approach the problem.
Notice that $sin(theta)$, when $theta$ is in degrees or when $theta$ is in radians, gives two different values. So, in fact, for this problem, writing $sin(theta)$ is itself ambiguous, because it isn't clear if $theta$ is in degrees or radians. (However, for the rest of your studies, you'll likely assume the radian form.)
For the moment, suppose that $sin_d(theta)$ denotes $sin(theta)$ when $theta$ is measured in degrees, and $sin_r(theta)$ denotes $sin(theta)$ when $theta$ is measured in radians. We apply similar meaning for $cos_d$ and $cos_r$.
The motivation for this seems confusing at a first glance: why do we need to do this? It's because when we're calculating $sin(theta)$ depending on whether or not $theta$ is in degrees or radians, we are fundamentally working with two different functions. Assuming we only care about the standard unit circle, when $theta$ is in degrees, the domain is $[0, 360)$. When $theta$ is in radians, the domain is $[0, 2pi)$. Hence why we use $sin_d$ and $sin_r$ for these two different cases.
Now, back to the problem: what you are asked to find is
$$dfrac{text{d}}{text{d}theta}sin_d(theta)text{.}$$
You know for a fact that
$$dfrac{text{d}}{text{d}theta}sin_r(theta) = cos_r(theta)text{.}$$
So now, the problem boils down to this: how can we write $sin_d$ in terms of $sin_r$ so that we can apply the chain rule to find $dfrac{text{d}}{text{d}theta}sin_d(theta)$?
Recall that $pi$ radians is $180$ degrees. So, if we have an angle which is $theta$ degrees, it follows that the equivalent radian angle is $dfrac{theta}{180}pi$. It follows that
$$sin_d(theta)=sin_rleft(dfrac{theta}{180}pi right)text{.}$$
Hence,
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{text{d}}{text{d}theta}sin_rleft(dfrac{theta}{180}pi right) = dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right)$$
from an application of the chain rule.
Lastly, note that the angle $dfrac{pi}{180}theta$ is in radians. The equivalent degree measure would be
$$dfrac{pi}{180}theta cdot dfrac{180}{pi} = theta$$
hence,
$$dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right) = dfrac{pi}{180}cos_d(theta)$$
and then we obtain
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{pi}{180}cos_d(theta)$$
as desired.
Remark: This is an exercise in Stewart's text. I wouldn't expect a typical Calculus I student to be able to do this exercise, given that very little time (in my experience) is spent on functions and given the strange notation (this would look strange to a Calc. I student - remember, most of these people haven't even read proofs) involved. As you might guess, although this problem is interesting, given the way this exercise is usually written and implemented in calculus courses, I'm not a fan. More time should be dedicated to thinking about functions than usually done for a Calc. I course should this problem be assigned as an exercise.
$endgroup$
add a comment |
$begingroup$
This annoyed me when I revisited this material years later and had to teach this material to someone else, so I'm posting an answer here. (The other answer is perfectly fine, but I wanted to give a more complete exposition.)
Now here's the thing: you're told to find the derivative of $sin(theta)$ when $theta$ is in degrees. At a first glance, this seems simple: it should just be $cos(theta)$. However, this answer is wrong, because you found that $sin(theta)$ has derivative $cos(theta)$ under the assumption that $theta$ is measured in radians, and not in degrees.
Here's how you should approach the problem.
Notice that $sin(theta)$, when $theta$ is in degrees or when $theta$ is in radians, gives two different values. So, in fact, for this problem, writing $sin(theta)$ is itself ambiguous, because it isn't clear if $theta$ is in degrees or radians. (However, for the rest of your studies, you'll likely assume the radian form.)
For the moment, suppose that $sin_d(theta)$ denotes $sin(theta)$ when $theta$ is measured in degrees, and $sin_r(theta)$ denotes $sin(theta)$ when $theta$ is measured in radians. We apply similar meaning for $cos_d$ and $cos_r$.
The motivation for this seems confusing at a first glance: why do we need to do this? It's because when we're calculating $sin(theta)$ depending on whether or not $theta$ is in degrees or radians, we are fundamentally working with two different functions. Assuming we only care about the standard unit circle, when $theta$ is in degrees, the domain is $[0, 360)$. When $theta$ is in radians, the domain is $[0, 2pi)$. Hence why we use $sin_d$ and $sin_r$ for these two different cases.
Now, back to the problem: what you are asked to find is
$$dfrac{text{d}}{text{d}theta}sin_d(theta)text{.}$$
You know for a fact that
$$dfrac{text{d}}{text{d}theta}sin_r(theta) = cos_r(theta)text{.}$$
So now, the problem boils down to this: how can we write $sin_d$ in terms of $sin_r$ so that we can apply the chain rule to find $dfrac{text{d}}{text{d}theta}sin_d(theta)$?
Recall that $pi$ radians is $180$ degrees. So, if we have an angle which is $theta$ degrees, it follows that the equivalent radian angle is $dfrac{theta}{180}pi$. It follows that
$$sin_d(theta)=sin_rleft(dfrac{theta}{180}pi right)text{.}$$
Hence,
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{text{d}}{text{d}theta}sin_rleft(dfrac{theta}{180}pi right) = dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right)$$
from an application of the chain rule.
Lastly, note that the angle $dfrac{pi}{180}theta$ is in radians. The equivalent degree measure would be
$$dfrac{pi}{180}theta cdot dfrac{180}{pi} = theta$$
hence,
$$dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right) = dfrac{pi}{180}cos_d(theta)$$
and then we obtain
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{pi}{180}cos_d(theta)$$
as desired.
Remark: This is an exercise in Stewart's text. I wouldn't expect a typical Calculus I student to be able to do this exercise, given that very little time (in my experience) is spent on functions and given the strange notation (this would look strange to a Calc. I student - remember, most of these people haven't even read proofs) involved. As you might guess, although this problem is interesting, given the way this exercise is usually written and implemented in calculus courses, I'm not a fan. More time should be dedicated to thinking about functions than usually done for a Calc. I course should this problem be assigned as an exercise.
$endgroup$
add a comment |
$begingroup$
This annoyed me when I revisited this material years later and had to teach this material to someone else, so I'm posting an answer here. (The other answer is perfectly fine, but I wanted to give a more complete exposition.)
Now here's the thing: you're told to find the derivative of $sin(theta)$ when $theta$ is in degrees. At a first glance, this seems simple: it should just be $cos(theta)$. However, this answer is wrong, because you found that $sin(theta)$ has derivative $cos(theta)$ under the assumption that $theta$ is measured in radians, and not in degrees.
Here's how you should approach the problem.
Notice that $sin(theta)$, when $theta$ is in degrees or when $theta$ is in radians, gives two different values. So, in fact, for this problem, writing $sin(theta)$ is itself ambiguous, because it isn't clear if $theta$ is in degrees or radians. (However, for the rest of your studies, you'll likely assume the radian form.)
For the moment, suppose that $sin_d(theta)$ denotes $sin(theta)$ when $theta$ is measured in degrees, and $sin_r(theta)$ denotes $sin(theta)$ when $theta$ is measured in radians. We apply similar meaning for $cos_d$ and $cos_r$.
The motivation for this seems confusing at a first glance: why do we need to do this? It's because when we're calculating $sin(theta)$ depending on whether or not $theta$ is in degrees or radians, we are fundamentally working with two different functions. Assuming we only care about the standard unit circle, when $theta$ is in degrees, the domain is $[0, 360)$. When $theta$ is in radians, the domain is $[0, 2pi)$. Hence why we use $sin_d$ and $sin_r$ for these two different cases.
Now, back to the problem: what you are asked to find is
$$dfrac{text{d}}{text{d}theta}sin_d(theta)text{.}$$
You know for a fact that
$$dfrac{text{d}}{text{d}theta}sin_r(theta) = cos_r(theta)text{.}$$
So now, the problem boils down to this: how can we write $sin_d$ in terms of $sin_r$ so that we can apply the chain rule to find $dfrac{text{d}}{text{d}theta}sin_d(theta)$?
Recall that $pi$ radians is $180$ degrees. So, if we have an angle which is $theta$ degrees, it follows that the equivalent radian angle is $dfrac{theta}{180}pi$. It follows that
$$sin_d(theta)=sin_rleft(dfrac{theta}{180}pi right)text{.}$$
Hence,
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{text{d}}{text{d}theta}sin_rleft(dfrac{theta}{180}pi right) = dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right)$$
from an application of the chain rule.
Lastly, note that the angle $dfrac{pi}{180}theta$ is in radians. The equivalent degree measure would be
$$dfrac{pi}{180}theta cdot dfrac{180}{pi} = theta$$
hence,
$$dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right) = dfrac{pi}{180}cos_d(theta)$$
and then we obtain
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{pi}{180}cos_d(theta)$$
as desired.
Remark: This is an exercise in Stewart's text. I wouldn't expect a typical Calculus I student to be able to do this exercise, given that very little time (in my experience) is spent on functions and given the strange notation (this would look strange to a Calc. I student - remember, most of these people haven't even read proofs) involved. As you might guess, although this problem is interesting, given the way this exercise is usually written and implemented in calculus courses, I'm not a fan. More time should be dedicated to thinking about functions than usually done for a Calc. I course should this problem be assigned as an exercise.
$endgroup$
This annoyed me when I revisited this material years later and had to teach this material to someone else, so I'm posting an answer here. (The other answer is perfectly fine, but I wanted to give a more complete exposition.)
Now here's the thing: you're told to find the derivative of $sin(theta)$ when $theta$ is in degrees. At a first glance, this seems simple: it should just be $cos(theta)$. However, this answer is wrong, because you found that $sin(theta)$ has derivative $cos(theta)$ under the assumption that $theta$ is measured in radians, and not in degrees.
Here's how you should approach the problem.
Notice that $sin(theta)$, when $theta$ is in degrees or when $theta$ is in radians, gives two different values. So, in fact, for this problem, writing $sin(theta)$ is itself ambiguous, because it isn't clear if $theta$ is in degrees or radians. (However, for the rest of your studies, you'll likely assume the radian form.)
For the moment, suppose that $sin_d(theta)$ denotes $sin(theta)$ when $theta$ is measured in degrees, and $sin_r(theta)$ denotes $sin(theta)$ when $theta$ is measured in radians. We apply similar meaning for $cos_d$ and $cos_r$.
The motivation for this seems confusing at a first glance: why do we need to do this? It's because when we're calculating $sin(theta)$ depending on whether or not $theta$ is in degrees or radians, we are fundamentally working with two different functions. Assuming we only care about the standard unit circle, when $theta$ is in degrees, the domain is $[0, 360)$. When $theta$ is in radians, the domain is $[0, 2pi)$. Hence why we use $sin_d$ and $sin_r$ for these two different cases.
Now, back to the problem: what you are asked to find is
$$dfrac{text{d}}{text{d}theta}sin_d(theta)text{.}$$
You know for a fact that
$$dfrac{text{d}}{text{d}theta}sin_r(theta) = cos_r(theta)text{.}$$
So now, the problem boils down to this: how can we write $sin_d$ in terms of $sin_r$ so that we can apply the chain rule to find $dfrac{text{d}}{text{d}theta}sin_d(theta)$?
Recall that $pi$ radians is $180$ degrees. So, if we have an angle which is $theta$ degrees, it follows that the equivalent radian angle is $dfrac{theta}{180}pi$. It follows that
$$sin_d(theta)=sin_rleft(dfrac{theta}{180}pi right)text{.}$$
Hence,
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{text{d}}{text{d}theta}sin_rleft(dfrac{theta}{180}pi right) = dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right)$$
from an application of the chain rule.
Lastly, note that the angle $dfrac{pi}{180}theta$ is in radians. The equivalent degree measure would be
$$dfrac{pi}{180}theta cdot dfrac{180}{pi} = theta$$
hence,
$$dfrac{pi}{180}cos_rleft(dfrac{pi}{180}theta right) = dfrac{pi}{180}cos_d(theta)$$
and then we obtain
$$dfrac{text{d}}{text{d}theta}sin_d(theta) = dfrac{pi}{180}cos_d(theta)$$
as desired.
Remark: This is an exercise in Stewart's text. I wouldn't expect a typical Calculus I student to be able to do this exercise, given that very little time (in my experience) is spent on functions and given the strange notation (this would look strange to a Calc. I student - remember, most of these people haven't even read proofs) involved. As you might guess, although this problem is interesting, given the way this exercise is usually written and implemented in calculus courses, I'm not a fan. More time should be dedicated to thinking about functions than usually done for a Calc. I course should this problem be assigned as an exercise.
edited Jan 17 at 12:01
answered Jan 18 '18 at 19:16
ClarinetistClarinetist
11k42878
11k42878
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%2f214912%2fderivative-of-the-sine-function-when-the-argument-is-measured-in-degrees%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
$begingroup$
yes . .a a a aaaoeeo
$endgroup$
– sperners lemma
Oct 16 '12 at 15:49