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
Gnom [1K]
3 years ago
10

dentify a semiconducting material and provide the value of its band gap) that could be used in: (a) (1 point) red LED (b) (1 poi

nt) UV LED c) (1 point) infrared detector (d) (1 point) blue LED (e) (1 point) green LED
Engineering
1 answer:
OLga [1]3 years ago
5 0

Answer:

(a) Aluminum Indium Gallium Phosphide (AlInGaP). Band gap = 1.81eV  ≈ 2eV

(b) Gallium Nitride (GaN). Band Gap = 3.4eV

(c) Aluminium Gallium Arsenide (AlGaA). Band Gap = 1.42eV ≈ 2.16eV

(d) Zinc Selenide (ZnSe). Band Gap = 2.82eV

(e) Gallium Phosphide (GaP). Band Gap = 2.24eV

Explanation:

LED's are semi-conducting materials that convert electrical energy to light energy. The light color emitted from the LED depends on the semi-conducting material and other compositions.

The band gap of the semi-conductor determines its wavelength. High band gap semi-conductors emit lower wavelengths which means greater power(UV semi-conducting macterials fall under this category).

You might be interested in
What is the fastest motorcycle in the world ?
givi [52]

Answer:

Kawasaki Ninja H2R – top speed: 222 mph. This one is another beast in the form of a bike. ...

MTT Turbine Superbike Y2K – top speed: 227 mph. This bike is one of the most powerful production motorcycles. ...

Suzuki Hayabusa – top speed: 248 mph. 1340cc

8 0
3 years ago
Read 2 more answers
X cotx expansion using maclaurins theorem.
Lemur [1.5K]

It is to be noted that it is impossible to find the Maclaurin Expansion for F(x) = cotx.

<h3>What is Maclaurin Expansion?</h3>

The Maclaurin Expansion is a Taylor series that has been expanded around the reference point zero and has the formula f(x)=f(0)+f′. (0) 1! x+f″ (0) 2! x2+⋯+f[n](0)n!

<h3>What is the explanation for the above?</h3>

as indicated above, the Maclaurin infinite series expansion is given as:

F(x)=f(0)+f′. (0) 1! x+f″ (0) 2! x2+⋯+f[n](0)n!

If F(0) = Cot 0

F(0) = ∝ = 1/0

This is not definitive,

Hence, it is impossible to find the Maclaurin infinite series expansion for F(x) = cotx.

Learn more about Maclaurin Expansion at;
brainly.com/question/7846182
#SPJ1

4 0
1 year ago
A sign erected on uneven ground is guyed by cables EF and EG. If the force exerted by cable EF at E is 46 lb, determine the mome
Vikki [24]

Answer:

M_AD = 1359.17 lb-in

Explanation:

Given:

- T_ef = 46 lb

Find:

- Moment of that force T_ef about the line joining points A and D.

Solution:

- Find the position of point E:

                           mag(BC) = sqrt ( 48^2 + 36^2) = 60 in

                           BE / BC = 45 / 60 = 0.75

Hence,                E = < 0.75*48 , 96 , 36*0.75> = < 36 , 96 , 27 > in

- Find unit vector EF:

                           mag(EF) = sqrt ( (21-36)^2 + (96+14)^2 + (57-27)^2 ) = 115 in

                           vec(EF) = < -15 , -110 , 30 >

                           unit(EF) = (1/115) * < -15 , -110 , 30 >

- Tension            T_EF = (46/115) * < -15 , -110 , 30 > = < -6 , -44 , 12 > lb

- Find unit vector AD:

                           mag(AD) = sqrt ( (48)^2 + (-12)^2 + (36)^2 ) = 12*sqrt(26) in

                           vec(AD) = < 48 , -12 , 36 >

                           unit(AD) = (1/12*sqrt(26)) * < 48 , -12 , 36 >

                           unit (AD) = <0.7845 , -0.19612 , 0.58835 >

Next:

                           M_AD = unit(AD) . ( E x T_EF)

                           M_d = \left[\begin{array}{ccc}0.7845&-0.19612&0.58835\\36&96&27\\-6&-44&12\end{array}\right]

                            M_AD = 1835.73 + 116.49528 - 593.0568

                            M_AD = 1359.17 lb-in

3 0
3 years ago
Compute the atomic density (the number of atoms per cm3 rather than mass density g/cm3) for a perfect crystal of silicon at room
Ann [662]

Answer:

5E22 atoms/cm³

Explanation:

We need to find the number of moles of silicon per cm³

number of moles per cm³ = density/atomic weight = 2.33 g/cm ÷ 28.09 g/mol = 0.083 mol/cm³.

Since there are 6.022 × 10²³ atoms/mol, then the number of atoms of silicon per cm³ = number of atoms per mol × number of moles per cm³

= 6.022 × 10²³ atoms/mol × 0.083 mol/cm³

= 0.4995 × 10²³ atoms/cm³

= 4.995 × 10²² atoms/cm³

≅ 5 × 10²² atoms/cm³

= 5E22 atoms/cm³

5 0
3 years ago
Implement the function lastChars() that takes a list of strings as a parameter and prints to the screen the last character of ea
Liono4ka [1.6K]

Answer:

The following program is in C++.

#include <bits/stdc++.h>

using namespace std;

void lastChars(string s)

{

   int l=s.length();

   if(l!=0)

   {

       cout<<"The last character of the string is: "<<s[l-1];

   }

}

int main() {

   string s;//declaring a string..

   getline(cin,s);//taking input of the string..

   lastChars(s);//calling the function..

return 0;

}

Input:-

Alex is going home

Output:-

The last character of the string is: e

Explanation:

In the function lastChars() there is one argument that is a string.I have declared a integer variable l that stores the length of the string.If the length of the string is not 0.Then printing the last character of the string.In the main function I have called the function lastChars() with the string s that is prompted from the user.

8 0
3 years ago
Other questions:
  • A 300 mm long steel bar with a square cross section (25 mm per edge) is pulled in tension with a load of 83,051 N , and experien
    10·1 answer
  • An air conditioner removes heat steadily from a house at a rate of 750 kJ/min while drawing electric power at a rate of 6 kW. De
    5·1 answer
  • What engine does the Lexus is300 have?
    5·1 answer
  • Which tool is used to pull the tapered shaft on a tie-rod end from its mating steering component?
    9·1 answer
  • The elastic settlement of an isolated single pile under a working load similar to that of piles in the group it represents, is p
    8·1 answer
  • 3) What kind of bridges direct their load along it's curve and into the
    12·1 answer
  • With a reservoir pressure of 1.0 MPa and temperature of 750 K, air enters a converging-diverging nozzle, in a steady fashion. Fl
    5·1 answer
  • Which statement concerning symbols used on plans is true?
    10·1 answer
  • 6.
    8·1 answer
  • Which option identifies the step skipped in the following scenario?
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!