Electrical – Finding the frequencies for a given phase difference between supply voltage and supply current

circuit analysisfrequencyhomeworklcr

I am trying to solve a LCR related exercise, but I ran into a problem.

Here is the exercise task and information:

An alternating current circuit is composed of a 50 Ω resistor, an ideal inductor with an inductance of 10 mH and 1 μF capacitor. Find out the frequencies of the AC for which a phase difference of \$\frac{π}{4}\$ is present between the supply current and the supply voltage.

So:
\$R=50\ Ω\$
\$L=10\ mH=10^{-2}\ H\$
\$C=1\ μF=10^{-6}\ F\$

I also know know the value of the resonant frequency if it helps.

schematic

simulate this circuit – Schematic created using CircuitLab

Since it is not specified which of the current and voltage leads, I've figured that there will be only two values, one below the resonant frequency when the entire circuit acts as a capacitor and the other bigger than the resonant frequency when the circuit works as an inductor.

schematic

simulate this circuit

schematic

simulate this circuit

For the first diagram:
\$tan\ φ=\frac{X_L-X_C}{R}\$
\$tan\ \frac{π}{4} =\frac{X_L-X_C}{R}\$

\$\frac{X_L-X_C}{R}=1\$
φ is the angle between the voltage phasor and the current phasor. The phasor values are all peaks.

Something similar can be written for the second phasor diagram.

The problem is that if I continue solving the above equation I will be obliged to deal with a quadratic equation which makes me think I'm overcomplicating everything, given the numbers I have to use in order to calculate \$\Delta\$ and then find \$\omega_1\$ and \$\omega_2\$. I'm thinking that there is an easier way to solve the task.

How should I go about solving this exercise?

Best Answer

I see no problem solving the two quadratic formulas.

You are seeking the half-power points.

$$f_1, f_2 = f_0 \left ( \sqrt {1 + \frac {1}{4Q^2}}\ \mp\ \frac {1}{2Q}\right ) \ \ \ \ [1]$$ Q = 2 and \$f_0\$ = 1591.549Hz.

So \$f_1 = 1591.549Hz \times \left ( \sqrt {1 + \frac {1}{4 \times 2^2}}\ -\ \frac {1}{2 \times 2}\right )\$ = 1242.644Hz and \$f_2\$ = 2038.419Hz.

Or: $$f_1, f_2 = f_0 \left ( \sqrt {\left ({\frac {R}{2L}} \right )^2 + \frac {1}{LC}}\ \mp\ \frac {R}{2L}\right ) \ \ \ \ [2]$$

Resonance Chapter

The rest is not part of the answer, but lots of references do not show how the formulas are derived.

Deriving half-power points from quality factor.

Quality factor: $$Q = \frac {f_0}{BW} = \frac {f_0}{f_2\ -\ f_1} = \frac {1}{R} \sqrt {\frac {L}{C}} = \frac {\omega_0 \ L}{R}$$

Resonance: $$\omega_0 = \frac {1}{\sqrt {LC}}$$

At \$\theta = 45^{\circ}, Z = \sqrt {2} R\$.

$$\sqrt {R^2 +\left ({\omega L - \frac {1}{\omega C}} \right )^2} = \sqrt {2} R$$ $$R^2 +\left ({\omega L - \frac {1}{\omega C}} \right )^2 = 2 R^2$$ $$\left ({\omega L - \frac {1}{\omega C}}\right )^2 = R^2$$ $$\omega L - \frac {1}{\omega C} = R$$ $$\omega^2 LC - \omega RC - 1 = 0$$ $$\omega^2 - \omega \frac {R}{L} - \frac {1}{LC} = 0$$ Which gives \$[2]\$ when applied to quadratic formula. $$\omega^2 - \omega \frac {\omega_0}{Q} - \omega_0^2 = 0$$ Which gives \$[1]\$ when applied to quadratic formula.