Formulae Flashcards

(27 cards)

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

What is the LaTeX command to write the sine function?

A

\sin

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

Convert sin(π/2 - θ) into LaTeX format.

A

\sin\left(\frac{\pi}{2} - \theta\right)

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

True or False: The sine of an angle can be expressed as sin(90° - θ).

A

True

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

What is the co-function identity for sin(π/2 - θ)?

A

\cos(\theta)

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

Fill in the blank: The LaTeX representation of π is ___.

A

\pi

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

What is the purpose of using \left and \right in LaTeX?

A

To automatically adjust the size of delimiters.

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

Convert the expression sin(π/2 - θ) into a LaTeX equation.

A

$$\sin\left(\frac{\pi}{2} - \theta\right)$$

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

What is the LaTeX command for the fraction symbol?

A

\frac

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

True or False: sin(π/2 - θ) equals sin(θ).

A

False

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

What does the variable θ typically represent in trigonometry?

A

An angle

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

What is the LaTeX command to write a degree symbol?

A

\degree

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

In LaTeX, how do you indicate a mathematical environment?

A

Using $…$ for inline and $$…$$ for display mode.

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

What is the derivative of sin(π/2 - θ) with respect to θ?

A

-\cos(\theta)

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

Fill in the blank: The LaTeX command for cosine is ___.

A

\cos

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

What is the result of sin(π/2 - θ) in terms of cosine?

17
Q

Convert the expression sin(90° - θ) into LaTeX format.

A

\sin\left(90^\circ - \theta\right)

18
Q

True or False: sin(π/2 - θ) is equal to sin(θ) + cos(θ).

19
Q

What is the LaTeX syntax for representing a subtraction operation?

20
Q

What does the notation \theta represent in the equation sin(π/2 - θ)?

A

An angle in radians.

21
Q

What is the LaTeX command for writing a limit?

22
Q

Fill in the blank: The identity sin(π/2 - θ) = ___ relates sine and cosine.

23
Q

What is the LaTeX command to write parentheses?

A

\left( and \right)

24
Q

True or False: The sine and cosine functions are co-functions.

25
What is the LaTeX command for writing a multiplication symbol?
\cdot
26
Convert sin(π/2 - θ) into LaTeX and include the context of an equation.
In an equation: $$y = \sin\left(\frac{\pi}{2} - \theta\right)$$
27
What is the relationship between sin(π/2 - θ) and cos(θ)?
They are equal.