MATH 1201-01 - AY2024-T5 Written Assignment
MATH 1201-01 - AY2024-T5 Written Assignment
UoPeople
MATH 1201-01
Yazali Kumar
16/07/2024
Q1
1Turning points are A(-1.569, -11) and B(0.319, 8.643). Zeros are D(-2,0), C=(2,0), and (-1,0)
2Point C has multiplicity due to the underline, indicating a touch with the x-axis
3The degree is at least 4 due to the number of turning points and the behavior at C
4The polynomial is increasing from negative infinity to A, then decreasing to B, and increasing
again
5B is a local maximum, and A is a local minimum
6To find the remainder when divided by x-4x−4, evaluate the polynomial at x=4x=4
Q2
To find the zeros using the Rational Root Theorem and synthetic division:
1. **Rational Root Theorem**: This theorem suggests that any rational root, \( \frac{p}{q} \),
where \( p \) is a factor of the constant term (here 7) and \( q \) is a factor of the leading
coefficient (here 1), could potentially be a root.
Possible rational roots are \( \pm 1, \pm 7 \).
2. **Synthetic Division**: We will test these possible roots to find actual zeros.
- Testing \( x = 1 \):
```
1 | 1 -8 -8 8 7
| 1 -7 -15 -7
-------------------
1 -7 -15 -7 0
```
- Now, factor the quotient \( x^3 - 7x^2 - 15x - 7 \) further to find additional roots.
Test \( x = -1 \):
```
-1 | 1 -7 -15 -7
| -1 8 -7
----------------
1 -8 -7 0
```
\( x = -1 \) is also a root.
```
x^2 - 8x - 7 = (x - 7)(x + 1)
```
### (ii)
```
f(x) = x^4 - 8x^3 - 8x^2 + 8x + 7
```
The end behavior of the polynomial \( f(x) = x^4 - 8x^3 - 8x^2 + 8x + 7 \):
- **Degree and Leading Coefficient**: The polynomial is of degree 4 (even) and the leading
coefficient (coefficient of \( x^4 \)) is 1 (positive).
- **End Behavior**:
- As \( x \to \infty \), \( f(x) \to \infty \).
- As \( x \to -\infty \), \( f(x) \to \infty \).
This means the graph of \( f(x) \) will rise to infinity on both ends as \( x \) moves away from the
origin in either direction.
Q3
To address your questions about the rational function \( f(x) = \frac{2x^2 - 5x + 3}{x^2 + 5x} \),
let's go through each part step by step.
**Vertical Asymptotes:**
Vertical asymptotes occur where the denominator of the rational function is zero, but the
numerator is not zero (excluding any common factors that cancel out).
\[ x^2 + 5x = 0 \]
\[ x(x + 5) = 0 \]
**Horizontal Asymptote:**
To find the horizontal asymptote, we consider the degrees of the numerator and the
denominator of the rational function.
When the degrees are equal, the horizontal asymptote is found by dividing the leading
coefficient of the numerator by the leading coefficient of the denominator.
\[ y = \frac{2}{1} = 2 \]
Therefore, the horizontal asymptote is \( y = 2 \).
The domain of a rational function excludes values of \( x \) that make the denominator zero,
since division by zero is undefined.
2. **Domain:**
- Exclude \( x \) values that make the denominator zero: \( x \neq 0 \) and \( x \neq -5 \).
Therefore, the domain of the rational function \( f(x) \) is all real numbers except \( x = 0 \) and \
( x = -5 \).
Summary:
These conclusions are based on the analysis of the function \( f(x) = \frac{2x^2 - 5x + 3}{x^2 +
5x} \), ensuring clarity on its asymptotic behavior and domain restrictions.
Q4
Description:
1. The graph depicts a rational function with x-intercepts at B(2,0), C(3,0), and D(4,0).
2. There is a y-intercept at A(0,-4.8).
3. The graph suggests a horizontal asymptote at y=-10 and a vertical asymptote at x=-11.
Explanation:
1To find horizontal asymptotes, compare the degrees of the numerator and denominator. If they
are equal, the horizontal asymptote is the ratio of leading coefficients
2To find vertical asymptotes, set the denominator equal to zero
3Zeros of the function are x=2, x=3, and x=4 (x-intercepts).
Answer:
The rational function is f(x) = (-4.8/300) * ((x-2)(x-3)(x-4)) / (x+11)(x+10)
Q5
Let's address each part of the questions based on the information provided about creating an
open box from cardboard.
Let's denote:
- Width of the box = \( x \) cm (since the width will determine both the width and height of the
box after folding)
- Length of the box = 3x cm (as given)
After cutting and folding, the height of the box will be 15 cm.
\[ V = 3x \times x \times 15 \]
\[ V = 45x^2 \]
### (ii) Finding the Possible Domain for the Volume Function
The domain of the volume function \( V(x) = 45x^2 \) represents the valid values of \( x \), which
in this case is the width of the box. Since width \( x \) must be positive (since it represents a
physical dimension), the domain is all positive real numbers.
Given that we want the volume \( V(x) \) to be 12500 cubic cm, we set up the equation:
\[ 45x^2 = 12500 \]
\[ x^2 = \frac{12500}{45} \]
\[ x^2 = \frac{2500}{9} \]
\[ x = \sqrt{\frac{2500}{9}} \]
\[ x = \frac{50}{3} \]
So, the appropriate dimensions of the box for a volume of 12500 cubic cm would be \( \
boxed{50 \text{ cm} \times \frac{50}{3} \text{ cm} \times 15 \text{ cm}} \).