Can you solve the system numerically

Assignment Help Engineering Mathematics
Reference no: EM132233126

Exercise 1 - It's Valentine's Day. Plot a cardioid curve. (A curve in the 2D plane that looks like a heart.)

(In 3D, the heart surface looks like the following image. See Wolfram's MathWorld to see the polynomial involved in the "heart surface." Matlab also has code to plot this!)

Exercise 2 - More on Kepler's law.

Suppose you have a mass m sliding on a frictionless table, attached to a pole at the center of table via an elastic spring. The force due to the spring is proportional to the distance from the mass to the center of the table

F = k · ()

It turns out the mass will move around the table in an ellipse, say of some mean radius $R$ and period of oscillation T.

Use dimensional analysis to show the period T depends on the mass m and the spring constant k. Show explicitly what the power law is, for this relationship.

How is this different from Kepler's third law?

Can you conclude that the Earth is not connected to the Sun via a big spring?

Exercise 3 - Can you solve the above system numerically? You might like to use the SciPy function "odeint" to solve this.

Plot your results, so that you can see the mass really does move in an ellipse.

Note: the 2D system of equations would look something like:

m d2x/dt2 = -kx, (1)

m d2y/dt2 = -ky, (2)

So for odeint, you will need to use a 4 dimentional vector, that involves functions (x, x', y, y').

You might notice that the above system is easy enough to solve explicitly (i.e. solved for x, y, as explicit functions of time). But do try it numerically.

Exercise 4 - A more complicated Buckingham Pi example.

183_figure.png

Picture a long pipe, a viscous fluid flowing in it. The pressure is high on the left, low on the right, so there is a pressure gradient that causes the fluid to flow.

There are 5 physical parameters for this:

  • D, the diameter of the pipe
  • ρ, the density of the fluid
  • μ, the dynamic viscosity of the fluid
  • U, the average velocity of the fluid
  • P' = dP/dx, the gradient of the pressure (assumed constant in the pipe).

Part 1: Show there are 3 physical units, so by Buckingham Pi, there are 5-3 = 2 independent, unitless quantities Π1, Π2. Find them. (Hint: one might be the Reynolds number. Always a good choice.)

Part 2: Since there are two Π's, we can expect to "solve the problem" in the form

Π2 = F(Π1)

for some unspecified function F.

Use this approach to find the constant pressure gradient P' as a product of powers of D, ρ, U and F(Π1).

Exercise 5 - Find an expansion for the roots of the cubic

εx3 + x - 1 = 0

for small values of ε. Find three (non-zero) terms in each expansion.

Exercise 6 - Set-up: The logistic equation (from calculus)

du/dt = ku(1-u)

is a simple model for population growth when there are limited resources. For instance, think of rabbits in a field of grass that they can eat. When there are just a few rabbits (u close to zero), the equation becomes

du/dt ≈ ku,

and we get exponential growth. When u is close to 1, the rabbits run out of grass, and the equation becomes

du/dt ≈ σku,

which gives slow growth or slow decay towards 1, depending on whether σ = 1-u is positive or negative.

Exercise: Now, suppose the problem has a periodic perturbation (say due to seasons of grass growing):

du/dt = ku(1 + εcos(t) - u).

Find a periodic solution u = 1 + εu1(t) + ··· which is correct to O(ε). That is, the error is of O(ε2).

Exercise 7 - (This is related to a trick we used in the traffic flow problem. Good to review.)

The temperature T = T(x, y, z) of a body in three dimensions, that has cooled to steady state, will satisfy the second order differential equation

∇·(k(T)∇T) = 0,

where k(T) is the thermal conductivity of the material, which often depends on temperature.

This is NOT Laplace's equation. Show that making a change of variables

u = ∫Tk(s)ds

we get Laplace's equation

2u = 0

Hint: You might like to start off in 1 dimension, T = T(x) to understand the steps. Then try T = T(x, y, z).

Note also that the definition of u as an anti-derivative is kind of written in a shorthand notation. Make sure you make good sense of this, to obtain a function u = u(x, y, z). Be careful here, and then it all works out nicely.

Attachment:- Assignment Files.rar

Reference no: EM132233126

Questions Cloud

Give your own definition of corporate social responsibility : Tell us whether or not corporate social responsibility is still important to business in the 21st Century; and (c) discuss how is an organization
Townsville meerkats and the cairns cassowaries : The match, a grand final, was between the Townsville Meerkats and the Cairns Cassowaries.
What are the semantic tags you could use to improve the code : What are the semantic tags you could use to improve this code and what is the advantage of semantic HTML. Is it worth using?
Choose a site for overseas operations : Discuss a company that operates domestically and internationally and what strategies they employ in international operations.
Can you solve the system numerically : Can you solve the above system numerically? You might like to use the SciPy function "odeint" to solve this. Plot your results
Negotiating with people in another country : Can someone help with the importance of understanding cultural differences when negotiating with people in another country.
Small business to include growing and selling flowers : Pan grows vegetables, which he sells at the local fanners' market. He has recently expanded his small business to include growing and selling flowers.
Manage a company in rio de janeiro-brazil : Can you help me with three nonverbal differences that one might encounter if one is transferred to manage a company in Rio de Janeiro, Brazil.
Differences in information systems : Can someone explain some of the differences in information systems in other countries and the effect those differences have on business relationships

Reviews

len2233126

2/12/2019 10:32:42 PM

Instructions: Industrial Math (Physical modelling), Details: Please follow the instructions and requirements in the questions. Use Python 3 when the question is asking for coding or graph, otherwise please use mathematical method, like calculus.

Write a Review

Engineering Mathematics Questions & Answers

  Differentiate cournot behaviour and the cournot equilibrium

‘The common characteristic of the Cournot model is that it assumes a common pattern of reaction by competitors in each period which, despite the fact.

  Show the equivalent decimal arithmetic operation

For problem assume that the binary numbers are in two's complement binary code show the equivalent decimal arithmetic operation and indicate.

  Find the distribution of the number of shifts

One of PLE's manufacturing plants supplies various engine components to manufacturers of motorcycles on a just-in-time basis. Planned production capacity for one component is 100 units per shift, and the plant operates one shift per day.

  Determine the maximum allowable span of nominal

Determine the maximum allowable span of nominal 2 X 4-in. (50 X 100-mm) wall form studs carrying a design load of 1000 lb/sq ft (47.9 kPa).

  Draw the theoretical graph

MAP 6264 Homework: Reliable Intuition? Let X = Y + u, where u is a constant (to be treated as a parameter), and Y is a random variable with probability distribution: P(Y=1) = 0.9, P(Y=11) = 0.1. Draw the theoretical graph of E(R) versus u. On the s..

  Write down a dual formulation of linear program

Write down a dual formulation of this linear program - describe how the dual formulation can be used to obtain a feasibility cut in the L-shaped method.

  The standard linear regression assumptions issues

What is the residual standard error associated with the regression of alt_cur and CCbest?

  What is the expected future exchange rate

This question explores IS and FX equilibria in a numerical example. The consumption function is C = 1.5 + 0.75(Y - T). What is the marginal propensity.

  Find probability that any particular cab will run for year

A local cab company maintains a fleet of 10 cabs. Each time a cab breaks down, it is repaired the same day. Assume that breakdowns of individual cabs.

  Data set on hospital admissions

Using the following data set on hospital admissions, define the service area for Hospital A, based only on quantitative factors

  What is the depreciation deduction in year three

During its current tax year (year one), a pharmaceutical company purchased a mixing tank that had a fair market price of $120,000.

  Develop a linear optimization model to maximize net profit

The Hansel Corporation, located in Bangalore, India, makes plastics materials that are mixed with various additives and reinforcing materials before being melted, extruded, and cut into small pellets for sale to other manufacturers.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd