QUESTION IMAGE
Question
chap 4.7 imaginary numbers day 1
simplify the following.
- $i^5 = $
- $i^7 = $
- $i^{12} = $
- $i^{15} = $
- $i^{19} = $
- $i^{17} = $
- $i^{23} = $
- $i^{24} = $
- $i^{53} = $
- $i^{56} = $
- $i^{79} = $
- $i^{85} = $
- $i^{66} = $
- $i^{92} = $
- $i^{94} = $
- $i^{105} = $
- $i^{59} = $
- $i^{20} = $
- $i^{11} = $
To solve these problems, we use the properties of the imaginary unit \( i \), where \( i = \sqrt{-1} \), \( i^2 = -1 \), \( i^3 = -i \), \( i^4 = 1 \), and the powers of \( i \) repeat every 4. So we can simplify \( i^n \) by finding \( n \mod 4 \).
1. \( i^5 \)
Step 1: Find the remainder of 5 divided by 4
\( 5 \div 4 = 1 \) with a remainder of \( 1 \), so \( 5 \mod 4 = 1 \).
Step 2: Simplify \( i^5 \)
Since \( i^5 = i^{4 + 1} = i^4 \cdot i^1 \), and \( i^4 = 1 \), we have \( i^5 = 1 \cdot i = i \).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
\( i \)
2. \( i^7 \)
Step 1: Find the remainder of 7 divided by 4
\( 7 \div 4 = 1 \) with a remainder of \( 3 \), so \( 7 \mod 4 = 3 \).
Step 2: Simplify \( i^7 \)
Since \( i^7 = i^{4 + 3} = i^4 \cdot i^3 \), and \( i^4 = 1 \), \( i^3 = -i \), we have \( i^7 = 1 \cdot (-i) = -i \).