Questions
Among the various types of the gas filled radiator detectors the Geiger Murller (GM) types of...

Among the various types of the gas filled radiator detectors the Geiger Murller (GM) types of detects are commonly used in personal contamination detectors. Describe the purpose of the quench gas

In: Advanced Math

We can use our knowledge of air resistance to calculate its effect on a baseball in...

We can use our knowledge of air resistance to calculate its effect on a baseball in 2-dimensional projectile motion.

The effect of air resistance can be modeled with an extra acceleration term, so that the acceleration is no longer simply ⃗a = ⃗g but rather

⃗a = ⃗g − bv⃗v
We will use b = 0.002 m^(−1), a reasonable value for a baseball flying through the air.

Let the initial velocity of the ball be 35 m/s at an angle of 42◦ above the horizontal.

(a) Write the expressions for ax and ay as functions of vx and vy.

(b) Write the expressions for x,y,vx, and vy as a function of t during the flight of the ball.

(c) How much shorter is the total range of the ball, due to losses from air resistance?

In: Advanced Math

7. Finding Roots Using the Bisection Method Write a function that implements the "bisection method" for...

7. Finding Roots Using the Bisection Method

Write a function that implements the "bisection method" for finding the roots of function. The signature of your function should look like

def find_root(f,a,b,n):

where n is the maximum number of iterations of to search for the root.

The code should follow this algorithm:

  • We are given a continuous function f and numbers a and b and with a<b with f(a)<0<f(b). From the intermediate value theorem we know that there exists a c with a<c<b with f(c)=0. We want to find c.

  • Set a1=a and b1=b and m=12(a+b).

  • For i=1 to n do

    • If f(m)=0, then c=m so break and return m.
    • Else If f(m)>0 then set ai+1=ai and bi+1=m.
    • Else If f(m)<0, then set ai+1=mi and bi+1=bi.

In: Advanced Math

Find the intersection of the line passing through P=(-10,-6,-6) and Q(50,-18,-18) and the plane passing through...

Find the intersection of the line passing through P=(-10,-6,-6) and Q(50,-18,-18) and the plane passing through points R(-10,0,0), S(0,-6,0) and T(0,0,-6).

In: Advanced Math

Kane Manufacturing has a division that produces two models of hibachis, model A and model B....

Kane Manufacturing has a division that produces two models of hibachis, model A and model B. To produce each model A hibachi requires 6 lb of cast iron and 12 min of labor. To produce each model B hibachi requires 7 lb of cast iron and 6 min of labor. The profit for each model A hibachi is $5, and the profit for each model B hibachi is $4.50. If 2200 lb of cast iron and 40 labor-hours are available for the production of hibachis each week, how many hibachis of each model should the division produce each week to maximize Kane's profit?

model A     hibachis
model B     hibachis


What is the largest profit the company can realize?
$  

Is there any raw material left over? (If so, give the amount remaining. If not, enter 0.)

cast iron     lb
labor      labor-hr

In: Advanced Math

2. Let G be a bipartite graph with 10^7 left vertices and 20 right vertices. Two...

2. Let G be a bipartite graph with 10^7 left vertices and 20 right vertices. Two vertices u, v are called twins if the set of neighbors of u equals the set of neighbors of v (triplets, quadruplets etc are defined similarly). Show that G has twins. Show that G has triplets. What about quadruplets, etc.?

3. Show that there exists a bipartite graph with 10^5 left vertices and 20 right vertices without any twins.

4. Show that any graph with n vertices and δ(G) ≥ n/2 + 1 has a triangle.

In: Advanced Math

Consider a multiple-choice examination with 50 questions. Each question has four possible answers.

Consider a multiple-choice examination with 50 questions. Each question has four possible answers. Assume that a student who has done the homework and attended lectures has a 65% chance of answering any question correctly. (Round your answers to two decimal places.)

(a) A student must answer 43 or more questions correctly to obtain a grade of A. What percentage of the students who have done their homework and attended lectures will obtain a grade of A on this multiple-choice examination? Use the normal approximation of the binomial distribution to answer this question. %

(b) A student who answers 35 to 39 questions correctly will receive a grade of C. What percentage of students who have done their homework and attended lectures will obtain a grade of C on this multiple-choice examination? Use the normal approximation of the binomial distribution to answer this question. %

(c) A student must answer 28 or more questions correctly to pass the examination. What percentage of the students who have done their homework and attended lectures will pass the examination? Use the normal approximation of the binomial distribution to answer this question. %

(d) Assume that a student has not attended class and has not done the homework for the course. Furthermore, assume that the student will simply guess at the answer to each question. What is the probability that this student will answer 28 or more questions correctly and pass the examination? Use the normal approximation of the binomial distribution to answer this question.

In: Advanced Math

Siblings Dana, Dan, and Doug have inherited 50 acres of pasture land from their Uncle Bob....

Siblings Dana, Dan, and Doug have inherited 50 acres of pasture land from their Uncle Bob. They plan to start ranching but cannot agree on what type of animals they should raise. They decide to build three adjoining rectangular pens of the same size. One pen will be Dana to use, one pen for Dan to use, and one pen for Doug to use. They have 1000 yards of chain link fence to build the adjoining pens.

Part 1:

  1. Solution: What is the maximum size - area that each pen could be?

Include all of the following:

  • draw a picture
  • use calculus, show formula used
  • write a sentence answer
  • articulate why this particular approach was chosen to solve the problem and explain the context of the solution.
  1. Recommendation: Do some research on the Internet and recommend what kind of animal they should raise.

Your recommendation should include:

  • the animal that you are recommending to raise
  • two reason why you recommend that animal
  • two websites (URL) that support your recommendation. Give a brief description of each web site.

In: Advanced Math

Prove (Z/mZ)/(nZ/mZ) is isomorphic to Z/nZ where n and m are integers greater than 1 and...

Prove (Z/mZ)/(nZ/mZ) is isomorphic to Z/nZ where n and m are integers greater than 1 and n divides m.

In: Advanced Math

pros and cons of risk probability and impact assessment, in Qualitative risk analysis?

pros and cons of risk probability and impact assessment, in Qualitative risk analysis?

In: Advanced Math

find the polar presentation of (j-square root of 3)

find the polar presentation of (j-square root of 3)

In: Advanced Math

Problem 1: Consider the following Initial Value Problem (IVP) where ? is the dependent variable and...

Problem 1: Consider the following Initial Value Problem (IVP) where ? is the dependent variable and ? is the independent variable: ?′=sin(?)∗(1−?) with ?(0)=?0 and ?≥0
Note: the analytic solution for this IVP is: ?(?)=1+(?_0−1)?^cos(?)−1


Part 1A: Approximate the solution to the IVP using Euler’s method with the following conditions: Initial condition ?_0=−1/2; time step ℎ=1/16; and time interval ?∈[0,20]
+ Derive the recursive formula for Euler’s method applied to this IVP
+ Plot the Euler’s method approximation
+ Plot the absolute error between the approximation and the exact solution using a semilog plot

Coding errors, please type out.

In: Advanced Math

Problem 1: Consider the following Initial Value Problem (IVP) where ? is the dependent variable and...

Problem 1: Consider the following Initial Value Problem (IVP) where ? is the dependent variable and ? is the independent variable: ?′=sin(?)∗(1−?) with ?(0)=?0 and ? ≥ 0

Note: the analytic solution for this IVP is: y(t) = 1+(y_0 - 0)e^ cos(t)-1

Part 1B: Approximate the solution to the IVP using the Improved Euler’s method with the following conditions: Initial condition ?0=−1/2; time step ℎ=1/16; and time interval ?∈[0,20]
+ Derive the recursive formula for the Improved Euler’s method applied to this IVP
+ Plot the Improved Euler’s method approximation
+ Plot the absolute error between the approximation and the exact solution using a semilog plot

I'm having problems correctly codding these steps. Please type out.

In: Advanced Math

a complex number z is said to be algebraic if its root of a polynomial that...

a complex number z is said to be algebraic if its root of a polynomial that has inteher coefficients. Let A be the collection of algebraic numbers. Show that A is countable.

In: Advanced Math

You and a friend are using the C(7,4) Hamming code to send some 4-bit messages to...

You and a friend are using the C(7,4) Hamming code to send some 4-bit messages to each other.

(a) You encode the message 1010 and send the encoded 7-bit sequence to your friend, who receives 1011011. How many errors were introduced during transmission?

(b) You subsequently receive the encoded sequence 0111011 from your friend. Assuming at most one error, what is the 4-bit message that your friend sent?

In: Advanced Math