Questions

2 Marks Questions

🎯

Test yourself on this topic

35 questions · timed · auto-graded

Question 12 Marks
Read the following text and answer the following questions on the basis of the same
Mohan is the student of class XII of Sunshine School. In the mathematics class, teacher defines the method for evaluation of definite integral, she said, To evaluate the definite integral $\underset{\pi}{\equiv} f(x) d x$ a continuous function f(x) defined on [a, b], we may use the following algorithm.
Step 1: Find the indefinite integral $\stackrel{b}{\equiv} f(x) d x$
Let this be P(x) There is no need to keep the constant of integration.
Step 2: Evaluate $\phi(b)$ and $\phi(a)$.
Step 3: Calculate $\phi(b)-\phi(a)$.
The number obtained in step 3 is the value of definite integral $\int_a^b f(x) d x$

Q.1. Evaluate: $\int_0^1 \frac{1}{\sqrt{1+x}+\sqrt{x}} d x$
Q.2. If $\int_1^a\left(3 x^2+2 x+1\right) d x=1$, find real values of $a$.
Answer
(1)
$\int_0^1 \frac{1}{\sqrt{1+x}+\sqrt{x}} d x$
$\begin{array}{l}=\int_0^1 \frac{\sqrt{1+x}-\sqrt{x}}{(\sqrt{1+x}+\sqrt{x})(\sqrt{1+x}-\sqrt{x})} \\ =\int_0^1(\sqrt{1+x}-\sqrt{x}) d x \\ =\left[\frac{2}{3}(1+x)^{\frac{3}{2}}-\frac{2}{3} x^{\frac{3}{2}}\right]_0^1\end{array}$
$\begin{array}{l}=\left[\frac{2}{3}(1+1)^{\frac{3}{2}}-\frac{2}{3}(1)^{\frac{3}{2}}\right]-\left[\frac{2}{3}(1+0)^{\frac{3}{2}}-\frac{2}{3}(0)^{\frac{3}{2}}\right] \\ =\frac{2}{3}\left(2^{\frac{3}{2}}-1\right)-\frac{2}{3}(1-0) \\ =\frac{2}{3}(2 \sqrt{2}-2)=\frac{4}{3}(\sqrt{2}-1)\end{array}$

(2)
Given $\int_1^a\left(3 x^2+2 x+1\right) d x=11$
$\Rightarrow \quad\left[x^3+x^2+x\right]_1^a=11$
$\Rightarrow \quad\left(a^3+a^2+a\right)-(1+1+1)=11$
$\Rightarrow \quad a^3+a^2+a-3=11$
$\Rightarrow \quad a^3+a^2+a-14=0$
$\Rightarrow \quad(a-2)\left(a^2+3 a+7\right)=0$
$\Rightarrow \quad a=2$
$\left[\because a^2+3 a+7 \neq 0\right.$, for any $\left.a \in R\right]$
View full question & answer
Question 22 Marks
Answer
(1)
Sol.
We write,
$\frac{1}{(x+1)(x+2)}=\frac{A}{x+1}+\frac{B}{x+2}$ ....(i)
where, real number A and B are to be determined suitably. This gives
1 = A(x + 2) + B(x + 1)
Equating the coefficients of x and the constant term, we get
A + B = 0
and 2A + B = 1
Solving these equations, we get A = 1 and B = - 1 Thus, the integrand is given by
$\frac{1}{(x+1)(x+2)}=\frac{1}{x+1}+\frac{-1}{x+2}$
Therefore,
$\int \frac{d x}{(x+1)(x+2)}=\int \frac{d x}{x+1}-\int \frac{d x}{x+2}$
$=\log |x+1|-\log |x+2|+C$
$=\log \left|\frac{x+1}{x+2}\right|+C$
$=\log \left|\frac{x+1}{x+2}\right|+C$

(2)
Let $\frac{1}{(x+3)(x-3)}=\frac{A}{(x+3)}+\frac{B}{(x-3)}$
$1=A(x-3)+B(x+3)$
Equating the coefficients of x and constant term, we obtain
A + B = 0
- 3A + 3B = 1
On solving, we obtain
$A=-\frac{1}{6}$ and $B=\frac{1}{6}$
$\therefore \quad \frac{1}{(x+3)(x-3)}=\frac{-1}{6(x+3)}+\frac{1}{6(x-3)}$
$\Rightarrow \int \frac{1}{\left(x^2-9\right)} d x=\int\left(\frac{-1}{6(x+3)}+\frac{1}{6(x-3)}\right) d x$
$=-\frac{1}{6} \log |x+3|+\frac{1}{6} \log |x-3|$+C
$=\frac{1}{6} \log \left|\frac{(x-3)}{(x+3)}\right|+C$
View full question & answer
Question 32 Marks
Find the area of region bounded by the curve x = 2y + 3 Y-axis and the lines y = 1 and y = - 1
Answer

Image
From the figure, area of the shaded region,
$\begin{aligned} A & =\int_{-1}^1(2 y+3) d y \\ & =\left[y^2+3 y\right]_{-1}^1 \\ & =[1+3-1+3] \\ & =6 \text { sq. units }\end{aligned}$
View full question & answer
Question 42 Marks
Find the area of the region bounded by the graph of $f(x)=x^5$ and the $X$-axishetween $x=-1$ and $x=1$.
Answer

$\begin{aligned} \text { Required area } & =\int_{-1}^1 x^5 d x \\ & =2 \int_0^1 x^5 d x \\ & =\left.2 \cdot\left(\frac{x^6}{6}\right)\right|_0 ^1 \\ & =2 \cdot \frac{1}{6}\left(1^6-0\right) \\ & =\frac{1}{3}\end{aligned}$
View full question & answer
Question 52 Marks
What is the area bounded by the curve y = log x, X-axis and the ordinates x = 1, x = 2 ?
Answer
Given curve y = log x and x = 1 x = 2
Hence, required area
$\begin{array}{l}=\int_1^2 \log x d x \\ =\left.(x \log x-x)\right|_1 ^2 \\ =(2 \log 2-1) \\ =\log 4-1 \text { sq. unit }\end{array}$

View full question & answer
Question 62 Marks
Find the area of the region bounded above by $y=x^2+1$ bounded below by and bounded on the sides by x = 0 and x = 1
Answer
The upper boundary curve is $y=x^2+1$ and the lower boundary curve is y = x
Using the formula for area bounded by curves,
Image
$A=\int_0^1\left[\left(x^2+1\right)-x\right] d x$
$\begin{array}{l}=\int_0^1\left(x^2-x+1\right) d x \\ \left.=\frac{x^3}{3}-\frac{x^2}{2}+x\right]_0^1 \\ =\frac{1}{3}-\frac{1}{2}+1=\frac{5}{6}\end{array}$
View full question & answer
Question 72 Marks
Define Producer Surplus.
Answer
Producer surplus is the extra amount of money producers are paid to supply a product above what they are willing to supply the product for.
A simple example of producer surplus would be when we sell an item for which we intend to charge ₹ 200, but the consumer has paid ₹ 250. In this case, we have a producer surplus of ₹ 50.
View full question & answer
Question 82 Marks
Mahesh is selling his car. The minimum amount he needs to be paid for the car is ₹ 15,500. He find a buyer for who is willing to pay ₹ 22,400, but this buyer insists that Mahesh pays for delivery of the car. The cost of delivery is ₹ 700. Find his producer surplus from selling his car.
Answer
Mahesh's(Producer's) Surplus
= ₹ 22,400- ₹ 15,500- ₹ 700
= ₹ 6,200
View full question & answer
Question 92 Marks
Sarah is selling her used scooter. The minimum amount she needs to be paid for the scooter is ₹ 5,000. She advertises the scooter on olx.com for ₹ 8,000 and eventually sells the scooter for ₹ 6,000.
Find her producer surplus.
View full question & answer
Question 102 Marks
What do you understand by Consumer Surplus?
Answer
Consumer surplus is the extra amount of money that consumers are willing to pay for a goods above the equilibrium price, it is the satisfaction gained from a product after accounting for its price.
For example, Soniya decided to buy a laptop with a 2.4 GHz CPU and a 15.4" screen and is willing to spend up to ₹ 35,000. As she browses through various electronics stores, she finds one for ₹ 30,000 that meets all her exact criteria (2.4 GHz CPU and a 15.4" screen), saving her ₹ 5,000 compared to what she was willing to spend. The ₹ 5,000 is her consumer surplus, which she can now save or spend on other goods or services.
View full question & answer
Question 112 Marks
Prove that: $\int_0^a f(x) d x=\int_0^a f(a-x) d x$
Answer
Let $\quad I=\int_0^a f(a-x) d x$
Put $\quad a-x=t$
$\Rightarrow \quad-d x=d t$
$\begin{aligned} I & =\int_a^0 f(t) d t \\ & =\int_0^a f(t) d t \\ & =\int_0^a f(x) d x\end{aligned}$
View full question & answer
Question 122 Marks
Evaluate $\int_1^2\left[\frac{1}{x}-\frac{1}{2 x^2}\right] e^{2 x} \cdot d x$
Answer
Put $2 x=t$,
$\therefore \quad d x=\frac{1}{2} d t$
$\begin{aligned} \therefore \quad I & =\int_1^2\left[\frac{1}{x}-\frac{1}{2 x^2}\right] e^{2 x} d x \\ & =\int_2^4\left[\frac{1}{t}-\frac{1}{t^2}\right] e^t d t \\ & =\left[\frac{1}{t} e^t\right]_2^4=\frac{e^4}{4}-\frac{e^2}{2}\end{aligned}$
View full question & answer
Question 132 Marks
If $[x]$ denotes the greatest integer function, then find $\int_0^{3 / 2}\left[x^2\right] d x$
Answer
$\int_0^{3 / 2}\left[x^2\right] d x$
For $\quad 0 \leq x<1,0 \leq x^2<1$, hence $\left[x^2\right]=0$
For $1 \leq x<\sqrt{2}, 1 \leq x^2<2$, hence $\left[x^2\right]=1$
For $\quad \sqrt{2} \leq x<\frac{3}{2}, 2 \leq x^2<\frac{9}{4}$, hence $\left[x^2\right]=2$
$\begin{aligned} \int_0^{3 / 2}\left[x^2\right] d x & =\int_0^1 0 d x+\int_1^{\sqrt{2}} 1 d x+\int_{\sqrt{2}}^{3 / 2} 2 d x \\ & =0[x]_0^1+1[x]_1^{\sqrt{2}}+2[x]_{\sqrt{2}}^{3 / 2} \\ & =0+\sqrt{2}-1+3-2 \sqrt{2} \\ & =2-\sqrt{2}\end{aligned}$
View full question & answer
Question 142 Marks
Evaluate: $\int_{-1}^2 \frac{|x|}{x} d x$
Answer
Let, $I=\int_{-1}^2 \frac{|x|}{x} d x$
Since,
$\begin{aligned} \frac{|x|}{x} & =\left\{\begin{array}{l}\frac{-x}{x}, x<0 \\ \frac{x}{x}, x>0\end{array}\right. \\ & =\left\{\begin{array}{l}-1, x<0 \\ 1, x>0\end{array}\right.\end{aligned}$
$\begin{aligned} \therefore \quad I & =\int_{-1}^0(-1) d x+\int_0^2(1) d x \\ & =[-x]_{-1}^0+[x]_0^2 \\ & =-[0-(-1)]+(2-0) \\ & =-1+2 \\ & =1\end{aligned}$
View full question & answer
Question 152 Marks
Evaluate: $\int_2^3 3^x d x$
Answer
$\int_2^3 3^x d x=\left[\frac{3^x}{\log 3}\right]_2^3$
$=\frac{18}{\log 3}$
View full question & answer
Question 162 Marks
Evaluate: $\int_0^1 e^{x^2} x d x$
Answer
Let, $I=\int_0^1 e^{x^2} x d x$
Put, $x^2=t$
or $x d x=\frac{1}{2} d t$
Also when $x=0$ or $t=0$ and when $x=1 \Rightarrow t=1$
$\begin{aligned} \therefore \quad I & =\frac{1}{2} \int_0^1 e^t d t \\ \text { or } \quad I & =\frac{1}{2}\left[e^t\right]_0^1 \\ & =\frac{1}{2}(e-1)\end{aligned}$
View full question & answer
Question 172 Marks
$\int_{-2}^2\left(x^3+1\right) d x$
Answer
$\int_{-2}^2\left(x^3+1\right) d x=\int_{-2}^2\left(x^3\right) d x+\int_{-2}^2 1 d x=I_1+I_2$
$=0+[x]_{-2}^2 \quad$ (As $I_1$ is odd function)
$=2+2$
= 4
View full question & answer
Question 182 Marks
Evaluate: $\int_2^4 \frac{x}{x^2+1} d x$
Answer
Put, $\quad 1+x^2=t$
or, $2 x d x=d t$
or, $x d x=\frac{d t}{2}$
$\therefore \quad \int_2^4 \frac{x}{x^2+1} d x=\int_2^4 \frac{d t}{2 t}=\frac{1}{2}[\log t]_2^4$
$\frac{1}{2}\left[\log \left(1+x^2\right)\right]_2^4=\frac{1}{2} \log \frac{17}{5}$
View full question & answer
Question 192 Marks
Evaluate: $\int_1^2 \frac{x^3-1}{x^2} d x$
Answer
Let $I=\int_1^2\left(\frac{x^3}{x^2}-\frac{1}{x^2}\right) d x$
$\begin{aligned} & =\int_1^2\left(x-\frac{1}{x^2}\right) d x \\ & =\left[\frac{x^2}{2}+\frac{1}{x}\right]_1^2 \\ I & =\left(2+\frac{1}{2}\right)-\left(\frac{1}{2}+1\right) \\ & =\frac{5}{2}-\frac{3}{2} \\ I & =1\end{aligned}$
View full question & answer
Question 202 Marks
Evaluate: $\int \frac{x^2}{x^2-4} d x$
Answer
Given, $\int \frac{x^2}{x^2-4} d x$
$\therefore \quad \int \frac{x^2-4+4}{x^2-4} d x=\int\left(\frac{x^2-4}{x^2-4}+\frac{4}{x^2-4}\right) d x$
$\Rightarrow \quad \int\left(1+\frac{4}{x^2-4}\right) d x=x+4 \times \frac{1}{2 \times 2} \log \left|\frac{x-2}{x+2}\right|+C$
$=x+\log \left|\frac{x-2}{x+2}\right|+C$
View full question & answer
Question 212 Marks
Evaluate: $\int \frac{e^{2 x}}{2+e^x} d x$
Answer
Given, $\int \frac{e^{2 x}}{2+e^x} d x$
Let, $e^x+2=t$
$e^x=t-2$
$\Rightarrow \quad e^x d x=d t$
$\therefore \quad \int \frac{t-2}{t} d t=t-2 \log |t|+C_1$
$\begin{array}{l}=e^x+2-2 \log |t|+C_1 \\ =e^x-2 \log \left|e^x+2\right|+C\end{array}$
$\left[\right.$ Since $\left.e^{2 x} d x=e^x \cdot e^x d x=(t-2) d t\right]\left( C = C _1+2\right)$
View full question & answer
Question 222 Marks
Evaluate: $\int \frac{x^3+5 x^2+4 x+1}{x^2} d x$
Answer
Let,
$\begin{aligned} I & =\int \frac{x^3+5 x^2+4 x+1}{x^2} d x \\ & =\int\left(x+5+\frac{4}{x}+\frac{1}{x^2}\right) d x \\ & =\int x d x+5 \int 1 d x+4 \int \frac{1}{x} d x+\int \frac{1}{x^2} d x \\ & =\frac{x^2}{2}+5 x+4 \log |x|+\left(\frac{-1}{x}\right)+C \\ & =\frac{x^2}{2}+5 x+4 \log |x|-\frac{1}{x}+C\end{aligned}$
View full question & answer
Question 232 Marks
Evaluate: $\int \sqrt{x^2-2 x} d x$
Answer
$I=\int \sqrt{(x-1)^2-1^2 d x}$
$=\frac{(x-1)}{2} \sqrt{x^2-2 x}-\frac{1}{2} \log \left|x-1+\sqrt{x^2-2 x}\right|+C$
View full question & answer
Question 242 Marks
Evaluate: $\int \frac{d x}{5-8 x-x^2}$
Answer
$\int \frac{d x}{5-8 x-x^2}=\int \frac{d x}{(\sqrt{21})^2-(x+4)^2}$
$=\frac{1}{2 \sqrt{21}} \log \left|\frac{\sqrt{21}+(x+4)}{\sqrt{21}-(x+4)}\right|+c$
View full question & answer
Question 252 Marks
Evaluate: $\int\left(\frac{1-x}{1+x^2}\right)^2 e^x d x$
Answer
Let, $I=\int\left(\frac{1}{1+x^2}-\frac{2 x}{\left(1+x^2\right)^2}\right) e^x d x$
$\begin{array}{l}=\frac{1}{1+x^2} e^x+c \\ \left(\because \int e^x\left[f(x)+f^{\prime}(x)\right] d x=e^x f(x)+c\right) \\ \quad\left[\text { as } \frac{d}{d x}\left(\frac{1}{1+x^2}\right)=\frac{-2 x}{\left(1+x^2\right)^2}\right]\end{array}$
View full question & answer
Question 262 Marks
Find: $\int \frac{\left(x^4-x\right)^{\frac{1}{4}}}{x^5} d x$
Answer
Let $I=\int \frac{\left(x^4-x\right)^{\frac{1}{4}}}{x^5} d x$
$=\int\left[x^4\left(1-\frac{x}{x^4}\right)\right]^{\frac{1}{4}} \frac{1}{x^5} d x$
$\begin{array}{l}=\int x\left(1-\frac{1}{x^3}\right)^{\frac{1}{4}} \frac{1}{x^5} d x \\ =\int\left(1-\frac{1}{x^3}\right)^{\frac{1}{4}} \frac{1}{x^4} d x\end{array}$
Put $1-\frac{1}{x^3}=t$
So that, $\frac{3}{x^4} d x=d t$
$\Rightarrow$ $d x=\frac{x^4}{3} d t$
$\begin{array}{l}=\frac{1}{3} \int t^{\frac{1}{4}} d t=\frac{1}{3} \cdot \frac{4}{5} t^{\frac{5}{4}} \\ =\frac{4}{15}\left(1-\frac{1}{x^3}\right)^{\frac{5}{4}}+C\end{array}$
View full question & answer
Question 272 Marks
Evaluate: $\int \frac{e^x(x-3)}{(x-1)^3} d x$
Answer
$\int \frac{e^x(x-3)}{(x-1)^3} d x=\int e^x\left[\frac{(x-1)-2}{(x-1)^3}\right] d x$
$=\int e^x\left[\frac{1}{(x-1)^2}+\left(\frac{-2}{(x-1)^3}\right)\right] d x$
$\left(\because \int e^x\left[f(x)+f^{\prime}(x)\right] d x=e^x f(x)+c\right)$
$1=\frac{e^x}{(x-1)^2}+C$
View full question & answer
Question 282 Marks
Find: $\int \frac{2 x}{\sqrt[3]{x^2+1}} d x$
Answer
Let, $x^2+1=t^3$ $\therefore 2 x d x=3 t^2 d t$
$\int \frac{2 x}{\sqrt[3]{x^2+1}} d x=\int \frac{1}{t^3} d t$
$\int \frac{3 t^2 d t}{\sqrt[3]{t^3}}=3 \int t d t=\frac{3 t^2}{2}+C$
$=\frac{3}{2}\left(x^2+1\right) \frac{2}{3}+C$
View full question & answer
Question 292 Marks
Find $\int x e^{\left(1+x^2\right)} d x$
Answer
Let $\left(1+x^2\right)=t$
so $2 x d x=d t$
$\Rightarrow$ $I=\frac{1}{2} \int e^t d t$
$\begin{array}{l}=\frac{1}{2} e^t+c \\ =\frac{1}{2} e^{\left(1+x^2\right)}+c\end{array}$
View full question & answer
Question 302 Marks
Find: $\int \frac{d x}{\sqrt{x}+x}$
Answer
$\int \frac{d x}{\sqrt{x}+x} d x=\int \frac{1}{\sqrt{x}(1+\sqrt{x})} d x$
Let, $1+\sqrt{x}=t$
$\begin{aligned} 0+\frac{1}{2 \sqrt{x}} d x & =d t \\ \frac{1}{\sqrt{x}} d x & =2 d t \\ & =2 \int \frac{1}{t} d t \\ & =2 \log t+C \\ & =2 \log (1+\sqrt{x})+C\end{aligned}$
View full question & answer
Question 312 Marks
Find $\int \frac{2^{x+1}-5^{x-1}}{10^x} d x$
Answer
$\int \frac{2^{x+1}-5^{x-1}}{10^x} d x=\int \frac{2^{x+1}-5^{x-1}}{2^x \cdot 5^x} d x$
$\begin{array}{l}=\int\left(\frac{2^{x+1}}{2^x \cdot 5^x}-\frac{5^{x-1}}{2^x \cdot 5^x}\right) d x \\ =\int \frac{2}{5^x} d x-\int \frac{1}{5 \cdot 2^x} d x \\ =2 \int 5^{-x} d x-\frac{1}{5} \int 2^{-x} d x \\ =2 \times \frac{-5^{-x}}{\log 5}-\frac{1}{5} \times \frac{-2^{-x}}{\log 2} \\ =\frac{1}{5.2^x \log 2}-\frac{2}{5^x \log 5}+C\end{array}$
View full question & answer
Question 322 Marks
Evaluate: $\int_e^{e^2} \frac{d x}{x \log x}$
Answer
Put log(x) = t
or $d t=\frac{1}{x} d x$
Put $x=e^2$ or $t=2$ and $x=e$ or $t=1$
$\therefore \quad \int_c^{c^2} \frac{d x}{x \log x}=\int_1^2 \frac{d t}{t}$
= log(2) - log(1)
= log(2)
View full question & answer
Question 332 Marks
Evaluate: $\int \frac{3 x}{3 x-1} d x$
Answer
$\int \frac{3 x}{3 x-1} d x=\int \frac{3 x-1+1}{3 x-1} d x$
$\begin{array}{l}=\int\left(1+\frac{1}{3 x-1}\right) d x \\ =x+\frac{1}{3} \log |3 x-1|+C\end{array}$
View full question & answer
Question 342 Marks
Evaluate : $\int x e^{\left(1+x^2\right)} d x$
Answer
Let $\left(1+x^2\right)=t$
So, 2x dx = dt
$\Rightarrow$
$\begin{aligned} I & =\frac{1}{2} \int e^t d t \\ & =\frac{1}{2} e^t+c \\ & =\frac{1}{2} e^{\left(1+x^2\right)}+c\end{aligned}$
View full question & answer
Question 352 Marks
Evaluate : $\int \frac{1}{x(1+\log x)} d x$
Answer
Let 1 + log(x) = t
$\begin{aligned}\left(\frac{1}{x}\right) d x & =d t \\ d x & =x d t \\ I & =\int \frac{1}{x(t)} x d t \\ & =\int \frac{1}{t} d t \\ & =\log |t|+C \\ & =\log |1+\log x|+C\end{aligned}$
View full question & answer
2 Marks Questions - Applied Maths STD 12 Science Questions - Vidyadip