Mathematics Section C Study Notes: Rationality, Geometry, and Trigonometry

Section C Examination Details

  • Total Questions: This section contains 6 Short Answer (SA) type questions.
  • Weightage: Each question carries 3 marks.
  • Total Marks for Section C: 6×3=186 \times 3 = 18

Irrational Numbers (Question 26)

  • Problem Statement: Prove that 2\sqrt{2} is an irrational number.
  • Proof by Contradiction Methodology:
    • Assume 2\sqrt{2} is a rational number. By definition, it can be written in the form pq\frac{p}{q}, where pp and qq are integers, q0q \neq 0, and p,qp, q are co-prime (having no common factors other than 1).
    • Equation: 2=pq\sqrt{2} = \frac{p}{q}.
    • Squaring both sides: 2=p2q22 = \frac{p^2}{q^2}, which implies p2=2q2p^2 = 2q^2.
    • Since 22 divides p2p^2, by number theory, 22 must also divide pp. Thus, let p=2kp = 2k for some integer kk.
    • Substituting back: (2k)2=2q2    4k2=2q2    q2=2k2(2k)^2 = 2q^2 \implies 4k^2 = 2q^2 \implies q^2 = 2k^2.
    • This implies 22 divides q2q^2, and therefore 22 must divide qq.
    • Conclusion: Since both pp and qq share a common factor of 22, the initial assumption that they are co-prime is contradicted. Therefore, 2\sqrt{2} must be irrational.

Geometry of Circles and Tangents (Question 27)

  • Part (a): Tangent Angle Relationship

    • Theorem to Prove: Two tangents PAPA and PBPB are drawn to a circle with centre OO from an external point PP. Prove that APB=2OAB\angle APB = 2\angle OAB.
    • Key Geometric Principles:
      • Tangents from an external point to a circle are equal in length (PA=PBPA = PB).
      • Triangle PABPAB is an isosceles triangle (PA=PBPA = PB).
      • The angle between the radius and the tangent at the point of contact is 9090^{\circ} (OAP=90\angle OAP = 90^{\circ}).
  • Part (b) OR Option: Calculating Chord and Tangent Properties

    • Given Data:
      • PAPA is a tangent to the circle with centre OO.
      • Radius segment OA=10cmOA = 10\,cm.
      • Segment AB=8cmAB = 8\,cm.
      • Perpendicular condition: ABOPAB \perp OP.
    • Goal: Find the length of PBPB.

Coordinate Geometry and Ratios (Question 28)

  • Problem Statement: Determine the ratio in which the line 3x+y9=03x + y - 9 = 0 divides the line segment joining the points (1,3)(1, 3) and (2,5)(2, 5). Find the point of intersection.
  • Calculation Steps:
    • Section Formula: Let the ratio be k:1k:1. The coordinates of the point of intersection (x,y)(x, y) are:
      • x=m1x2+m2x1m1+m2=2k+1k+1x = \frac{m_1x_2 + m_2x_1}{m_1 + m_2} = \frac{2k + 1}{k + 1}
      • y=m1y2+m2y1m1+m2=5k+3k+1y = \frac{m_1y_2 + m_2y_1}{m_1 + m_2} = \frac{5k + 3}{k + 1}
    • Equation Substitution: Since this point lies on the line 3x+y9=03x + y - 9 = 0, substitute the expressions for xx and yy into the equation to solve for kk.
    • Point of Intersection: Once kk is found, substitute it back into the section formula to find the numerical (x,y)(x, y) coordinates.

Trigonometric Identities and Proofs (Question 29)

  • Part (a): Condition-Based Proof

    • Given: sin(θ)+cos(θ)=3\sin(\theta) + \cos(\theta) = \sqrt{3}.
    • Goal: Prove that tan(θ)+cot(θ)=1\tan(\theta) + \cot(\theta) = 1.
    • Step-by-Step Logic:
      1. Square the given equation: (sin(θ)+cos(θ))2=(3)2(\sin(\theta) + \cos(\theta))^2 = (\sqrt{3})^2.
      2. Expand: sin2(θ)+cos2(θ)+2sin(θ)cos(θ)=3\sin^2(\theta) + \cos^2(\theta) + 2\sin(\theta)\cos(\theta) = 3.
      3. Using sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1, we get: 1+2sin(θ)cos(θ)=3    2sin(θ)cos(θ)=2    sin(θ)cos(θ)=11 + 2\sin(\theta)\cos(\theta) = 3 \implies 2\sin(\theta)\cos(\theta) = 2 \implies \sin(\theta)\cos(\theta) = 1.
      4. Expand the expression to prove: tan(θ)+cot(θ)=sin(θ)cos(θ)+cos(θ)sin(θ)=sin2(θ)+cos2(θ)sin(θ)cos(θ)\tan(\theta) + \cot(\theta) = \frac{\sin(\theta)}{\cos(\theta)} + \frac{\cos(\theta)}{\sin(\theta)} = \frac{\sin^2(\theta) + \cos^2(\theta)}{\sin(\theta)\cos(\theta)}.
      5. Substitute known values: 11=1\frac{1}{1} = 1. Proof complete.
  • Part (b) OR Option: Complex Identity Verification

    • Identity to Prove: (sin(A)+sec(A))2+(cos(A)+cosec(A))2=(1+sec(A)cosec(A))2(\sin(A) + \sec(A))^2 + (\cos(A) + \text{cosec}(A))^2 = (1 + \sec(A)\text{cosec}(A))^2

Coordinate Geometry and Square properties (Page 1 Fragment)

  • Sub-Question (b): Square Coordinates

    • (i) Find the coordinates of point PP.
    • (ii) Find the length of the side of the square.
  • Alternative OR Option (Equidistant Point):

    • Problem: Find the coordinates of a point on the line x+y=5x + y = 5 which is equidistant from the points (6,4)(6, 4) and (5,2)(5, 2).
    • Mathematical Representation: Let the point be Q(x,y)Q(x, y).
      1. Constraint 1: x+y=5x + y = 5, so y=5xy = 5 - x.
      2. Constraint 2: Distance from (6,4)(6, 4) equals distance from (5,2)(5, 2).
      3. Distance Formula: (x6)2+(y4)2=(x5)2+(y2)2\sqrt{(x-6)^2 + (y-4)^2} = \sqrt{(x-5)^2 + (y-2)^2}.
      4. Solve for xx and then solve for yy.