Introduction to Mathematical Modeling and Computer Simulations
eBook - ePub

Introduction to Mathematical Modeling and Computer Simulations

Vladimir Mityushev, Wojciech Nawalaniec, Natalia Rylko

Share book
  1. 222 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Introduction to Mathematical Modeling and Computer Simulations

Vladimir Mityushev, Wojciech Nawalaniec, Natalia Rylko

Book details
Book preview
Table of contents
Citations

About This Book

Introduction to Mathematical Modeling and Computer Simulations is written as a textbook for readers who want to understand the main principles of Modeling and Simulations in settings that are important for the applications, without using the profound mathematical tools required by most advanced texts. It can be particularly useful for applied mathematicians and engineers who are just beginning their careers. The goal of this book is to outline Mathematical Modeling using simple mathematical descriptions, making it accessible for first- and second-year students.Chapter1 and the Prefaceof this book is freely available as a downloadable Open Access PDF under a Creative Commons Attribution-Non Commercial-No Derivatives 4.0 license available at http://www.taylorfrancis.com/books/e/9781315277240

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Introduction to Mathematical Modeling and Computer Simulations an online PDF/ePUB?
Yes, you can access Introduction to Mathematical Modeling and Computer Simulations by Vladimir Mityushev, Wojciech Nawalaniec, Natalia Rylko in PDF and/or ePUB format, as well as other popular books in Mathématiques & Mathématiques générales. We have over one million books available in our catalogue for you to explore.

Information

Year
2018
ISBN
9781351998758

Part III

Advanced Applications

Chapter 7

Vector analysis

7.1 Euclidean space R3
7.1.1 Polar coordinates
7.1.2 Cylindrical coordinates
7.1.3 Spherical coordinates
7.2 Scalar, vector and mixed products
7.3 Rotation of bodies
7.4 Scalar, vector and mixed product in Mathematica
7.5 Tensors
7.6 Scalar and vector fields
7.6.1 Gradient
7.6.2 Divergence
7.6.3 Curl
7.6.4 Formulae for gradient, divergence and curl
7.7 Integral theorems
Exercises
This chapter can be considered as an introduction to vector analysis with applications in main to mechanics. Computer implementation of vector analysis is widely used.

7.1 Euclidean space ℝ3

Following classic mechanics (Newtonian mechanics) the Euclidean space ℝ3 is considered as a place of action and time t is an independent parameter. The notation x is used for the vector OX connecting O, the origin of ℝ3, to a point X. The same notation1 x is used for the point X ∈ ℝ3. The standard orthogonal basis of ℝ3 consists of the vectors
i1=(1,0,0), i2=(0,1,0) i3=(0,0,1).
(7.1)
Any vector = x ∈ ℝ3 can be presented uniquely in the form
x=x1i1+x2i2+x3i3=(x1,x2x3).
(7.2)
The triple (x1,x2,x3) denotes the Cartesian coordinate of the vector x.
Physical laws have to be stated in the space ℝ3. Frequently, it is easy to do using the fixed basis (i1, i2, i3). However, physical laws must be invariant with respect to coordinates. A separate question exists in the form of physical laws independent on coordinates. This theoretical question is touched upon in Sec.7.5. In order to giv...

Table of contents