1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
katovenus [111]
3 years ago
9

The current at resonance in a series L-C-R circuit is 0.2mA. If the applied voltage is 250mV at a frequency of 100 kHz and the c

ircuit capacitance is 0.04 microfrad . Find the circuit resistance and inductance
Engineering
1 answer:
iVinArrow [24]3 years ago
5 0

Answer:

  • The resistance of the circuit is 1250 ohms
  • The inductance of the circuit is 0.063 mH.

Explanation:

Given;

current at resonance, I = 0.2 mA

applied voltage, V = 250 mV

resonance frequency, f₀ = 100 kHz

capacitance of the circuit, C = 0.04 μF

At resonance, capacitive reactance (X_c) is equal to inductive reactance (X_l),

Z = \sqrt{R^2 + (X_ l - X_c)^2} \\\\But \ X_l= X_c\\\\Z = R

Where;

R is the resistance of the circuit, calculated as;

R = \frac{V}{I} \\\\R = \frac{250 \ \times \ 10^{-3}}{0.2 \ \times \ 10^{-3}} \\\\R = 1250 \ ohms

The inductive reactance is calculated as;

X_l = X_c = \frac{1}{\omega C} = \frac{1}{2\pi f_o C} = \frac{1}{2\pi (100\times 10^3)(0.04\times 10^{-6} ) } = 39.789 \ ohms\\

The inductance is calculated as;

X_l = \omega L = 2\pi f_o L\\\\L = \frac{X_l}{2\pi f_o}\\\\L = \frac{39.789}{2\pi (100 \times 10^3)}  \\\\L= 6.3 \ \times \ 10^{-5} \ H\\\\L = 0.063 \times \ 10^{-3} \ H\\\\L = 0.063 \ mH

You might be interested in
Select the correct answer <br><br> What is the simplest definition of a manufacturing process?
anastassius [24]

a process that converts raw materials into a useful product.

7 0
3 years ago
Read 2 more answers
A rod is 2m long at temperature of 10oC. Find the expansion of the rod, when the temperature is raised to 80oC. If this expansio
Damm [24]

Answer:

ΔL = 1.68 mm

σ = 84 MPa

Explanation:

Thermal expansion is:

ΔL = α ΔT L

Thermal stress is:

σ = α ΔT E

Given:

α = 1.2×10⁻⁵ /°C

E = 1.0×10⁵ MPa

ΔT = 80°C − 10°C = 70°C

L = 2 m

ΔL = (1.2×10⁻⁵ /°C) (70°C) (2 m)

ΔL = 0.00168 m

ΔL = 1.68 mm

σ = (1.2×10⁻⁵ /°C) (70°C) (1.0×10⁵ MPa)

σ = 84 MPa

8 0
3 years ago
Write a complete C++ program that is made of functions main() and rShift(). The rShift() function must be a function without ret
erma4kov [3.2K]

Answer:

Explanation:

attached is an uploaded picture to support the answer.

the program is written thus;

#include<iostream>

using namespace std;

// function declaration

void rShift(int&, int&, int&, int&, int&, double&);

int main()

{

   // declare the variables

   int a1, a2, a3, a4;

   int maximum = 0;

   double average = 0;

   // inputting the numbers

   cout << "Enter all the 4 integers seperated by space -> ";

   cin >> a1 >> a2 >> a3 >> a4;

   cout << endl << "Value before shift." << endl;

   cout << "a1 = " << a1 << ", a2 = " << a2 << ", a3 = "  

        << a3 << ", a4 = " << a4 << endl << endl;

   // calling rSift()

   // passing the actual parameters

   rShift(a1,a2,a3,a4,maximum,average);

   // printing the values

   cout << "Value after shift." << endl;

   cout << "a1 = " << a1 << ", a2 = " << a2 << ", a3 = "  

           << a3 << ", a4 = " << a4 << endl << endl;

   cout << "Maximum value is: " << maximum << endl;

   cout << "Average is: " << average << endl;

}

// function to right shift the parameters circularly

// and calculate max, average of the numbers

// and return it to main using pass by reference

void rShift(int &n1, int &n2, int &n3, int &n4, int &max, double &avg)

{

   // calculating the max

   max = n1;

   if(n2 > max)

     max = n2;

   if(n3 > max)

     max = n3;

   if(n4 > max)

     max = n4;

   // calculating the average

   avg = (double)(n1+n2+n3+n4)/4;

   // right shifting the numbers circulary

   int temp = n2;

   n2 = n1;

   n1 = n4;

   n4 = n3;

   n3 = temp;

}

8 0
3 years ago
Kirchoff's Law states that, by the time current has returned to its source, all
Alex17521 [72]

Kirchoff's Law Kirchoff's Law states that, by the time current has returned to its source is explained in the following.

Explanation:

  • Kirchhoff's Current Law (KCL) is Kirchhoff's first law that deals with the conservation of charge entering and leaving a junction. ... In other words the algebraic sum of ALL the currents entering and leaving a junction must be equal to zero.
  • Kirchoff's laws apply for a given instant in time. So the voltages at a given moment around a loop will all sum to zero, or currents in a node sum to zero if you look at the instantaneous voltage and current. But they will be out of phase.
  • Kirchhoff Voltage Law states that ''The algebraic sum of all voltages (source voltage and voltage drops) is equal to zero around a close path''. This is called KVL ( Kirchhoff Voltage Law) equation. The source voltage is equal to the sum of all voltage drops.
  • Kirchhoff's Voltage Law (KVL) is Kirchhoff's second law that deals with the conservation of energy around a closed circuit path.
  • Kirchhoff's laws can be used to determine the values of unknown values like current, Voltage in the circuit. These laws can be applied on any circuit (with some limitation), and useful to find the unknown values in complex circuits and networks.

4 0
3 years ago
Read 2 more answers
What does it mean when it says technology is A dynamic process
Degger [83]

Answer:

It studies the process of technological change. Under the field of Technology Dynamics the process of technological change is explained by taking into account influences from "internal factors" as well as from "external factors

Explanation:

5 0
3 years ago
Other questions:
  • The spring has a stiffness k=200 N/m and is unstretched when the 25 kg block is at A. Determine the acceleration of the block wh
    6·1 answer
  • What are some of the main causes of accidents?
    7·1 answer
  • Technician A says that when using an impact wrench to remove a bolt from the front of an engine's crankshaft, the crankshaft mus
    15·1 answer
  • Shear plane angle and shear strain: In an orthogonal cutting operation, the tool has a rake angle = 16°. The chip thickness befo
    7·1 answer
  • Why do organisms differ in their methods of reproduction?
    5·2 answers
  • Technician A says when you push the horn button, electromagnetism moves an iron bar inside the horn, which opens and closes cont
    5·2 answers
  • . An ideal vapor compression refrigeration cycle operates with a condenser pressure of 900 kPa. The temperature at the inlet to
    14·1 answer
  • A 1020 Cold-Drawn steel shaft is to transmit 20 hp while rotating at 1750 rpm. Calculate the transmitted torque in lbs. in. Igno
    6·1 answer
  • How are sedimentary - gravity flows different from fluid - gravity flows
    6·1 answer
  • based on the graph shown, for any given output level, the veritcal distance between the avc and the atc curves represents
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!