FMAT pure1 polar coordinates Flashcards

1
Q

What are polar coordinates?

A

Polar coordinates describe a point using (r, θ), where:
- r is the distance from the pole (origin).
- θ is the angle from the initial line (measured anticlockwise in radians)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you convert polar coordinates to Cartesian coordinates?

A

x = r * cos(θ)
y = r * sin(θ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you convert Cartesian coordinates to polar coordinates?

A

r = √(x² + y²)
θ = tan⁻¹(y / x)
Ensure θ is in the correct quadrant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Example: Convert Cartesian coordinates (3, 4) to polar coordinates.

A

r = √(3² + 4²) = 5
θ = tan⁻¹(4 / 3) ≈ 0.93 radians
Polar coordinates: (5, 0.93)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Example: Convert polar coordinates (4, π/6) to Cartesian coordinates.

A

x = 4 * cos(π/6) = 2√3
y = 4 * sin(π/6) = 2
Cartesian coordinates: (2√3, 2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the general approach to sketching polar curves?

A
  1. Identify key values of θ where r is zero, maximum, or minimum.
  2. Use symmetry and the behavior of trigonometric functions.
  3. Sketch the curve, showing critical points and shape.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Example: Sketch the polar curve r = 2 + 4sin(θ).

A
  • Maximum r: r = 6 when sin(θ) = 1.
  • Minimum r: r = 2 when sin(θ) = 0.
  • check desmos
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you find the Cartesian equation of a polar curve?

A

Use:
x = r * cos(θ), y = r * sin(θ), and r² = x² + y²
Substitute and simplify as needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Example: Convert the polar curve r = 2 + 2cos(θ) to Cartesian form.

A

Multiply through by r: r² = 2r + 2r * cos(θ)
Substitute r² = x² + y² and r * cos(θ) = x:
x² + y² = 2√(x² + y²) + 2x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Example: Find the polar equation of a circle with centre (2, 0) and radius 2.

A

Using symmetry, the polar equation is:
r = 4cos(θ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the formula for the area of a sector in polar coordinates?

A

Area = ∫(1/2) r^2 dθ
The limits of integration are values of θ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why is the double-angle identity often used in polar area calculations?

A

To simplify trigonometric expressions like sin^2(θ) or cos^2(θ) before integration:
sin^2(θ) = (1 - cos(2θ)) / 2
cos^2(θ) = (1 + cos(2θ)) / 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Find the area enclosed by one loop of the curve r = sin(2θ).

A

Area = (1/2) ∫ [sin^2(2θ)] dθ from 0 to π/2
Use sin^2(2θ) = (1 - cos(4θ)) / 2:
Area = (1/2) ∫ [(1 - cos(4θ))/2] dθ = π / 8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is the gradient of a polar curve found?

A

Convert to Cartesian coordinates and use dy/dx. In polar form:
x = r * cos(θ), y = r * sin(θ)
dy/dx = (dy/dθ) / (dx/dθ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Example: Find the gradient of r = 2sin(2θ) at θ = π/4.

A
  1. x = r * cos(θ) = 2sin(2θ) * cos(θ)
  2. y = r * sin(θ) = 2sin(2θ) * sin(θ)
  3. Gradient (dy/dx) at θ = π/4 is -1.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you find tangents parallel or perpendicular to the initial line?

A
  • Tangents parallel to the initial line: dy/dθ = 0.
  • Tangents perpendicular to the initial line: dx/dθ = 0.
17
Q

Example: For r = sin(2θ), find the equations of tangents parallel and perpendicular to the initial line.

A
  1. dx/dθ = 0 gives x = ±4/(3√3) (perpendicular).
  2. dy/dθ = 0 gives y = ±4/(3√3) (parallel).
18
Q

What is the process to find the area of a polar region?

A
  1. Identify the limits of θ for the region.
  2. Use Area = ∫ (1/2) r^2 dθ.
  3. Simplify using trigonometric identities if needed.
19
Q

Why is implicit differentiation often needed in polar coordinates?

A

Polar equations convert to Cartesian forms that involve both x and y. Implicit differentiation is used to find dy/dx.

20
Q

Example: Convert r = 2sin(2θ) to Cartesian form.

A

Multiply by r: r^2 = 2r * sin(2θ)
Using x = r * cos(θ) and y = r * sin(θ):
x^2 + y^2 = 2xy