3

Can someone please explain to me why cotangent graphs look the way they do? I want to know why they basically look like mirror reflected tangent graphs. I get that if $\tan\theta=y/x$, then $\cot\theta=x/y$. But why would this lead to a graph that looks like a tangent graph that was reflected over?

Can you please try to keep the answers at the level of a high school pre-calc student?

N. F. Taussig
  • 76,571
Ethan Chan
  • 2,246
  • 1
  • 22
  • 43
  • 1
    Not sure how helpful this is (especially because of how it's inverted) but the cotangent function can be thought of as recording the x value of the intersection of the line $y=1$ and the line that travels through origin to a point on the unit circle.

    Here is a visual of this: https://www.desmos.com/calculator/qbdj61u2t9

    – Mason Aug 03 '18 at 04:16

3 Answers3

19

We have $$ \cot(x) = \frac{\cos(x)}{\sin(x)} = \frac{\sin(\pi/2-x)}{\cos(\pi/2-x)} = \tan(\pi/2-x)$$

so it is reflected and shifted by $\pi/2.$

  • But how do we know this till holds when theta, or x in this case, is greater than pi/2? For instance, what if x was 3pi/4? How would this still hold? Can you prove it me please? – Ethan Chan Aug 03 '18 at 04:07
  • 6
    @EthanChan Do you know what the graphs of $\sin$ and $\cos$ look like for all $x$? – spaceisdarkgreen Aug 03 '18 at 04:17
  • 8
    Note: "it is reflected and shifted by $π/2$" holds for every trigonometric function when you change function to cofunction or the other way around. Quite useful. The answer uses this formula with $cos$ and $sin$ to obtain it for $cot$. – Kamil Maciorowski Aug 03 '18 at 06:50
  • 3
    @EthanChan: In case you were taught the definition of $\sin,\cos$ in terms of the right-angle triangle, here is the correct way to extend it to other angles. Consider the unit circle $C$ in the $x,y$-plane (centred at origin with radius $1$). For angle $t$, draw a ray $R$ through the origin that is the result of rotating the $x$-axis by $t$ anti-clockwise. Let $P$ be the intersection of $R$ and $C$. Then define $\cos(x),\sin(x)$ as the $x,y$ coordinates of $P$. Equivalently, $P$ is the result of starting from $(1,0)$ and moving anti-clockwise along $C$ by a distance (arc-length) of $t$. – user21820 Aug 03 '18 at 11:59
  • 2
    @EthanChan: Then observe that if you change the angle from $t$ to $π/2-t$ it is equivalent to reflecting $P$ across the line $x=y$. This is the geometric reason why $\cos(t) = \sin(π/2-t)$ and $\sin(t) = \cos(π/2-t)$, because the $x,y$-coordinates are swapped in such a reflection. – user21820 Aug 03 '18 at 12:02
6

Just as a visual complement for the answers you already have, notice the following animation.

Green angle: $\theta$, yellow angle: $\pi/2 - \theta$ and $\cot(x)$ is the red curve.

enter image description here

For more details regarding these types of constructions, see this question.

4

$$\cot\theta = \frac{\cos\theta}{\sin\theta} = \frac{\sin(\frac\pi2-\theta)}{\cos(\frac\pi2-\theta)} = \tan\Big(\frac\pi2-\theta\Big)$$

mr_e_man
  • 5,364
  • Okay. Last thing, how does this work for values of theta greater than 90 degrees? – Ethan Chan Aug 03 '18 at 03:58
  • These identities are always true, as long as $\sin\theta\neq0$. – mr_e_man Aug 03 '18 at 03:59
  • But can you prove why they will always be true? – Ethan Chan Aug 03 '18 at 04:08
  • 1
    That depends on your definitions of the trig functions. Cotangent is always cosine over sine, and tangent is always sine over cosine. All that remains is whether $\cos\theta = \sin(\pi/2-\theta)$ (which is equivalent to the same with $\cos$ and $\sin$ swapped; try $\theta=\pi/2-\phi$). – mr_e_man Aug 03 '18 at 04:10
  • If you're using the unit circle, defining $\cos\theta=x$ and $\sin\theta=y$, then swapping $\sin\theta$ and $\cos\theta$ is the same as reflecting across the line $y=x$. This reflects the angle relative to $\pi/4$. $$\theta'-\frac\pi4=-\Big(\theta-\frac\pi4\Big)$$ $$\theta'=\frac\pi2-\theta$$ $$\cos\theta=\sin\theta'=\sin(\pi/2-\theta)$$ – mr_e_man Aug 03 '18 at 04:23