Free Bachelor of Mathematics: Applied Mathematics Problem Solving Questions and Answers — Questions and Answers
Question 1: What is the primary focus of applied mathematics?
- Developing abstract mathematical theories
- Solving fictional problems
- Applying mathematical methods to real-world issues (Correct answer)
- Analyzing historical mathematical concepts
Correct answer: Applying mathematical methods to real-world issues
Applied mathematics focuses on using mathematical tools and theories to solve practical problems in various fields like science, engineering, economics, and medicine. Unlike pure mathematics, which develops abstract theories, applied mathematics bridges the gap between theoretical concepts and their real-world applications. Its primary goal is to model and understand phenomena in the physical and social sciences.
Question 2: What is the function used to find global and local extrema and stationary points while imposing a constraint?
- f(x) = x e^x (-x + 1) (Correct answer)
- f(x) = x^2 + 3x - 5
- f(x) = sin(x) + cos(x)
- f(x) = ln(x)
Correct answer: f(x) = x e^x (-x + 1)
This question likely refers to a specific example or problem discussed within the BMath curriculum where `f(x) = x e^x (-x + 1)` was used to illustrate finding global and local extrema. While the general method for finding extrema with constraints involves techniques like Lagrange multipliers, the function itself is the object being optimized. This particular function is complex enough to demonstrate various calculus techniques for finding critical points and analyzing its behavior.
Question 3: What is the significance of the critical points of a function?
- They are the highest points of the function
- They are the points where the function is undefined
- They are the points where the function's derivative is zero or undefined (Correct answer)
- They are the points where the function's value is infinity
Correct answer: They are the points where the function's derivative is zero or undefined
Critical points of a function are fundamental in calculus for identifying potential locations of local maxima, local minima, or saddle points. These points occur precisely where the first derivative of the function is either equal to zero or is undefined. Analyzing the function's behavior around these critical points helps determine the nature of the extrema.
Question 4: What is the estimated number of baseballs required to fill the interior volume of a Boeing 747?
- 5 million baseballs
- 4.8 million baseballs (Correct answer)
- 6 million baseballs
- 3.5 million baseballs
Correct answer: 4.8 million baseballs
This is a classic Fermi problem or estimation question, often used to teach order-of-magnitude calculations. While the exact number can vary based on assumptions about the 747's volume and baseball packing density, 4.8 million baseballs is a commonly cited estimate for this specific problem. It requires estimating the volume of both a baseball and the aircraft, then considering packing efficiency.
Question 5: Which object's volume and packing density are considered when estimating the number of objects required to fill a container?
- Basketball
- Baseball (Correct answer)
- Tennis ball
- Soccer ball
Correct answer: Baseball
The previous question (ID:114257) specifically asked about filling a Boeing 747 with baseballs. Therefore, when discussing the estimation of objects required to fill a container in the context of that problem, the baseball is the relevant object whose volume and packing density would be considered. This question directly follows up on the specific example.
Question 6: What is the mathematical concept used to plot fractals over real and complex domains?
- Linear equations
- Differential equations
- Trigonometric functions
- Dynamical systems (Correct answer)
Correct answer: Dynamical systems
Fractals, such as the Mandelbrot set, are often generated through iterative processes in complex numbers. Dynamical systems provide the mathematical framework for studying how systems evolve over time through repeated application of a rule, which is precisely how these intricate fractal patterns are plotted over real and complex domains. They describe the behavior of points under iteration.
Question 7: What is the iteration rule used for plotting the Mandelbrot set?
- z_(n + 1) = z_n^2 + c | z_0 = 0 (Correct answer)
- x_(n + 1) = 2x_n - 3
- y_(n + 1) = y_n + 1
- z_(n + 1) = e^(z_n)
Correct answer: z_(n + 1) = z_n^2 + c | z_0 = 0
The Mandelbrot set is defined by the iteration of the complex quadratic polynomial `z_(n+1) = z_n^2 + c`, where `c` is a complex parameter and the initial value `z_0` is set to 0. The set consists of all complex numbers `c` for which the sequence `|z_n|` remains bounded. This specific iteration rule is fundamental to its generation and visualization.
What is the primary focus of applied mathematics?