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

Area Under the Curves question

2023 · 31 Jan · Shift 1 · Q46
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. /Area Under the Curves
  5. /2023 · 31 Jan · Shift 1 · Q46

Area Under the Curves question

2023 · 31 Jan · Shift 1 · Q46

JEE MainMathematicsArea Under the CurvesNumerical+4 / −1
Let for x∈Rx \in \mathbb{R}x∈R, f(x)=x+∣x∣2f(x)=\frac{x+|x|}{2}f(x)=2x+∣x∣​ and g(x)={x,x<0x2,x≥0g(x)=\left\{\begin{array}{cc} x, & x\lt 0 \\ x^{2}, & x \geq 0 \end{array}\right.g(x)={x,x2,​x<0x≥0​. Then area bounded by the curve y=(f∘g)(x)y=(f \circ g)(x)y=(f∘g)(x) and the lines y=0,2y−x=15y=0, 2y-x=15y=0,2y−x=15 is equal to ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 72

  1. Simplify the functions

Given f(x)=x+∣x∣2f(x)=\frac{x+|x|}{2}f(x)=2x+∣x∣​ This is the standard function f(x)={0,x<0x,x≥0f(x)=\begin{cases}0,&x<0\\ x,&x\ge 0\end{cases}f(x)={0,x,​x<0x≥0​ because:

  • if x<0x<0x<0, then ∣x∣=−x|x|=-x∣x∣=−x, so f(x)=x−x2=0f(x)=\frac{x-x}{2}=0f(x)=2x−x​=0
  • if x≥0x\ge 0x≥0, then ∣x∣=x|x|=x∣x∣=x, so f(x)=x+x2=xf(x)=\frac{x+x}{2}=xf(x)=2x+x​=x

Also, g(x)={x,x<0x2,x≥0g(x)=\begin{cases}x,&x<0\\ x^2,&x\ge 0\end{cases}g(x)={x,x2,​x<0x≥0​

So (f∘g)(x)=f(g(x))(f\circ g)(x)=f(g(x))(f∘g)(x)=f(g(x))

  1. Find f(g(x))f(g(x))f(g(x)) piecewise
  • For x<0x<0x<0: g(x)=x<0g(x)=x<0g(x)=x<0, hence f(g(x))=f(x)=0f(g(x))=f(x)=0f(g(x))=f(x)=0
  • For x≥0x\ge 0x≥0: g(x)=x2≥0g(x)=x^2\ge 0g(x)=x2≥0, hence f(g(x))=f(x2)=x2f(g(x))=f(x^2)=x^2f(g(x))=f(x2)=x2

Therefore, (f∘g)(x)={0,x<0x2,x≥0(f\circ g)(x)=\begin{cases}0,&x<0\\ x^2,&x\ge 0\end{cases}(f∘g)(x)={0,x2,​x<0x≥0​

So the curve is:

  • the xxx-axis for x<0x<0x<0
  • the parabola y=x2y=x^2y=x2 for x≥0x\ge 0x≥0

  1. Write the line in standard form

Given line: 2y−x=152y-x=152y−x=15 ⇒2y=x+15\Rightarrow 2y=x+15⇒2y=x+15 ⇒y=x+152\Rightarrow y=\frac{x+15}{2}⇒y=2x+15​

This line meets the xxx-axis at 0=x+152⇒x=−150=\frac{x+15}{2}\Rightarrow x=-150=2x+15​⇒x=−15 So one intersection with y=0y=0y=0 is (−15,0)(-15,0)(−15,0).


  1. Find intersection of the line with the curve y=x2y=x^2y=x2

For x≥0x\ge 0x≥0, set x2=x+152x^2=\frac{x+15}{2}x2=2x+15​ 2x2−x−15=02x^2-x-15=02x2−x−15=0 2x2−6x+5x−15=02x^2-6x+5x-15=02x2−6x+5x−15=0 2x(x−3)+5(x−3)=02x(x-3)+5(x-3)=02x(x−3)+5(x−3)=0 (2x+5)(x−3)=0(2x+5)(x-3)=0(2x+5)(x−3)=0 So x=3orx=−52x=3\quad \text{or} \quad x=-\frac52x=3orx=−25​ Since we need x≥0x\ge 0x≥0, only x=3x=3x=3 Thus intersection point is (3,9)(3,9)(3,9)


  1. Understand the bounded region

The three boundaries are:

  • y=0y=0y=0
  • y=(f∘g)(x)y=(f\circ g)(x)y=(f∘g)(x)
  • y=x+152y=\frac{x+15}{2}y=2x+15​

The closed region is formed by:

  • along y=0y=0y=0 from x=−15x=-15x=−15 to x=0x=0x=0
  • along y=x2y=x^2y=x2 from (0,0)(0,0)(0,0) to (3,9)(3,9)(3,9)
  • along the line from (3,9)(3,9)(3,9) back to (−15,0)(-15,0)(−15,0)

Hence area must be computed in two parts:

  • From x=−15x=-15x=−15 to x=0x=0x=0: between line and xxx-axis
  • From x=0x=0x=0 to x=3x=3x=3: between line and parabola

So, A=∫−150(x+152−0)dx+∫03(x+152−x2)dxA=\int_{-15}^{0}\left(\frac{x+15}{2}-0\right)dx+\int_0^3\left(\frac{x+15}{2}-x^2\right)dxA=∫−150​(2x+15​−0)dx+∫03​(2x+15​−x2)dx


  1. Compute the first integral
=\frac12\int_{-15}^{0}(x+15)\,dx$$ $$=\frac12\left[\frac{x^2}{2}+15x\right]_{-15}^{0}$$ At $x=0$: $$\frac{0}{2}+0=0$$ At $x=-15$: $$\frac{225}{2}-225=-\frac{225}{2}$$ Thus, $$A_1=\frac12\left(0-\left(-\frac{225}{2}\right)\right)=\frac{225}{4}$$ --- 7. **Compute the second integral** $$A_2=\int_0^3\left(\frac{x+15}{2}-x^2\right)dx$$ $$=\left[\frac{x^2}{4}+\frac{15x}{2}-\frac{x^3}{3}\right]_0^3$$ At $x=3$: $$\frac{9}{4}+\frac{45}{2}-9 =\frac{9}{4}+\frac{90}{4}-\frac{36}{4} =\frac{63}{4}$$ At $x=0$: $$0$$ So, $$A_2=\frac{63}{4}$$ --- 8. **Total area** $$A=A_1+A_2=\frac{225}{4}+\frac{63}{4}=\frac{288}{4}=72$$ Therefore, the required area is $$\boxed{72}$$
PreviousNext

More from Area Under the Curves

  • Let the area of the region {(x,y):∣2x−1∣≤y≤​x2−x​,0≤x≤1} be A. Then (6 A+11)2 is equal to2023 · Numerical
  • Let S be the region bounded by the curves y = x3 and y2 = x. The curve y = 2|x| divides S into two regions of areas R1, R2. If max {R1, R2} = R2, then R1​R2​​ is equal to ​.2022 · Numerical
  • The area (in sq. units) of the region enclosed between the parabola y2 = 2x and the line x + y = 4 is ​.2022 · Numerical
  • The area of the region given by A={(x,y):x2≤y≤min{x+2,4−3x}} is :2022 · MCQ
  • Let the locus of the centre (α,β),β>0, of the circle which touches the circle x2+(y−1)2=1 externally and also touches the x-axis be L. Then the area bounded by L and the line y=4 is:2022 · MCQ
  • Let the area enclosed by the x-axis, and the tangent and normal drawn to the curve 4x3−3xy2+6x2−5xy−8y2+9x+14=0 at the point (− 2, 3) be A. Then 8A is equal to ​.2022 · Numerical
  • The area of the region enclosed between the parabolas y2 = 2x − 1 and y2 = 4x − 3 is2022 · MCQ
  • The odd natural number a, such that the area of the region bounded by y = 1, y = 3, x = 0, x = ya is 3364​, is equal to :2022 · MCQ