Le equazioni lineari in sin\sin e cos\cos sono della forma asinx+bcosx+c=0a\sin x + b\cos x + c = 0, con a,b,cRa,b,c\in\mathbb{R} e (a,b)(0,0)(a,b)\ne(0,0). Esistono due metodi classici, entrambi validi, per risolverle: il metodo delle formule parametriche, che usa la sostituzione t=tan(x/2)t=\tan(x/2), e il metodo dell’angolo aggiunto, che riscrive asinx+bcosxa\sin x + b\cos x come un’unica funzione seno.

Linear equations in sin\sin and cos\cos take the form asinx+bcosx+c=0a\sin x + b\cos x + c = 0, with a,b,cRa,b,c\in\mathbb{R} and (a,b)(0,0)(a,b)\ne(0,0). There are two classical methods, both valid, for solving them: the parametric-formulae method, which uses the substitution t=tan(x/2)t=\tan(x/2), and the auxiliary-angle method, which rewrites asinx+bcosxa\sin x + b\cos x as a single sine function.

Il primo metodo per risolvere un’equazione lineare asinx+bcosx+c=0a\sin x + b\cos x + c = 0 usa le formule parametriche, che esprimono sinx\sin x e cosx\cos x in funzione di t=tan(x/2)t = \tan(x/2). In questo modo l’equazione diventa razionale in tt.

In sintesi — Procedimento parametrico

  1. Porre t=tan(x/2)t = \tan(x/2).
  2. Sostituire sinx=2t1+t2\sin x = \dfrac{2t}{1+t^2} e cosx=1t21+t2\cos x = \dfrac{1-t^2}{1+t^2}.
  3. Moltiplicare per 1+t21+t^2 (sempre positivo) per eliminare il denominatore.
  4. Risolvere l’equazione razionale (di solito di secondo grado) in tt.
  5. Per ogni soluzione tt, trovare x=2arctant+2kπx = 2\arctan t + 2k\pi.
  6. Verificare a parte se x=πx=\pi (cioè x/2=π/2x/2=\pi/2, dove tan\tan non esiste) è soluzione dell’equazione originale, sostituendo direttamente.

Esempio

Risolvere 3sinx+cosx+1=0\sqrt{3}\sin x + \cos x + 1 = 0 con il metodo parametrico.

Sostituzione: 32t1+t2+1t21+t2+1=0    23t+1t2+1+t21+t2=0\sqrt{3}\cdot\frac{2t}{1+t^2} + \frac{1-t^2}{1+t^2} + 1 = 0 \iff \frac{2\sqrt{3}\,t + 1 - t^2 + 1 + t^2}{1+t^2} = 0     23t+2=0    t=13.\iff 2\sqrt{3}\,t + 2 = 0 \iff t = -\frac{1}{\sqrt{3}}.

Ritorno a xx: tan(x/2)=1/3\tan(x/2) = -1/\sqrt{3}, da cui x/2=π/6+kπx/2 = -\pi/6 + k\pi, cioè x=π3+2kπx = -\dfrac{\pi}{3} + 2k\pi.

Verifica del caso x=πx=\pi: 3sinπ+cosπ+1=0+(1)+1=0\sqrt{3}\sin\pi + \cos\pi + 1 = 0 + (-1) + 1 = 0. ✓ È anch’essa soluzione.

Soluzione finale:  x=π3+2kπ  x=π+2kπ\ x = -\dfrac{\pi}{3} + 2k\pi \ \vee\ x = \pi + 2k\pi.

Collegamenti

Argomenti: Equazioni goniometriche
Concetti: Equazione lineare goniometrica · Formule parametriche · Sostituzione
Funzioni: Coseno · Seno · Tangente
Metodi: Goniometriche equazioni
Competenze: Risolvere equazioni · Usare formule

The first method for solving a linear equation asinx+bcosx+c=0a\sin x + b\cos x + c = 0 uses the parametric formulae, which express sinx\sin x and cosx\cos x in terms of t=tan(x/2)t = \tan(x/2). In this way the equation becomes rational in tt.

In summary — Parametric procedure

  1. Set t=tan(x/2)t = \tan(x/2).
  2. Substitute sinx=2t1+t2\sin x = \dfrac{2t}{1+t^2} and cosx=1t21+t2\cos x = \dfrac{1-t^2}{1+t^2}.
  3. Multiply by 1+t21+t^2 (always positive) to clear the denominator.
  4. Solve the rational equation (usually of second degree) in tt.
  5. For each solution tt, find x=2arctant+2kπx = 2\arctan t + 2k\pi.
  6. Check separately whether x=πx=\pi (that is, x/2=π/2x/2=\pi/2, where tan\tan does not exist) is a solution of the original equation, by substituting directly.

Example

Solve 3sinx+cosx+1=0\sqrt{3}\sin x + \cos x + 1 = 0 with the parametric method.

Substitution: 32t1+t2+1t21+t2+1=0    23t+1t2+1+t21+t2=0\sqrt{3}\cdot\frac{2t}{1+t^2} + \frac{1-t^2}{1+t^2} + 1 = 0 \iff \frac{2\sqrt{3}\,t + 1 - t^2 + 1 + t^2}{1+t^2} = 0     23t+2=0    t=13.\iff 2\sqrt{3}\,t + 2 = 0 \iff t = -\frac{1}{\sqrt{3}}.

Back to xx: tan(x/2)=1/3\tan(x/2) = -1/\sqrt{3}, whence x/2=π/6+kπx/2 = -\pi/6 + k\pi, that is x=π3+2kπx = -\dfrac{\pi}{3} + 2k\pi.

Checking the case x=πx=\pi: 3sinπ+cosπ+1=0+(1)+1=0\sqrt{3}\sin\pi + \cos\pi + 1 = 0 + (-1) + 1 = 0. ✓ It too is a solution.

Final solution:  x=π3+2kπ  x=π+2kπ\ x = -\dfrac{\pi}{3} + 2k\pi \ \vee\ x = \pi + 2k\pi.

Topics: Trigonometric equations
Concepts: Linear trigonometric equation · Parametric formulae · Substitution
Functions: Cosine · Sine · Tangent
Methods: Trigonometric equations
Skills: Solving equations · Using formulae

Il secondo metodo per le equazioni lineari somma asinx+bcosxa\sin x + b\cos x in un’unica funzione seno, con ampiezza e fase opportune, riducendo l’equazione a una elementare. È spesso preferibile al metodo parametrico perché non richiede di verificare separatamente il caso x=πx=\pi.

In sintesi — Procedimento angolo aggiunto

  1. Scrivere asinx+bcosx=ca\sin x + b\cos x = -c.
  2. Dividere entrambi i membri per a2+b2\sqrt{a^2+b^2}: aa2+b2sinx+ba2+b2cosx=ca2+b2.\frac{a}{\sqrt{a^2+b^2}}\sin x + \frac{b}{\sqrt{a^2+b^2}}\cos x = -\frac{c}{\sqrt{a^2+b^2}}.
  3. Trovare un angolo φ\varphi tale che cosφ=aa2+b2\cos\varphi = \dfrac{a}{\sqrt{a^2+b^2}} e sinφ=ba2+b2\sin\varphi = \dfrac{b}{\sqrt{a^2+b^2}}. Tale φ\varphi esiste sempre, perché i due valori sono coseno e seno di uno stesso angolo (la somma dei loro quadrati vale 11).
  4. L’equazione diventa cosφsinx+sinφcosx=ca2+b2\cos\varphi\sin x + \sin\varphi\cos x = -\dfrac{c}{\sqrt{a^2+b^2}}, cioè sin(x+φ)=ca2+b2\sin(x+\varphi) = -\dfrac{c}{\sqrt{a^2+b^2}}: un’equazione elementare.

Esempio — Lo stesso esempio di prima, con l'angolo aggiunto

3sinx+cosx+1=0\sqrt{3}\sin x + \cos x + 1 = 0.

Qui a2+b2=3+1=2\sqrt{a^2+b^2} = \sqrt{3+1} = 2. Dividendo: 32sinx+12cosx=12.\frac{\sqrt{3}}{2}\sin x + \frac{1}{2}\cos x = -\frac{1}{2}. Cerchiamo φ\varphi con cosφ=3/2\cos\varphi = \sqrt{3}/2 e sinφ=1/2\sin\varphi = 1/2: è φ=π/6\varphi = \pi/6 (primo quadrante, coseno e seno positivi). Quindi: sin(x+π6)=12.\sin\left(x+\frac{\pi}{6}\right) = -\frac{1}{2}. Le soluzioni: x+π6=π6+2kπx+\dfrac{\pi}{6} = -\dfrac{\pi}{6} + 2k\pi oppure x+π6=π+π6+2kπx+\dfrac{\pi}{6} = \pi + \dfrac{\pi}{6} + 2k\pi. Ovvero: x=π3+2kπ  x=π+2kπ.x = -\frac{\pi}{3} + 2k\pi \ \vee\ x = \pi + 2k\pi. Stesso risultato del metodo parametrico, ma senza dover verificare separatamente il caso “perduto” x=πx=\pi, che qui compare naturalmente. Proprio per questo il metodo dell’angolo aggiunto è spesso preferibile.

Interpretazione vettoriale: dividere per a2+b2\sqrt{a^2+b^2} porta il vettore (a,b)(a,b) sul cerchio unitario, ottenendo il coseno e il seno dell’angolo aggiunto φ\varphi.

Collegamenti

Argomenti: Equazioni goniometriche
Concetti: Angolo aggiunto · Equazione elementare · Equazione lineare goniometrica
Funzioni: Coseno · Seno
Metodi: Goniometriche equazioni
Competenze: Risolvere equazioni · Usare formule

The second method for linear equations sums asinx+bcosxa\sin x + b\cos x into a single sine function, with suitable amplitude and phase, reducing the equation to an elementary one. It is often preferable to the parametric method because it does not require checking the case x=πx=\pi separately.

In summary — Auxiliary-angle procedure

  1. Write asinx+bcosx=ca\sin x + b\cos x = -c.
  2. Divide both sides by a2+b2\sqrt{a^2+b^2}: aa2+b2sinx+ba2+b2cosx=ca2+b2.\frac{a}{\sqrt{a^2+b^2}}\sin x + \frac{b}{\sqrt{a^2+b^2}}\cos x = -\frac{c}{\sqrt{a^2+b^2}}.
  3. Find an angle φ\varphi such that cosφ=aa2+b2\cos\varphi = \dfrac{a}{\sqrt{a^2+b^2}} and sinφ=ba2+b2\sin\varphi = \dfrac{b}{\sqrt{a^2+b^2}}. Such a φ\varphi always exists, because the two values are the cosine and sine of one and the same angle (the sum of their squares equals 11).
  4. The equation becomes cosφsinx+sinφcosx=ca2+b2\cos\varphi\sin x + \sin\varphi\cos x = -\dfrac{c}{\sqrt{a^2+b^2}}, that is sin(x+φ)=ca2+b2\sin(x+\varphi) = -\dfrac{c}{\sqrt{a^2+b^2}}: an elementary equation.

Example — The same example as before, with the auxiliary angle

3sinx+cosx+1=0\sqrt{3}\sin x + \cos x + 1 = 0.

Here a2+b2=3+1=2\sqrt{a^2+b^2} = \sqrt{3+1} = 2. Dividing: 32sinx+12cosx=12.\frac{\sqrt{3}}{2}\sin x + \frac{1}{2}\cos x = -\frac{1}{2}. We look for φ\varphi with cosφ=3/2\cos\varphi = \sqrt{3}/2 and sinφ=1/2\sin\varphi = 1/2: it is φ=π/6\varphi = \pi/6 (first quadrant, cosine and sine positive). Hence: sin(x+π6)=12.\sin\left(x+\frac{\pi}{6}\right) = -\frac{1}{2}. The solutions: x+π6=π6+2kπx+\dfrac{\pi}{6} = -\dfrac{\pi}{6} + 2k\pi or x+π6=π+π6+2kπx+\dfrac{\pi}{6} = \pi + \dfrac{\pi}{6} + 2k\pi. That is: x=π3+2kπ  x=π+2kπ.x = -\frac{\pi}{3} + 2k\pi \ \vee\ x = \pi + 2k\pi. The same result as the parametric method, but without having to check separately the “lost” case x=πx=\pi, which here appears naturally. Precisely for this reason the auxiliary-angle method is often preferable.

Vector interpretation: dividing by a2+b2\sqrt{a^2+b^2} brings the vector (a,b)(a,b) onto the unit circle, giving the cosine and sine of the auxiliary angle φ\varphi.

Topics: Trigonometric equations
Concepts: Auxiliary angle · Elementary equation · Linear trigonometric equation
Functions: Cosine · Sine
Methods: Trigonometric equations
Skills: Solving equations · Using formulae