Please wait...

Engineering Mathematics Test 2
Result
Engineering Mathematics Test 2
  • /

    Score
  • -

    Rank
Time Taken: -
  • Question 1/10
    1 / -0

    The minimum and maximum values of x4 – 5x2 + 4 on the interval [2, 3] are
    Solutions

    Let f(x) = x4 – 5x2 + 4

    f(x)=4x310x

    To find critical points, f(x)=0

    ⇒ 4x3 – 10x = 0

    x=0,±102

    These points are not in the given interval [2, 3].

    Thus, f(x) is monotonic in the interval [2, 3]

    f(2) = (2)4 – 5(2)2 + 4 = 0

    f(3) = (3)4 – 5(3)2 + 4 = 40

    Minimum value of f(x) = 0

    Maximum value of f(x) = 40

    Note:

    f'(x) is not zero in the given range i.e. in  the interval [2, 3]. So the function is either increasing or decreasing. The given function is increasing in the given range so maximum value will occur at end point i.e. x = 3.

  • Question 2/10
    1 / -0

    For the function f(x) = x3 – 10x2 + 6, the linear approximation around x = 3 is

    Solutions

    Concept:

    Taylor series expansion

    f(x)=f(a)+f(a)(xa)+f(a)2(xa)2+f(a)3!(xa)3+

    Calculation:

    Here a = 3

    f(x)=f(3)+f(3)(x3)+f(3)2(x3)2+f(3)3!(x3)3+

    For linear approximation, take only first two terms

    f(x) = f(3) + f’(3) (x-3)

    f(x) = x3 - 10x2+6, f(3) = -57

    f’(x) = 3x2 - 20x, f’(3) = -33

    ∴ f(x) = -57 - 33(x-3) = 42 - 33x = 3(14 - 11x)

  • Question 3/10
    1 / -0

    For f(x) = |x|, with dfdx denoting the derivative, the mean value theorem is not applicable because

    Solutions

    The conditions to apply mean value theorem are

    (i) f(x) is continuous

    (ii) f(x) is differentiable

    Given function, f(x) = |x|

    f(x) is continuous

    f(x) is not differentiable at x = 0.

    Therefore, mean value theorem is not applicable.

  • Question 4/10
    1 / -0

    The best approximation of the minimum value attained by e-x sin(100x) for x ≥ 0 is ______
    Solutions

    f(x) = e-x sin(100x)

    From the above graph f(x) has a minimum value at x=3π200

    f(x=3π200)=e3π200sin(3π2)

    f(x=3π200) =0.9539

    The minimum value of f(x) is 0.9539

    Alternate solution:

    f(x) = e-x sin(100x)

    f'(x) = -e-x sin(100x) + (e-xcos (100x) × 100)

    for minima f'(x)

    -e-x sin(100x) + (e-xcos (100x) × 100) = 0

    e-x sin(100x) = e-xcos (100x) × 100

    tan (100x) = 100

    x=1100×tan1(100)

    x = 0.0156

    Minimum value is 

    f(0.0156) = e-0.0156 sin(100 × 0.0156) = 0.9844

    Note: Different values are coming as maxima and minima method gives approximate results.

  • Question 5/10
    1 / -0

    A window has the form of a rectangle surmounted by a semi-circle. If the perimeter is 40 m, the ratio of radius of semi-circle to the height of rectangle so that greatest amount of light may be admitted is________
    Solutions

    The greatest amount of light may be admitted means that the area of the semi-circle so that one side of the rectangle is 2x ft. (as shown in figure). Let the other side of the rectangle by y ft. Then the perimeter of the whole figure = πx + 2x + 2y = 40

    area(A)=12πx2+2xyA=12πx2+x[40πx2x]=40x(π2+2)x2  

    Then ddx=40(π+4)x

    For A to be maximum or minimum, we must have

     dAdx=0

    ⇒ 40 – (π + 4)x = 0

    x=40(π+4)y=12[40(π+2)x]=12[40(π+2)40(π+4)]=40π+4  

    ⇒ x = y

    d2Adx2=(π+4) which is negative

    Thus the area of the window is maximum when the radius of the semi-circle is equal to the height of the rectangle.
  • Question 6/10
    1 / -0

    If f(x)=11+xandf(0)=5, then the maximum value of f(1) in the interval 0 ≤ x ≤ 1 using Lagrange's mean value theorem is _____.
    Solutions

    Concept:

    Using Lagrange's Mean Value Theorem:

    f(c)=f(b)f(a)ba

    f(x)=f(1)f(0)10

    f(1) = f'(x) + f(0)

    =11+x+5

    For maximum value of f(1), x should be minimum.

    The minimum value of x interval 0 ≤ x ≤ 1 is 0

    [f(1)]max=11+0+5=6

  • Question 7/10
    1 / -0

    In the Taylor series expansion of ln x about x = 1, the coefficient of (x - 1)4 is

    Solutions

    Taylor series expansion

    f(x)=n=0f(n)(a)n!(xa)nf(x)=f(a)+fI(a)(xa)+fII(a)2!(xa)2+fIII(a)3!(xa)3+

    Here a = 1

    f(x) = ln n

    fI(x)=1x

    fII(x)=1x2

    fIII(x)=2x3

    fiv(x)=6x4

    fiv (1) = -6

    And we have to take the 4th-degree polynomial i.e n = 4.

    ∴ The coefficient of (x - 1)4 will be:

    f4(1)4!=64!=14

  • Question 8/10
    1 / -0

    Find the sum of minimum and the maximum value of the function

    f(x) = 2x3 – 9x2 + 12x + 6 on the interval [2, 3].

    Solutions

    f(x) = 2x3 – 9x2 + 12x + 6

    f’(x) = 6x2 – 18x + 12 = 0

    put f’(x) = 0 to find the point at which maximum and minimum value exists

    6x2 – 18x + 12 = 0

    x2 – 3x + 2 = 0

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

    ∴ x = 2 or x =1

    Interval [2, 3]

    f'’(x) = 2x – 3

    put x = 2

    f’’(x) = 1 > 0 (minimum value might exist)

    Also check border values:

    value of x

    f(x)

     

    2

    2× 23 – 9×22 + 12×2 + 6 = 10

    Minimum value

    3

    2× 33 – 9×32 + 12×3 + 6 = 15

    Maximum value


    Sum of minimum and maximum value = 10 + 15 = 25

  • Question 9/10
    1 / -0

    Find the value of ‘c’ lying between a = 0 and b = ½ in the Mean Value Theorem for the function f(x) = x(x - 1)(x - 2)
    Solutions

    For Lagrange’s mean value theorem, there exists at least one real number ‘c’ in (a, b) such that

    f(c)=f(b)f(a)ba     ---(1)

    Now,

    f(a) = f(0) = 0

    f(b)=f(12)=12(121)(122)=38

    f(x)=x(x23x+2)=x33x2+2x

    f'(x) = 3x2 – 6x + 2

    f’(c) = 3c2 – 6c + 2

    Put in equation (1)

    3c26c+2=380120

    3c26c+2=34

    12c2 – 24c + 8 = 3

    12c2 – 24c + 5 = 0

    c=24±24212×5×42×12

    c = 1 ± 0.764 = 1.764 or 0.236

    But, c = 0.236, since it only lies between 0 and 1/2

  • Question 10/10
    1 / -0

    A point on the parabola y=(x3)2, where the tangent is parallel to the chord joining A(3, 0) and B(4, 1) is
    Solutions

    f(x) being a polynomial function, it is continuous on [3, 4].

    f(x)=2(x3), which exists for all x ∊ [3, 4].

    f(x) is differentiable in [3, 4].

    We are to find a point on the parabola whose slope equals the slope of the chord/line joining A(3, 0) and B(4, 1).

    The slope of the line joining the two points is:

    f(c)=f(4)f(3)43=1

    We have to find the value of x which satisfies the following:

    f(x)=2(x3) = 1

    Solving the above we find that x = 7/2 is satisfying the above equation:

    Solving for y, we get: y=(x3)2y=14

    Thus required point is (72,14)

User Profile
-

Correct (-)

Wrong (-)

Skipped (-)


  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Click on Allow to receive notifications
×
Open Now