The estimated mass release rate of sulfur dioxide from the stack is [insert value] g/s. The maximum sulfur dioxide concentration on the ground is expected to be [insert value] g/m^3, and its location downwind from the stack is [insert distance].
To estimate the mass release rate of sulfur dioxide from the stack, we need to consider the concentration measured at a specific distance downwind from the stack and the wind speed. In this case, the concentration of sulfur dioxide measured at a distance of 200m downwind is 5.0 x 10^-5 g/m^3. To calculate the mass release rate, we can use the formula:
Mass release rate = Concentration x Cross-sectional area x Wind speed
The effective stack height of the trash incinerator is given as 100m, and we can assume a circular cross-section for the stack. By substituting the given values, we can calculate the mass release rate.
To estimate the maximum sulfur dioxide concentration on the ground, we need to consider the dispersion of pollutants in the atmosphere. The concentration of pollutants decreases as the distance from the source increases. The maximum concentration is usually expected to occur near the source and decreases with distance.
The exact calculation for the maximum concentration and its location downwind from the stack involves complex atmospheric dispersion models. These models consider various factors such as wind speed, atmospheric stability, and topography. Without additional information, it is challenging to provide an accurate estimation of the maximum concentration and its location in this scenario.
Learn more about Mass release rate here :
https://brainly.com/question/31736034
#SPJ11
Consider the state-space system with matrices A=(
a
11
a
21
0
a
22
),B=(
1
0
),C=(
1
0
),D=0 where a
11
=5,a
21
=4 and a
22
=1. Design a state-feedback law in the form u(t)=−k
1
x
1
(t)−k
2
x
2
(t) such that the closed-loop poles are both equal to p=−6 What is the value of k
1
? If necessary, round your answer to 2 decimal places.
The value of k1 is 5.00.
Let us first write the transfer function of the system using the matrices:G(s) = C[sI - A]⁻¹B + D Given matrices A, B, C and D:A = (a11 a21; 0 a22)B = (1; 0)C = (1 0)D = 0Let s = σ + jω be the complex conjugate pole pair.
Then, we know that the characteristic equation is:|sI - A| = (s - a11)(s - a22) - a21 * 0 = s² - (a11 + a22)s + a11a22 = s² - 6s + 5 Hence, the desired characteristic equation is:(s + 6)² = s² + 12s + 36
Therefore, the closed-loop system will be stable and have poles at -6. Assuming that the state feedback gain matrix is:u(t) = -[k1 k2][x1(t); x2(t)]Then, the closed-loop state equations are:dx/dt = Ax + Bu = [a11 a21; 0 a22][x1; x2] + [1; 0] [-k1 x1 - k2 x2]dy/dt = Cx = [1 0] [x1; x2]The state equations in the phase variable form are:ξ = Tx, where T = [λ1 λ2] and λ's are the eigenvalues of A.
The characteristic equation of A is (s - 5)(s - 1) = 0The eigenvectors of A are:[1 -4] and [0 1]For pole at -6, we need to find out K = [k1 k2] such that the characteristic equation of A - BK is:(s + 6)² = s² + 12s + 36Let us substitute A and B into A - BK and equate it with (s + 6)²: A - BK = [a11 - k1 a21; -k2 a22
Then, comparing the coefficients with s² and s, we have the following equations:- k1 + a11 = 0- k2a22 = 12Solving the above set of equations, we get:k1 = 5.00 [rounded to two decimal places]
Learn more about state-space system here,
https://brainly.com/question/29485177
#SPJ11
Without further details about the resistor configuration or values, we cannot calculate the equivalent resistance across terminals A and B.
To calculate the equivalent resistance across terminals A and B, we need more specific information about the circuit configuration or the resistors connected to those terminals. Without knowing the arrangement or values of the resistors, it is not possible to determine the equivalent resistance.
In a circuit, resistors can be connected in series or in parallel, or a combination of both. In a series configuration, the resistors are connected end to end, while in a parallel configuration, the resistors are connected across the same two points. Each configuration affects the total resistance differently.
If the resistors are connected in series, the equivalent resistance is calculated by summing up the individual resistances. For example, if there are three resistors in series with values R1, R2, and R3, the equivalent resistance (Rs) is given by:
Rs = R1 + R2 + R3
On the other hand, if the resistors are connected in parallel, the reciprocal of the equivalent resistance is equal to the sum of the reciprocals of the individual resistances. For example, if there are three resistors in parallel with values R1, R2, and R3, the equivalent resistance (Rp) is given by:
1/Rp = 1/R1 + 1/R2 + 1/R3
To calculate the equivalent resistance, we need the specific arrangement or values of the resistors across terminals A and B. Once that information is provided, we can use the appropriate formulas to determine the equivalent resistance.In summary, without further details about the resistor configuration or values, we cannot calculate the equivalent resistance across terminals A and B.
Learn more about Equation here,https://brainly.com/question/29174899
#SPJ11
what is the rpm of a single-acting compressor, if the stroke is 8 inches and the piston speed is 400 feet per minute?
The RPM of the single-acting compressor is 300 revolutions per minute if the stroke is 8 inches and the piston speed is 400 feet per minute.
RPM is an abbreviation for revolutions per minute which is used to indicate the speed of a thing by determining how many times it turns one complete circle during one minute.
To determine the RPM in this case, we use the formula for piston speed as follows;
Piston speed = ( 2 × Stroke × RPM ) ÷ 12
As the stroke is given to be 8 inches and the piston speed is given to be 400 feet per minute, substituting these values in the equation as follows;
400 = ( 2 × 8 × RPM ) ÷ 12
400 × 12 = 16 × RPM
4800 = 16 × RPM
RPM = 4800 ÷ 16
RPM = 300
Therefore this single-acting compressor is determined to have 300 revolutions per minute.
To learn more about RPM; click here:
https://brainly.com/question/11801946
#SPJ4
For the following problem, use R to find your answers. Show me the R code you used in your answer. Load the built-in data set "mtcars" and look at the help documentation. Use OLS to investigate the relationship between 1/4 mile time and the vehicle's number of cylinders, gross horsepower, real axle ratio, weight, and number of carburetors. Discuss your results. Plot the residuals and test for the presence of autocorrelation and heteroskedasticity. Also, perform a variance inflation test to look for multicollinearity among your independent variables.
Using R, the built-in dataset "mtcars" can be loaded, and OLS regression can be performed to investigate the relationship between 1/4 mile time and the vehicle's number of cylinders, gross horsepower, rear axle ratio, weight, and number of carburetors. Residuals can be plotted to assess the presence of autocorrelation and heteroskedasticity, and a variance inflation test can be conducted to check for multicollinearity among the independent variables.
What are the results of the OLS regression analysis, residual plot analysis, autocorrelation and heteroskedasticity tests, and the variance inflation test for the relationship between 1/4 mile time and the vehicle's characteristics?To perform the analysis, the "mtcars" dataset in R can be loaded using the command `data(mtcars)`. The OLS regression can be conducted using the `lm()` function with the dependent variable "1/4 mile time" and the independent variables "number of cylinders," "gross horsepower," "rear axle ratio," "weight," and "number of carburetors." The results of the regression analysis, including coefficients, p-values, and model fit statistics, can be obtained.
Next, the residuals of the regression model can be plotted using the `plot()` function to visually assess the presence of autocorrelation and heteroskedasticity. Additional statistical tests, such as the Durbin-Watson test for autocorrelation and the Breusch-Pagan test for heteroskedasticity, can be performed to quantitatively evaluate these issues.
Furthermore, the variance inflation factor (VIF) can be calculated for each independent variable to identify potential multicollinearity. The `vif()` function from the "car" package in R can be used to compute the VIF values. Higher VIF values indicate a stronger correlation between independent variables.
Learn more about: autocorrelation
brainly.com/question/32966773
#SPJ11
when entering a turn, you should reduce centrifugal force by:
When entering a turn, you can reduce centrifugal force by **slowing down** and **maintaining control of your vehicle**.
Centrifugal force is the outward force experienced by an object moving in a curved path. In the context of driving, it is the force that pushes your vehicle away from the center of the turn. To reduce centrifugal force and maintain stability while turning, consider the following actions:
1. **Slow down**: Reduce your vehicle's speed before entering the turn. Slowing down helps to decrease the force exerted on your vehicle, making it easier to maintain control.
2. **Maintain control**: Keep a firm grip on the steering wheel and ensure that your tires have sufficient traction. Smooth and controlled steering inputs are essential to maintaining stability and minimizing the effects of centrifugal force.
3. **Choose the proper lane position**: Position your vehicle correctly within the lane. Stay closer to the inside of the curve to reduce the distance from the center of the turn, thereby decreasing the force acting on your vehicle.
4. **Accelerate gradually**: If necessary, apply gentle acceleration as you exit the turn to regain momentum gradually. Avoid sudden or excessive acceleration, as it can increase the effects of centrifugal force.
By following these practices, you can effectively reduce centrifugal force and enhance your safety and control when navigating turns while driving. Remember to adjust your driving behavior based on road conditions, traffic, and the specific characteristics of the turn you are entering.
Learn more about centrifugal force here:
https://brainly.com/question/545816
#SPJ11
Estimate properties and pipe diameter Determine the diameter of a steel pipe that is to carry 2000 gal/min of gasoline with a pressure drop of 5 psi per 100 ft of horizontal pipe. Pressure drop is a function of flow rate, length, diameter, and roughness. Either iterative methods OR equation solvers are necessary to solve implicit problems. Total head is the sum of the pressure, velocity, and elevation. What is the density of gasoline
Answer:
Diameter of pipe is 0.535 ft
Explanation:
see attachment, its works out 1st half
A building has a wall of windows that is 12 feet across. If a scale of 1:24 is used, how wide is the wall of windows on the drawing in inches?
Scale ratios are used to enlarge or compress an image.
The width of the wall on the drawing is \(\frac{1 }{2}\ inches\)
The scale is given as:
\(Scale = 1 :24\)
The scale ratio is represented as:
\(Scale = Drawing : Actual\)
So, we have:
\(Drawing : Actual = 1 :24\)
Substitute 12 for Actual
\(Drawing : 12 = 1 :24\)
Express as fraction
\(\frac{Drawing }{ 12} = \frac{1 }{24}\)
Multiply both sides by 12
\(12 \times \frac{Drawing }{ 12} = \frac{1 }{24} \times 12\)
\(Drawing = \frac{1 }{2}\)
Hence, the width of the wall on the drawing is \(\frac{1 }{2}\ inches\)
Read more about scale drawings at:
https://brainly.com/question/16192120
1) What conditions must be satisfied to assure that a refutable hypothesis will be obtained just by examining the structure of the FOC? (Assume that SOCs are satisfied as well).
Answer:
The derivative of a function must be equal to zero ( 0 ) if this condition is not met then a hypothesis is refuted
Explanation:
The conditions that must be satisfied to assure that a refutable hypothesis will be obtained by examining the structure of the FOC is
The derivative of a function must be equal to zero ( 0 ) if this condition is not met then a hypothesis is refuted
i.e. dy/dx w.r.t.x = 0 for FOC to be refutable
A mechanistic design is best applied in which of the following situations?
a. Non-routine technologies
b. Small businesses
c. High volume assembly lines
d. When there are not clear answers to many of the problems that arise
e. Both non-routine technologies and when there are not clear answers to many of the problems that arise
Answer:
The correct answer is e. Both non-routine technologies and when there are not clear answers to many of the problems that arise . As per the provided search results, a mechanistic design is best suited for situations where there are not clear answers to many of the problems that arise , as well as for non-routine technologies.
Explanation:
Faster air movement over an airfoil creates a _________ pressure field, which in turn allows lift.
a
Higher
b
Lower
Hai
Your answer will be A.
If you lower the Air Pressure your Object will Float Down ward. The Air Pressure allows it to Fly.
The pressure field created by faster air movement over an airfoil is; A: higher
What is pressure field?When the air hits the front of the wing, the air will flow in a steeper curve upward, than the bottom wing flow which will lead to the creation of a vacuum on top of the wing that pulls more air towards the top of the wing.
Finally, this air above does the same thing but it will move faster as a result of the vacuum pulling it in, and as such the vacuum now lifts the wing. Thus, Faster air movement over an airfoil creates a higher pressure field.
Read more about pressure field at; https://brainly.com/question/14468674
Q: Draw shear and bending moment diagram for the beam shown in
the figure. EI= constant
Answer:
Explanation:
Please
refrigerant-134a expands in an adiabatic turbine from 1 mpa and 120 0c to 0.10 mpa and 50 0c at a rate of 0.8 kg/s. what is the power output of the turbine?
Where the above condition exists, the power output of the turbine is: 102.74 kW.
What is the rationale for the above response?To determine the power output of the turbine, we can use the steady-flow energy equation:
Q_in - Q_out + W_out - W_in = m_dot * (h_out - h_in)
where Q_in and Q_out are the heat transfer rates into and out of the turbine, W_in and W_out are the work rates into and out of the turbine, and h_in and h_out are the specific enthalpies of the refrigerant at the turbine inlet and outlet.
Since the turbine is adiabatic (Q_in = Q_out = 0), and assuming negligible changes in potential and kinetic energy (i.e., ΔPE = ΔKE = 0), the equation simplifies to:
W_out = m_dot * (h_in - h_out)
To solve for the specific enthalpies, we can use a refrigerant table or property software, such as REFPROP, which gives:
h_in = 381.43 kJ/kg
h_out = 252.84 kJ/kg
Substituting these values and the given mass flow rate of m_dot = 0.8 kg/s into the equation for the power output, we get:
W_out = 0.8 kg/s * (381.43 kJ/kg - 252.84 kJ/kg) = 102.74 kW
Therefore, the power output of the turbine is approximately 102.74 kW.
Learn more about power output at:
https://brainly.com/question/20335923
#SPJ1
state which parties will be responsible for the following task in a construction of an earthfall dam for irrigation:
1.Providing labour.
2.Funding the construction of the dam. 3. Approving the drawings
4.Overall coordination of the project.
5.Setting up coordinates and levels for back-filling
The parties in the construction of an earthfall dam for irrigation who will be responsible for the following services are given below.
What is the justification for the above response?Providing labor: The responsibility for providing labor in the construction of an earthfill dam for irrigation will typically fall on the contractor or construction company that has been awarded the contract for the project. The contractor is usually responsible for hiring and managing all the necessary labor, including skilled and unskilled workers, to complete the construction of the dam.
Funding the construction of the dam: The responsibility for funding the construction of the earthfill dam will usually lie with the party or parties that have commissioned the project. In most cases, this will be a government agency or a private company that is investing in the construction of the dam.
Approving the drawings: The responsibility for approving the drawings for the earthfill dam will typically fall on the government agency or private company that is commissioning the project. The drawings will need to be approved by the relevant regulatory bodies and local authorities to ensure that the dam meets all the necessary safety and environmental standards.
Overall coordination of the project: The responsibility for the overall coordination of the project will usually fall on the project manager or project team that has been appointed by the commissioning party. The project manager will be responsible for overseeing all aspects of the project, including managing the budget, scheduling, and ensuring that the construction work is completed to the required standards.
Setting up coordinates and levels for back-filling: The responsibility for setting up the coordinates and levels for back-filling will typically fall on the engineering team that is responsible for the design and construction of the dam. The engineering team will be responsible for surveying the site and determining the best locations for the dam, as well as setting the appropriate coordinates and levels for the back-filling process.
Learn more about construction at:
https://brainly.com/question/25795065
#SPJ1
Answer:
project manager
Explanation:
describe a process that would satisfy the conservation of energy principle but does not actually occur in nature
The only process I can think of that would satisfy the conservation of energy principle but does not occur in nature is a perpetual motion machine.
Working principle of perpetual motion machinePerpetual Motion Machine would produce work indefinitely without any external input of energy, thus violating the first law of thermodynamics which states that energy cannot be created or destroyed, only converted from one form to another.
While it is theoretically possible to design a machine that appears to produce more energy than it consumes, such a machine cannot exist in reality due to the various energy losses that occur in any real-world system.
These losses can occur due to factors such as friction, heat transfer, and resistance in electrical circuits, among others.
Learn more about conservation of energy here:
https://brainly.com/question/166559
#SPJ1
(Mapping to NANDS/NORS) Draw schematics for the following expressions, mapped into NOR-only networks. You may assume that literals and their complements are available: (A + B).(A + C)
To map the expression (A + B).(A + C) into a NOR-only network, we need to convert the expression into its NAND form first and then transform it into a NOR form. Here's the step-by-step process:
Convert the expression to NAND form:
(A + B).(A + C) = ((A + B)')' . ((A + C)')'
Apply De Morgan's theorem to obtain the NAND form:
((A + B)')' . ((A + C)')' = (A' . B') . (A' . C')
Transform NAND gates to NOR gates:
(A' . B') . (A' . C') = ((A' . B')')' + ((A' . C')')'
Apply De Morgan's theorem to obtain the NOR form:
((A' . B')')' + ((A' . C')')' = (A + B)'' + (A + C)''
Simplify the expression:
(A + B)'' + (A + C)'' = A + B + A + C
In the above schematic, A, B, and C are the inputs, and the output is the result of (A + B + A + C). The circuit consists of NOR gates only, fulfilling the requirement of using NOR gates exclusively.
Learn more about network here
https://brainly.com/question/28342757
#SPJ11
Hey guys can anyone list chemical engineering advancement that has been discovered within the past 20 years
Anybody know anything?
Answer:
1. Be sure to use the correct type and size of screwdriver on every kind of screw to avoid injury to yourself or damage to equipment.
2. It is also unsafe to carry screwdrivers in pockets or to use them around moving machinery.
3. Screwdrivers are not safe to use as hammers or chisels or for prying.
Explanation:
Which three items below should a driver be able to identify under the hood of a car?
Answer:
Engine oil level.
Brake fluid.
Power steering fluid.
what maximum output would you expect from a wind turbine with a blade of diameter 20 ft. in a 15-mph wind? choose the best answer.
Hi! To calculate the maximum output you would expect from a wind turbine with a blade diameter of 20 ft. in a 15-mph wind, we need to use the formula for the power generated by a wind turbine:
Power = 0.5 × Air Density × Swept Area × Coefficient of Performance × Wind Speed^3
Step 1: Convert wind speed from mph to m/s
15 mph ≈ 6.7056 m/s (1 mph ≈ 0.44704 m/s)
Step 2: Calculate the swept area of the turbine
Swept Area = π × (Blade Diameter / 2)^2 = π × (20 ft / 2)^2
Convert feet to meters: 20 ft ≈ 6.096 m
Swept Area ≈ 29.39 m^2
Step 3: Use standard air density
Air Density ≈ 1.225 kg/m^3
Step 4: Use the maximum value for the coefficient of performance (Cp) according to Betz's law
Coefficient of Performance (Cp) ≈ 0.59
Step 5: Plug in the values and solve for power
Power ≈ 0.5 × 1.225 × 29.39 × 0.59 × (6.7056)^3 ≈ 1,266.64 Watts
The maximum output you would expect from a wind turbine with a blade diameter of 20 ft. in a 15-mph wind is approximately 1,266.64 Watts.
Learn more about maximum output: https://brainly.com/question/26460726
#SPJ11
the heat treatment process depends on 3 steps according to the time-temperature cycle. Name and Briefly describe each one
Explanation:
there are three stages of heat treatment
1.hit the metal slowly to ensure that the metal maintains a uniform temperature
2.soak or hold the metal at a specific temperature for a alloted period of time
3.cool the metal to room temperature
A conventional steering system has all of the following except
what feature on some network switches can be used to detect faked arp messages?
Some network switches have a feature called Dynamic ARP Inspection (DAI) that can be used to detect faked ARP messages. DAI helps protect the network by validating ARP packets and ensuring the content loaded in them is accurate and legitimate.
On some network switches, a function known as "content loaded" can be used to recognise false ARP messages. With the use of this functionality, the switch can check for any anomalies or discrepancies in the contents of packets that are going through it, including ARP messages, that might point to a phoney or malicious message. The switch can protect the network's security and integrity by employing this capability to assist stop ARP spoofing attacks.In a network, Address Resolution Protocol (ARP) packets are verified by Dynamic ARP Inspection (DAI), a security feature. A network administrator can intercept, log, and delete ARP messages that have faulty MAC address to IP address bindings using DAI. With this feature, the network is shielded against some "man-in-the-middle" assaults.
learn more about Dynamic ARP Inspection (DAI) here:
https://brainly.com/question/30065279
#SPJ11
who is the strongest avenger i say hulk but who knows at this point
Answer:
or is the strongest evenger she hulk
Explanation:
?????????
Answer:
Thor!
Explanation:
In Thor: Ragnarok he beat the Hulk in order for Hulk to win thor had to be electrocuted and in Avengers: Endgame Thor is seen holding open the "Floodgates" and withstanding the radiation from a dying star, also the fact that Thor is a god means that he is all powerful and the rightful heir to the throne to Asgard, plus the fact that he has defeated Loki multiple times a feat that not even the Hulk has done.
Apart from replacement and displament deep foundations,
1. whats a third soloution and
2 method of installation ,
3. advantages, disadvantages
4. how it is connected to the foundation, then describe the role this connection plays resisting forces (e.g. lateral restraint, and others)
Alternative deep foundation: helical piles. Installed with torque, ideal for limited access sites, vibration-free. Resist lateral forces.
What is the explanation for the above response? The third solution for deep foundations is the use of micropiles.Micropiles are typically installed using a drilling rig, and the process involves drilling a small diameter hole (usually less than 30 cm) into the ground and then filling it with a high-strength grout material, followed by the installation of a steel reinforcing element.Advantages of using micropiles include their ability to be installed in low headroom areas, the ability to be installed in difficult soil conditions, and their low noise and vibration during installation. However, their load carrying capacity is typically lower than that of traditional piles, and their installation can be more expensive than other deep foundation solutions.Micropiles are connected to the foundation through a pile cap or a concrete footing, which transfers the load from the structure to the micropiles. The connection between the micropiles and the foundation provides lateral restraint and resists forces such as wind and earthquake loads. The micropiles can also provide uplift resistance, as they are typically installed at an angle to increase their effective length and capacity.Learn more about deep foundations at:
https://brainly.com/question/29341501
#SPJ1
A student places a piece of a potato into a container of hydrogen peroxide. One observation the student makes is that bubbles form around the potato. The presence of bubbles might indicate the formation of a new substance because bubbles
a - Group of answer choices always rise to the top of a liquid.
b- are almost always perfectly spherical.
c- could show that a gas is forming.
d- usually burst after a few minutes.
A tensile test is carried out on a bar of mild steel of diameter 3 cm. The bar
yields under a load of 90 KN. It reaches a maximum load of 160 KN and
breaks finally at a load of 80KN.
Compute:
I. the tensile stress at the yield point
II. the ultimate tensile stress
III. the average stress at the breaking point, if the diameter of the fractured
neck is 2 cm.
The tensile stress at the yield point is 286 MPa, the ultimate tensile stress is 509 MPa and the average stress is 1,018 MPa.
Tensile stressI. Tensile stress at the yield point
Tensile stress=Fy/A1=4×90×10^3÷πd1²
=360×10^3÷(2×10^-2)²π
=286 MPa
II. Ultimate tensile stress
Fmax/A1=4×160×10^3÷πd1²
=640×10^3÷(2×10^-2)²π
=509 MPa
III. Average stress at the breaking point
Fd/A2=4×80×10^3÷πd2²
=320×10^3÷(10^-2)²π
=1,018 MPa
Therefore the tensile stress at the yield point is 286 MPa, the ultimate tensile stress is 509 MPa and the average stress is 1,018 MPa.
Learn more about tensile stress here:https://brainly.com/question/12937199
#SPJ1
1. The amount of friction developed between two
moving parts depends on all of the following factors,
except:
(A) the type of material.
(B) surface finish.
(C) pressure between moving parts.
(D) color pigment found in the parts.
The amount of friction developed between two moving parts depends on all of the following factors, except the color pigment found in the parts.
What is friction?
The force that stops solid surfaces, fluid layers, and material elements from sliding against one another is known as friction. There are various kinds of friction: Dry friction is the force that opposes the relative lateral motion of two in touch solid surfaces. Dry friction is classified as static friction between stationary surfaces and kinetic friction between moving surfaces. Dry friction, with the exception of atom or molecular friction, is caused by the interaction of surface characteristics known as asperities. Fluid friction is the friction that occurs between moving layers of a viscous fluid.
To learn more about friction
https://brainly.com/question/15122221
#SPJ1
What is thermodynamics
Explanation:
Thermodynamics is the branch of science that deals with the relation between radiation, energy, physical properties of matter.
There are 4 laws of thermodynamics namely as follows :
Zeroth Law, First Law, Second Law and Third Law.
There are 4 branches of thermodynamics:
Classical thermodynamics, Statistical mechanics, Chemical thermodynamics and Equilibrium thermodynamics.
Hence, this is the required solution.
Answer:
The movement of heat
Explanation:
what is most delicious fod in the philippines?
Answer:
Well there are a lot of delicious food in the philppines but my most favorite is the Lechon, Adobo, Sisig, Chicken Curry, Crispy pata and Sinigang
the beam supports a uniform dead load of 0.4k/ft, a live load of 1.5k/ft and a single live concentrated force of 8k. determine (a) the maximum positive moment at c and (b) the maximum positive vertical reaction at b. assume a is a roller and b is a pin.
The maximum positive moment at c is 135k/ft
the maximum positive vertical reaction at b is 27k
Part a
Maximum positive moment at c
For maximum positive moment at C and as per Muller's principle, ILD influence line will be on moment at с, this is calculated using the equation below:
Maximum positive moment at c = \((\frac{1}{2} *20*5*(0.4+0.5) )+(5*8)\)
= 135k.ft
Part b
Maximum positive vertical reaction at b
To find this using Muller's principle, we keep dead load throughout the span and consequently keep point load at B
Maximum positive vertical reaction at b = \((\frac{1}{2} *20*1*(0.4+1.5))+(1*8)\)
= 27k
Learn more about positive moment and vertical reaction here:
https://brainly.com/question/15416318
#SPJ4
what are the objective goal of a specific in a student of civil engineering
Answer:
an ability to identify, formulate, and solve engineering problems. an understanding of professional and ethical responsibility. an ability to communicate effectively. the broad education necessary to understand the impact of engineering solutions in a global, economic, environmental, and societal context