Question:medium

Given that $\sin\theta = \frac{a}{b}$, then $\cos\theta$ is equal to :

Show Hint

Using a quick mental right-triangle is often faster:
If Opposite $= a$ and Hypotenuse $= b$, then by Pythagoras, the Adjacent side is $\sqrt{b^2 - a^2}$.
Since cosine is Adjacent / Hypotenuse, we immediately get $\frac{\sqrt{b^2 - a^2}}{b}$.
Updated On: Jul 9, 2026
  • $\frac{b}{\sqrt{b^2-a^2}}$
  • $\frac{b}{a}$
  • $\frac{\sqrt{b^2-a^2}}{b}$
  • $\frac{a}{\sqrt{b^2-a^2}}$
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Model it as a right triangle instead of using the identity directly.
Since $\sin\theta=\frac{a}{b}$, picture a right triangle where the side opposite $\theta$ is $a$ and the hypotenuse is $b$.
Step 2: Find the adjacent side with Pythagoras.
\[ \text{Adjacent} = \sqrt{b^2-a^2} \]
Step 3: Read off cosine from the triangle.
$\cos\theta = \frac{\text{Adjacent}}{\text{Hypotenuse}} = \frac{\sqrt{b^2-a^2}}{b}$.
\[ \boxed{\dfrac{\sqrt{b^2-a^2}}{b}} \]
Was this answer helpful?
0