TS Intermediate Mathematics 1st Year Model Paper 2023

SECTION A

Note: (i) Attempt all questions.

(ii) Each question carries two marks.

  1. Find the slope of the straight line passing through the points (2, 7) and (5, 13).Answer: The formula for the slope

    mm

    of a straight line passing through two points

    (x1,y1)(x_1, y_1)

    and

    (x2,y2)(x_2, y_2)

    is:

    m=y2y1x2x1m = \frac{y_2 – y_1}{x_2 – x_1}

    Given the points

    (2,7)(2, 7)

    and

    (5,13)(5, 13)

    , we substitute into the formula:

    m=13752=63=2m = \frac{13 – 7}{5 – 2} = \frac{6}{3} = 2

    So, the slope of the line is

    m=2m = 2

    .


  1. Transform the following straight line equation from normal form to slope-intercept form:

    x+4y=8x + 4y = 8

    Answer: To convert the given equation to slope-intercept form

    y=mx+by = mx + b

    , solve for

    yy

    .

    x+4y=8x + 4y = 8

    Subtract

    xx

    from both sides:

    4y=x+84y = -x + 8

    Divide both sides by 4:

    y=14x+2y = -\frac{1}{4}x + 2

    Therefore, the equation in slope-intercept form is

    y=14x+2y = -\frac{1}{4}x + 2

    , where the slope

    m=14m = -\frac{1}{4}

    and the y-intercept

    b=2b = 2

    .


  1. Find the centroid of the tetrahedron whose vertices are

    (0,4)(0, -4)

     

     

     

     

     

    ,

    (1,5)(1, 5)

     

     

    ,

    (2,3)(2, 3)

     

     

    , and

    (3,1)(3, 1)

     

     

    .

    Answer: The centroid of a tetrahedron is the average of the coordinates of its vertices. Given the vertices

    (x1,y1)=(0,4)(x_1, y_1) = (0, -4)

    ,

    (x2,y2)=(1,5)(x_2, y_2) = (1, 5)

    ,

    (x3,y3)=(2,3)(x_3, y_3) = (2, 3)

    , and

    (x4,y4)=(3,1)(x_4, y_4) = (3, 1)

    , the centroid

    (x,y)(x, y)

    is calculated as:

    x=x1+x2+x3+x44=0+1+2+34=64=1.5x = \frac{x_1 + x_2 + x_3 + x_4}{4} = \frac{0 + 1 + 2 + 3}{4} = \frac{6}{4} = 1.5

    y=y1+y2+y3+y44=4+5+3+14=54=1.25y = \frac{y_1 + y_2 + y_3 + y_4}{4} = \frac{-4 + 5 + 3 + 1}{4} = \frac{5}{4} = 1.25

    Therefore, the centroid of the tetrahedron is

    (1.5,1.25)(1.5, 1.25)

    .


  1. Write the equation of the plane

    4x5y+3z=54x – 5y + 3z = 5

     

     

     

     

     

    in the intercept form.

    Answer: The intercept form of the equation of a plane is given by:

    xa+yb+zc=1\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1

    For the plane equation

    4x5y+3z=54x – 5y + 3z = 5

    , we find the intercepts by setting two of the variables to zero and solving for the third:

    • For the x-intercept, set

      y=0y = 0

       

       

       

       

       

      and

      z=0z = 0

       

       

      :

      4x=5x=544x = 5 \quad \Rightarrow \quad x = \frac{5}{4}

    • For the y-intercept, set

      x=0x = 0

       

       

       

       

       

      and

      z=0z = 0

       

       

      :

      5y=5y=1-5y = 5 \quad \Rightarrow \quad y = -1

    • For the z-intercept, set

      x=0x = 0

       

       

       

       

       

      and

      y=0y = 0

       

       

      :

      3z=5z=533z = 5 \quad \Rightarrow \quad z = \frac{5}{3}

    Therefore, the intercept form of the equation is:

    x54+y1+z53=1\frac{x}{\frac{5}{4}} + \frac{y}{-1} + \frac{z}{\frac{5}{3}} = 1

    Simplifying:

    4x5y+3z5=1\frac{4x}{5} – y + \frac{3z}{5} = 1


  1. Compute the following limits:(a)

    limx2x2x24\lim_{x \to 2} \frac{x – 2}{x^2 – 4}

    Answer: First, observe that

    x24=(x2)(x+2)x^2 – 4 = (x – 2)(x + 2)

    , so the limit becomes:

    limx2x2(x2)(x+2)\lim_{x \to 2} \frac{x – 2}{(x – 2)(x + 2)}

    Cancel out

    (x2)(x – 2)

    (for

    x2x \neq 2

    ):

    limx21x+2=12+2=14\lim_{x \to 2} \frac{1}{x + 2} = \frac{1}{2 + 2} = \frac{1}{4}

    Therefore, the limit is

    14\frac{1}{4}

    .

6.Compute the following limits:

  1. Factor the numerator:We notice that

    x24x^2 – 4

    is a difference of squares, which can be factored as:

    x24=(x2)(x+2)x^2 – 4 = (x – 2)(x + 2)

  2. Rewrite the expression:Substituting the factorization into the limit expression, we get:

    x24x2=(x2)(x+2)x2\frac{x^2 – 4}{x – 2} = \frac{(x – 2)(x + 2)}{x – 2}

  3. Cancel out common factors:For

    x2x \neq 2

    , we can cancel out

    (x2)(x – 2)

    from the numerator and the denominator:

    (x2)(x+2)x2=x+2\frac{(x – 2)(x + 2)}{x – 2} = x + 2

  4. Substitute

    x=2x = 2

     

     

     

     

     

    into the simplified expression:

    Now, substitute

    x=2x = 2

    into the remaining expression:

    x+2=2+2=4x + 2 = 2 + 2 = 4

Final Answer:


limx2x24x2=4\lim_{x \to 2} \frac{x^2 – 4}{x – 2} = 4

 

 

 

 

 

  1. If

    y=log(tanx)y = \log(\tan x)

     

     

     

     

     

    , find

    dydx\frac{dy}{dx}

     

     

    .

    Answer: To find

    dydx\frac{dy}{dx}

    , we apply the chain rule.

    y=log(tanx)y = \log(\tan x)

    The derivative of

    logu\log u

    is

    1ududx\frac{1}{u} \cdot \frac{du}{dx}

    , and the derivative of

    tanx\tan x

    is

    sec2x\sec^2 x

    .

    Therefore:

    dydx=1tanxddx(tanx)\frac{dy}{dx} = \frac{1}{\tan x} \cdot \frac{d}{dx}(\tan x)

    dydx=1tanxsec2x\frac{dy}{dx} = \frac{1}{\tan x} \cdot \sec^2 x

    Using the identity

    sec2xtanx=1sinxcosx\frac{\sec^2 x}{\tan x} = \frac{1}{\sin x \cos x}

    , we get:

    dydx=sec2xtanx\frac{dy}{dx} = \frac{\sec^2 x}{\tan x}


  1. Find the derivative of

    p(x)4(3x4x3)p(x)^{-4} (3x – 4x^3)

     

     

     

     

     

    .

    Answer: To differentiate this function, we apply the product rule. Let

    u(x)=p(x)4u(x) = p(x)^{-4}

    and

    v(x)=3x4x3v(x) = 3x – 4x^3

    .

    The product rule states that

    ddx[u(x)v(x)]=u(x)v(x)+u(x)v(x)\frac{d}{dx}[u(x)v(x)] = u'(x)v(x) + u(x)v'(x)

    .

    First, differentiate

    u(x)=p(x)4u(x) = p(x)^{-4}

    :

    u(x)=4p(x)5p(x)u'(x) = -4p(x)^{-5} \cdot p'(x)

    Now, differentiate

    v(x)=3x4x3v(x) = 3x – 4x^3

    :

    v(x)=312x2v'(x) = 3 – 12x^2

    Now applying the product rule:

    ddx[p(x)4(3x4x3)]=4p(x)5p(x)(3x4x3)+p(x)4(312x2)\frac{d}{dx} [p(x)^{-4} (3x – 4x^3)] = -4p(x)^{-5} \cdot p'(x) \cdot (3x – 4x^3) + p(x)^{-4} \cdot (3 – 12x^2)


  1. Find the slope of the tangent to the curve

    y=5x21y = 5x^2 – 1

     

     

     

     

     

    at

    x=1.5x = -1.5

     

     

    .

    Answer: To find the slope of the tangent, we need to compute the derivative of

    y=5x21y = 5x^2 – 1

    .

    The derivative of

    yy

    is:

    dydx=10x\frac{dy}{dx} = 10x

    Now, substitute

    x=1.5x = -1.5

    into the derivative:

    dydx=10(1.5)=15\frac{dy}{dx} = 10(-1.5) = -15

    Therefore, the slope of the tangent at

    x=1.5x = -1.5

    is

    15-15

    .


  1. Find

    dydy

     

     

     

     

     

    and

    Δy\Delta y

     

     

    when

    y=f(x)=x2+xy = f(x) = x^2 + x

     

     

    and

    x=10x = 10

     

     

    ,

    Δx=0.1\Delta x = 0.1

     

     

    .

Answer:

First, let’s calculate the derivative

dydx\frac{dy}{dx}

:

y=x2+xy = x^2 + x

dydx=2x+1\frac{dy}{dx} = 2x + 1

Now, calculate

dydx\frac{dy}{dx}

at

x=10x = 10

:

dydx=2(10)+1=21\frac{dy}{dx} = 2(10) + 1 = 21

Now, we can find

dydy

, which is approximately

dydxΔx\frac{dy}{dx} \cdot \Delta x

:

dy=21×0.1=2.1dy = 21 \times 0.1 = 2.1

Now, compute

yy

at

x=10x = 10

:

y=102+10=100+10=110y = 10^2 + 10 = 100 + 10 = 110

Now, compute

Δy\Delta y

:

Δy=f(10+0.1)f(10)=(112+11)110=121+11110=22\Delta y = f(10 + 0.1) – f(10) = (11^2 + 11) – 110 = 121 + 11 – 110 = 22

Therefore:



  • dy=2.1dy = 2.1

     

     

     

     

     



  • Δy=22\Delta y = 22

     

     

     

     

     

  1. The ends of the hypotenuse of a right-angled triangle are fixed. Find the equation of the locus of its third vertex.

Answer: Let the fixed points be

A(x1,y1)A(x_1, y_1)

and

B(x2,y2)B(x_2, y_2)

, and let the third vertex be

C(x,y)C(x, y)

. Since

ABC\triangle ABC

is a right-angled triangle, we use the fact that the hypotenuse is the diameter of the circumcircle of the triangle. Therefore, the locus of point

CC

lies on a circle with the midpoint of

ABAB

as the center and the radius as half the length of

ABAB

.

The midpoint of

ABAB

is:

M(x1+x22,y1+y22)M \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

The radius is:

r=12(x2x1)2+(y2y1)2r = \frac{1}{2} \sqrt{(x_2 – x_1)^2 + (y_2 – y_1)^2}

Thus, the equation of the locus of

CC

is:

(xx1+x22)2+(yy1+y22)2=(x2x1)2+(y2y1)24\left( x – \frac{x_1 + x_2}{2} \right)^2 + \left( y – \frac{y_1 + y_2}{2} \right)^2 = \frac{(x_2 – x_1)^2 + (y_2 – y_1)^2}{4}


  1. When the axes are rotated through an angle

    π6\frac{\pi}{6}

     

     

     

     

    , find the transformed equation of

    x2+23xyy2=2a2x^2 + 2\sqrt{3}xy – y^2 = 2a^2

     

     

    .

Answer: The transformation of coordinates due to a rotation by an angle

θ=π6\theta = \frac{\pi}{6}

is given by:

x=xcosθ+ysinθx’ = x \cos \theta + y \sin \theta

y=xsinθ+ycosθy’ = -x \sin \theta + y \cos \theta

For

θ=π6\theta = \frac{\pi}{6}

, we have:

cosπ6=32,sinπ6=12\cos \frac{\pi}{6} = \frac{\sqrt{3}}{2}, \quad \sin \frac{\pi}{6} = \frac{1}{2}

Substituting into the transformation equations, we get:

x=32x+12yx’ = \frac{\sqrt{3}}{2} x + \frac{1}{2} y

y=12x+32yy’ = -\frac{1}{2} x + \frac{\sqrt{3}}{2} y

Now substitute the new coordinates into the equation

x2+23xyy2=2a2x^2 + 2\sqrt{3}xy – y^2 = 2a^2

, and simplify the result to get the transformed equation in terms of

xx’

and

yy’

.


  1. If

    Q(h,k)Q(h, k)

     

     

     

     

    is the foot of the perpendicular from

    P(x1,y1)P(x_1, y_1)

     

     

    on the straight line

    ax+by+c=0ax + by + c = 0

     

     

    , then prove that:

hx1a=ky1b=(ax1+by1+c)a2+b2\frac{h – x_1}{a} = \frac{k – y_1}{b} = \frac{-(ax_1 + by_1 + c)}{a^2 + b^2}

Answer: The point

Q(h,k)Q(h, k)

lies on the line and is the foot of the perpendicular from

P(x1,y1)P(x_1, y_1)

. The formula for the coordinates of the foot of the perpendicular from a point to a line is derived using the fact that the vector

PQ\overrightarrow{PQ}

is perpendicular to the line. Using the projection formula, we find:

hx1a=ky1b=(ax1+by1+c)a2+b2\frac{h – x_1}{a} = \frac{k – y_1}{b} = \frac{-(ax_1 + by_1 + c)}{a^2 + b^2}


  1. Compute:

limx01cos(2mx)sin2(nx)wherem,nZ\lim_{x \to 0} \frac{1 – \cos(2mx)}{\sin^2(nx)} \quad \text{where} \quad m, n \in \mathbb{Z}

Answer: Using the standard small angle approximations

cosx1x22\cos x \approx 1 – \frac{x^2}{2}

and

sinxx\sin x \approx x

as

x0x \to 0

, we approximate:

cos(2mx)12m2x2\cos(2mx) \approx 1 – 2m^2x^2

sin2(nx)n2x2\sin^2(nx) \approx n^2x^2

Substituting these approximations into the expression:

1cos(2mx)sin2(nx)2m2x2n2x2=2m2n2\frac{1 – \cos(2mx)}{\sin^2(nx)} \approx \frac{2m^2x^2}{n^2x^2} = \frac{2m^2}{n^2}

Therefore, the limit is:

limx01cos(2mx)sin2(nx)=2m2n2\lim_{x \to 0} \frac{1 – \cos(2mx)}{\sin^2(nx)} = \frac{2m^2}{n^2}


  1. Find the derivative of the function

    tan(2x)\tan(2x)

     

     

     

     

    from the first principle.

Answer: The derivative of a function

f(x)f(x)

from the first principle is given by:

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) – f(x)}{h}

For

f(x)=tan(2x)f(x) = \tan(2x)

, we apply the first principle:

f(x)=limh0tan(2(x+h))tan(2x)hf'(x) = \lim_{h \to 0} \frac{\tan(2(x + h)) – \tan(2x)}{h}

Using the identity

tan(A)tan(B)=sin(AB)cos(A)cos(B)\tan(A) – \tan(B) = \frac{\sin(A – B)}{\cos(A)\cos(B)}

, we simplify the expression and find that:

f(x)=2sec2(2x)f'(x) = 2 \sec^2(2x)


  1. If the increase in the side of a square is 2%, then find the approximate percentage of increase in its area.

Answer: Let the side of the square be

ss

. The area of the square is

A=s2A = s^2

. If the side increases by 2%, then the new side length is

s+0.02s=1.02ss + 0.02s = 1.02s

. The new area is:

Anew=(1.02s)2=1.0404s2A_{\text{new}} = (1.02s)^2 = 1.0404s^2

The percentage increase in area is:

1.0404s2s2s2×100=4.04%\frac{1.0404s^2 – s^2}{s^2} \times 100 = 4.04\%

Therefore, the approximate percentage increase in area is

4.04%4.04\%

.


  1. Find the lengths of the subtangent and subnormal at a point ‘t’ on the curve.

Answer: For a curve given by

y=f(x)y = f(x)

, the lengths of the subtangent and subnormal at a point are given by the following formulas:

  • Subtangent:

    Subtangent=yf(x)\text{Subtangent} = \frac{y}{f'(x)}

     

     

     

     

  • Subnormal:

    Subnormal=yf(x)×f(x)f(x)\text{Subnormal} = \frac{y}{f'(x)} \times \frac{f”(x)}{f'(x)}

     

     

     

     

To find these lengths, calculate

f(x)f'(x)

and

f(x)f”(x)

at the point

tt

, and substitute into the formulas.

SECTION C 

Note: (i) Answer any five questions.

(ii) Each question carries seven marks.

  1. Find the orthocenter of the triangle with the following vertices (-2, -1), (6, -1), and (2, 5).

Answer: The orthocenter of a triangle is the point where the altitudes (perpendiculars from the vertices to the opposite sides) meet. To find the orthocenter, we need to:

  1. Calculate the equations of two altitudes.
  2. Find the intersection of these altitudes.

First, find the slope of the side

(2,1)(-2, -1)

and

(6,1)(6, -1)

:

slope=1(1)6(2)=0\text{slope} = \frac{-1 – (-1)}{6 – (-2)} = 0

The perpendicular from the vertex

(2,5)(2, 5)

to this line will have an undefined slope (vertical line), so the equation of the altitude is

x=2x = 2

.

Next, for the side

(6,1)(6, -1)

and

(2,5)(2, 5)

, calculate the slope:

slope=5(1)26=32\text{slope} = \frac{5 – (-1)}{2 – 6} = -\frac{3}{2}

The perpendicular slope is

23\frac{2}{3}

, and the equation of the altitude from

(2,1)(-2, -1)

is:

y+1=23(x+2)y + 1 = \frac{2}{3}(x + 2)

Simplifying:

y=23x+13y = \frac{2}{3}x + \frac{1}{3}

Solve these two equations to find the intersection point, which is the orthocenter.


  1. If the equation

    ax2+2hxy+by2=0ax^2 + 2hxy + by^2 = 0

     

    represents a pair of straight lines and
    θ\theta

     

    is the angle between the lines, then prove that:

cos(θ)=ab(a+b)2+4h2\cos(\theta) = \frac{|a – b|}{\sqrt{(a + b)^2 + 4h^2}}

Answer: The equation of the pair of lines is

ax2+2hxy+by2=0ax^2 + 2hxy + by^2 = 0

. The angle

θ\theta

between the lines is given by the formula:

cos(θ)=ab(a+b)2+4h2\cos(\theta) = \frac{|a – b|}{\sqrt{(a + b)^2 + 4h^2}}

This can be derived by considering the general form of the pair of straight lines and finding the relation between the coefficients using the condition for the angle between two lines.


  1. Find the values of

    kk

     

    , if the lines joining the origin to the points of intersection of the curve
    2x2+2xy+3y2=5x+2y1=02x^2 + 2xy + 3y^2 = 5x + 2y – 1 = 0

     

    and the line
    x+2y=kx + 2y = k

     

    are mutually perpendicular.

Answer: First, solve the system of equations for the points of intersection. Then, use the condition that the lines joining the origin to these points are perpendicular, i.e., their slopes should satisfy:

m1×m2=1m_1 \times m_2 = -1

By calculating the slopes of the lines joining the origin to the intersection points, find the values of

kk

.


  1. Find the angle between two diagonals of a cube.

Answer: The two diagonals of a cube intersect at the center of the cube. To find the angle between them, consider the direction vectors of the diagonals. For a cube with side length

aa

, the direction vectors of the diagonals are

v1=(1,1,1)\vec{v_1} = (1, 1, 1)

and

v2=(1,1,1)\vec{v_2} = (-1, 1, 1)

. The angle between them is given by:

cosθ=v1v2v1v2\cos \theta = \frac{\vec{v_1} \cdot \vec{v_2}}{|\vec{v_1}| |\vec{v_2}|}

The dot product is

v1v2=1+1+1=1\vec{v_1} \cdot \vec{v_2} = -1 + 1 + 1 = 1

, and the magnitudes of

v1\vec{v_1}

and

v2\vec{v_2}

are

3\sqrt{3}

. Thus:

cosθ=13\cos \theta = \frac{1}{3}

Therefore, the angle is:

θ=cos1(13)\theta = \cos^{-1} \left( \frac{1}{3} \right)


  1. If

    1x2+1y2=a(xy)\sqrt{1 – x^2} + \sqrt{1 – y^2} = a(x – y)

     

    , then show that:

dydx=1y21x2\frac{dy}{dx} = \frac{\sqrt{1 – y^2}}{\sqrt{1 – x^2}}

Answer: Differentiating the given equation implicitly with respect to

xx

:

ddx(1x2+1y2)=ddx(a(xy))\frac{d}{dx}\left( \sqrt{1 – x^2} + \sqrt{1 – y^2} \right) = \frac{d}{dx}\left( a(x – y) \right)

Use the chain rule on each term to differentiate. After simplifying, you should arrive at the required result:

dydx=1y21x2\frac{dy}{dx} = \frac{\sqrt{1 – y^2}}{\sqrt{1 – x^2}}


  1. Show that the curves

    y2=4(x+1)y^2 = 4(x + 1)

     

    and
    y2=369xy^2 = 36\sqrt{9 – x}

     

    intersect orthogonally.

Answer: First, find the points of intersection of the two curves by equating the equations for

y2y^2

. Once the points of intersection are found, check the slopes of the tangents to the curves at these points. If the product of the slopes is

1-1

, the curves intersect orthogonally.


  1. The volume of a cube is increasing at a rate of 9 cubic centimeters per second. How fast is the surface area increasing when the length of the edge is 10 centimeters?

Answer: Let the edge length of the cube be

ss

. The volume of the cube is

V=s3V = s^3

, and the surface area is

A=6s2A = 6s^2

. Differentiating both with respect to time

tt

, we get:

dVdt=3s2dsdt\frac{dV}{dt} = 3s^2 \frac{ds}{dt}

dAdt=12sdsdt\frac{dA}{dt} = 12s \frac{ds}{dt}

Given that

dVdt=9\frac{dV}{dt} = 9

and

s=10s = 10

, solve for

dsdt\frac{ds}{dt}

, and then find

dAdt\frac{dA}{dt}

.