A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessiona1g8ikdqoppo33bl8hlqmkdoqpufsptk): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

If a cos θ + b sin θ = p and a sin θ –

Home » Aptitude » Trigonometry » Question
  1. If a cos θ + b sin θ = p and a sin θ – b cos θ = q, then the relation between a, b, p and q is
    1. a² – b² = p² – q²
    2. a² + b² = p² + q²
    3. a + b = p + q
    4. a – b = p – q
Correct Option: B

a cos θ + b sin θ = p a sin θ – b cos θ = θ
On squaring and adding, a² cos² θ + b² sin² θ + 2 a b sin θ . cos θ + a² sin² θ + b² cos² θ – 2 a b sin θ. cos θ
= p² + q²
⇒ a² cos² θ + a² sin² θ + b² sin² θ + b² cos² θ = p² + q²
⇒ a² (cos²θ + sin²θ) + b² (sin²θ + cos²θ ) = p² + q²
⇒ a² + b² = p² + q²



Your comments will be displayed only after manual approval.