Questions tagged [trigonometry]

Questions about trigonometric functions (both geometric and circular), relationships between lengths and angles in triangles and other topics relating to measuring triangles.

Trigonometry is a branch of mathematics that studies relationships involving lengths and angles of triangles.

Trigonometry is most simply associated with planar right-angle triangles. The applicability to non-right-angle triangles exists, but, since any non-right-angle triangle (on a flat plane) can be bisected to create two right-angle triangles, most problems can be reduced to calculations on right-angle triangles. Thus the majority of applications relate to right-angle triangles.

One exception to this is spherical trigonometry, the study of triangles on spheres, surfaces of constant positive curvature, in elliptic geometry. Trigonometry on surfaces of negative curvature is part of hyperbolic geometry.

Trigonometric identities are equalities that involve trigonometric functions and are true for every single value of the occurring variables. Geometrically, these are identities involving certain functions of one or more angles.

See Wikipedia's list of trigonometric identities.

29665 questions
3
votes
3 answers

How to prove the following identities?

Prove: \begin{align} \tan(A) + \cot(A) & = 2 \text{cosec}(2A)\\ \tan(45^{\circ}+A^{\circ}) - \tan(45^{\circ}-A^{\circ}) & = 2 \tan(2A^{\circ})\\ \text{cosec}(2A) + \cot(2A) & = \cot(A) \end{align} I have got all the formulas that I need…
Sophia
  • 429
3
votes
1 answer

using trigonometric functions to adjust values to be from -1 to 1

I have some code which is projecting 3D points onto a 2D surface based on the user's viewpoint. The top graph shows the actual points that I get from my code. The y values seem to be correct, but the x values are off. The blue x values in the top…
3
votes
3 answers

Fitting data with Cosine

So I'm trying to wrap my head about Graphing Cos and Sin but I have several questions about graphing. I know that the Formula is $$Y= A \sin (t \pm h) + K$$ where $A$ is Amplitude , $t$ is Period, $h$ is horizontal shift, $k$ is the mid line. I…
Cris
  • 31
3
votes
2 answers

Prove that for $\cos (\alpha ) = \frac{1}{3}$, $\alpha < \frac{\pi}{2} - \frac{1}{3}$

I have the following question in a mock exam: $\beta = \frac{\pi}{2} - \alpha$, show that $\beta > \frac{1}{3}$ From the earlier part of the question we know that $\alpha$ is an angle between two vectors (so it's between $0$ and $\pi$) and that…
Robert
  • 125
3
votes
2 answers

trigonometric equations calculations and their implementation in practise.

$$\sin (11x)\sin (x) = \cos (10x) $$ How can one solve this ? The formulas for summation or doubling dont seem to be of much help here.
Bak1139
  • 3,191
  • 3
  • 21
  • 47
3
votes
6 answers

How to prove $\cos ^6x+3\cos ^2x\space \sin ^2x+\sin ^6x=1$

Prove the following equation. \begin{eqnarray} \\\cos ^6x+3\cos ^2x\space \sin ^2x+\sin ^6x=1\\ \end{eqnarray} I can't prove it by many methods I use. Please give me some hints. Thank you for your attention
Casper
  • 1,039
3
votes
7 answers

Does $\cos(x+y)=\cos x + \cos y$?

Find the value using a calculator: $\cos 75°$ At first I thought all I need is to separate the simpler known values like this: $\cos 75^\circ = \cos 30°+\cos45° = {\sqrt3}/{2} + {\sqrt2}/{2} $ $= {(\sqrt3+\sqrt2)}/{2} $ This is my answer which…
Sylvester
  • 752
3
votes
1 answer

from $1-\sin x $ to $2 \sin^2 \left(\frac{\pi}{4} - \frac{x}{2} \right)$

How can you go from $1-\sin x $ to $2 \sin^2 \left(\frac{\pi}{4} - \frac{x}{2} \right)$? I mean how to prove that $1-\sin x = 2 \sin^2 \left(\frac{\pi}{4} - \frac{x}{2} \right)$?
3
votes
1 answer

Finding a trigonometric function for a problem

The question: At Dolphin Bay the depth of the water at the end of the jetty is 6 metres at high and 4 metres at low tide. High tide occurs at 11am and low tide occurs at 5pm. a). Using the information given find a trigonometric function which models…
3
votes
1 answer

Solutions to an underdamped harmonic oscillator equation

This is actually a physics question, but the final part of the solution is pure mathematics. I have wracked my brains trying to figure out a more elegant solution, which I know to exist. There are three points that we know of: $$\begin{align} x(0) &…
3
votes
2 answers

Range of a sum of sine waves

Suppose I'm given a function f(x) = sin(Ax + B) + sin(Cx + D) is there a simple (or, perhaps, not-so-simple) way to compute the range of this function? My goal is ultimately to construct a function g(x, S, T) that maps f to the range [S, T]. My…
Zach
  • 131
3
votes
2 answers

Solving $\cos(x/2) = \sin x$

Can anyone give me just a hint as to how to go about solving this? Yes it is for homework, but I don't want an answer, just a bit of guidance. I'm thinking the half angle formula for the first bit, but it doesn't seem to look…
Josh
  • 319
3
votes
1 answer

For which real numbers $x$ is $\arcsin(2x^2-1)-2\arcsin x=-\dfrac{\pi}{2}$

$$\arcsin(2x^2-1)-2\arcsin x=-\dfrac{\pi}{2}$$ Thanks in advance
Stanson
  • 31
3
votes
6 answers

Show that $\cos \pi = -1$

How can I proof that $\cos \pi = -1$. I know that this is the answer if I type it in my calculator. If I draw the unit cirlce, then the answer is also clear, but is there an more mathematical way to show that $\cos \pi = -1$ ? To add some more…
90intuition
  • 2,622
3
votes
2 answers

Prove $2\cos^2(x)=1+\cos(2x)$

I need help to prove that: $2\cos^2(x)=1+\cos(2x)$. I know that $\cos(\alpha+\beta)=\cos(\alpha)\cos(\beta)-\sin(\alpha)\sin(\beta)$, but I don't know how to get to this step without memorizing this, can you possibly draw some sort of triangle to…
Ryan
  • 305