Answer:
Explanation:
For parallel inductors ,



For series combination
Total inductance
= 16.67 + 20
= 36.67 mH .
reactance of total inductance at 300 kHz
= ω
where ω is angular frequency
= 2πf
= 2 x 3.14 x 300 x 10³ x 36.67 x 10⁻³
= 69.1 x 10³ ohm
Total rms current = Vrms / reactance
= 60 / 69.1 x 10³ A
= .87 x 10⁻³ A
= .87 mA
The copper and oxygen and oxygen atoms are not ions, and the bonds are more covalent than they are ionic.
Answer:
9:36 and how far it will travel is 26 minutes
Queremos crear un diagrama general para calcular el área de un triangulo.
Este será algo como:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Como naturalmente habra algunas variaciones segun el programa que utilicemos, lo voy a escribir de forma bastante general.
Primero definamos nuestras variables:
Por ejemple, en fortran usariamos algo como:
real:: B, H, A
Donde B será la variable que usaremos para la base, H para la altura, y A para el área.
Luego tenemos que escribir en pantalla algo que le diga al usario que debe introducir la base y el area.
Luego el programa debe ser capaz de leer ese input.
con algo de la forma:
B = read*input 1
H = read*input 2
Una vez tenemos definidas las variables, simplemente calculamos el área del triangulo:
A = H*B/2
Finalmente la podemos mostrar en pantalla con algo como:
print(A).
Lo que nos mostraría el valor del área.
Concluyendo, el diagrama en general sería:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Si quieres aprender más, puedes leer:
brainly.com/question/21949109
Answer:
a) 4.49Hz
b) 0.536kg
c) 2.57s
Explanation:
This problem can be solved by using the equation for he position and velocity of an object in a mass-string system:

for some time t you have:
x=0.134m
v=-12.1m/s
a=-107m/s^2
If you divide the first equation and the third equation, you can calculate w:

with this value you can compute the frequency:
a)

b)
the mass of the block is given by the formula:

c) to find the amplitude of the motion you need to know the time t. This can computed by dividing the equation for v with the equation for x and taking the arctan:

Finally, the amplitude is:
