I am solving a question about power transmission efficiency and encountered two different results using two methods.
The problem states:
An electric power line, having a total resistance of $2 \, \Omega$, delivers $1 \, \mathrm{kW}$ at $220 \, \mathrm{V}$. The efficiency of the transmission line is approximately __________:
If I use the standard method:
- Calculate current using $I = \dfrac{P}{V}$: $$ I = \dfrac{1000}{220} = \dfrac{50}{11} \, \mathrm{A} $$
- Calculate power loss as $I^2 R$: $$ \text{Power loss} = \left( \dfrac{50}{11} \right)^2 \times 2 = \dfrac{5000}{121} \, \mathrm{W} $$
- Efficiency is then given by: $$ \text{Efficiency} = \dfrac{\text{Delivered Power}}{\text{Delivered Power} + \text{Power Loss}} \times 100\% = \dfrac{1000}{1000 + \dfrac{5000}{121}} \times 100\% $$ Simplifying this gives: $$ \text{Efficiency} \approx 96\% $$
Using this method, I get the correct answer matching the textbook: 96%.
However, I tried another approach using $P = \frac{V^2}{R}$. Here’s what I did:
- Input power must be $\mathrm{P}=\dfrac{\mathrm{V^2}}{\mathrm{R}} = \dfrac{220 \times 220}{2} = 24200 \mathrm{W}$.
- Efficiency must therefore be $\eta = \mathrm{\dfrac{P_o}{P_i}}=\dfrac{1000}{24200}$.
- Percentage efficiency is $\dfrac{1000}{24200} \times 100 = 4.13 \%$
Why does using $P = \dfrac{V^2}{R}$ give a drastically different efficiency value compared to the textbook solution? Am I applying the formula incorrectly, or is there something I’m missing conceptually?
Any clarification would be appreciated!