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
mr_godi [17]
3 years ago
6

The voltage in a series circuit is being increased from 12 volts to 24 volts.

Engineering
1 answer:
Advocard [28]3 years ago
6 0

Answer:

  • resistance (ohms) will stay the same
  • amps will double

Explanation:

Assuming linear circuit elements being operated within their ratings, ...

  • resistance (ohms) will stay the same
  • amps will double

For constant resistance, current is proportional to voltage. For a circuit in which resistance is not affected by voltage or temperature, the resistance will stay the same when voltage increases. Then the current will be proportional to the voltage.

__

<em>Additional comments</em>

In some circuits, resistance is a function of temperature. An incandescent light, for example, increases its resistance as its temperature goes up. When voltage is increased, resistance is increased according to the increased power dissipation. Current increases, but not proportionally to voltage.

Some other devices also exhibit this effect, but their resistance is designed to increase to a high enough level that overall circuit current actually decreases when voltage exceeds a certain threshold.

You might be interested in
The internal loadings at a critical section along the steel drive shaft of a ship are calculated to be a torque of 2300 lb⋅ft, a
Arturiano [62]

Answer:

Explanation:

Given that:

Torque T = 2300 lb - ft

Bending moment M = 1500 lb - ft

axial thrust P = 2500 lb

yield points for tension  σY= 100 ksi

yield points for shear   τY = 50 ksi

Using maximum-shear-stress theory

\sigma_A = \dfrac{P}{A}+\dfrac{Mc}{I}

where;

A = \pi c^2

I = \dfrac{\pi}{4}c^4

\sigma_A = \dfrac{P}{\pi c^2}+\dfrac{Mc}{ \dfrac{\pi}{4}c^4}

\sigma_A = \dfrac{2500}{\pi c^2}+\dfrac{1500*12c}{ \dfrac{\pi}{4}c^4}

\sigma_A = \dfrac{2500}{\pi c^2}+\dfrac{72000c}{\pi c^3}}

\tau_A = \dfrac{T_c}{\tau}

where;

\tau = \dfrac{\pi c^4}{2}

\tau_A = \dfrac{T_c}{\dfrac{\pi c^4}{2}}

\tau_A = \dfrac{2300*12 c}{\dfrac{\pi c^4}{2}}

\tau_A = \dfrac{55200 }{\pi c^3}}

\sigma_{1,2} = \dfrac{\sigma_x+\sigma_y}{2} \pm \sqrt{\dfrac{(\sigma_x - \sigma_y)^2}{2}+ \tau_y^2}

\sigma_{1,2} = \dfrac{2500+72000}{2 \pi c ^3} \pm \sqrt{\dfrac{(2500 +72000)^2}{2 \pi c^3}+ \dfrac{55200}{\pi c^3}} \ \ \ \ \ ------(1)

Let say :

|\sigma_1 - \sigma_2|  = \sigma_y

Then :

2\sqrt{(   \dfrac{2500c + 72000}{2 \pi c^3})^2+ ( \dfrac{55200}{\pi c^3})^2 } = 100(10^3)

(2500 c + 72000)^2 +(110400)^2 = 10000*10^6 \pi^2 c^6

6.25c^2 + 360c+ 17372.16-10,000\ \pi^2 c^6 =0

According to trial and error;

c = 0.75057 in

Replacing  c into equation (1)

\sigma_{1,2} = \dfrac{2500+72000}{2 \pi (0.75057) ^3} \pm \sqrt{\dfrac{(2500 +72000)^2}{2 \pi (0.75057)^3}+ \dfrac{55200}{\pi (0.75057)^3}}

\sigma_{1,2} = \dfrac{2500+72000}{2 \pi (0.75057) ^3} +  \sqrt{\dfrac{(2500 +72000)^2}{2 \pi (0.75057)^3}+ \dfrac{55200}{\pi (0.75057)^3}}  \ \ \  OR \\ \\ \\   \sigma_{1,2} = \dfrac{2500+72000}{2 \pi (0.75057) ^3} -  \sqrt{\dfrac{(2500 +72000)^2}{2 \pi (0.75057)^3}+ \dfrac{55200}{\pi (0.75057)^3}}

\sigma _1 = 22193 \ Psi

\sigma_2 = -77807 \ Psi

The required diameter d  = 2c

d = 1.50 in   or   0.125 ft

6 0
3 years ago
The loneliest people are to kindest
valkas [14]

Answer:

The most damaged people are the wisest is a fact

Explanation:

5 0
3 years ago
Read 2 more answers
True or False<br> Most coolants you put into your car are toxic.
swat32

Answer: True.

Explanation: Coolant is flammable and toxic.

8 0
2 years ago
Read 2 more answers
Consider the following relational database that Best Airlines uses to keep track of its mechanics, their skills, and their airpo
Musya8 [376]

Answer:

Explanation:

A)

SELECT MECHNAME,AGE FROM MECHANIC;

B)

SELECT AIRNAME,SIZE FROM AIRPORT WHERE SIZE>=20 AND STATE='CALIFORNIA' AND YEAROPENED >=1935 ORDER BY SIZE ASC;

C)

SELECT AIRNAME,SIZE FROM AIRPORT WHERE (SIZE>=20 OR YEAROPENED >=1935) AND STATE='CALIFORNIA';

D)

SELECT AVG(SIZE) FROM AIRPORT WHERE STATE='CALIFORNIA' AND YEAROPENED >=1935;

E)

SELECT COUNT(AIRNAME) FROM AIRPORT WHERE STATE='CALIFORNIA' AND YEAROPENED >=1935;

F)

SELECT COUNT(AIRNAME),STATE FROM AIRPORT WHERE YEAROPENED>=1935 GROUP BY STATE;

G)

SELECT COUNT(AIRNAME),STATE FROM AIRPORT WHERE YEAR OPENED>=1935 GROUP BY STATE HAVING COUNT(*)>=5;

H)

SELECT MECHNAME FROM MECHANIC A JOIN AIRPORT B

ON A.AIRNAME=B.AIRNAME AND B.STATE='CALIFORNIA';

I)  

SELECT MECHNAME FROM MECHANIC A

JOIN QUALIFICATION B

ON A.MECHNUM=B.MECHNUM

AND B.PROFRATE=4

JOIN SKILL C

ON B.SKILLNUM=C.SKILLNUM

AND SKILLNAME='FAN BLADE RELACEMENT';

J)  SELECT MECHNAME FROM MECHANIC A

JOIN QUALIFICATION B

ON A.MECHNUM=B.MECHNUM

AND B.PROFRATE=4

JOIN SKILL C

ON B.SKILLNUM=C.SKILLNUM

AND SKILL NAME='FAN BLADE REPLACEMENT'

JOIN AIRPORT D

ON A.AIRNAME=D.AIRNAME

AND STATE='CALIFORNIA';

K)   SELECT SUM(SALARY),CITY FROM MECHANIC A

JOIN AIRPORT B

ON A.AIRNAME=B.AIRNAME

AND STATE='CALIFORNIA'

GROUP BY CITY;

L)   SELECT MAX(SIZE) FROM AIRPORT ;

M)  SELECT MAX(SIZE) FROM AIRPORT WHERE STATE='CALIFORNIA';

6 0
2 years ago
Given a force of 72 lbs at a distance of 15 ft, calculate the moment produced.​
Elis [28]

Answer:

1425.78 N.m

Explanation:

Moments of force is calculated as ;

Moments= Force * distance

M= F*d

The S.I unit for moment of force is Newton-meter (N.m)

Given in the question;

Force = 72 lbs

1 pound = 4.45 N

72 lbs = 4.45 * 72=320.4 N

Distance= 15 ft

1ft= 0.3048 m

15 ft = 15*0.3048 = 4.57 m

d= 4.57 m

M= F*d

M=320.4*4.57 =1425.78 N.m

5 0
3 years ago
Other questions:
  • Stainless steel ball bearings (rho = 8085 kg/m3 and cp = 0.480 kJ/kg·°C) having a diameter of 1.2 cm are to be quenched in water
    10·2 answers
  • Which factors influence changes in consumer demands? check all that apply
    8·2 answers
  • A thermistor is a temperature‐sensing element composed of a semiconductor material, which exhibits a large change in resistance
    13·1 answer
  • 1. The area of the given triangle is 25 square units. What is the value of x?<br> X+2
    8·1 answer
  • Is cross flow more efficient or counter flow
    13·1 answer
  • Ring rolling is a deformation process in which a thick-walled ring of smaller diameter is rolled into a thin-walled ring of larg
    11·1 answer
  • Calculate the percentage of recyclables in high socioeconomic localities.
    13·1 answer
  • Complex machines are defined by
    8·1 answer
  • Hi I'm trying to build a desk that moves up and down electrically but i need help
    9·1 answer
  • How could angela use the puzzle to model semiconductors? as an n-type semiconductor with the pegs representing electrons and the
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!