User Tools

Site Tools


urp:trig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
urp:trig [2021-10-15]
nerf_herder
urp:trig [2021-10-15]
nerf_herder
Line 4: Line 4:
  y = a * sin(k(x + c)) + d  y = a * sin(k(x + c)) + d
    
-a = amplitude, -c = phase shift, d = vertical shift, ​2pi/k = period +a = amplitude, -c = phase shift, d = vertical shift, ​/k = period 
-for tan, the period is pi/k+for tan, the period is π/k 
 + 
 +double angle: 2θ 
 +  sin(2θ) = 2sin(θ)cos(θ) 
 +  cos(2θ) = cos^2(θ) - sin^2(θ) 
 +          = 2*cos^2(θ) - 1 
 +          = 1 - 2*sin^2(θ)
  
-double angle: 2theta 
-  sin(2theta) = 2sin(theta)cos(theta) 
-  cos(2theta) = cos^2(theta) - sin^2(theta) 
-              = 2*cos^2(theta) - 1 
-              = 1 - 2*sin^2(theta) 
 negative angles: negative angles:
-  sin(-theta) = -sin(theta+  sin(-θ) = -sin(θ
-  cos(-theta) = cos(theta)  ​=> tan(-theta) = -tan(theta)+  cos(-θ) = cos(θ) 
 +  tan(-θ) = -tan(θ)
  
 additive, subtractive:​ additive, subtractive:​
- sin(a+b) = sin(a)cos(b) + cos(a)sin(b) +  ​sin(a+b) = sin(a)cos(b) + cos(a)sin(b) 
- ​cos(a+b) = cos(a)cos(b) - sin(a)sin(b) +  cos(a+b) = cos(a)cos(b) - sin(a)sin(b) 
- ​sin(a-b) = sin(a)cos(b) - cos(a)sin(b) +  sin(a-b) = sin(a)cos(b) - cos(a)sin(b) 
- ​cos(a-b) = cos(a)cos(b) + sin(a)sin(b)+  cos(a-b) = cos(a)cos(b) + sin(a)sin(b)
  
 complements:​ complements:​
- sin(theta) = cos(pi/2 - theta+  ​sin(θ) = cos(π/2 - θ
- cos(theta) = sin(pi/2 - theta)+  cos(θ) = sin(π/2 - θ)
  
 === See also === === See also ===
urp/trig.txt · Last modified: 2021-10-21 by nerf_herder