On the unit circle (radius 1), the point at angle θ from the positive x-axis has
Coordinates (cosθ,sinθ). This definition extends the trig functions to all real
Angles, not just those in [0,π/2].
Key Identity:
sin2θ+cos2θ=1
Proof (geometric). In the unit circle, a point at angle θ has coordinates
(cosθ,sinθ). By the Pythagorean theorem, the distance from the origin is
cos2θ+sin2θ=1So cos2θ+sin2θ=1.
Dividing through by cos2θ:
1+tan2θ=sec2θ
Dividing through by sin2θ:
1+cot2θ=cosec2θ
Radians
Angles can be measured in radians. One full revolution is 2π radians.
\pi \mathrm{ radians = 180°
Why radians? In calculus, the derivative formula dxd[sinx]=cosx holds only when
x is in radians. If x is in degrees, you get an extra factor of 180π. Radians arise
because the arc length subtended by angle θ on a unit circle is exactly θ.
Arc Length:
S=rθ
Where s is arc length, r is radius, and θ is in radians.
Sector Area:
A=21r2θ
Segment Area:
A=21r2(θ−sinθ)
Example: Find the length of the arc and the area of the sector for a circle of radius 8 cm with
An angle of 65π radians.
Arc length: s = 8 \times \dfrac{5\pi}{6} = \dfrac{20\pi}{3} \approx 20.94 \mathrm{ cm.
Proof of cos(A+B). Consider two points on the unit circle: P at angle A with
Coordinates (cosA,sinA)And Q at angle −(A+B) with coordinates (cos(A+B),−sin(A+B)).
Rotating the entire figure by angle A maps P to (1,0) and Q to The point at angle
−BNamely (cosB,−sinB). Since rotation preserves distances:
The three forms of cos2A are all useful in different contexts. Use cos2A=2cos2A−1
When everything is in terms of cosAnd cos2A=1−2sin2A when everything is in terms of
sin.
When solving trig equations in a given interval, always check for all solutions. The periodicity of
Trig functions means there are multiple solutions.
:::caution When dividing by a trig function to simplify, always consider the case where that
Function equals zero separately. Dividing by cosx loses the solutions where cosx=0.
Example: Solve sin2x=cosx for 0≤x<2π.
2sinxcosx=cosx2sinxcosx−cosx=0cosx(2sinx−1)=0
Either cosx=0 or sinx=21.
cosx=0: x=2π,23π.
sinx=21: x=6π,65π.
Solutions: x=6π,2π,65π,23π.
Example: Solve 3cos2x−cosx−2=0 for 0≤x<2π.
Let u=cosx. Then 3u2−u−2=0.
(3u+2)(u−1)=0
u=−32 or u=1.
cosx=1: x=0.
cosx=−32: x=arccos(−32)≈2.301 or
x=2π−2.301≈3.982.
Example: Solve cos2x=1−3sinx for 0≤x<2π.
Use cos2x=1−2sin2x:
1−2sin2x=1−3sinx2sin2x−3sinx=0sinx(2sinx−3)=0
sinx=0: x=0,π.
2sinx−3=0: sinx=1.5Which has no solution since ∣sinx∣≤1.
Both values are valid since A+B=39.6°+55°=94.6°<180∘ and
A+B=140.4°+55°=195.4°>180∘. Only A≈39.6∘ is valid (since the sum of
angles Must be less than 180∘).
Wave Function (R-Addition Formula)
An expression of the form asinx+bcosx can be written as Rsin(x+α) or
Rcos(x−α)Where:
R=a2+b2,α=arctan(ab)
Derivation. We want
asinx+bcosx=Rsin(x+α)=Rsinxcosα+Rcosxsinα. Matching
Coefficients: Rcosα=a and Rsinα=b. Squaring and adding: R2=a2+b2So
R=a2+b2. Dividing: tanα=b/a.
Applications: The maximum value is R and the minimum is −R.
Example: Express 3sinx+4cosx in the form Rsin(x+α).
R=9+16=5
α=arctan(34)3sinx+4cosx=5sin(x+arctan(34))
Maximum value is 5Occurring when sin(x+α)=1.
Example: Find the maximum value of 2sinθ−3cosθ and the smallest positive
Value of θ at which it occurs.
R=4+3=72sinθ−3cosθ=7sin(θ+α)
Where tanα=2−3So
\alpha = -\arctan\left(\dfrac{\sqrt{3}}{2}\right) \approx -0.714 \mathrm{ rad.
Maximum value is 7Occurring when sin(θ+α)=1I.e.,
θ+α=2πSo
\theta = \dfrac{\pi}{2} + \arctan\left(\dfrac{\sqrt{3}}{2}\right) \approx 2.285 \mathrm{ rad.
Example: Express 5sinθ−12cosθ in the form Rsin(θ−α) and find its
Maximum value.
R=25+144=169=135sinθ−12cosθ=13sin(θ−α)
Where tanα=512So α=arctan(512).
Maximum value is 13.
Solving Equations Using the Wave Function
The wave function technique is especially powerful for solving equations of the form
asinx+bcosx=c.
Example: Solve 3sinx+4cosx=5 for 0≤x<2π.
Since R=5We have 5sin(x+α)=5So sin(x+α)=1.
X+α=2π+2kπX=2π−α+2kπ=2π−arctan34+2kπ
For k=0: x≈1.571−0.927=0.644 rad. For k=1:
x≈0.644+2π≈6.927 (outside range).
There is exactly one solution in [0,2π).
Note that if ∣c∣>R=a2+b2The equation has no real solutions, because the maximum Of
asinx+bcosx is R.
Coordinate Geometry
The Straight Line
The equation of a straight line passing through (x1,y1) with gradient m:
Y−y1=m(x−x1)
Gradient between two points:
M=x2−x1y2−y1
Example: Find the equation of the perpendicular bisector of the line segment joining A(2,5)
And B(8,3).
Midpoint: M=(22+8,25+3)=(5,4).
Gradient of AB: mAB=8−23−5=−31.
Gradient of perpendicular bisector: m=3.
Equation: y−4=3(x−5)I.e., y=3x−11.
Circles
The general equation of a circle with centre (a,b) and radius r:
(x−a)2+(y−b)2=r2
Expanded form: x2+y2−2ax−2by+(a2+b2−r2)=0.
Given the expanded form x2+y2+2gx+2fy+c=0The centre is (−g,−f) and the radius is
g2+f2−c (provided g2+f2−c>0).
Example: Find the centre and radius of the circle x2+y2−6x+4y−12=0.
Complete the square:
(x2−6x+9)+(y2+4y+4)=12+9+4
(x−3)2+(y+2)2=25
Centre (3,−2)Radius 5.
Example: Find the equation of the circle with centre (2,−3) that passes through (5,1).
R2=(5−2)2+(1+3)2=9+16=25
(x−2)2+(y+3)2=25
Tangent to a Circle:
The tangent at a point on the circle is perpendicular to the radius at that point.
The equation of the tangent to x2+y2=r2 at point (x1,y1) on the circle is:
X1x+y1y=r2
Example: Find the equation of the tangent to (x−2)2+(y+1)2=25 at the point (5,3).
Verify (5,3) lies on the circle: (5−2)2+(3+1)2=9+16=25. Confirmed.
Gradient of radius from (2,−1) to (5,3): mr=5−23−(−1)=34.
Example: Find the equation of the tangent to x2+y2+4x−6y+9=0 at the point
(−2,3).
Complete the square: (x+2)2+(y−3)2=4. Centre (−2,3)Radius 2.
Since (−2,3) is the centre, not a point on the circle, we must check:
(−2+2)2+(3−3)2=0=4. The point (−2,3) is inside the circle, so there is no tangent
From this point to the circle. The point must lie on the circle for a tangent to exist.
Intersection of Line and Circle
Substitute the line equation into the circle equation and solve the resulting quadratic. The
Discriminant of the resulting quadratic tells you:
Δ>0: two intersection points (secant)
Δ=0: one intersection point (tangent)
Δ<0: no intersection points
Example: Find where the line y=2x+1 intersects the circle x2+y2=10.
X2+(2x+1)2=10X2+4x2+4x+1=105x2+4x−9=0
(5x+9)(x−1)=0
x = -\frac{9}{5} \mathrm{ or x = 1
When x=1: y=3. When x=−59: y=−513.
Points of intersection: (1,3) and (−59,−513).
Distance from a Point to a Line
The perpendicular distance from (x0,y0) to the line ax+by+c=0 is:
D=a2+b2∣ax0+by0+c∣
Proof. Let P=(x0,y0) and let Q be the foot of the perpendicular from P to the line.
The line through P perpendicular to ax+by+c=0 has direction (a,b)So its parametric Form
is (x0+at,y0+bt). Substituting into the line equation:
a(x0+at)+b(y0+bt)+c=0Giving t=−a2+b2ax0+by0+c. The distance Is
∣t∣a2+b2=a2+b2∣ax0+by0+c∣. ■
Example: Find the distance from (3,2) to the line 4x+3y−5=0.
D=16+9∣12+6−5∣=513
3D Coordinate Geometry (Advanced Higher)
Equations of Lines in 3D
A line through point a=(a1,a2,a3) with direction vector
d=(d1,d2,d3) has parametric equations:
X=a1+td1,y=a2+td2,z=a3+td3
In vector form: r=a+td.
Example: Find the equation of the line through (1,2,−1) in the direction (3,−1,4).
See the examples integrated throughout the sections above.
Common Pitfalls
Degrees vs radians: Always check which units are being used. Calculus requires radians. If a
question gives angles in degrees, convert before differentiating or integrating.
Forgetting to check the domain: When solving cosx=−32There are two solutions
in [0,2π): one in the second quadrant and one in the third quadrant.
Sign errors in the wave function: When writing asinx+bcosx=Rsin(x+α) ensure
α has the correct sign. The quadrant of α depends on the signs of a and b.
Incorrectly completing the square for circles: Remember to add the constant terms to both
sides. For x2+y2−6x+4y−12=0You add 9 and 4 to both sides.
Assuming lines in 3D always intersect: Always check all three coordinates when testing for
intersection. Even if two coordinates match, the third may not.
Dividing by zero in trig equations: When you factor and divide by cosx, sinxOr
tanxYou lose solutions. Always consider the case where the factor equals zero separately.
Using the wrong form of cos2A: All three forms are equivalent, but using the wrong one
for the given context makes the algebra much harder.
Confusing the ambiguous case of the sine rule: When sinA=k where 0<k<1There are
two possible angles (A and 180°−A). Both may or may not be valid in the triangle. Always
check the sum of angles.
Forgetting that R in the wave function is always positive:R=a2+b2 is
defined as the positive square root. The maximum of asinx+bcosx is R and the minimum is
−R.
Practice Questions
Express 5sinθ−12cosθ in the form Rsin(θ−α) and find its maximum
value.
Solve cos2x=1−3sinx for 0≤x<2π.
Find the equation of the circle with centre (2,−3) that passes through (5,1).
Find the equation of the tangent to x2+y2+4x−6y+9=0 at the point (−2,3).
A sector of a circle of radius 6 cm has an area of 24\pi \mathrm{ cm^2. Find the perimeter of
the sector.
Prove that sin3θ=3sinθ−4sin3θ.
Determine whether the lines r=(1,2,0)+s(1,−1,2) and
r=(3,0,4)+t(2,1,−1) intersect, are parallel, or are skew.
Find the minimum value of 3cosx+4sinx and the smallest positive value of x at which it
occurs.
Find the perpendicular distance from the point (1,2,3) to the line
r=(0,1,−1)+t(2,−1,3).
In triangle ABC, a=7, b=9, B=55∘. Find angle A (there may be two
solutions).
Solve 2sin2x+3cosx−3=0 for 0≤x<2π.
Find the shortest distance between the skew lines r=(1,0,0)+s(1,2,0) and
r=(0,0,1)+t(0,1,1).
Find the angle between the lines r=(0,0,0)+s(1,2,−1) and
r=(1,1,0)+t(2,−1,3).
Find the area of triangle ABC given a=10, b=8, c=6.
The line y=mx+7 is tangent to the circle x2+y2−4x+2y−20=0. Find the possible
values of m.
Express cos4θ in terms of cosθ using double angle formulae.
Summary
This topic covers the mathematical techniques and concepts related to geometry and trigonometry,
including key theorems, methods, and problem-solving approaches.
Key concepts include:
sine, cosine, and tangent functions
trigonometric identities
solving trigonometric equations
the sine and cosine rules
radian measure and arc length
Regular practice with a variety of question types is essential to build fluency and confidence in
applying these mathematical techniques.