Answer:
The field strength needed is 0.625 T
Explanation:
Given;
angular frequency, ω = 400 rpm = (2π /60) x (400) = 41.893 rad/s
area of the rectangular coil, A = L x B = 0.0611 x 0.05 = 0.003055 m²
number of tuns of the coil, N = 300 turns
peak emf = 24 V
The peak emf is given by;
emf₀ = NABω
B = (emf₀ ) / (NA ω)
B = (24) / (300 x 0.003055 x 41.893)
B = 0.625 T
Therefore, the field strength needed is 0.625 T
Answer:
Writing an excellent problem statement will not help guide you through the rest of the process and steer you towards the BEST solution.
False
Explanation:
An excellent problem statement sets the overall tone for the rest of the engineering process, whether it be at the analysis, design, or implementation stages. This is why a problem statement must be focused, clear, and specific. An excellent problem statement contains the problem definition, method for solving the problem (the claim proposed), purpose, statement of objectives, and scope. For an excellent problem statement to be effective, it must also show the gap that is to be closed to achieve the intended objective.
Glyphicons are icon fonts which you can use in your web projects. Glyphicons Halflings are not free and require licensing, however their creator has made them available for Bootstrap projects free of cost.
Answer:
The following query is used to display TripName. Reservationld, FirstName. LastName and TotalCost of trip by adding the trip price plus other fees and multiplying the result by the number of persons which have number of persons >4.
Query:
SELECT ReservationlD, Trip.TripName. Customer.LastName. Customer.FirstName. (TripPrice+OtherFees) 'NumPersons as TotalCost FROM Reservation, Trip, Customer WHERE NumPersons>4 AND Reservation.TriplD=Trip.TriplD AND
Customer. CustomerNum=Reservation.CustomerNum:
Explanation:
- Select clause is used to retrieve data from specified database table or relation and returns the data in the form of table.
- ReservationID. Trip.TripName. Customer.LastName. Customer.FirstName are the column name of table.
- (TripPrice+OtherFees) 'NumPersons will calculate the total cost of the Trip and stored it into TotalCost column.
- As clause is used to give new name TotalCost to resultant column.
- FROM clause specifies one or more table from where records to be retrieved. o Reservation. Trip and Customer are the table name.
- WHERE clause is used in SQL query to retrieve only those records that satisfy the specified condition
Answer:
i)ω=3600 rad/s
ii)V=7059.44 m/s
iii)F=1245.8 N
Explanation:
i)
We know that angular speed given as

We know that for one revolution
θ=2π
Given that time t= 2 hr
So
ω=θ/t
ω=2π/2 = π rad/hr
ω=3600 rad/s
ii)
Average speed V

Where M is the mass of earth.
R is the distance
G is the constant.
Now by putting the values


V=7059.44 m/s
iii)
We know that centripetal fore given as

Here given that m= 200 kg
R= 8000 km
so now by putting the values


F=1245.8 N