
ROBERT Y. answered 06/04/20
Caltech B.S. (Computer Science/Engineering): 20+ years Tutoring Math
- write sqrt16 * 2^1/4 as a single power of 2. carefully show each step of your work.
=====================================
- ANSWER: sqrt 16 = 4 = 2^2; then multiply this by 2^ 1/4: Express in power of 2. First, take 2^2 * 2^1/4. This is a problem like x^a * x^b = x^(a+b). Follow this format to get: 2^2 * 2^1/4 = 2^ (2+ 1/4), so final answer is 2^(2 1/4)/
=====================================
- Complex numbers are used by engineers and physicists to measure electrical circuits. To measure voltage, they use the formula E = I • Z, where E is voltage in volts, I is the current in amps, and Z is impedance, or resistance, in ohms.
a. Find the voltage for an electrical circuit if the current is 3 - 4i amps and the impedance is 2 + i ohms. Simplify your answer completely.
=====================================
ANSWER: E = I * Z. Use I = 3-4i and Z = 2+i. Thus, E = (3-4i)(2+i). Use "FOIL" to get E = (3*2) + (-4i*2) + (3*i) + (-4i*i). This is 6 + (-8i) + (3i) + (-4*(i^2))). Recall i^2 = -1. So this is 6 + (-8+3)i + (-4*-1). Then, you have E = 10 - 5i. Maybe they want it expressed as: 5(2-i)
=====================================
- b. Find the Impedance for an electrical circuit if the voltage is 18 - 24i and the current is 6 - 3i amps. Simplify your answer completely.
=====================================
ANSWER: E = I * Z. Find Z. This is Z = E/I. Substitute: Z = 18-24i/6-3i. This is 6(3-4i) / 6-3i. Multiply both numerator and denominator by the conjugate, which is 6+3i. This yields: 6(3-4i) / (6-3i)*(6+3i). This is 6(3-4i) / 36 - 9i^2. The denominator is 36+9 = 45 = 3*15. Thus, you have 6(3-4i)/(3*15) = 2(3-4i)/15. This is written (6-8i)/15.