Answer:
a) i₈ = 0.5 i₄, b) i₁₀ = 0.3 i₃, i₁₀ = 0.8 i₈
Explanation:
For this exercise we use ohm's law
V = i R
i = V / R
we assume that the applied voltage is the same in all cases
let's find the current for each resistance
R = 4 Ω
i₄ = V / 4
R = 8 Ω
i₈ = V / 8
we look for the relationship between these two currents
i₈ /i₄ = 4/8 = ½
i₈ = 0.5 i₄
R = 3 Ω
i₃ = V3
R = 10 Ω
i₁₀ = V / 10
we look for relationships
i₁₀ / 1₃ = 3/10
i₁₀ = 0.3 i₃
i₁₀ / 1₈ = 8/10
i₁₀ = 0.8 i₈
Explanation:
Human body, the physical substance of the human organism, composed of living cells and extracellular materials and organized into tissues, organs, and systems.
https://www.britannica.com › science
human body | Organs, Systems, Structure, Diagram, & Facts |
Answer:
λ = 5940 Angstroms
Explanation:
This is an exercise of the relativistic Doppler effect
f’= f √((1- v / c) / (1 + v / c))
Where the speed in between the strr and the observer is positive if they move away
Let's use the relationship
c = λ f
f = c /λ
We replace
c /λ’ = c /λ √ ((1- v / c) / (1 + v / c))
λ = λ’ √ ((1- v / c) / (1 + v / c))
Let's calculate
v = 0.01 c
v = 0.01 3 10⁸
v= 3 10⁶ m / s
λ = 6000 √ [(1- 3 10⁶/3 10⁸) / (1+ 3 10⁶/3 10⁸)]
λ = 6000 √ [0.99 / 1.01]
λ = 5940 Angstroms
%d is a format specifier that is a placeholder for an int value. It tells the compiler that we want to print an integer value that is present in variable a. In this way there are several format specifiers in c.