why can't we use bisection methods or newton's method for nonconvex functions? x^4+x^3-2x^2-2x especially for this function?
In: Advanced Math
A Palindromic number is one that reads the same backwards and forwards. Write a MATLAB function (call it palin.m) that takes as input a positive integer, and returns 1 (true) if it is palindromic, 0 (false) if it is not.
In: Advanced Math
1.) The demand model p=0.02x+19 gives the price per model (in dollars per novel) p when novels are sold. The cost (in dollars) for publishing x novels is given by C(x)=4x+19.
a.)How many novels should be sold in order for revenue to be a maximum?
b.)What is the maximum profit?
c.) Find the average cost when 50 novels are sold.
In: Advanced Math
Prove that for any real numbers a and b, there exists rational numbers x and y where y>0 such that a < x-y < x+y < b
In: Advanced Math
Determine the general solutions for y" + 4y' + 4y = 8x^2 , y" + 4y' 3y = 32xe^x , and y" + 4y' + 5y = 5x − 1.
In: Advanced Math
Suppose the table gives the number N(t), measured in thousands, of minimally invasive cosmetic surgery procedures performed in the United States for various years t.
t N(t)(thousands)
2000 | 5,510 |
2002 | 4,892 |
2004 | 7,465 |
2006 | 9,128 |
2008 | 10,882 |
2010 | 11,561 |
2012 | 13,040 |
(b) Construct a table of estimated values for N'(t). (Use a one-sided difference quotient with an adjacent point for the first and last values, and the average of two difference quotients with adjacent points for all other values. Round your answers to two decimal places.)
2000 | x |
2002 | x |
2004 | x |
2006 | x |
2008 | x |
2010 | x |
2012 | x |
In: Advanced Math
For my Hospitality Management class I need to convert a recipe that service 4 to 6 people as the Yield to 84 serving as the portions.
Do I divide 84 by 4 or 6???
Serving size of the recipe I'm converting is 4 oz of meat, and 4 oz vegetables.
Im not sure the conversion to make the recipe of 4 to 6 feed 84 people? What am I supposed to convert the entire recipe by??
In: Advanced Math
Find a root of the following equation by using Newton's method in Matlab
9x^4 + 18x^3 + 38x^2 - 57x + 14 = 0;
In: Advanced Math
The liquid portion of a diet is to provide at least 300 calories, 36 units of vitamin A, and 90 units of vitamin C daily. A cup of one dietary drink provides 60 calories, 12 units of vitamin A, and 10 units of vitamin C. A cup of another dietary drink provides 60 calories, 6 units of vitamin A, and 30 units of vitamin C. Suppose that the first dietary drink costs $0.12 per cup while the second dietary drink costs $0.15 per cup. Determine how many cups of each drink should be consumed each day to minimize the cost and still meet the stated daily requirements using the Standard Simplex Method.
In: Advanced Math
Find rank, image, null space, eigenvalues, and eigenvectors
A= [1 2 0; 0 5 -1; 1 -3 1]
In: Advanced Math
There are certain number of balls and they are painted
with following conditions:
1. Every two colours appear on exactly one ball.
2. Every two balls have exactly one colour in common.
3. There are 4 colours such that any three of them appear on one
ball.
4. Each ball has 3 colours.
Find number of balls and number of colours used.
(Answer: 7 balls and 7 colours)
In: Advanced Math
A manufacturer of projection TVs must ship a total of at least 1000
TVs to its two central warehouses, x to the first
warehouse and y to the second warehouse. Each warehouse
can hold a maximum of 750 TVs. The first warehouse already has 150
TVs on hand, whereas the second has 50 TVs on hand. It costs $10 to
ship a TV to the first warehouse, and it costs $15 to ship a TV to
the second warehouse. How many TVs should be shipped to each
warehouse to minimize cost?
In: Advanced Math
What was the impact of the near failure of Bear Stearns and the failure of Lehman Brothers on Money Markets?
What actions did the Federal Reserve and the Treasury Department take? What were the impacts of the decisions if any?
In: Advanced Math
.Consider the following continuous-time model of the dynamics of an epidemic system made of a growing susceptible population (x) and an infected population(y). Populations are nonnegative (i.e., x≥0, y≥0),and all the parameters are positive (i.e.,a> 0, b> 0, c> 0). dx/dt = ax ( 1 - ( x + y ) ) - b x y + c y dy/dt = bxy - cy
It is assumed that(i)the susceptible population grows until the total population (x+ y) reaches1(= the carrying capacity of the environment), (ii)the infection of the disease changes susceptible individuals into infected ones, and (iii)the infected individuals recover and become susceptible again at a certain rate.
Answer the following.
1.Explain how each of the above three assumptions were represented in the equations. (5x3 = 15points)
2.Find the equilibrium points. There are three such points. (5x3 = 15points)
3.Calculate the Jacobian matrix of the model. Keep a, b and c as symbols. (10 points)
4.Conduct linear stability analysis for each equilibrium point and discuss the conditions under which each equilibrium point is stable/unstable. (5x3 = 15points)
5.Identify the critical condition of parameter values at which a bifurcation occurs.Note that all the parameters are positive.(5points)
6.Draw the phase spaces of this model using Python for several different parameter values to confirm the prediction of bifurcation derived in the previous question.(10points)
In: Advanced Math
1) Find the general solution of ??/?? + 3? = ?^3 sin (?) Using laplace transform y(0) = 2
In: Advanced Math