Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

If y = 3x((x + a)/(x + b)) + 5 where, a and b are constants and a > b, be the total cost for x unit of output of a commodity. What will be the nature of marginal cost as the output increases continuously?(a) Does not change(b) Increases continuously(c) Falls continuously(d) Changes as the interval of y changesThe question was asked in an online quiz.Query is from Calculus Application topic in division Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (c) Falls continuously

Explanation: We have y = 3x((X + a)/(x + B)) + 5

From the definition we GET,

MARGINAL cost = dy/dx = d/dx[3*((x^2 + xa)/(x+b))] + 0

Solving it further, we get,

= [((x^2 + xa)/(x+b))]d[3]/dx+ 3 d[((x^2 + xa)/(x+b))]/dx

= 0 + 3 [(x+b)d(x^2 + xa)/dx – (x^2 + xa)d(x+b)/dx]/(x+b)^2

= 3[1+(b(a – b)/(x+b)^2)]

By problem, a > 0, b > 0 and a > b; hence from the expression of dy/dx, it is evident that dy/dx decreases as x increases.

Hence, we conclude the marginal cost falls continuously as the output increases.

52.

The distance x of a particle moving along a straight line from a fixed point on the line at time t after start is given by t = ax^2 + bx + c (a, b, c are positive constants). If v be the velocity of the particle and u(≠0) be the initial velocity of the particle then which one is correct?(a) 1/v^2 + 1/u^2 = 4at(b) 1/v^2 + 1/u^2 = -4at(c) 1/v^2 – 1/u^2 = 4at(d) 1/v^2 – 1/u^2 = -4atI got this question in examination.The above asked question is from Calculus Application topic in portion Application of Calculus of Mathematics – Class 12

Answer» CORRECT choice is (c) 1/v^2 – 1/u^2 = 4at

The explanation is: We have, t = ax^2 + bx + c……….(1)

Differentiating both sides of (1) with RESPECT to x we get,

dt/dx = d(ax^2 + bx + c)/dx = 2ax + b

Thus, v = velocity of the particle at time t

= dx/dt = 1/(dt/dx) = 1/(2ax + b) = (2ax + b)^-1……….(2)

Initially, when t = 0 and v = u, LET x = X0; hence, from (1) we get,

ax0^2 + bx0 + c = 0

Or ax0^2 + bx0 = -c……….(3)

And from (2) we get, u = 1/(2ax0 + b)

Thus, 1/v^2 – 1/u^2 = (2ax + b)^2 – (2ax0 + b)^2

= 4a^2x^2 + 4abx – 4a^2x0^2 – 4abx0

= 4a^2x^2 + 4abx – 4a(ax0^2 – bx0)

= 4a^2x^2 + 4abx – 4a(-c)[using (3)]

= 4a(ax^2 + bx + c)

Or 1/v^2 – 1/u^2 = 4at
53.

Two straight railway lines meet at right angles. A train starts from the junction along one line and at the same time instant, another train starts towards the junction from a station on the other line and they move at the same uniform velocity.When will they be nearest to each other?(a) When they are equal distance from the junction(b) When they are in unequal distance from the junction(c) When they form a right angle at the junction(d) Data not sufficientI had been asked this question during an interview.Enquiry is from Calculus Application in division Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (a) When they are equal distance from the junction

Explanation: Let OX and OY be two straight RAILWAY lines and they meet at O at right angles.

One train starts from the junction and moves with uniform velocity u km/hr along the line OY.

And at the same INSTANT, another train starts towards the junction O from station A on the line OX with same uniform velocity u km/hr.

Let C and B be the position of the two trains on lines OY and OX respectively after t hours from the start.

Then OC = AB = ut km. Join BC and let OA = a km and BC = x km.

Then OB = a – ut.

Now, from the right angled triangle BOC we get,

BC^2 = OB^2 + OC^2

Or x^2 = (a – ut)^2 + (ut)^2

Thus, d(x^2)/dt = 2(a – ut)(-u) + u^2(2t)

And d^2(x^2)/dt^2 = 2u^2 + 2u^2 = 4u^2

For MAXIMUM or minimum value of x^2(i.e., x) we must have,

d(x^2)/dt = 0

Or 2(a – ut)(-u) + u^2(2t) = 0

Or 2ut = a[Since u ≠ 0]

Or t = a/2u

Again at t = a/2u we have, d^2(x^2)/dt^2 = 4u^2 > 0

Therefore, x^2(i.e., x) is minimum at t = a/2u

Now when t= a/2u, then OC = ut = u(a/2u) = a/2 and OB =a – ut = a – u(a/2u) = a/2 that is at t = a/2u we have, OC = OB.

Therefore, the trains are nearest to each other when they are equally distant from the junction.

54.

A particle moves in a horizontal straight line under retardation kv^3, where v is the velocity at time t and k is a positive constant. If initial velocity be u and x be the displacement at time,then which one is correct?(a) 1/v = 1/u + kx(b) 1/v = 1/u – 2kx(c) 1/v = 1/u – kx(d) 1/v = 1/u + 2kxI got this question in an internship interview.I want to ask this question from Calculus Application topic in chapter Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (a) 1/v = 1/u + kx

The best explanation: Since the PARTICLE is moving in a STRAIGHT line under a retardation kv^3, hence, we have,

dv/dt = -kv^3……….(1)

Or dv/dx*dx/dt = -kv^3

Or v(dv/dx) = -kv^3[as, dx/dt = v]

Or ∫v^-2 dv = -k∫dx

Or v^-2+1/(-2 + 1) = -kx – B, where B is a INTEGRATION constant

Or 1/v = kx + B……….(3)

Given, v = u, when x = 0; hence, from (3) we GET, B = 1/u

Thus, putting B = 1/u in (3) we get,

1/v = 1/u + kx.

55.

Given, f(x) = x^3 – 12x^2 + 45x + 8. At which point does f(x) has its minimum?(a) 1(b) 7(c) 3(d) 5I have been asked this question in quiz.My query is from Calculus Application topic in division Application of Calculus of Mathematics – Class 12

Answer»

The correct answer is (d) 5

Explanation: We have, f(x) = x^3 – 12x^2 + 45x + 8……….(1)

Differentiating both sides of (1) with respect to x we

f’(x) = 3x^2 – 24x + 45

3x^2 – 24x + 45 = 0

Or x^2 – 8X + 15 = 0

Or (x – 3)(x – 5) = 0

Thus, either x – 3 = 0 i.e., x = 3 or x – 5 = 0 i.e., x = 5

Therefore, f’(x) = 0 for x = 3 and x = 5.

If h be a positive quantity, however small, then,

f’(5 – h) = 3*(5 – h – 3)(5 – h – 5) = -3h(2 – h) = negative.

f’(5 + h) = 3*(5 + h – 3)(5 + h – 5) = 3h(2 + h) = positive.

Clearly, f’(x) CHANGES sign from negative on the LEFT to positive on the right of the point x = 5.

So, f(x) has minimum at 5.

56.

Given, f(x) = x^3 – 12x^2 + 45x + 8. At which point does f(x) has its maximum?(a) 1(b) 2(c) 3(d) 4I had been asked this question in exam.This question is from Calculus Application in section Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (c) 3

Best explanation: We have, f(x) = x^3 – 12x^2 + 45X + 8……….(1)

Differentiating both SIDES of (1) with respect to x we

f’(x) = 3x^2 – 24x + 45

3x^2 – 24x + 45 = 0

Or x^2 – 8X + 15 = 0

Or (x – 3)(x – 5) = 0

Thus, either x – 3 = 0 i.e., x = 3 or x – 5 = 0 i.e., x = 5

Therefore, f’(x) = 0 for x = 3 and x = 5.

If h be a positive quantity, however SMALL, then,

f’(3 – h) = 3*(3 – h – 3)(3 – h – 5) = 3h(h + 2) = positive.

f’(3 + h) = 3*(3 + h – 3)(3 + h – 5) = 3h(h – 2) = negative.

Clearly, f’(x) changes sign from positive on the left to negative on the right of the POINT x = 3.

So, f(x) has maximum at 3.

57.

What is the nature of the function f(x) = 2/3(x^3) – 6x^2 + 20x – 5?(a) Possess only minimum value(b) Possess only maximum value(c) Does not possess a maximum or minimum value(d) DatainadequateThis question was addressed to me during an online interview.Asked question is from Calculus Application topic in division Application of Calculus of Mathematics – Class 12

Answer»

Right choice is (c) Does not possess a maximum or minimum value

Easiest EXPLANATION: We have, f(x) = 2/3(x^3) – 6x^2 + 20x – 5 ……….(1)

DIFFERENTIATING both side of (1) with RESPECT to x, we get,

f’(x) = 2X^2 – 12x + 20

Now, for a maximum and minimum value of f(x) we have,

f’(x) = 0

Or 2x^2 – 12x + 20 = 0

Or x^2 – 6x + 10= 0

So, x = [6 ± √(36 – 4*10)]/2

x = (6 ± √-4)/2, which is imaginary.

Hence, f’(x) does not vanishes at any point of x.

Thus, f(x) does not possess a maximum or minimum value.

58.

What will be the value of x for which the value of cosx is minimum?(a) 0(b) -1(c) 1(d) Cannot be determinedI have been asked this question in an international level competition.This question is from Calculus Application topic in chapter Application of Calculus of Mathematics – Class 12

Answer»

Correct option is (B) -1

Easiest explanation: Let, f(X) = cosx

Then, f’(x) = -SINX and f”(x) = -cosx

At an extreme point of f(x) we must have,

f’(x) = 0

Or -sinx = 0

Or x = nπ where, n – any integer.

If n is an odd integer i.e., n = 2M + 1 where m is any integer, then at,

x = (2m + 1)π we have, f”(x) = [(2m + 1)π] = -cos(2mπ + π) = -cosπ = -1(-1) = 1

So, f”(x) is positive at x = (2m + 1)π

Hence, f(x) = cosx is MINIMUM at x = (2m + 1)π.

So, the minimum value of cosx is cos(2mπ + π) = cosπ = -1.

59.

A particle is projected vertically upwards with a velocity of 196 m/sec. What will be its velocity at the end of 30 seconds?(a) 98 m/sec in the upward direction(b) 98 m/sec in the downward direction(c) 99 m/sec in the upward direction(d) 99 m/sec in the downward directionI have been asked this question in examination.The origin of the question is Calculus Application topic in chapter Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (b) 98 m/sec in the downward direction

The best I can explain: Let the PARTICLE projected from A with VELOCITY u = 196 m/sec and P be its position at time t where, AP = x m, if v m/sec be its velocity at P,then the equation of motion of the particle is,

dv/dt = -g [where, v = dx/dt]……….(1)

Since v = u, when t = 0, hence from (1) we get,

u∫^vdv = -g 0∫^tdt

Or v – u = -gt

Or dx/dt = u – gt ……….(2)

Let v1 be the velocities of the particle after 10 SECONDS from the INSTANT of projection.

Then v = v1 when t = 10; hence from (2) we get,

v1 = 196 – (9.8)*30 = -98 m/sec[as, g = 9.8m/sec^2]

Since the upward direction is TAKEN as positive, hence after 30 seconds the velocity of the particle is -98 m/sec in the upward direction. So, the velocity will be 98 m/sec in the downward direction.

60.

A motor car travelling at the rate of 40 km/hr is stopped by its brakes in 4 seconds. How long will it go from the point at which the brakes are first applied?(a) 22m(b) 22(2/9)m(c) 22(1/9)m(d) 22(4/9)mThis question was addressed to me in an international level competition.This interesting question is from Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

Correct option is (B) 22(2/9)m

The best I can EXPLAIN: Let f be the uniform retardation in m/sec^2 to the motion of the motor car due to application of brakes.

By question, the car is stopped by its brakes in 4 seconds, hence, the final velocity of the car after 4 seconds = 0.

THEREFORE, using the formula v = u – ft we get,

0 = ((40*1000)/(60*60) – f(4))[Since u = initial velocity of the motor car = 40 km/hr = (40*1000)/(60*60) m/sec]

Or f = 25/9

Let the car go through a distance s m from the point at which the brakes are first applied.

Then using the formula s = ut – 1/2(ft^2) we get,

s = ((40*1000)/(60*60))*4 – 1/2(25/9)(4*4)

= 200/9

= 22(2/9)

Therefore, the required distance described by the car = 22(2/9)m.

61.

What is the nature of the straight line x + y + 7 = 0 to the hyperbola 3x^2 – 4y^2 = 12 whose normal is at the point (x1, y1)?(a) Chord to hyperbola(b) Tangent to hyperbola(c) Normal to hyperbola(d) Segment to hyperbolaI had been asked this question in final exam.My enquiry is from Calculus Application in division Application of Calculus of Mathematics – Class 12

Answer»

The CORRECT choice is (c) Normal to hyperbola

The best explanation: Equation of the given hyperbola is, 3x^2 – 4y^2 = 12 ……….(1)

Differentiating both sides of (1) with respect to y we get,

3*2x(dy/dx) – 4*(2y) = 0

Or dx/dy = 4y/3x

Therefore, the equation of the normal to the hyperbola (1) at the point (x1, y1) on it is,

y – y1 = -[dx/dy](x1, y1) (x – x1) = -4y1/3x1(x – x1)

Or 3x1y + 4y1x – 7x1y1 = 0

Now, if possible, LET US assume that the straight line

x + y + 7 = 0 ………..(2)

This line is normal to the hyperbola (1) at the point (x1, y1). Then, the equation (2) and (3) must be identical. Hence, we have,

3x1/1 = 4y1/1 = -7x1y1/7

So, x1 = -4 and y1 = -3

Now, 3x1^2 – 4y1^2 = 3(-4)^2 – 4(-3)^2 = 12

This shows the point (-4, -3) lies on the hyperbola (1).

Thus, it is evident that the straight line (3) is normal to the hyperbola (1).

62.

What will be the co-ordinates of the foot of the normal to the parabola y^2 = 3x which is perpendicular to the line y = 2x + 4?(a) (-3/16, -3/4)(b) (-3/16, 3/4)(c) (3/16, -3/4)(d) (3/16, 3/4)This question was addressed to me in my homework.My doubt stems from Calculus Application topic in portion Application of Calculus of Mathematics – Class 12

Answer»

The correct option is (d) (3/16, 3/4)

Easy explanation: GIVEN, y^2 = 3x ……….(1)and y = 2x + 4……….(2)

DIFFERENTIATING both sides of (1) with respect to y we get,

2y = 3(dx/dy)

Or dx/dy = 2y/3

Let P (X1, y1) be any point on the parabola (1). Then the slope of the NORMAL to the parabola (1) at point P is

-[dx/dy]P = -2y1/3

If the normal at the point P to the parabola (1) be perpendicular to the line (2) then we must have,

-2y1/3*2 = -1

Since the slope of the line (2) is 2

Or y1 = 3/4

Since the point P(x1, y1) LIES on (1) hence,

y1^2 = 3x1

As, y1 = 3/4, so, x1 = 3/16

Therefore, the required equation of the normal is

y – y1 = -(2y1)/3*(x – x1)

Putting the value of x1 and y1 in the above equation we get,

16x + 32y = 27

And the coordinates of the foot of the normal are (x1, y1) = (3/16, 3/4)

63.

A particle moves along the straight-line OX, starting from O with a velocity 4 cm/sec. At time t seconds its acceleration is (5 + 6t) cm/sec^2. What will be the velocity of the particle from O after 4 seconds?(a) 70 cm/sec(b) 71 cm/sec(c) 72 cm/sec(d) 73 cm/secI have been asked this question during an online interview.This intriguing question comes from Calculus Application topic in portion Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (c) 72 cm/sec

The BEST I can explain: Let, vcm/sec be the velocity and x cm be the DISTANCE of the particle from O and time t seconds.

Then the velocity of the particle at time t seconds is, V = dx/dt

By the question, dv/dt = 5 + 6t

Or dv = (5 + 6t) dt

Or ∫dv = ∫(5 + 6t) dt

Or v = 5t + 6*(t^2)/2 + A……….(1)

By question v = 4, when t = 0;

Hence, from (1) we get, A = 4.

Thus, v = dx/dt = 5t + 3(t^2) + 4……….(2)

Thus, velocity of the particle after 4 seconds,

= [v]t = 4 = (5*4 + 3*4^2 + 4)[putting t = 4 in (2)]

= 72 cm/sec.

64.

What will be the minimum value of the function 2x^3 + 3x^2 – 36x + 10?(a) -31(b) 31(c) -34(d) 34I got this question at a job interview.Question is taken from Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

The correct choice is (c) -34

Explanation: Let y = 2x^3 + 3x^2 – 36x + 10……….(1)

Differentiating both sides of (1) with respect to x we get,

dy/dx = 6x^2 + 6x – 36

And d^2y/dx^2 = 12x + 6

For MAXIMA or minima VALUE of y, we have,

dy/dx = 0

Or 6x^2 + 6x – 36 = 0

Or x^2 + x – 6 = 0

Or (x + 3)(x – 2) = 0

Therefore, either x + 3 = 0 i.e., x = -3 or x – 2 = 0 i.e., x = 2

Now, d^2y/dx^2 = 12x + 6 = 12(2) + 6 = 30 > 0

Putting x = 2 in (1) we get its minimum value as,

2x^3 + 3x^2 – 36x + 10 = 2(2)^3 + 3(2)^2 – 36(2) + 10

= -34

65.

A particle is projected vertically upwards with a velocity of 196 m/sec. How many times will it attain a height of 1254.4 m after projection?(a) 0(b) 1(c) 2(d) 3I have been asked this question during an online exam.This question is from Calculus Application topic in portion Application of Calculus of Mathematics – Class 12

Answer»

Correct option is (c) 2

To explain: Let the particle projected from A with velocity u = 196 m/sec and P be its position at time t where, AP = x m, if v m/sec be its velocity at P,then the equation of motion of the particle is,

dv/dt = -g [where, v = dx/dt]……….(1)

Since v = u, when t = 0, hence from (1) we get,

u∫^vdv = -g 0∫^tdt

Or v – u = -GT

Or dx/dt = u – gt ……….(2)

Since x = 0, when t = 0, hence from (2) we get,

0∫^x dx = 0∫^x (u – gt)dt

Or x = ut – (1/2)gt^2 ……….(3)

Suppose the particle ATTAINS the HEIGHT of 1254.4 m after t2 SECONDS from the instant of projection.

Then, x = 1254.4, where t = t2; hence, from (3) we get,

1254.4 = 196t2 – (1/2)(9.8)t2^2[as, g = 9.8 m/sec^2]

t2^2 – 40t2 + 256 = 0

Or (t2 – 8)(t2 – 32) = 0

Or t2 = 8, 32

Clearly, the particle attains the height of 1254.4m twice; once after 8 seconds from the instant of its projection during its upward motion and next, after 32 seconds from the same instant during its motion in the downward direction.

66.

One motor car A stands 24m in front of a motorcycle B. Both starts from rest along a straight road in the same direction. If A moves with uniform acceleration of 2 m/sec^2 and B runs with a uniform velocity of 9 m/sec, is it possible for B to overtake A?(a) No(b) Yes(c) Data not sufficient(d) Answer cannot be determinedThe question was posed to me in unit test.The above asked question is from Calculus Application topic in chapter Application of Calculus of Mathematics – Class 12

Answer»

The correct answer is (a) No

To explain I WOULD say: Let P and Q be the initial positions of the motor car and motorcycle B respectively, where PQ = 24m.

If possible, let us assume that B overtakes A after point R on the straight road after time t seconds from the start.

Then, considering the motion of motor car A, we get

PR = 1/2 (2) (t^2) = t^2

Again, considering the motion of motorcycle B we get QR = 9t.

Now,QP+PR = QR

Or 24 + t^2 = 9t

Or t^2 – 9t + 24 = 0

Or t = [9 ± √(81 – 4*24)]/2

Or t = (9 ± √-15)/2

Clearly, the values of t are imaginary.

Therefore, there is no real positive time when B overtake A.

Hence, the in this case B will never overtake A.

67.

Two motor cars on the same line approach each other with velocities u1 and u2 respectively. When each is seen from the other, the distance between them is x. If f1 and f2 to be the maximum retardation of the two cars then a collision can be just avoided then at which condition collision can just be avoided?(a) (u1^2f2 – u2^2f1) = 2f1f2(x)(b) (u1^2f2 + u2^2f1) = 2f1f2(x)(c) (u1^2f2 + u2^2f1) = f1f2(x)(d) (u1^2f2 – u2^2f1) = f1f2(x)The question was asked in an interview for internship.Asked question is from Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

Correct option is (b) (u1^2f2 + u2^2f1) = 2f1f2(X)

Best explanation: By question the two motor cars approach each other along the same line.

Let P and Q be the positions of the cars on the line when each is seen from the other, where PQ = x.

It is evident that a COLLISION can be just avoided, if the two cars stop at the POINT somewhere between P and Q that is if velocities of both the motor cars at O are zero.

Since the initial velocity of the motor car is at P is u1 and it comes to rest at O, HENCE, its equation is

0 = u1^2 – 2f1(PO)

Or (PO) = u1^2/2f1

Again, the initial velocity of the motor car at Q is due to and it comes to rest at O; hence its equation of motion is,

0 = u2^2 – 2f2(QO)

Or (QO) = u2^2/2f2

Now, x = PQ = PO + OQ = u1^2/2f1 + u2^2/2f2

Or u1^2f2 + u2^2f1)/2f1f2 = x

Thus, (u1^2f2 + u2^2f1) = 2f1f2(x).

68.

What will be nature of the f(x) = 10 – 9x + 6x^2 – x^3 for 1 < x < 3?(a) Decreases(b) Increases(c) Cannot be determined for 1 < x < 3(d) A constant functionI had been asked this question during a job interview.This key question is from Calculus Application topic in chapter Application of Calculus of Mathematics – Class 12

Answer»

Correct choice is (B) Increases

Explanation: f(x) = 10 – 9x + 6x^2 – x^3

Thus, f’(x) =– 9 + 12x –3 x^2

= -3(x^2 – 4x + 3)

Or f’(x) = -3(x – 1)(x – 3)……….(1)

If 1 < x < 3, then x – 1 > 0 and x – 3 < 0

Hence, (x – 1)(x – 3) < 0

Thus, from (1) it readily FOLLOWS that, f’(x) > 0, when 1 < x < 3

So, f(x) increases for VALUES of 1 < x < 3.

69.

“It is impossible for a particle to move in a straight line so that its velocity varies at the distance from the commencement of motion”. Which one is correct for the given statement?(a) The above statement is valid(b) The above statement is not valid(c) Data inadequate(d) Answer does not existThis question was addressed to me in an online interview.My query is from Calculus Application in division Application of Calculus of Mathematics – Class 12

Answer»

The correct option is (a) The above statement is valid

For explanation: Let a particle be moving along the straight-line OX and P be its position at time t, when OP = x. CLEARLY, the velocity and ACCELERATION of the particle at P are dx/dt and d^2x/dt^2 respectively.

If possible, let US assume,

dx/dt α x

dx/dt = kx, where k is a constant variation.

Now, d^2x/dt^2 = d(kx)/dt = k(dx/dt)

= k^2x

At the starting POINT O, we have x = 0 and we see that dx/dt = 0 and d^2x/dt^2 = 0, when x = 0 that is, both velocity and acceleration of the particle are zero at x = 0 and the particle remains at rest at O.

Therefore, it is impossible for a particle to have any motion under the given CONDITION.

70.

Given, f(x) = x^3 – 12x^2 + 45x + 8. What is the minimum value of f(x)?(a) -1(b) 0(c) 1(d) Value does not existI have been asked this question during an online exam.Enquiry is from Calculus Application in section Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (c) 1

The explanation: We have, f(x) = x^3 – 12x^2 + 45x + 8……….(1)

Differentiating both sides of (1) with respect to x we

f’(x) = 3x^2 – 24x + 45

3x^2 – 24x + 45 = 0

Or x^2 – 8x + 15 = 0

Or(x – 3)(x – 5) = 0

THUS, either x – 3 = 0 i.e., x = 3 or x – 5 = 0 i.e., x = 5

Therefore, f’(x) = 0 for x = 3 and x = 5.

If h be a positive quantity, however SMALL, then,

f’(5 – h) = 3*(5 – h – 3)(5 – h – 5) = -3h(2 – h) = negative.

f’(5 + h) = 3*(5 + h – 3)(5 + h – 5) = 3h(2 + h) = positive.

Clearly, f’(x) changes SIGN from negative on the left to positive on the right of the point x = 5.

So, f(x) has minimum at 5.

Putting, x = 5 in (1)

Thus, its maximum value is,

f(3) = 5^3 – 12*5^2 + 45*5 + 8 = 58.

71.

A particle is moving in a straight line is at a distance x from a fixed point in the straight line at time t seconds, where x = 2t^3 – 12t + 11. What is the displacement of the particle at the end of 2 seconds?(a) 1 cm(b) 2 cm(c) 3 cm(d) 4 cmI got this question in an online interview.This question is from Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

The correct choice is (c) 3 CM

Easy EXPLANATION: We have, X = 2t^3 – 12t + 11 ……….(1)

Putting t = 2 in (1), we get,

Displacement = x = 2t^3 – 12t + 11

= 2(2)^3 – 12(2) + 11

= 3 cm.

72.

What will be the values of x for which the value of cosx is minimum?(a) (2m + 1)π(b) (2m)π(c) (2m + 1)π/2(d) (2m – 1)πI had been asked this question during a job interview.The question is from Calculus Application topic in division Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (a) (2m + 1)π

For explanation I WOULD say: LET, f(X) = cosx

Then, f’(x) = -sinx and f”(x) = -cosx

At an extreme point of f(x), we must have,

f’(x) = 0

Or -sinx = 0

Or x = nπ where, N is any integer.

If n is an odd integer i.e., n = 2m + 1 where m is any integer, then at,

x = (2m + 1)π we have, f”(x) = [(2m + 1)π] = -cos(2mπ + π) = -cosπ = -1(-1) = 1

So, f”(x) is positive at x = (2m + 1)π

Hence, f(x) = cosx is MINIMUM at x = (2m + 1)π.

73.

A particle is projected vertically upwards with a velocity of 196 m/sec. What will be its velocity at the end of 10 seconds?(a) 98 m/sec in the upward direction(b) 98 m/sec in the downward direction(c) 99 m/sec in the upward direction(d) 99 m/sec in the downward directionThe question was asked in class test.My doubt is from Calculus Application topic in chapter Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (a) 98 m/sec in the upward direction

The explanation: Let the particle PROJECTED from A with velocity u = 196 m/sec and P be its position at time t where, AP = X m, if v m/sec be its velocity at P,then the equation of MOTION of the particle is,

dv/dt = -g [where, v = dx/dt]……….(1)

Since v = u, when t = 0, hence from (1) we get,

u∫^vdv = -g 0∫^tdt

Or v – u = -gt

Or dx/dt = u – gt ……….(2)

Let v1 be the velocities of the particle after 10 seconds from the instant of projection.

Then v = v1 when t = 10; hence from (2) we get,

v1 = 196 – (9.8)*10 = 98 m/sec[as, g = 9.8m/sec^2]

Since the upward direction is taken as positive, hence after 10 seconds the velocity of the particle is 98 m/sec in the upward direction.

74.

What will be the equation of the circle which touches the line x + 2y + 5 = 0 and passes through the point of intersection of the circle x^2 + y^2 = 1 and x^2 + y^2 + 2x + 4y + 1 = 0?(a) x^2 + y^2 + 2x + y = 0(b) x^2 + y^2 + x + 2y = 1(c) x^2 + y^2 + x + 2y = 0(d) x^2 + y^2 + 2x + 2y = 1The question was posed to me during an online exam.The above asked question is from Calculus Application topic in portion Application of Calculus of Mathematics – Class 12

Answer»

The correct answer is (C) X^2 + y^2 + x + 2y = 0

Explanation: The equation of any circle through the points of INTERSECTION of the given circle is,

x^2 + y^2 + 2x + 4Y + 1 + K(x^2 + y^2 – 1) = 0

x^2 + y^2 + 2x(1/(k + 1)) + 2*2y/(k + 1) + (1 – k)/(1 + k) = 0

Clearly, the co-ordinates of the center of the circle (1) are, (-1/(1 + k), -2/(1 + k)) and its radius,

= √[(1/(1 + k))^2 + (2/(1 + k))^2 – ((1 – k)]/(1 + k))

= √(4 + k^2)/(1 + k)

Clearly, the line x + 2y + 5 = 0 is tangent to the circle (1), hence, the perpendicular distance of the line from the center of the circle = radius of the circle

± (-1/(1 + k))– 2(2/(1 + k)) + 5/ √(1^2 + 2^2) = √(4 + k^2)/(1 + k)

Or ±(5k/√5) = √(4 + k^2)

Or 5k^2 = 4 + k^2

Or 4k^2 = 4

Or k = 1 [as, k ≠ -1]

Putting k = 1 in (1), equation of the given circle is,

x^2 + y^2 + x + 2y = 0

75.

A particle is projected vertically upwards with a velocity of 196 m/sec. What will the time of rise?(a) 10 sec(b) 20 sec(c) 30 sec(d) 40 secThis question was posed to me by my college director while I was bunking the class.This key question is from Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

The CORRECT ANSWER is (b) 20 sec

Explanation: Let the particle projected from A with velocity U = 196 m/sec and P be its position at time t where, AP = x m, if v m/sec be its velocity at P, then the equation of motion of the particle is,

dv/dt = -g [where, v = DX/dt]……….(1)

Since v = u, when t = 0, hence from (1) we get,

u∫^vdv = -g 0∫^tdt

Or v – u = -gt

Or dx/dt = u – gt ……….(2)

Since x = 0, when t = 0, hence from (2) we get,

0∫^x dx = 0∫^x (u – gt)dt

Or x = ut – (1/2)gt^2 ……….(3)

Again, (1) can be written as,

dv/dx*dx/dt = -g

Or v(dv/dx) = -g……….(4)

Since v = u, when x = 0, hence, from (4) we get,

u∫^vvdv = -g 0∫^xdx

Or v^2 = u^2 – 2gx……….(5)

Let, t1 be the time of RISE of the particle; then v = 0, when t = t1.

Thus, from (2) we get,

0 = u – gt1

As, g = 9.8m/sec^2

Or t1 = u/g = 196/9.8 = 20 sec.

76.

A particle is moving in a straight line is at a distance x from a fixed point in the straight line at time t seconds, where x = 2t^3 – 12t + 11. What is the acceleration of the particle at the end of 2 seconds?(a) 22 cm/sec^2(b) 24 cm/sec^2(c) 26 cm/sec^2(d) 28 cm/sec^2This question was addressed to me in an international level competition.Enquiry is from Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

Right option is (a) 22 cm/sec^2

Explanation: We have, x = 2t^3 – 12t + 11……….(1)

Let V and f be the velocity and ACCELERATION respectively of the particle at TIME t seconds.

Then, v = dx/dt = d(2t^3 – 12t + 11)/dt

= 6t^2 – 12……….(2)

And f = dv/dt = d(6t^2 – 12)/dt

= 12t……….(3)

Putting the value of t = 2 in (3),

Therefore, the DISPLACEMENT of the particle at the end of 2 seconds,

12t = 12(2)

= 24 cm/sec^2

77.

A particle moves in a straight-line OA; the distance of the particle from O at time t seconds is x ft, where x = a + bt + ct^2 (a, b > 0). What will be the nature of motion of the particle when c > 0?(a) Uniform retardation(b) Uniform speed(c) Uniform positive acceleration(d) Uniform velocityThis question was addressed to me in unit test.This intriguing question comes from Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (c) Uniform POSITIVE acceleration

Explanation: We have, X = a + bt + ct^2……….(1)

Let, v and F be the velocity and acceleration of a PARTICLE at time t seconds.

Then, v = dx/dt = d(a + bt + ct^2)/dt= b + ct……….(2)

And f = dv/dt = d(b + ct)/dt = c……….(3)

CLEARLY, when c > 0,implies f > 0.

Hence in this case the particle moves withan uniform positive acceleration.

78.

At which point does f(x) = |x – 1| has itslocal minimum?(a) They are unequal(b) They are equal(c) Depend on the numbers(d) Can’t be predictedThe question was asked in examination.My doubt stems from Calculus Application in section Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (b) They are equal

To explain I would SAY: The given function is f(x) = ∣x − 1∣, x ∈ R.

It is known that a function f is differentiable at point x = c in its domain if both

\(\lim\limits_{h \rightarrow 0^-}\) hf(c + h) – f(c)

And

\(\lim\limits_{h \rightarrow 0^+}\) hf(c + h) – f(c) are FINITE and equal.

To check the differentiability of the function at x = 1,

LHS,

Consider the left hand limit of f at x=1

\(\lim\limits_{h \rightarrow 0^-}\frac{|1+h-1|-|1-1|}{h}\)

= \(\lim\limits_{h \rightarrow 0^-}\frac{|h|}{h}\)

= \(\lim\limits_{h \rightarrow 0^-}\frac{-h}{h}\)

= −1

RHS,

Consider the right hand limit of f at x − 1

\(\lim\limits_{h \rightarrow 0^+}\frac{|1+h-1|-|1-1|}{h}\)

= \(\lim\limits_{h \rightarrow 0^+}\frac{|h|}{h}\)

= 1

Since the left and right hand limits of f at x = 1 are not equal, f is not differentiable at x = 1.

As, LHS = -1 and RHS = 1, it is clear that, f’(1) < 0 on the left of x = 1 and f’(x) > 0 on the right of the point x = 1.

Hence, f’(x) changes sign, from negative on the left to positive on the right of the point x = 1.

Therefore, f(x) has a local minima at x = 1.

79.

What is the foot of the normal if the straight line x + y + 7 = 0 is normal to the hyperbola 3x^2 – 4y^2 = 12 whose normal is at the point (x1, y1)?(a) (4, 3)(b) (-4, 3)(c) (4, -3)(d) (-4, -3)The question was posed to me during an online exam.This intriguing question comes from Calculus Application topic in portion Application of Calculus of Mathematics – Class 12

Answer» RIGHT option is (d) (-4, -3)

The explanation is: Equation of the given hyperbola is, 3x^2 – 4y^2 = 12 ……….(1)

Differentiating both sides of (1) with respect to y we get,

3*2x(dy/dx) – 4*(2y) = 0

Or dx/dy = 4y/3x

Therefore, the equation of the normal to the hyperbola (1) at the POINT (x1, y1) on it is,

y – y1 = -[dx/dy](x1, y1) (X – x1) = -4y1/3x1(x – x1)

Or 3x1y + 4y1x – 7x1y1 = 0

Now, if possible, let us assume that the straight line

x + y + 7 = 0 ………..(2)

This line is normal to the hyperbola (1) at the point (x1, y1). Then, the equation (2) and (3) must be identical. HENCE, we have,

3x1/1 = 4y1/1 = -7x1y1/7

So, x1 = -4 and y1 = -3

Now, 3x1^2 – 4y1^2 = 3(-4)^2 – 4(-3)^2 = 12

This shows the point (-4, -3) lies on the hyperbola (1).

So, it’s the normal to the hyperbola.

Thus, it is EVIDENT that the straight line (3) is normal to the hyperbola (1); the co-ordinate foot is (-4, -3).
80.

What will be the minima for the function f(x) = x^4 – 8x^3 + 22x^2 – 24x + 8?(a) -1(b) 0(c) 2(d) 3I have been asked this question during an interview.This is a very interesting question from Calculus Application in section Application of Calculus of Mathematics – Class 12

Answer»

The correct OPTION is (d) 3

For EXPLANATION: We have, x^4 – 8x^3 + 22x^2 – 24x + 8 ……….(1)

Differentiating both sides of (1) with respect to x, we get,

f’(x) = 4x^3 – 24x^2 + 44x – 24 and f”(x) = 12x^2 – 48x + 44……….(2)

At an EXTREMUM of f(x), we have f’(x) = 0

Or 4x^3 – 24x^2 + 44x – 24 = 0

Or x^2(x – 1) – 5x(x – 1) + 6(x – 1) = 0

Or (x – 1)(x^2 – 5x + 6) = 0

Or (x – 1)(x – 2)(x – 3) = 0

So, x = 1, 2, 3

Now, f”(x) = 12x^2 – 48x + 44

f”(1) = 8 > 0

f”(2) = -4 < 0

f”(3) = 8 < 0

So, f(x) has minimum at x = 1 and 3.

81.

What will be the value of angle between the curves x^2 – y^2 = 2a^2 and xv + y^2 = 4a^2?(a) π/2(b) π/4(c) π/6(d) π/3The question was asked in an internship interview.Question is taken from Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

Right option is (d) π/3

Easy explanation: X^2 – y^2 = 2a^2 ……….(1) and x^2 + y^2 = 4a^2 ……….(2)

Adding (1) and (2) we get, 2x^2 = 6a^2

Again, (2) – (1) gives,

2y^2 = 2a^2

Therefore, 2x^2 * 2y^2 = 6a^2 * 2a^2

4x^2y^2 = 12a^2

Or x^2y^2 = 3a^4

Or 2xy = ±2√3

Differentiating both side of (1) and (2) with RESPECT to x we get,

2x – 2y(dy/dx) = 0

Or dy/dx = x/y

And 2x + 2y(dy/dx) = 0

Ordy/dx = -x/y

Let (x, y) be the point of intersection of the curves(1) and (2) and m1 and m2 be the slopes of the tangents to the curves (1) and (2) RESPECTIVELY at the point (x, y); then,

m1 = x/y and m2 = -x/y

Now the ANGLE between the curves (1) and (2) means the angle between the tangents to the CURVE at their point of intersection.

Therefore, if θ is the required angle between the curves (1) and (2), then

tanθ = |(m1 – m2)/(1 + m1m2)|

Putting the value of m1, m2 in the above equation we get,

tanθ = |2xy/(y^2 – x^2)|

As, 2xy = ±2√3a^2 and x^2 – y^2 = 2a^2

tanθ = |±2√3a^2/-2a^2|

Or tanθ = √3

Thus, θ = π/3.

82.

A particle is moving in a straight line and its distance x from a fixed point on the line at any time t seconds is given by, x = t^4/12 – 2t^3/3 + 3t^2/2 + t + 15. At what time is the velocity minimum?(a) 1(b) 2(c) 3(d) 4I got this question in quiz.This interesting question is from Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (C) 3

To explain: Assume that the velocity of the PARTICLE at time t SECOND is vcm/sec.

Then, v = dx/dt = 4t^3/12 – 6t^2/3 + 6t/2 + 1

So, v = dx/dt = t^3/3 – 2t^2/ + 3t + 1

Thus, dv/dt = t^2 – 4t + 3

And d^2v/dt^2 = 2t – 4

For maximum and minimum value of v we have,

dv/dt = 0

Or t^2 – 4t + 3 = 0

Or (t – 1)(t – 3) = 0

Thus, t – 1 = 0 i.e., t = 1 Or t – 3 = 0 i.e., t = 3

Now, [d^2v/dt^2]t = 3 = 2*3 – 4 = 2 > 0

Thus, v is minimum at t = 3.

83.

A particle is moving in a straight line and its distance x from a fixed point on the line at any time t seconds is given by, x = t^4/12 – 2t^3/3 + 3t^2/2 + t + 15. What is the minimum velocity?(a) 1 cm/sec(b) 2 cm/sec(c) 3 cm/sec(d) 4 cm/secI had been asked this question in my homework.I need to ask this question from Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

The correct choice is (a) 1 cm/sec

The best explanation: ASSUME that the velocity of the particle at time t second is vcm/sec.

Then, V = dx/dt = 4T^3/12 – 6t^2/3 + 6t/2 + 1

So, v = dx/dt = t^3/3 – 2t^2/ + 3T + 1

Thus, dv/dt = t^2 – 4t + 3

And d^2v/dt^2 = 2t – 4

For maximum and minimum value of v we have,

dv/dt = 0

Or t^2 – 4t + 3 = 0

Or (t – 1)(t – 3) = 0

Thus, t – 1 = 0 i.e., t = 1 Or t – 3 = 0 i.e., t = 3

Now, [d^2v/dt^2]t = 3 = 2*3 – 4 = 2 > 0

Thus, v is minimum at t = 3.

Putting t = 3 in (1) we get,

3^3/3 – 2(3)^2/ + 3(3) + 1

= 1 cm/sec.

84.

What will be the point of minimum of the function 2x^3 + 3x^2 – 36x + 10?(a) 1(b) 2(c) 3(d) 4This question was posed to me during an interview for a job.This interesting question is from Calculus Application in division Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (b) 2

For explanation I WOULD say: Let y = 2x^3 + 3x^2 – 36x + 10……….(1)

Differentiating both sides of (1) with respect to x we get,

dy/dx = 6x^2 + 6x – 36

And d^2y/dx^2 = 12x + 6

For MAXIMA or minima value of y, we have,

dy/dx = 0

Or 6x^2 + 6x – 36 = 0

Or x^2 + x – 6 = 0

Or (x + 3)(x – 2) = 0

Therefore, EITHER x + 3 = 0 i.e., x = -3 or x – 2 = 0 i.e., x = 2

Now, d^2y/dx^2 = 12x + 6 = 12(2) + 6 = 30, which is > 0.

85.

What will be the length of a tangent from the point (7, 2) to the circle 2x^2 + 2y^2 + 5 x + y = 15?(a) 10 units(b) 8 units(c) 6 units(d) 4 unitsI had been asked this question in homework.My enquiry is from Calculus Application in chapter Application of Calculus of Mathematics – Class 12

Answer»

Right OPTION is (b) 8 units

Explanation: The GIVEN equation of the circle is,

2x^2 + 2y^2 + 5 x + y – 15 = 0

Or x^2 + y^2 + 5/2 x + y/2 – 15/2 = 0 ………..(1)

The required length of the tangent drawn from the point (7, 2) to the circle (1) is,

√(7^2 + 2^2 + 5/2 (7) + 1/2 – 15/2)

= √(49 + 4 + 35/2 + 1 – 15/2)

= √64

= 8 units.

86.

A particle moves in a straight-line OA; the distance of the particle from O at time t seconds is x ft, where x = a + bt + ct^2 (a, b > 0). What is the meaning of the constant a?(a) Initial position(b) Final position(c) Mid position(d) Any arbitrary positionThe question was posed to me in an online quiz.The origin of the question is Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

The CORRECT choice is (a) INITIAL position

The explanation is: We have, X = a + bt + ct^2……….(1)

Now from (1) we get x = a, when t = 0.

This means that the distance of the particle from O at time t = 0 is a ft.

Thus, a REPRESENTS the initial position of the particle.

87.

What will be the equation of the normal to the parabola y^2 = 3x which is perpendicular to the line y = 2x + 4?(a) 16x + 32y = 27(b) 16x – 32y = 27(c) 16x + 32y = -27(d) -16x + 32y = 27I had been asked this question by my college professor while I was bunking the class.The query is from Calculus Application topic in division Application of Calculus of Mathematics – Class 12

Answer»

The correct answer is (a) 16x + 32y = 27

Best EXPLANATION: GIVEN, y^2 = 3x ……….(1)and y = 2X + 4……….(2)

Differentiating both sides of (1) with respect to y we get,

2y = 3(dx/dy)

Or dx/dy = 2y/3

Let P (x1, y1) be any point on the PARABOLA (1). Then the slope of the normal to the parabola (1) at point P is

-[dx/dy]P = -2y1/3

If the normal at the point P to the parabola (1) be perpendicular to the line (2) then we must have,

-2y1/3*2 = -1

Since the slope of the line (2) is 2

Or y1 = 3/4

Since the point P(x1, y1) lies on (1) hence,

y1^2 = 3x1

As, y1 = 3/4, so, x1 = 3/16

Therefore, the required equation of the normal is

y – y1 = -(2y1)/3*(x – x1)

Putting the value of x1 and y1 in the above equation we get,

16x + 32y = 27.

88.

What will be the point of maximum of the function 2x^3 + 3x^2 – 36x + 10?(a) -1(b) -2(c) -3(d) -4I had been asked this question in unit test.I would like to ask this question from Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

Right option is (c) -3

For explanation: Let y = 2x^3 + 3x^2 – 36x + 10……….(1)

Differentiating both sides of (1) with respect to x we get,

dy/dx = 6x^2 + 6x – 36

And d^2y/dx^2 = 12x + 6

For maxima or minima value of y, we have,

dy/dx = 0

Or 6x^2 + 6x – 36 = 0

Or x^2 + x – 6 = 0

Or (x + 3)(x – 2) = 0

Therefore, either x + 3 = 0 i.e., x = -3 or x – 2 = 0 i.e., x = 2

Now, d^2y/dx^2 = 12x + 6 = 12(-3) + 6 = -30, which is < 0.

89.

A particle moves in a straight-line OA; the distance of the particle from O at time t seconds is x ft, where x = a + bt + ct^2 (a, b > 0). What will be the nature of motion of the particle when c < 0?(a) Uniform retardation(b) Uniform speed(c) Uniform acceleration(d) Uniform velocityThe question was asked in an internship interview.I'd like to ask this question from Calculus Application topic in division Application of Calculus of Mathematics – Class 12

Answer»

The correct option is (a) UNIFORM retardation

Easy EXPLANATION: We have, x = a + BT + ct^2……….(1)

Let, v and f be the velocity and acceleration of a particle at time t seconds.

Then, v = dx/DT = d(a + bt + ct^2)/dt= b + ct……….(2)

And f = dv/dt = d(b + ct)/dt = C……….(3)

Clearly, when c < 0,implies f < 0.

Hence in this case the particle moves withan uniform retardation.

90.

A particle is moving along the straight line OX and its distance x is in metres from O after t seconds from start is given by x = t^3 – t^2 – 5t. What will be the acceleration of the particle when it is at a distance 28 metres from O?(a) 20 m/sec^2(b) 22 m/sec^2(c) 24 m/sec^2(d) 26 m/sec^2The question was asked by my college professor while I was bunking the class.My question comes from Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

Right option is (b) 22 m/sec^2

Best explanation: We have, x = t^3 – t^2 – 5t……….(1)

When x = 28, then from (1) we get,

t^3 – t^2 – 5t = 28

Or t^3 – t^2 – 5t – 28 = 0

Or (t – 4)(t^2 + 3t +7) = 0

Thus, t = 4

Let v and f be the velocity and ACCELERATION respectively of the particle at time t seconds. Then,

v = dx/DT = d(t^3 – t^2 – 5t)/dt

= 3t^2 – 2T – 5

And f = dv/dt = d(3t^2 – 2t – 5)/dt

= 6t – 2

Therefore, the acceleration of the particle at the end of 4 seconds i.e., when the particle is at a distance of 28 METRES from O,

[f]t = 4 = (6*4 – 2) m/sec^2

= 22 m/sec^2

91.

One motor car A stands 24m in front of a motorcycle B. Both starts from rest along a straight road in the same direction. If A moves with uniform acceleration of 2 m/sec^2, then what will happen if B runs at a uniform velocity of 11 m/sec?(a) A will not overtake B(b) A will again overtake B and they will never meet again and again(c) A will again overtake B and they will meet again(d) A will again overtake B and they will never meet againI have been asked this question during an interview.My query is from Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

Right choice is (d) A will again overtake B and they will never meet again

To explain: Let P and Q be the initial positions of the motor car and motorcycle B respectively, where PQ = 24m.

If possible, let us assume that B overtakes A after point R on the straight road after time t seconds from the start.

Then, CONSIDERING the motion of motor car A, we get

PR = 1/2 (2) (t^2) = t^2

In this case when B runs at a uniform velocity 11 m/sec, we shall have, QR = 11t.

Therefore, in this case, QP + PR = QR gives,

Or 24 + t^2 = 11t

Or t^2 – 11t + 24 = 0

Or (t – 3)(t – 8) = 0

Or t = 3 or t = 8

Clearly, we are getting two real positive values of t.

Therefore, A and B will meet twice during the motion.

They will first meet after 3 seconds from start when the motorcycle B will overtake the motor car A.

But the velocity of A continuously increases, hence after a further period of (8 – 3) = 5 seconds A will again overtake B and they will never meet again.

92.

A particle is moving in a straight line and its distance s cm from a fixed point in the line after t seconds is given by s = 12t – 15t^2 + 4t^3. What is the acceleration of the particle after 3 seconds?(a) 41 cm/sec^2(b) 42 cm/sec^2(c) 43 cm/sec^2(d) 44 cm/sec^2I got this question in an internship interview.The origin of the question is Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

The CORRECT OPTION is (B) 42 cm/sec^2

Easiest explanation: We have, s = 12t – 15t^2 + 4t^3 ……….(1)

Differentiating both side of (1) with RESPECT to t we get,

(ds/dt) = 12 – 30t + 12t^2

And d^2s/dt^2 = -30 + 24t

So, acceleration of the particle after 3 SECONDS is,

[d^2s/dt^2]t = 3 = – 30 + 24(3)

= 42 cm/sec^2.

93.

A particle is projected vertically upwards with a velocity of 196 m/sec. What will be its height from the point of projection after 12 sec?(a) 1646.2 m(b) 1645.4 m(c) 1644.2 m(d) 1646.4 mThe question was posed to me during an interview.My question is taken from Calculus Application in chapter Application of Calculus of Mathematics – Class 12

Answer»

Right answer is (a) 1646.2 m

Explanation: Let the PARTICLE projected from A with velocity U = 196 m/sec and P be its position at time t where, AP = x m, if v m/sec be its velocity at P,then the equation of motion of the particle is,

dv/dt = -g [where, v = dx/dt]……….(1)

Since v = u, when t = 0, hence from (1) we get,

u∫^vdv = -g 0∫^tdt

Or v – u = -GT

Or dx/dt = u – gt ……….(2)

Since x = 0, when t = 0, hence from (2) we get,

0∫^x dx = 0∫^x (u – gt)dt

Or x = ut – (1/2)gt^2 ……….(3)

Let, x = h when t = 12; then from (3) we get,

h = 196*12 – (1/2)*9.8*(12*12)[as, g = 9.8m/sec^2]

= 1646.4 m.

94.

One motor car A stands 24m in front of a motorcycle B. Both starts from rest along a straight road in the same direction. If A moves with uniform acceleration of 2 m/sec^2 and B runs at a uniform velocity of 11 m/sec then when will they meet?(a) After 3 seconds from start when the motorcycle B will overtake the motor car A(b) After 4 seconds from start when the motorcycle B will overtake the motor car A(c) After 2 seconds from start when the motorcycle B will overtake the motor car A(d) After 6 seconds from start when the motorcycle B will overtake the motor car AThe question was asked in exam.The above asked question is from Calculus Application in portion Application of Calculus of Mathematics – Class 12

Answer»

Right option is (a) After 3 seconds from start when the motorcycle B will overtake the motor car A

The EXPLANATION: LET P and Q be the initial positions of the motor car and motorcycle B respectively, where PQ = 24m.

If possible, let us assume that B overtakes A after point R on the straight road after TIME t seconds from the start.

Then, considering the motion of motor car A, we get

PR = 1/2 (2) (t^2) = t^2

In this case when B runs ata uniform velocity of 11 m/sec, we shall have, QR=11t.

Therefore, in this case, QP + PR = QR gives,

Or 24 + t^2 = 11t

Or t^2 – 11t + 24 = 0

Or (t – 3)(t – 8) = 0

Or t = 3 or t = 8

Clearly, we are GETTING two real positive values of t.

Therefore, A and B will MEET twice during the motion.

They will first meet after 3 seconds from start when the motorcycle B will overtake the motor car A.

95.

What will be the equation of the normal to the hyperbola xy = 4 at the point (2, 2)?(a) x + y = 0(b) x – y = 0(c) 2x – y = 0(d) x + 2y = 0I have been asked this question in a job interview.The question is from Calculus Application in chapter Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (B) x – y = 0

The best I can explain: Equation of the given hyperbola is, xy = 4 ……….(1)

Differentiating both side of (1) with respect to y, we get,

y*(dx/dy) + x(1) = 0

Or dx/dy = -(x/y)

Thus, the required equation of the NORMAL to the hyperbola at (2, 2) is,

y – 2 = -[dx/dy](2, 2) (x – 2) = -(-2/2)(x – 2)

So, from here,

y – 2 = x – 2

Or x – y = 0

96.

A particle moves in a straight-line OA; the distance of the particle from O at time t seconds is x ft, where x = a + bt + ct^2 (a, b > 0). What will be the nature of motion of the particle when c = 0?(a) Uniform retardation(b) Uniform speed(c) Uniform acceleration(d) Uniform velocityThis question was posed to me at a job interview.I would like to ask this question from Calculus Application in section Application of Calculus of Mathematics – Class 12

Answer»

Right choice is (d) Uniform VELOCITY

For explanation I would say: We have, x = a + bt + ct^2……….(1)

Let, V and f be the velocity and acceleration of a particle at time t seconds.

Then, v = dx/dt = d(a + bt + ct^2)/dt= b + ct……….(2)

And f = dv/dt = d(b + ct)/dt = C……….(3)

Clearly, when c = 0, then f = 0 that is, acceleration of the particle is zero.

Hence in this case the particle MOVES with an uniform velocity.

97.

What will be the maximum value of the function 2x^3 + 3x^2 – 36x + 10?(a) 71(b) 81(c) 91(d) 0The question was asked at a job interview.The origin of the question is Calculus Application in section Application of Calculus of Mathematics – Class 12

Answer»

Right choice is (C) 91

The explanation is: Let y = 2x^3 + 3x^2 – 36x + 10……….(1)

Differentiating both sides of (1) with respect to x we get,

dy/dx = 6X^2 + 6x – 36

And d^2y/dx^2 = 12x + 6

For maxima or minima value of y, we have,

dy/dx = 0

Or 6x^2 + 6x – 36 = 0

Or x^2 + x – 6 = 0

Or (x + 3)(x – 2) = 0

Therefore, either x + 3 = 0 i.e., x = -3 or x – 2 = 0 i.e., x = 2

Now, d^2y/dx^2 = 12x + 6 = 12(-3) + 6 = -30 < 0

Putting x = -3 in (1) we get its maximum value as,

2x^3 + 3x^2 – 36x + 10 = 2(-3)^3 + 3(-3)^2 – 36(-3) + 10

= 91

98.

What will be the equation of normal to the hyperbola 3x^2 – 4y^2 = 12 at the point (x1, y1)?(a) 3x1y + 4y1x + 7x1y1 = 0(b) 3x1y + 4y1x – 7x1y1 = 0(c) 3x1y – 4y1x – 7x1y1 = 0(d) 3x1y – 4y1x + 7x1y1 = 0This question was posed to me by my school principal while I was bunking the class.My question is based upon Calculus Application topic in section Application of Calculus of Mathematics – Class 12

Answer»

Correct answer is (B) 3x1y + 4y1x – 7x1y1 = 0

The EXPLANATION: Equation of the given hyperbola is, 3x^2 – 4y^2 = 12 ……….(1)

Differentiating both SIDES of (1) with respect to y we get,

3*2X(dy/dx) – 4*(2Y) = 0

Or dx/dy = 4y/3x

Therefore, the equation of the normal to the hyperbola (1) at the point (x1, y1) on it is,

y – y1 = -[dx/dy](x1, y1) (x – x1) = -4y1/3x1(x – x1)

Or 3x1y + 4y1x – 7x1y1 = 0

99.

If X and Y are given as current co-ordinates, what is the equation of the tangent at a specific point of x^3 – 3axy + y^3 = 0 at (x, y)?(a) (x^2 – ay)X + (y^2 – ax)Y = -2axy(b) (x^2 – ay)X + (y^2 – ax)Y = 2axy(c) (x^2 – ay)X + (y^2 – ax)Y = axy(d) (x^2 – ay)X + (y^2 – ax)Y = -axyThe question was asked during an interview for a job.My doubt is from Calculus Application topic in chapter Application of Calculus of Mathematics – Class 12

Answer»

Right option is (C) (x^2 – ay)X + (y^2 – ax)Y = axy

Explanation: Equation of the given curve is, x^3 – 3axy + y^3 = 0 ……….(1)

Differentiating both SIDES with respect to x we get,

3x^2 – 3A(x(dy/dx) + y) + 3y^2(dy/dx) = 0

Or dy/dx = (ay – x^2)/(y^2 – ax)

So, it is clear that this can be written as,

Y – y = (dy/dx)(X – x)

Or Y – y = [(ay – x^2)/(y^2 – ax)](X – x)

Simplifying the above equation by CROSS multiplication, we get,

(x^2 – ay)X + (y^2 – ax)Y = x^3 – 3axy + y^3 + axy

Using (1),

(x^2 – ay)X + (y^2 – ax)Y = axy