GSEB 2013 Mathematics Question Paper with Answer and Solution

8 QuestionsEnglishWith Solutions

MathematicsQ18 of 8 questions

Page 1 of 1 · English

1
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the curve $y = x^2 - x - 6$ and the $X$-axis is . . . . . . sq. units.
A
$\frac{50}{3}$
B
$\frac{25}{6}$
C
$\frac{125}{6}$
D
$\frac{5}{6}$

Solution

(C) To find the area bounded by the curve $y = x^2 - x - 6$ and the $X$-axis,we first find the points where the curve intersects the $X$-axis by setting $y = 0$.
$x^2 - x - 6 = 0$
$(x - 3)(x + 2) = 0$
So,the intersection points are $x = -2$ and $x = 3$.
The area $A$ is given by the integral of the absolute value of the function from $x = -2$ to $x = 3$:
$A = \int_{-2}^{3} |x^2 - x - 6| \, dx$
Since the parabola opens upward and lies below the $X$-axis between its roots,the value of $y$ is negative in this interval.
$A = - \int_{-2}^{3} (x^2 - x - 6) \, dx$
$A = - [\frac{x^3}{3} - \frac{x^2}{2} - 6x]_{-2}^{3}$
Evaluating the definite integral:
At $x = 3$: $(\frac{27}{3} - \frac{9}{2} - 18) = 9 - 4.5 - 18 = -13.5$
At $x = -2$: $(\frac{-8}{3} - \frac{4}{2} + 12) = -2.666 - 2 + 12 = 7.333$
$A = - (-13.5 - 7.333) = - (-20.833) = 20.833$
Converting to fraction: $20.833 = \frac{125}{6}$ sq. units.
2
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the curve $y = \cos x$,$-\frac{\pi}{2} \leq x \leq \frac{\pi}{2}$ and the $X$-axis is . . . . . . sq. units.
A
$1/2$
B
$1$
C
$3/2$
D
$2$

Solution

(D) The area $A$ of the region bounded by the curve $y = \cos x$,the $X$-axis,and the lines $x = -\frac{\pi}{2}$ and $x = \frac{\pi}{2}$ is given by the integral:
$A = \int_{-\pi/2}^{\pi/2} |\cos x| \, dx$
Since $\cos x \geq 0$ for $x \in [-\frac{\pi}{2}, \frac{\pi}{2}]$,we have:
$A = \int_{-\pi/2}^{\pi/2} \cos x \, dx$
$A = [\sin x]_{-\pi/2}^{\pi/2}$
$A = \sin(\frac{\pi}{2}) - \sin(-\frac{\pi}{2})$
$A = 1 - (-1) = 1 + 1 = 2$
Thus,the area is $2$ sq. units.
3
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the curve $y=|x-5|$,the $X$-axis,and the lines $x=5$ and $x=6$ is . . . . . . sq. units.
A
$0.75$
B
$0.25$
C
$0.5$
D
$1.25$

Solution

(C) The area $A$ is given by the definite integral of the function $y = |x-5|$ from $x=5$ to $x=6$.
Since $x \ge 5$ in the interval $[5, 6]$,we have $|x-5| = x-5$.
Therefore,$A = \int_{5}^{6} (x-5) \, dx$.
Let $u = x-5$,then $du = dx$. When $x=5, u=0$ and when $x=6, u=1$.
$A = \int_{0}^{1} u \, du = \left[ \frac{u^2}{2} \right]_{0}^{1} = \frac{1}{2} - 0 = 0.5$ sq. units.
Thus,the correct option is $C$.
4
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the parabola $y=x^2$ and the line $y=4$ is . . . . . . sq. units.
A
$\frac{64}{3}$
B
$\frac{16}{3}$
C
$\frac{8}{3}$
D
$\frac{32}{3}$

Solution

(D) The region is bounded by $y=x^2$ and $y=4$.
First,find the points of intersection by setting $x^2 = 4$,which gives $x = \pm 2$.
The area $A$ is given by the integral of the upper curve minus the lower curve from $x = -2$ to $x = 2$:
$A = \int_{-2}^{2} (4 - x^2) dx$
Since the function is symmetric about the $y$-axis,$A = 2 \int_{0}^{2} (4 - x^2) dx$.
$A = 2 [4x - \frac{x^3}{3}]_{0}^{2}$
$A = 2 [(4(2) - \frac{2^3}{3}) - (0)]$
$A = 2 [8 - \frac{8}{3}] = 2 [\frac{24-8}{3}] = 2 [\frac{16}{3}] = \frac{32}{3}$ sq. units.
5
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the curve $x+2y=8$,the $X$-axis,and the lines $x=1$ and $x=5$ using integration is . . . . . . sq. units.
A
$5$
B
$30$
C
$10$
D
$20$

Solution

(C) Given the equation of the curve $x+2y=8$,we can express $y$ in terms of $x$ as:
$2y = 8 - x$
$y = \frac{8-x}{2} = 4 - \frac{x}{2}$
To find the area bounded by the curve,the $X$-axis,and the lines $x=1$ and $x=5$,we use the definite integral:
$\text{Area} = \int_{1}^{5} y \, dx$
$\text{Area} = \int_{1}^{5} (4 - \frac{x}{2}) \, dx$
Integrating term by term:
$\text{Area} = [4x - \frac{x^2}{4}]_{1}^{5}$
Evaluating at the limits:
$\text{Area} = (4(5) - \frac{5^2}{4}) - (4(1) - \frac{1^2}{4})$
$\text{Area} = (20 - \frac{25}{4}) - (4 - \frac{1}{4})$
$\text{Area} = 20 - 6.25 - 4 + 0.25$
$\text{Area} = 16 - 6 = 10$
Thus,the area is $10$ sq. units.
The correct option is $C$.
6
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the curve $y = |x - 5|$,$y = 0$,$x = 0$,and $x = 2$ is . . . . . . sq. units.
A
$9/2$
B
$7/2$
C
$9$
D
$8$

Solution

(D) The given curve is $y = |x - 5|$.
Since the interval is $x \in [0, 2]$,we have $x - 5 < 0$,so $|x - 5| = -(x - 5) = 5 - x$.
The area $A$ is given by the integral:
$A = \int_{0}^{2} (5 - x) \, dx$
$A = [5x - \frac{x^2}{2}]_{0}^{2}$
$A = (5(2) - \frac{2^2}{2}) - (0 - 0)$
$A = 10 - 2 = 8$ sq. units.
Thus,the correct option is $D$.
7
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the curve $y = 2 \sqrt{1 - x^2}$ and the $X$-axis is . . . . . . sq. units.
A
$\frac{\pi}{3}$
B
$2 \pi$
C
$\frac{\pi}{2}$
D
$\pi$

Solution

(D) The given equation is $y = 2 \sqrt{1 - x^2}$.
Squaring both sides,we get $y^2 = 4(1 - x^2)$,which implies $x^2 + \frac{y^2}{4} = 1$.
This is the equation of an ellipse with semi-major axis $a = 2$ (along the $Y$-axis) and semi-minor axis $b = 1$ (along the $X$-axis).
Since the curve is $y = 2 \sqrt{1 - x^2}$,it represents the upper half of the ellipse.
The area bounded by the curve and the $X$-axis is the area of the upper semi-ellipse.
The area of the full ellipse is given by $A = \pi ab = \pi \times 1 \times 2 = 2 \pi$.
Therefore,the area of the upper semi-ellipse is $\frac{1}{2} \times 2 \pi = \pi$ sq. units.
8
MathematicsEasyMCQGSEB · 2013
The area of the region bounded by the curve $y = 2x - x^2$ and the $X$-axis is . . . . . . sq. units.
A
$4$
B
$\frac{20}{3}$
C
$\frac{4}{3}$
D
$8$

Solution

(C) To find the area bounded by the curve $y = 2x - x^2$ and the $X$-axis,we first find the points of intersection with the $X$-axis by setting $y = 0$.
$2x - x^2 = 0$
$x(2 - x) = 0$
So,$x = 0$ and $x = 2$.
The area $A$ is given by the integral of the curve from $x = 0$ to $x = 2$:
$A = \int_{0}^{2} (2x - x^2) \, dx$
$A = [x^2 - \frac{x^3}{3}]_{0}^{2}$
$A = (2^2 - \frac{2^3}{3}) - (0^2 - \frac{0^3}{3})$
$A = 4 - \frac{8}{3}$
$A = \frac{12 - 8}{3} = \frac{4}{3}$ sq. units.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real GSEB style covering Mathematics with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D Mathematics papers from 7.5L+ questions in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Run live GSEB mock exams with unlimited students, 360° analytics & white-label branding.

See Demo

Frequently Asked Questions

How many Mathematics questions are in GSEB 2013?

There are 8 Mathematics questions from the GSEB 2013 paper on Vedclass, each with a detailed step-by-step solution in English.

Are GSEB 2013 Mathematics solutions available in English?

Yes. All solutions on this page are in English. You can also switch to English or Hindi using the language buttons above the questions.

Can I practice GSEB 2013 Mathematics as a timed test?

Yes. Use the Vedclass Test Series to attempt a full GSEB mock test covering Mathematics with time limits and instant score analysis.

Can teachers create Mathematics papers from GSEB previous year questions?

Yes. The Vedclass Exam Paper Generator lets teachers mix GSEB Mathematics questions and generate Set A/B/C/D papers in minutes.

For Teachers & Institutes

Build a Custom Mathematics Paper

Pick GSEB 2013 Mathematics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.