Registry Synced

jan-2026-mathematics-i-week-5-graded-assignment-5

2968 words
15 min read

Week 5 - Graded Assignment - 5

Course: Jan 2026 - Mathematics I
Week 5 - Graded Assignment - 5
Last Submitted: You have last submitted on: 2026-03-20, 16:04 IST

Introduction

Instructions:
  • There are some questions which have functions with discrete valued domains (such as day, month, year etc).
  • For NAT type questions, enter only one right answer even if you get multiple answers for that particular question.
  • Notations:
  • R= Set of real numbers
  • Q= Set of rational numbers
  • Z= Set of integers
  • N= Set of natural numbers
  • The set of natural numbers includes 0.

Topic: Function Parity | Marks: 1

Question 1

For y=xny=x^n, where nn is a positive integer and xRx \in \mathbb{R}, which of the following statements are true?
  • For all values of nn, yy is not a one-to-one function.
  • For all values of nn, yy is an injective function.
  • yy is not a function.
  • If nn is an even number, then yy is not an injective function.
  • If nn is an odd number, then yy is an injective function.
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: If nn is an even number, then yy is not an injective function. If nn is an odd number, then yy is an injective function.

Solution

Abstract Solution (Strategy)

  1. [Injectivity & Parity]: Test the horizontal line test for even and odd power functions.
  2. [Decision rule]: If f(x)=f(x)f(x) = f(-x), the function is not injective. Even powers are symmetric, odd powers are strictly monotonic.

Procedure

  • Step 1 – Even Case: If n=2n=2, y=x2y=x^2. f(2)=4,f(2)=4f(2)=4, f(-2)=4. Since different inputs give the same output, it's NOT injective.
  • Step 2 – Odd Case: If n=3n=3, y=x3y=x^3. Every xx maps to a unique yy across R\mathbb{R}. It passes the horizontal line test, so it IS injective.
  • Result: Even n    n \implies not injective; Odd n    n \implies injective.
If you got this wrong: Injective (one-to-one) means every output comes from exactly one input. Symmetrical graphs (like
x2,x4x^2, x^4) always fail this across their full domain.
-Topic: Composition Domains | Marks: 1

Question 2

Find the domain of (gf)(x)(g \circ f)(x) if f(x)=(1x)1/2f(x) = (1-x)^{1/2} and g(x)=1x2g(x) = 1-x^2.
  • R\mathbb{R}
  • ((,1][2,))(,2)\big((-\infty, 1] \cap [-2, \infty)\big) \cup (-\infty,-2)
  • [1,)[1,\infty)
  • R(1,)\mathbb{R}\setminus (1,\infty)
Accepted Answers: ((,1][2,))(,2)\big((-\infty, 1] \cap [-2, \infty)\big) \cup (-\infty,-2) R(1,)\mathbb{R}\setminus (1,\infty)

Solution

Abstract Solution (Strategy)

  1. [Nested Domains]: The domain of (gf)(g \circ f) is the set of xx such that xDom(f)x \in Dom(f) and f(x)Dom(g)f(x) \in Dom(g).
  2. [Decision rule]: Identify the square root constraint (1x01-x \ge 0).

Procedure

  • Step 1 – Internal f(x): f(x)=1xf(x) = \sqrt{1-x}. Requires 1x0    x11-x \ge 0 \implies x \le 1. Domain is (,1](-\infty, 1].
  • Step 2 – External g(x): 1x21-x^2 is defined for all Reals. No additional constraints.
  • Step 3 – Combine: The total domain is purely x1x \le 1.
  • Step 4 – Set Notation: R(1,)\mathbb{R}\setminus (1,\infty) is equivalent to (,1](-\infty, 1].
  • Result: R(1,)\mathbb{R}\setminus (1,\infty)
If you got this wrong: Don't overthink the
g(x)g(x) part. Since g(x)g(x) is a polynomial, it doesn't add any new restrictions to the existing domain of f(x)f(x). ect answer!

Topic: Inverse Domain/Range | Marks: 1

Question 3

Find the domain of the inverse function of y=x3+1y=x^3+1.
  • R\mathbb{R}
  • R{1}\mathbb{R}\setminus \{1\}
  • [1,)[1, \infty)
  • R[1,)\mathbb{R}\setminus [1, \infty)
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: R\mathbb{R}

Solution

Abstract Solution (Strategy)

  1. [Inverse Domains]: The domain of f1(x)f^{-1}(x) is identical to the range of f(x)f(x).
  2. [Decision rule]: Determine the range of x3+1x^3 + 1.

Procedure

  • Step 1 – Analyze f(x): x3+1x^3+1 is a cubic function.
  • Step 2 – Range: Since x3x^3 goes from -\infty to ++\infty, adding 1 doesn't change this infinite span. Range is R\mathbb{R}.
  • Step 3 – Map: Domain of inverse == Range of original =R=\mathbb{R}.
  • Result: R\mathbb{R}
If you got this wrong: Every cubic function
ax3+...ax^3+... has a range of (,)(-\infty, \infty) because it stretches infinitely in both vertical directions.

Topic: Inverse Reflection | Marks: 1

Question 4

If f(x)=x3f(x)=x^3, choose the points where f(x)f(x) and f1(x)f^{-1}(x) intersect.
  • (-1,-1)
  • (1,-1)
  • (0,0)
  • (-2,-8)
  • (1,1)
  • (2,8)
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: (-1,-1) (0,0) (1,1)

Solution

Abstract Solution (Strategy)

  1. [Identity Intersection]: A function and its inverse intersect at points where f(x)=xf(x) = x (they meet on the line of reflection).
  2. [Decision rule]: Solve x3=xx^3 = x.

Procedure

  • Step 1 – Set Equation: x3=x    x3x=0x^3 = x \implies x^3 - x = 0.
  • Step 2 – Factor: x(x21)=0    x(x1)(x+1)=0x(x^2 - 1) = 0 \implies x(x-1)(x+1) = 0.
  • Step 3 – Values: x=0,1,1x = 0, 1, -1.
  • Step 4 – Points: Since they must lie on y=xy=x, points are (0,0),(1,1),(1,1)(0,0), (1,1), (-1,-1).
  • Result: (-1,-1), (0,0), (1,1)
If you got this wrong: If
f(x)=x3f(x)=x^3 and f1(x)=x1/3f^{-1}(x)=x^{1/3}, they both have to satisfy y=xy=x at intersection points because of their mirror symmetry.

Topic: [Topic Name] | Marks: 1

Question 5

An ant moves along the curve whose equation is f(x)=x2+1f(x)=x^2+1 in the restricted domain [0,)[0,\infty). Let a mirror be placed along the line y=xy=x. If the reflection of the ant with respect to the mirror moves along the curve g(x)g(x), then which of the following options is(are) correct?
  • g(x)=f1(x)g(x)=f^{-1}(x)
  • g(x)=f(x)g(x)=f(x)
  • g(x)=(x1)2g(x)=\sqrt[2]{(x-1)}
  • g(x)=(x+1)2g(x)=\sqrt[2]{(x+1)}
Status: Yes, the answer is correct. Score: Score: 1
Feedback/Explanation: g(x)=f1(x)g(x)=f^{-1}(x)
g(x)=(x1)2g(x)=\sqrt[2]{(x-1)}
Accepted Answers:
g(x)=f1(x)g(x)=f^{-1}(x)
g(x)=(x1)2g(x)=\sqrt[2]{(x-1)}

Solution

Abstract Solution (Strategy)

  1. [Mirror Reflection Mapping]: A graphical reflection bounded physically across the axis diagonal y=xy=x constitutes the absolute definition of an Inverse Function.
  2. [Formula]: y=f(x)    x=f1(y)y = f(x) \implies x = f^{-1}(y).
  3. [Decision rule]: Notice the domain restriction [0,)[0,\infty) legally forces the parabola into passing the horizontal line test, permitting a native inverse limit to structurally exist. Calculate it.

Procedure

  • Step 1 – Inverse Identification: Reflecting the ant along y=xy=x signifies explicitly that the tracking curve g(x)g(x) functionally equals f1(x)f^{-1}(x). (True)
  • Step 2 – Algebraic inversion: Start with y=x2+1y = x^2 + 1.
  • Step 3 – Isolate parameter: Substitute x2=y1x^2 = y - 1.
  • Step 4 – Extract limits: Given initial bounds strictly demanded x0x \ge 0, pulling the square root yields exclusively the positive limit string: x=y1x = \sqrt{y-1}.
  • Step 5 – Remap to standard variables: f1(x)=x1f^{-1}(x) = \sqrt{x-1}. (True)
  • Result: g(x)=f1(x)g(x) = f^{-1}(x) and formally equates directly to g(x)=x1g(x) = \sqrt{x-1}.
If you got this wrong: Missing the physical word 'mirror' destroys your context entirely. Any reflection strictly mapped across the linear threshold
y=xy=x is fundamentally just an inverse function calculation in disguise.

Topic: Composition in Real World | Marks: 1

Question 6

Offer D1D_1: Pay ₹9,999 for cart > ₹14,999. Offer D2D_2: 30% discount. Cart value > ₹16,000. Choose correct options.
  • The minimum amount she should pay cannot be determined.
  • The minimum amount she should pay is approximately ₹6,999.
  • The amount after applying D2D_2 only is approximately ₹11,199.
  • The amount after applying D1D_1 only is approximately ₹9,999.
  • To pay minimum, Shalini should avail D1D_1 first then D2D_2.
  • If Shalini avails D2D_2 first, she might not qualify for D1D_1.
  • In order to pay minimum, Shalini should avail D2D_2 first then D1D_1.
Accepted Answers: The minimum amount she should pay after applying the two offers simultaneously is approximately ₹6,999. The amount she is supposed to pay after applying D1D_1 only is approximately ₹9,999. Suppose the total payable amount is ₹17,999 for the two dresses. In order to pay minimum amount Shalini should avail offer D1D_1 first and offer D2D_2 next. Suppose the total payable amount is ₹17,999 for the two dresses. If Shalini avails offer D2D_2 first, then she cannot avail offer D1D_1.

Solution

Abstract Solution (Strategy)

  1. [Composite Functions]: Compare f(g(x))f(g(x)) and g(f(x))g(f(x)).
  2. [Decision rule]: Evaluate which sequence leads to the lower price. Note that D1D_1 only applies if the total is >14999>14999.

Procedure

  • Step 1 – Cart: Cart X16000X \ge 16000.
  • Step 2 – D1 only: Final =9999= 9999.
  • Step 3 – D2 only: Final =0.7×16000=11200= 0.7 \times 16000 = 11200. (Correction: at 17999, 0.7×17999=125990.7 \times 17999 = 12599).
  • Step 4 – D1 then D2: (179999999)9999×0.7=6999(17999 \to 9999) \to 9999 \times 0.7 = 6999.
  • Step 5 – D2 then D1: 17999×0.7=1259917999 \times 0.7 = 12599. Since 12599<1499912599 < 14999, D1D_1 no longer applies! Final is 1259912599.
  • Result: D1D_1 then D2D_2 is optimal.
If you got this wrong: Percentage discounts on a smaller amount are worth less than on a larger amount. Applying the flat discount (
D1D_1) first drastically lowers the base for the 30% calculation (D2D_2)!

Topic: Injectivity Properties | Marks: 1

Question 7

If f(x)=x2f(x)=x^2 and h(x)=x1h(x)=x-1, then which options are incorrect?
  • fhf\circ h is not an injective function.
  • f(f(h(x)))×h(x)=(x1)5{f(f(h(x)))}\times h(x)=(x-1)^5
  • hfh\circ f is not an injective function.
  • There are two distinct solution for h(h(f(x)))=0{h(h(f(x)))}=0.
  • fhf \circ h is an injective function.
  • f(f(h(x)))×h(x)=(x1)4{f(f(h(x)))}\times h(x)=(x-1)^4.
  • hfh\circ f is an injective function.
Accepted Answers: fhf \circ h is an injective function. f(f(h(x)))×h(x)=(x1)4{f(f(h(x)))}\times h(x)=(x-1)^4. hfh\circ f is an injective function.

Solution

Abstract Solution (Strategy)

  1. [Injectivity Analysis]: Parabolas are not injective on R\mathbb{R}.
  2. [Algebraic Expansion]: f(f(h(x)))×h(x)=((x1)2)2×(x1)=(x1)5f(f(h(x))) \times h(x) = ((x-1)^2)^2 \times (x-1) = (x-1)^5.
  3. [Decision rule]: Identify the mathematical falsehoods.

Procedure

  • Step 1 – Composition Check: f(h(x))=(x1)2f(h(x)) = (x-1)^2 and h(f(x))=x21h(f(x)) = x^2-1. Both are quadratic parabolas. They are NOT injective. Therefore, saying they are injective is incorrect.
  • Step 2 – Power Check: ((x1)2)2×(x1)=(x1)5((x-1)^2)^2 \times (x-1) = (x-1)^5. Therefore, saying it equals (x1)4(x-1)^4 is incorrect.
  • Result: Select the injective claims and the incorrect power claim.
If you got this wrong: Read carefully! You are looking for INCORRECT statements. Many students accidentally pick the true ones.

Topic: Graphical Invariants | Marks: 1

Question 8

Refer to Figure 3 (f, g, p, q) and select correct options.
  • g(x)g(x) may be the inverse of f(x)f(x).
  • p(x)p(x) and q(x)q(x) are even functions but f(x)f(x) and g(x)g(x) are neither.
  • q(x)q(x) could not be the inverse function of p(x)p(x).
  • p(x),q(x)p(x), q(x) can be even degree and f(x)f(x) can be odd degree.
Accepted Answers: g(x)g(x) may be the inverse of f(x)f(x). p(x)p(x) and q(x)q(x) are even functions but f(x)f(x) and g(x)g(x) are neither even functions nor odd functions. q(x)q(x) could not be the inverse function of p(x)p(x). p(x)p(x), q(x)q(x) can be an even degree polynomial functions and f(x)f(x) can be an odd degree polynomial functions.

Solution

Abstract Solution (Strategy)

  1. [Geometric Parity]: Visual symmetry across Y-axis implies Even function.
  2. [Inverses]: Reflection across y=xy=x implies Inverse. Function must be one-to-one to have an inverse.
  3. [Decision rule]: p,qp, q are parabolic (even degree, even parity). f,gf, g are monotonic (odd degree).

Procedure

  • Step 1 – Symmetries: p,qp, q are symmetrical about Y. They are even. f,gf, g are not.
  • Step 2 – Degree: p,qp, q tails go same way (even degree). ff tails go opposite ways (odd degree).
  • Step 3 – Inverse: pp is not 1-to-1 (it's even). Thus qq cannot be its inverse. Note: the accepted key says "q could not be the inverse" is a correct statement.
  • Step 4 – Graph Reflection: ff and gg look like mirror images across y=xy=x, so gg could be f1f^{-1}.
  • Result: Even/Odd parity, degree types, and inverse feasibility are all correctly described.
If you got this wrong: Even functions (like
p,qp, q) look like bowls or arches. They always fail the horizontal line test, so they can never have a standard inverse!

Topic: Inverse Existence (Visual) | Marks: 1

Question 9

Domain of ff is [5,7][-5, 7]. g(x)=2x+5g(x) = |2x + 5|. If [a,b][a, b] is the domain of (fg)(x)(f \circ g)(x), find a+ba + b.
Your Answer: 2
Accepted Answers: -5

Solution

Abstract Solution (Strategy)

  1. [Composite Inequality]: The input to ff must lie in its domain.
  2. [Formula]: 52x+57-5 \le |2x + 5| \le 7.
  3. [Decision rule]: Solve the absolute value inequality.

Procedure

  • Step 1 – Setup: 52x+57-5 \le |2x + 5| \le 7.
  • Step 2 – Abs Logic: 2x+55|2x+5| \ge -5 is always true for all Reals.
  • Step 3 – Upper Bound: 2x+57    72x+57|2x+5| \le 7 \implies -7 \le 2x+5 \le 7.
  • Step 4 – Solve: Subtracting 5: 122x2    6x1-12 \le 2x \le 2 \implies -6 \le x \le 1.
  • Step 5 – Sum: a=6,b=1    a+b=5a = -6, b = 1 \implies a+b = -5.
  • Result: -5
If you got this wrong: Absolute values are always
0\ge 0, so the left side of the inequality 5...-5 \le |...| doesn't restrict xx at all. Focus purely on the right side.

Topic: Exponential Equations | Marks: 1

Question 10

If 4mn=04m - n = 0, find 16m2n+27n96m\frac{16^m} {2^n} + \frac{27^n} {9^{6m}}.
Your Answer: 2
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: 2

Solution

Abstract Solution (Strategy)

  1. [Exponential Bases]: Convert all bases to common primes (2 and 3).
  2. [Decision rule]: Substitute n=4mn = 4m into the expression.

Procedure

  • Step 1 – Term 1: 16m2n=(24)m24m=24m24m=1\frac{16^m}{2^n} = \frac{(2^4)^m}{2^{4m}} = \frac{2^{4m}}{2^{4m}} = 1.
  • Step 2 – Term 2: 27n96m=(33)4m(32)6m=312m312m=1\frac{27^n}{9^{6m}} = \frac{(3^3)^{4m}}{(3^2)^{6m}} = \frac{3^{12m}}{3^{12m}} = 1.
  • Step 3 – Sum: 1+1=21 + 1 = 2.
  • Result: 2
If you got this wrong:
1616 is 242^4 and 2727 is 333^3. Aligning the bases is the only way to simplify exponential fractions.

Topic: Exponential Equations | Marks: 1

Question 11

Find the number of solutions for 9x+3x6=09^x + 3^x − 6 = 0.
Your Answer: 1
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: 1

Solution

Abstract Solution (Strategy)

  1. [Substitution]: Let 3x=u3^x = u. This converts the exponential equation into a quadratic.
  2. [Constraint]: Exponential outputs 3x3^x are always strictly positive.

Procedure

  • Step 1 – Eq: u2+u6=0u^2 + u - 6 = 0.
  • Step 2 – Roots: (u+3)(u2)=0    u=3(u+3)(u-2) = 0 \implies u = -3 or u=2u = 2.
  • Step 3 – Check: 3x=33^x = -3 (Impossible) or 3x=23^x = 2 (Possible).
  • Result: Exactly 1 solution.
If you got this wrong: Don't just count the roots of the quadratic. Always check if the "hidden" variable (
u=3xu = 3^x) can actually equal the roots you found.

Topic: Invertibility (Logs) | Marks: 1

Question 12

Consider f(x)=logx1f(x) = \log|x-1| and g(x)=log(x3)g(x) = \log(x^3). Which option is true?
  • f(x)f(x) is invertible.
  • g(x)g(x) is invertible.
  • Domain of (fg)(x)(f \circ g)(x) is (0,)(0, \infty).
  • Domain of (gf)(x)(g \circ f)(x) is (2,)(2, \infty).
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: g(x)g(x) is invertible.

Solution

Abstract Solution (Strategy)

  1. [Injectivity]: Invertibility requires a 1-to-1 mapping.
  2. [Decision rule]: Check for symmetry or absolute values that break injectivity.

Procedure

  • Step 1 – f(x): x1|x-1| is symmetric about 11. E.g., x=0x=0 and x=2x=2 both give log(1)=0\log(1)=0. NOT injective.
  • Step 2 – g(x): g(x)=3log(x)g(x) = 3\log(x) for x>0x>0. It is strictly increasing across its entire domain. IS injective.
  • Step 3 – Result: g(x)g(x) is invertible.
If you got this wrong: Absolute values (
...|...|) nearly always break invertibility because they fold the domain, making two inputs produce the same output magnitude.

Topic: Monotonic Functions | Marks: 1

Question 13

ff is strictly increasing, gg is strictly decreasing. f(x0)=g(x0)f(x_0) = g(x_0). Select correct options.
  • f(x)g(x)f(x) \ge g(x) for all xx0x \ge x_0.
  • There exists x1>x0x_1 > x_0 such that f(x1)=g(x1)f(x_1) = g(x_1).
  • g(x)f(x)g(x) \ge f(x) for all xx0x \ge x_0.
  • g(x)f(x)g(x) \ge f(x) for all xx0x \le x_0.
  • f(x)g(x)f(x) \ge g(x) for all xx0x \le x_0.
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: f(x)g(x)f(x) \ge g(x) for all xx0x \ge x_0. g(x)f(x)g(x) \ge f(x) for all xx0x \le x_0.

Solution

Abstract Solution (Strategy)

  1. [Monotonicity]: If ff is increasing, f(x)>f(x0)f(x) > f(x_0) for x>x0x > x_0. If gg is decreasing, g(x)<g(x0)g(x) < g(x_0) for x>x0x > x_0.
  2. [Decision rule]: Compare the positions of ff and gg relative to their intersection point x0x_0.

Procedure

  • Step 1 – Forward (x>x0)(x > x_0): f(x)f(x) is climbing above the meeting point, g(x)g(x) is falling below it. Clear f(x)>g(x)f(x) > g(x).
  • Step 2 – Backward (x<x0)(x < x_0): f(x)f(x) was lower before the meeting point, g(x)g(x) was higher. Clear g(x)>f(x)g(x) > f(x).
  • Result: fgf \ge g for xx0x \ge x_0 and gfg \ge f for xx0x \le x_0.
If you got this wrong: Draw an 'X'. The line going up from left to right is
ff, the line going down is gg. You can visually see which one is on top before and after the crossing.

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.