Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Limits Continuity and Differentiability question

2021 · 16 Mar · Shift 2 · Q43
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Main
  3. /Mathematics
  4. /Limits Continuity and Differentiability
  5. /2021 · 16 Mar · Shift 2 · Q43

Limits Continuity and Differentiability question

2021 · 16 Mar · Shift 2 · Q43

JEE MainMathematicsLimits Continuity and DifferentiabilityNumerical+4 / −1
Let f : R →\to→ R and g : R →\to→ R be defined as f(x)={x+a,x<0∣x−1∣,x≥0f(x) = \left\{ {\begin{matrix} {x + a,} & {x \lt 0} \\ {|x - 1|,} & {x \ge 0} \\ \end{matrix} } \right.f(x)={x+a,∣x−1∣,​x<0x≥0​ and g(x)={x+1,x<0(x−1)2+b,x≥0g(x) = \left\{ {\begin{matrix} {x + 1,} & {x \lt 0} \\ {{{(x - 1)}^2} + b,} & {x \ge 0} \\ \end{matrix} } \right.g(x)={x+1,(x−1)2+b,​x<0x≥0​, where a, b are non-negative real numbers. If (gof) (x) is continuous for all x ∈\in∈ R, then a + b is equal to ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 1

We need (g∘f)(x)=g(f(x))(g\circ f)(x)=g(f(x))(g∘f)(x)=g(f(x)) to be continuous for all x∈Rx\in\mathbb Rx∈R.

Given

f(x)={x+a,x<0∣x−1∣,x≥0f(x)=\begin{cases} x+a,& x<0\\ |x-1|,& x\ge 0 \end{cases}f(x)={x+a,∣x−1∣,​x<0x≥0​

and

g(x)={x+1,x<0(x−1)2+b,x≥0g(x)=\begin{cases} x+1,& x<0\\ (x-1)^2+b,& x\ge 0 \end{cases}g(x)={x+1,(x−1)2+b,​x<0x≥0​

with a,b≥0a,b\ge 0a,b≥0.


1. First simplify f(x)f(x)f(x)

For x≥0x\ge 0x≥0, we have

1-x,& 0\le x<1\\ x-1,& x\ge 1 \end{cases}$$ So

f(x)=\begin{cases} x+a,& x<0\ 1-x,& 0\le x<1\ x-1,& x\ge 1 \end{cases}

--- ## 2. Where can $g(f(x))$ be discontinuous? Since $g$ changes formula at input $0$, the composition can only face trouble when: 1. $f$ itself is discontinuous, or 2. $f(x)$ crosses $0$, because $g$ has a possible jump at $0$. Let us first check continuity of $g$ at $0$. For $g$ at $0$: - Left limit: $\lim_{t\to 0^-} g(t)=0+1=1$ - Value/right limit: $g(0)=(0-1)^2+b=1+b$ So $g$ is continuous at $0$ iff $$1=1+b \implies b=0.$$ This suggests that if $f(x)$ ever takes values approaching $0$ from both sides, then we must have $b=0$. --- ## 3. Compute $(g\circ f)(x)$ piecewise We examine regions of $x$. ### Case 1: $x<0$ Then $f(x)=x+a$. Now $g(f(x))$ depends on whether $x+a<0$ or $x+a\ge 0$. - If $x<-a$, then $x+a<0$, so $$g(f(x))=(x+a)+1=x+a+1.$$ - If $-a\le x<0$, then $x+a\ge 0$, so $$g(f(x))=((x+a)-1)^2+b=(x+a-1)^2+b.$$ ### Case 2: $0\le x<1$ Then $f(x)=1-x\ge 0$, so $$g(f(x))=((1-x)-1)^2+b=x^2+b.$$ ### Case 3: $x\ge 1$ Then $f(x)=x-1\ge 0$, so $$g(f(x))=((x-1)-1)^2+b=(x-2)^2+b.$$ Thus,

(g\circ f)(x)= \begin{cases} x+a+1,& x<-a\ (x+a-1)^2+b,& -a\le x<0\ x^2+b,& 0\le x<1\ (x-2)^2+b,& x\ge 1 \end{cases}

(when $a>0$; if $a=0$, the first interval $x<-a$ is just $x<0$ and the middle interval disappears.) --- ## 4. Check continuity at all junction points Possible junctions are: - $x=-a$ - $x=0$ - $x=1$ ### At $x=1$ From left: $$\lim_{x\to 1^-}(g\circ f)(x)=1+b$$ From right/value: $$\lim_{x\to 1^+}(g\circ f)(x)=(-1)^2+b=1+b$$ So continuity at $x=1$ always holds. --- ### At $x=0$ For $x\to 0^-$: $$\lim_{x\to 0^-}(g\circ f)(x)=(a-1)^2+b$$ For $x\to 0^+$: $$\lim_{x\to 0^+}(g\circ f)(x)=b$$ For continuity,

(a-1)^2+b=b \implies (a-1)^2=0 \implies a=1.

So we must have $$a=1.$$ --- ### At $x=-a$ Now use $a=1$, so the point is $x=-1$. For $x<-1$: $$ (g\circ f)(x)=x+a+1=x+2 $$ Hence $$\lim_{x\to -1^-}(g\circ f)(x)=1.$$ For $-1\le x<0$: $$ (g\circ f)(x)=(x+a-1)^2+b=(x+1-1)^2+b=x^2+b $$ Hence $$\lim_{x\to -1^+}(g\circ f)(x)=1+b.$$ Continuity at $x=-1$ gives $$1=1+b \implies b=0.$$ --- ## 5. Final values Thus, $$a=1,\quad b=0.$$ Therefore, $$a+b=1.$$ --- ## 6. Compare with stored answer Derived answer is $1$, which matches the stored correct answer.
PreviousNext

More from Limits Continuity and Differentiability

  • The value of x→0+lim​x−x3cos−1(x−[x]2).sin−1(x−[x]2)​, where [ x ] denotes the greatest integer ≤ x is :2021 · MCQ
  • If the function f(x)=x4cos(sinx)−cosx​ is continuous at each point in its domain and f(0)=k1​, then k is ​.2021 · Numerical
  • The value of the limit θ→0lim​sin(2πsin2θ)tan(πcos2θ)​ is equal to :2021 · MCQ
  • The value of n→∞lim​n2[r]+[2r]+...+[nr]​, where r is a non-zero real number and [r] denotes the greatest integer less than or equal to r, is equal to :2021 · MCQ
  • If x→0lim​3x3sin−1x−tan−1x​ is equal to L, then the value of (6L + 1) is2021 · MCQ
  • If f(x)={∣x∣1​ax2+b​;∣x∣≥1;∣x∣<1​ is differentiable at every point of the domain, then the values of a and b are respectively :2021 · MCQ
  • Let f:R→R be a function defined as f(x)=⎩⎨⎧​2xsin(a+1)x+sin2x​bbx5/2x+bx3​−x​​​if x<0if x=0if x>0​…2021 · MCQ
  • Let f : R → R satisfy the equation f(x + y) = f(x) . f(y) for all x, y ∈ R and f(x) e 0 for any x ∈ R. If the function f is differentiable at x = 0 and f'(0) = 3, then $$\mathop {\lim }\limits_{h \to 0} {1 \over h}(f(h) -…2021 · Numerical