Registry Synced

Week 4 - Graded Assignment 4

3937 words
20 min read
Course: Jan 2026 - Mathematics I

Topic: Graphical representation of rational functions | Marks: 3

Question 1

Consider the line (LxL_{x}) and parabola (PxP_{x}) as shown in below figure.
Markdown Image
Which among the following represents the graph of PxLx\frac{P_x}{L_x}?
  • Markdown Image
  • Markdown Image
  • Markdown Image
  • Markdown Image
Solution

Abstract Solution (Strategy)

  1. Common Factor Identification: If the line LxL_x is a factor of the parabola PxP_x, then Px/LxP_x/L_x will be a linear function (straight line).
  2. Roots Comparison: If LxL_x has a root at x=r1x=r_1, and PxP_x has roots at x=r1x=r_1 and x=r2x=r_2, the quotient Q(x)=a(xr2)Q(x) = a(x-r_2) for xr1x \neq r_1.
  3. Discontinuity: Note the removable discontinuity (hole) at x=r1x=r_1. ^maths-w4-q1-strategy

Procedure

  • Parabola PxP_x has roots at x=2x = -2 and x=2x = 2 (from graph).
  • Line LxL_x has a root at x=2x = -2 (passes through (2,0)(-2, 0)).
  • Px=a(x+2)(x2)P_x = a(x+2)(x-2). Lx=b(x+2)L_x = b(x+2).
  • Px/Lx=ab(x2)P_x / L_x = \frac{a}{b}(x-2).
  • This represents a straight line with an xx-intercept at x=2x = 2.
  • The graph in the accepted answer shows exactly this linear behavior.
Accepted Answers:
Markdown Image

Topic: Sign scheme and roots of polynomials | Marks: 3

Question 2

Consider f(x)=x34x217x+60f(x)= x^3 -4x^2 -17x+60 and g(x)=x3+5x28x12g(x) = x^3 +5x^2 -8x-12, whose one of the roots are given in the set {3,2,3,2}\{3,2,-3,-2\}. Choose the set of correct options regarding f(x)f(x) and g(x)g(x).
  • The f(x)f(x) cuts the X-axis at 3, 5 and 4.
  • The g(x)g(x) cuts the X-axis at 2, -6 and -1.
  • If x(6,2)x \in (-6, 2), then g(x)g(x) is positive.
  • f(x)f(x) is negative when x[4,3](3,)x \in [-4,3] \cup (3, \infty).
  • g(x)g(x) is positive when x(,6)(1,2)x \in (-\infty,-6) \cup (-1, -2).
Solution
  1. Factorization: Use the candidate roots to find one factor, then perform division to find the remaining quadratic.
  2. Sign Scheme: Determine intervals where the function is positive/negative by plotting roots on a number line. ^maths-w4-q2-strategy

Procedure

  • For g(x)g(x): g(2)=23+5(22)8(2)12=8+201612=0g(2) = 2^3 + 5(2^2) - 8(2) - 12 = 8 + 20 - 16 - 12 = 0.
    • (x2)(x-2) is a factor. Dividing g(x)g(x) by (x2)(x-2) gives x2+7x+6=(x+6)(x+1)x^2 + 7x + 6 = (x+6)(x+1).
    • Roots: 2,6,12, -6, -1.
  • For f(x)f(x): f(3)=334(32)17(3)+60=273651+60=0f(3) = 3^3 - 4(3^2) - 17(3) + 60 = 27 - 36 - 51 + 60 = 0.
    • (x3)(x-3) is a factor. Dividing f(x)f(x) by (x3)(x-3) gives x2x20=(x5)(x+4)x^2 - x - 20 = (x-5)(x+4).
    • Roots: 3,5,43, 5, -4.
  • Statement "The g(x)g(x) cuts the X-axis at 2, -6 and -1" is correct.
Accepted Answers:
The g(x)g(x) cuts the X-axis at 2, -6 and -1.

Topic: Building polynomials from sign behavior | Marks: 3

Question 3

Consider a polynomial function f(x)f(x) of degree 4 which intersects the X-axis at x=2,x=3x = 2, x = -3 and x=4x = -4. Moreover, f(x)<0f(x)< 0 when x(1,2)x \in (1, 2), and f(x)>0f(x) > 0 when x(1,1)x \in (-1, 1). Find out the equation of the polynomial
  • a(x2)2(x2+7x+12),a>0a(x-2)^2 (x^2 +7x +12), a > 0
  • a(x4+4x37x222x+24),a>0a(x^4+4x^{3}-7x^2-22x+24), a > 0
  • a(x2)2(x2+2x8),a>0a(x-2)^2 (x^2 +2x -8), a > 0
  • a(x45x37x250x24),a>0a(x^4 - 5x^3 - 7x^2 -50x - 24), a > 0
Solution
  1. Identify Roots: Given roots are 2,3,42, -3, -4. For a degree 4 polynomial, there must be a 4th root or one root must have multiplicity 2.
  2. Sign Analysis: f(x)>0f(x) > 0 for x(1,1)x \in (-1, 1) means at x=0x=0, f(0)>0f(0) > 0.
  3. Check Options: Multiply the factors to see which one matches the sign behavior. ^maths-w4-q3-strategy

Procedure

  • Option 2 expansion: f(x)=a(x1)(x2)(x+3)(x+4)f(x) = a(x-1)(x-2)(x+3)(x+4).
  • Checking signs:
    • If x(1,2)x \in (1, 2), say 1.51.5: (0.5)(0.5)(4.5)(5.5)=(negative)(0.5)(-0.5)(4.5)(5.5) = (\text{negative}). Correct.
    • If x(1,1)x \in (-1, 1), say 00: (1)(2)(3)(4)=24(-1)(-2)(3)(4) = 24. Correct (a>0a > 0).
  • Therefore, roots are 1,2,3,41, 2, -3, -4.
Accepted Answers:
a(x4+4x37x222x+24),a>0a(x^4+4x^{3}-7x^2-22x+24), a > 0

Topic: Multiplicity and Turning Points | Marks: 4

Question 4

Consider a polynomial function f(x)=1300(x2)2(x3)(x+1)2(x+4)(x5)f(x) = \frac{-1}{300}\left(x-2\right)^{2}\left(x-3\right)\left(x+1\right)^{2}\left(x+4\right)\left(x-5\right).
Choose the correct set of options.
  • The function f(x)f(x) has exactly 7 turning points.
  • The function f(x)f(x) has exactly 6 points where the slope is 0.
  • The function f(x)f(x) is neither even nor odd function.
  • In the interval x(3,5)x \in (3,5), f(x)f(x) is increasing first and then decreasing.
  • The function f(x)f(x) is negative when x(1,2)x \in (-1,2).
Solution
  1. Critical Points: Slope is 0 at turning points and at roots with multiplicity >1> 1.
  2. Multiplicity Logic: Even multiplicity (x=2,x=1x=2, x=-1) means the curve touches the axis (tangential). Odd multiplicity means it crosses.
  3. Interval Tests: Evaluate sign of f(x)f(x) in given intervals to determine behavior. ^maths-w4-q4-strategy

Procedure

  • Degree of f(x)f(x) is 2+1+2+1+1=72+1+2+1+1 = 7. Max turning points =6= 6.
  • f(x)f(x) has roots at 2,3,1,4,52, 3, -1, -4, 5.
  • Roots with multiplicity >1>1: x=2x=2 (mult 2), x=1x=-1 (mult 2). Slope is 0 at these points.
  • Excluding these, there are 4 other turning points between the distinct roots. Total =6= 6 points where slope is 0.
  • For x(1,2)x \in (-1, 2), test x=0x=0: f(0)=1300(2)2(3)(1)2(4)(5)=1300(4)(3)(4)(5)=240300=negativef(0) = \frac{-1}{300}(-2)^2(-3)(1)^2(4)(-5) = \frac{-1}{300}(4)(-3)(4)(-5) = \frac{-240}{300} = \text{negative}. Correct.
Accepted Answers:
The function f(x)f(x) has exactly 6 points where the slope is 0.
The function f(x)f(x) is neither even nor odd function.
In the interval x(3,5)x \in (3,5), f(x)f(x) is increasing first and then decreasing.
The function f(x)f(x) is negative when x(1,2)x \in (-1,2).

Topic: Polynomial Arithmetic and Line Equations | Marks: 3

Question 5

Consider a polynomial function P(x)=(x4+4x3+x+10)P(x) = (x^4 + 4x^3 + x +10) and Q(x)=(x3+2x26)Q(x) = (x^3 + 2x^2 - 6). If M(x)M(x) is the equation of the straight line passing through (2,Q(2))(2,Q(2)) and having slope 3, then find out the equation of P(x)+M(x)Q(x)P(x)+M(x)Q(x).
Choose the correct answer.
  • 4x4+14x3+8x217x144x^4 + 14x^3 + 8x^2 -17x - 14
  • 4x4+14x36x219x344x^4 + 14x^3 -6x^2 -19x - 34
  • 4x4+2x3+8x217x144x^4 + 2x^3 + 8x^2 -17x - 14
  • 4x4+2x3+8x218x344x^4 + 2x^3 + 8x^2 -18x - 34
Solution
  1. Find M(x): Calculate Q(2)Q(2), use the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1).
  2. Substitution: Form the expression P(x)+M(x)Q(x)P(x) + M(x)Q(x).
  3. Expansion & Collection: Multiply polynomials and combine like terms. ^maths-w4-q5-strategy

Procedure

  • Q(2)=23+2(22)6=8+86=10Q(2) = 2^3 + 2(2^2) - 6 = 8 + 8 - 6 = 10. Point: (2,10)(2, 10), Slope: 33.
  • M(x):y10=3(x2)    y=3x+4M(x): y - 10 = 3(x - 2) \implies y = 3x + 4.
  • M(x)Q(x)=(3x+4)(x3+2x26)=3x4+6x318x+4x3+8x224=3x4+10x3+8x218x24M(x)Q(x) = (3x + 4)(x^3 + 2x^2 - 6) = 3x^4 + 6x^3 - 18x + 4x^3 + 8x^2 - 24 = 3x^4 + 10x^3 + 8x^2 - 18x - 24.
  • P(x)+M(x)Q(x)=(x4+4x3+x+10)+(3x4+10x3+8x218x24)=4x4+14x3+8x217x14P(x) + M(x)Q(x) = (x^4 + 4x^3 + x + 10) + (3x^4 + 10x^3 + 8x^2 - 18x - 24) = 4x^4 + 14x^3 + 8x^2 - 17x - 14.
Accepted Answers:
4x4+14x3+8x217x144x^4 + 14x^3 + 8x^2 -17x - 14

Topic: Graphical Analysis of Turning Points | Marks: 3

Question 6

Consider the following polynomial p(x)p(x) whose graph is given below:-
Markdown Image
Which of the following options is/are correct?
  • Multiplicity of -1 and 1 must be the same.
  • p(x)p(x) is increasing in the interval (3,)(3, \infty ).
  • The total number of local minima is 3.
  • The number of turning points is 5.
Solution
  1. Turning Points Identification: Count every peak (local maximum) and valley (local minimum).
  2. Multiplicity from Graph: Observe if the graph crosses the X-axis (odd multiplicity) or touches and turns (even multiplicity).
  3. Interval Analysis: Check the slope of the curve in the given interval to determine if it is increasing or decreasing. ^maths-w4-q6-strategy

Procedure

  • Turning Points: From the graph, we see peaks/valleys at approx x=4,2,0,2,4x=-4, -2, 0, 2, 4? No, looking at the graph, there are 2 hills and 3 valleys. Total = 5 turning points. Correct.
  • Local Minima: There are 3 distinct "valleys" at the bottom. Correct.
  • Interval (3,)(3, \infty): To the right of x=3x=3, the graph moves upwards. Correct.
  • Multiplicity: At both x=1x=-1 and x=1x=1, the graph crosses the axis in a similar way (linear-like crossing). Multiplicity for both is odd (likely 1). Correct.
Accepted Answers:
p(x)p(x) is increasing in the interval (3,)(3, \infty ).
The total number of local minima is 3.

Topic: Polynomial End Behavior | Marks: 3

Question 7

Consider two polynomials p(x)=x5+5x47x2p(x) = -x^5 +5x^4 -7x -2 and q(x)=x5+5x4x22q(x)= -x^5 +5x^4 -x^2 -2. Which of the following options is/are true?
  • q(x)q(x) \longrightarrow \infty as xx \longrightarrow \infty.
  • p(x)p(x) \longrightarrow - \infty as xx \longrightarrow \infty.
  • p(x)p(x) has at most 4 turning points.
  • The quotient obtained while dividing q(x)q(x) by p(x)p(x) is a constant.
Solution
  1. End Behavior: Lead term x5-x^5. As xx \to \infty, high power dominates with a negative sign.
  2. Turning Points: For a polynomial of degree nn, the maximum number of turning points is n1n-1.
  3. Division Quotient: When dividing two polynomials of the same degree, the quotient is the ratio of their leading coefficients. ^maths-w4-q7-strategy

Procedure

  • End Behavior: limx(x5)=\lim_{x \to \infty} (-x^5) = -\infty. Statement 2 is True.
  • Turning Points: Degree is 55. Max turning points =4= 4. Statement 3 is True.
  • Division: Both p(x)p(x) and q(x)q(x) are 5th5^{th} degree. Quotient = (1)/(1)=1(-1)/(-1) = 1 (a constant). Statement 4 is True.
Status: Yes, the answer is correct.
Accepted Answers:
p(x)p(x) \longrightarrow - \infty as xx \longrightarrow \infty.
p(x)p(x) has at most 4 turning points.
The quotient obtained while dividing q(x)q(x) by p(x)p(x) is a constant.

Topic: Division and Remainder degree | Marks: 3

Question 8

Consider four polynomials p(x),q(x),r(x)p(x), q(x), r(x) and s(x)s(x) as follows:
p(x)=x25x6p(x) = x^2-5x-6
q(x)=x+1q(x) = x+1
r(x)=2x34x26xr(x) = 2x^3-4x^2-6x
s(x)=p(x)q(x)r(x)s(x)=p(x)q(x)r(x)
Which of the following options is/are true?
  • The degree of p(x)+q(x)p(x)+q(x) is 3.
  • The degree of p(x)r(x)p(x)r(x) is 5.
  • When p(x)p(x) divides r(x)r(x) then obtained remainder is a linear function.
  • When p(x)p(x) divides r(x)r(x) then obtained remainder is a quadratic function.
Solution
  1. Degree of Sum: max(deg p,deg q)\max(\text{deg } p, \text{deg } q).
  2. Degree of Product: deg p+deg q\text{deg } p + \text{deg } q.
  3. Remainder Theorem: If degree of divisor is DD, the degree of remainder is at most D1D-1. ^maths-w4-q8-strategy

Procedure

  • deg(p+q)=max(2,1)=2\text{deg}(p+q) = \max(2, 1) = 2. Statement 1 is False.
  • deg(pr)=2+3=5\text{deg}(p \cdot r) = 2 + 3 = 5. Statement 2 is True.
  • Remainder: p(x)p(x) is degree 2. Any remainder when dividing by p(x)p(x) must be degree 1 (linear) or 0 (constant). Statement 3 is True.
Status: Yes, the answer is correct.
Accepted Answers:
The degree of p(x)r(x)p(x)r(x) is 5.
When p(x)p(x) divides r(x)r(x) then obtained remainder is a linear function.

Topic: Roots and Multiplicities | Marks: 3

Question 9

Consider four polynomials p(x),q(x),r(x)p(x), q(x), r(x) and s(x)s(x) as follows:
p(x)=x25x6p(x) = x^2-5x-6
q(x)=x+1q(x) = x+1
r(x)=2x34x26xr(x) = 2x^3-4x^2-6x
s(x)=p(x)q(x)r(x)s(x)=p(x)q(x)r(x)
Which of the following options is/are true?
  • There are 5 distinct roots in s(x)s(x).
  • There are 3 turning points in s(x)s(x).
  • Multiplicity of the root 1 is 2 in s(x)s(x).
  • Multiplicity of the root 3 is 1 in s(x)s(x).
Solution

Abstract Solution (Strategy)

  1. Factor All Polynomials: Express p,q,rp, q, r in fully factored form.
  2. Combine Factors: Form s(x)s(x) by multiplying the factored forms.
  3. Count Multiplicities: Sum the exponents of each distinct factor.

Procedure

  • p(x)=(x6)(x+1)p(x) = (x-6)(x+1).
  • q(x)=(x+1)q(x) = (x+1).
  • r(x)=2x(x22x3)=2x(x3)(x+1)r(x) = 2x(x^2 - 2x - 3) = 2x(x-3)(x+1).
  • s(x)=(x6)(x+1)(x+1)2x(x3)(x+1)=2x(x6)(x3)(x+1)3s(x) = (x-6)(x+1) \cdot (x+1) \cdot 2x(x-3)(x+1) = 2x(x-6)(x-3)(x+1)^3.
  • Roots: 0,6,30, 6, 3 (multiplicity 1 each) and 1-1 (multiplicity 3).
  • Multiplicity of root 33 is indeed 1. Correct.
Accepted Answers:
There are 3 turning points in s(x)s(x).
Multiplicity of the root 3 is 1 in s(x)s(x).

Topic: Polynomial Inequalities | Marks: 3

Question 10

Ritwik wrote 12 mock tests. His score in each mock test M(n)M(n) is represented as M(n)=(n21000)(n315n2+50n)+40,M(n)= -(\frac{n^{2}}{1000})\left(n^{3}-15n^{2}+50n\right)+40, where nn represents the mock test number i.e., n{1,2,...,11,12}n \in \{1,2,...,11,12\}. He should score 40 or above to pass the assignment. Based on this information, In total, how many mock tests did Ritwik pass?
Solution
  1. Condition: M(n)40M(n) \ge 40.
  2. Inequality Setup: n21000(n315n2+50n)+4040- \frac{n^2}{1000} (n^3 - 15n^2 + 50n) + 40 \ge 40.
  3. Sign Flip: Subtract 40 and divide by negative constant, which reverses the inequality.
  4. Interval Solution: Solve the polynomial inequality n2(n315n2+50n)0n^{2}(n^{3}-15n^{2}+50n) \le 0. ^maths-w4-q10-strategy

Procedure

  • n2[n(n5)(n10)]0n^2 [n(n-5)(n-10)] \le 0.
  • n3(n5)(n10)0n^3 (n-5)(n-10) \le 0.
  • Since n{1,2,...,12}n \in \{1, 2, ..., 12\}, we analyze the sign of f(n)=n3(n5)(n10)f(n) = n^3(n-5)(n-10) on a number line.
  • f(n)0f(n) \le 0 when n[5,10]n \in [5, 10] (where roots are 0,5,100, 5, 10).
  • Integers in range {1..12}\{1..12\} that satisfy this: 5,6,7,8,9,105, 6, 7, 8, 9, 10.
  • Total =6= 6 tests.
Accepted Answers:
(Type: Numeric) 6

Topic: Function Constraints and Graphing | Marks: 3

Question 11

The polynomial p(x)=anxn+an1xn1+...+a0p(x) = a_nx^n + a_{n-1}x^{n-1}+...+a_0 has the following properties:
p(x)p(x) is an odd-degree polynomial with at least three distinct real roots.
p(x)p(x) has exactly two distinct positive real roots.
(x5)2(x-5)^2 is a factor of p(x)p(x).
p(0)0p(0) \neq 0.
Choose the best possible representations of p(x)p(x)
  • Markdown Image
  • Markdown Image
  • Markdown Image
  • Markdown Image
Solution

Abstract Solution (Strategy)

  1. Factor Analysis: (x5)2(x-5)^2 means there is a root at x=5x=5 with multiplicity 2 (touches the X-axis).
  2. Positive Roots: "Exactly two distinct positive roots". Since x=5x=5 is one (double), there must be exactly one more distinct root x>0x > 0.
  3. Degree & Roots: "Odd degree" and "at least three distinct real roots".
  4. Intercept: p(0)0p(0) \neq 0 means it doesn't pass through the origin.

Procedure

  • Option 1 shows:
    • Touches at x=5x=5 (multiplicity 2).
    • Crosses at another positive point. (Total 2 distinct positive roots).
    • Crosses at a negative point. (Total 3 distinct real roots).
    • Doesn't go through origin.
    • End behavior (one side up, one side down) indicates odd degree.
  • This perfectly matches all constraints.
Accepted Answers:
Markdown Image

Topic: Rational Function Simplification | Marks: 3

Question 12

Let r(x)r(x) be a polynomial function which is obtained as the quotient after dividing the polynomial p(x)=(x+5)(x3)(x24)p(x)=\left(x+5\right)\left(x-3\right)\left(x^{2}-4\right) by the polynomial q(x)=(x2)(2+x)q(x)=\left(x-2\right)\left(2+x\right). Choose the correct option which represents the polynomial r(x)r(x) most appropriately.
  • Markdown Image
  • Markdown Image
  • Markdown Image
  • Markdown Image
Solution

Abstract Solution (Strategy)

  1. Factorization: Rewrite all quadratic terms into linear factors.
  2. Simplification: Cancel out common factors from numerator and denominator.
  3. Graphing: Identify roots of the remaining polynomial and check its end behavior.

Procedure

  • p(x)=(x+5)(x3)(x2)(x+2)p(x) = (x+5)(x-3)(x-2)(x+2).
  • q(x)=(x2)(x+2)q(x) = (x-2)(x+2).
  • r(x)=p(x)/q(x)=(x+5)(x3)=x2+2x15r(x) = p(x)/q(x) = (x+5)(x-3) = x^2 + 2x - 15.
  • This is a parabola opening upwards with roots at x=5x = -5 and x=3x = 3.
  • Option 1 shows this parabola.
Accepted Answers:
Markdown Image

Topic: SSE Minimization and Arithmetic Mean | Marks: 4

Question 13

A function f(x)f(x) which is the best fit for the data given in the Table-1 recorded by a student, is f(x)=(x1)2(x3)(x5)(x7)+cf(x)=-\left(x-1\right)^{2}\left(x-3\right)\left(x-5\right)\left(x-7\right)+c What will be the value of cc, so that SSE (Sum Squared Error) will be minimum?
                         
Markdown Image
Solution

Abstract Solution (Strategy)

  1. Model Property: At points x=1,3,5,7x=1, 3, 5, 7, the predicted value y^\hat{y} is exactly cc because the product term becomes zero.
  2. SSE Minimization: For a set of observed values yiy_i at these points, the constant cc that minimizes (yic)2\sum (y_i - c)^2 is simply the arithmetic mean of the yiy_i values. ^sse-minimization-logic

Procedure

  • Observed yy values at x{1,3,5,7}x \in \{1, 3, 5, 7\} from Table-1: 3.2,2.8,3.8,3.83.2, 2.8, 3.8, 3.8.
  • Mean =(3.2+2.8+3.8+3.8)/4=13.6/4=3.4= (3.2 + 2.8 + 3.8 + 3.8) / 4 = 13.6 / 4 = 3.4.
  • Therefore, c=3.4c = 3.4 minimizes SSE.
Accepted Answers:
(Type: Numeric) 3.4

Topic: Applied Polynomial Geometry | Marks: 3

Question 14

A company is manufacturing custom-made boxes with a volume represented by the polynomial V(x)=4x3+16x2+17x+5V(x) = 4x^3 + 16x^2 + 17x + 5. If the length of each box is represented by the polynomial L(x)=x+1L(x) = x + 1, given that width and height of the box are W(x)W(x) and h(x)h(x) respectively. Also given that for all x>0x>0, h(x)>W(x)h(x)>W(x), the Degree of polynomials h(x)h(x) and W(x)W(x) is 1.
Polynomial expression which represents area of the base.
  • (4x2+12x+3)(4x^2 + 12x + 3)
  • (4x2+12x+5)(4x^2 + 12x + 5)
  • (2x2+6x+5)(2x^2 + 6x + 5)
  • (2x2+3x+1)(2x^2 + 3x + 1)
Solution

Abstract Solution (Strategy)

  1. Division: Volume == Length ×\times Width ×\times Height. First divide V(x)V(x) by L(x)L(x) to get the Area of the other two dimensions (W×hW \times h).
  2. Factorization: Factor the resulting quadratic into two linear terms W(x)W(x) and h(x)h(x).
  3. Identification: Identify "Base Area" (typically Length ×\times Width).

Procedure

  • V(x)/(x+1)=(4x3+16x2+17x+5)/(x+1)=4x2+12x+5V(x) / (x+1) = (4x^3 + 16x^2 + 17x + 5) / (x+1) = 4x^2 + 12x + 5 (via synthetic division).
  • Factor 4x2+12x+54x^2 + 12x + 5: find numbers that sum to 12 and multiply to 20     10,2\implies 10, 2.
  • 4x2+10x+2x+5=2x(2x+5)+1(2x+5)=(2x+1)(2x+5)4x^2 + 10x + 2x + 5 = 2x(2x+5) + 1(2x+5) = (2x+1)(2x+5).
  • Since h(x)>W(x)h(x) > W(x) for x>0x>0, h(x)=2x+5h(x) = 2x+5 and W(x)=2x+1W(x) = 2x+1.
  • Base Area (L×WL \times W) =(x+1)(2x+1)=2x2+3x+1= (x+1)(2x+1) = 2x^2 + 3x + 1.
Accepted Answers:
(2x2+3x+1)(2x^2 + 3x + 1)

Topic: Polynomial Modeling | Marks: 3

Question 15

A telecommunications company observes that the number of monthly subscribers (S) for its internet service can be modeled by the polynomial function S(t)=t32t224t+5000S(t) = t^3 -2t^2 - 24t + 5000, where t represents the number of months since the service was launched.
The company aims to reach a milestone of 5000 subscribers. How many months will it take to achieve this goal based on the polynomial function? (Note: t>0t>0)
Solution

Abstract Solution (Strategy)

  1. Equation Setup: Set S(t)=5000S(t) = 5000.
  2. Solve for t: Simplify the equation and find the positive integer root for tt.

Procedure

  • t32t224t+5000=5000    t32t224t=0t^3 - 2t^2 - 24t + 5000 = 5000 \implies t^3 - 2t^2 - 24t = 0.
  • t(t22t24)=0t(t^2 - 2t - 24) = 0.
  • t(t6)(t+4)=0t(t - 6)(t + 4) = 0.
  • For t>0t > 0, the only valid solution is t=6t = 6 months.
Accepted Answers:
(Type: Numeric) 6

Topic: Function Definitions and Zeros | Marks: 3

Question 16

Which of the following is/are correct ?
            
Markdown Image

                                                          Fig - 1
             
             
Markdown Image

                                                        Fig - 2
  • Fig - 1 and Fig - 2 are polynomials of xx.
  • The polynomial of $x that represents the Fig - 1 have minimum 6 Zeros
  • The polynomial of $x that represent the Fig - 2 have minimum 3 Zeros
  • Fig - 2 represents the function of xx.
  • Fig - 2 is not a polynomial of xx.
  • The polynomial of xx that represents the Fig - 1 have 3 distinct Zeros
Solution

Abstract Solution (Strategy)

  1. Vertical Line Test: If any vertical line intersects the curve more than once, it is not a function of xx.
  2. Polynomial Continuity: Polynomials are smooth, continuous, and defined everywhere. Sharp corners or cusps (like in Fig 2) indicate absolute values or piecewise functions, not simple polynomials.
  3. Roots vs Maxima: Distinct zeros are where it crosses the axis. Minimum degree is related to turning points (n1n-1).

Procedure

  • Fig 1:
    • Crosses the axis at 3 points. (3 distinct zeros).
    • Has 5 turning points. Polynomial degree is at least 5+1=65+1=6. (Minimum 6 complex zeros). Correct.
  • Fig 2:
    • Passes Vertical Line Test     \implies is a Function. Correct.
    • Has sharp corners (v-shapes). Simple polynomials cannot have sharp corners. Correct.
Accepted Answers:
The polynomial of xx that represents the Fig - 1 have minimum 6 Zeros
Fig - 2 is not a polynomial of xx.
The polynomial of xx that represents the Fig - 1 have 3 distinct Zeros

Topic: Monotonicity and Multiplicity | Marks: 3

Question 17

The height of a roller coaster at a given time is modeled by the polynomial function h(t)=(0.01t3+0.35t23.5t+10)(t+5)2(t5)(t+1)(2t)3h(t)=(-0.01t^3 + 0.35t^2 - 3.5t + 10)(t+5)^2 (t-5)(t+1)(2-t)^3, where t represents time in seconds. Choose the correct options based on the data given in question.
  • The roller coaster will first go up and then go down in the interval (5,1)(-5,-1).
  • The roller coaster will first go down and then go up in the interval (10,20)(10,20).
  • The roller coaster will first go up and then go down in the interval (1,2)(-1,-2).
  • The roller coaster will first go up and then go down in the interval (2,5)(2,5).
Solution

Abstract Solution (Strategy)

  1. Analyze Zeroes: Roots are segments where the graph crosses or touches.
  2. Multiplicity behavior:
    • (t+5)2(t+5)^2: touches at 5-5 (even).
    • (t+1)(t+1): crosses at 1-1 (odd).
    • (2t)3(2-t)^3: crosses at 22 (odd, cubic flattening).
    • (t5)(t-5): crosses at 55 (odd).
  3. Cubic Term: (0.01t3...)(-0.01t^3...) factor also has roots. Testing values in intervals is safest.

Procedure

  • Term 1: (0.01t3+0.35t23.5t+10)(-0.01t^3 + 0.35t^2 - 3.5t + 10). At t=10t=10, it's zero? 10+3535+10=0-10 + 35 - 35 + 10 = 0. So x=10x=10 is a root.
  • Interval (5,1)(-5, -1): Touches at 5-5, crosses at 1-1. Between these, it must peak. Correct.
  • Interval (2,5)(2, 5): Crosses at both points. Between them it peaks. Correct.
Accepted Answers:
The roller coaster will first go up and then go down in the interval (5,1)(-5,-1).
The roller coaster will first go down and then go up in the interval (10,20)(10,20).
The roller coaster will first go up and then go down in the interval (2,5)(2,5).

Topic: Turning Points and Inflection Points | Marks: 4

Question 18

The height of a roller coaster at a given time is modeled by the polynomial function h(t)=(0.01t3+0.35t23.5t+10)(t+5)2(t5)(t+1)(2t)3h(t)=(-0.01t^3 + 0.35t^2 - 3.5t + 10)(t+5)^2 (t-5)(t+1)(2-t)^3, where t represents time in seconds. Find the turning point(s) of the height function.
  • 6
  • 7
  • 5
  • 8
Solution

Abstract Solution (Strategy)

  1. Degree Calculation: Sum all the powers in the factored expression.
  2. Turning Points Rule: Polynomial of degree nn has exactly n1n-1 points where the derivative is zero (slope 0).

Procedure

  • Term 1 (Cubic): Degree 3.
  • (t+5)2(t+5)^2: Degree 2.
  • (t5)(t-5): Degree 1.
  • (t+1)(t+1): Degree 1.
  • (2t)3(2-t)^3: Degree 3.
  • Total Degree n=3+2+1+1+3=10n = 3 + 2 + 1 + 1 + 3 = 10.
  • Turning Points (stationary points) =101=9= 10 - 1 = 9?
  • Wait, the question asks for "turning points" (peaks/valleys). If roots have even multiplicity or are inflection points, they count as slope-0 points but not necessarily turning points.
  • Stationary points = 9. But x=2x=2 is an inflection point (degree 3). It isn't a "turning point".
  • Stationary points =91=8= 9 - 1 = 8.
Accepted Answers:
7



Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.