Question

9) The power p dissipated in a resistor of resistance R when a current i flows throw it is given by priʻR (see Lab-1). Write

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Enter value of R: 6 i P =========== iss-raamat 121.5 150 execution time : 2.406 s Process returned @ (@xo Press any key to co

#include<iostream>
#include<math.h>
using namespace std;

int main()
{
double R,P;
cout<<"Enter value of R: ";
cin>>R;
cout<<"i\tP"<<endl;
cout<<"==========="<<endl;
for(double i=0;i<=5;i=i+=0.5)
{
P=pow(i,2)*R;
cout<<i<<"\t"<<P<<endl;
}

}

Add a comment
Know the answer?
Add Answer to:
9) The power p dissipated in a resistor of resistance R when a current i flows...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The power dissipated by a resistor with a resistance of R = 260 Ω is P...

    The power dissipated by a resistor with a resistance of R = 260 Ω is P = 2.3 w. what are the current through (in A) and the voltage drop (in V) across the resistor? current.088 voltage 22.8 X A

  • Write a C program that finds voltage drop and power dissipated by a resistance (R) when...

    Write a C program that finds voltage drop and power dissipated by a resistance (R) when a current (I) flows through it. Resistance and current values are given as inputs. Create a function that would find the voltage drop, and create another function that would find the power. Use these functions in your program and print the voltage drop and power dissipated on the console. The input and output values are single precision floating-point values. Comment your code.

  • 1. A resistor carries a current I. The power dissipated in the resistor is P. What...

    1. A resistor carries a current I. The power dissipated in the resistor is P. What is the power dissipated if the same resistor carries current 3I? A. P B. 3P C. 9P D. P/9 2. Which of the following statements is false? A. An electric field is needed to produce an electric current. B. A potential difference between two points is needed to produce an electric current. C. For a steady current to flow in a wire, the wire...

  • Show that the power dissipated by the load resistor is maximum when the resistance R of...

    Show that the power dissipated by the load resistor is maximum when the resistance R of the load resistor is equal to the internal resistance r of the battery.

  • For what two values of R will the power dissipated in the resistor be 80.0 W ?

    A resistor with resistance R is connected to a battery that has emf 14.0 V and internal resistance r=0.36 Ω.Part AFor what two values of R will the power dissipated in the resistor be 80.0 W ?

  • 3- An electric circuit has internal resistance of 50 ohms. The current I = Voltage Resistance...

    3- An electric circuit has internal resistance of 50 ohms. The current I = Voltage Resistance +50) or I = V/(R+50) The Power P = 12*R (units watts) Write a Matlab script where voltage V = 10 volts and Calculate the Current and Power for the following Resistor values: [ 10, 20, 30, 40.50.60.70, 80 1001 Plot the current and power vs resistance on the same plot using plotvy function.- Left y axis is current, and right y axis is...

  • a) The power P dissipated in a resistor is given by P(V, R) = y, where...

    a) The power P dissipated in a resistor is given by P(V, R) = y, where V is the voltage and Ris the resistance. If V = 156 Vand R = 412, find the change AP in Pand its approximation dPresulting from a change SV = 2 Vin V and a change of SR= -0.1812 in R. 13 marks b) Calculate all first- and second-order partial derivatives of the function f(x, y, z) = xy: cos(yz2). 12 marks

  • A DC current I passes through a resistor R (=100 Ohm). The LE in the resistance...

    A DC current I passes through a resistor R (=100 Ohm). The LE in the resistance is 1%. The 0- 10 A ammeter has 1% of full-scale accuracy. The ammeter reads 8A. Calculate the LE of the DC power measurement in the resistor

  • If I is the current in the external resistor R and r is the internal resistance...

    If I is the current in the external resistor R and r is the internal resistance of the cell, the equation for the whole circuit is:             E = I(R + r)          …….(i)             For the same current in the external resistor R, the terminal voltage is given by:             V = IR                  …….(ii)                                                                                                                                                                      Use equations (i) and (ii) to solve for r by eliminating I and write this equation the form:   y = mx + b...

  • A battery of voltage AV delivers power P to a resistor of resistance R connected to...

    A battery of voltage AV delivers power P to a resistor of resistance R connected to it. By what factor will the power delivered to the resistor change if the following changes are made? Give your answers as a factor of the original power P. (a) The resistance is changed to 2.42R. P (b) The voltage of the battery is now 2.42AV, but the resistance is R. Р (c) The resistance is 2.42R and voltage is 2.42AV. P (d) The...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT