# Nakafa Learning Content

> For AI agents: use [llms.txt](https://nakafa.com/llms.txt) for the site index. Markdown versions are available by appending `.md` to content URLs or sending `Accept: text/markdown`.

URL: https://nakafa.com/en/subjects/physics/vector/sine-rule
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/material/lesson/physics/vector/sine-rule/en.mdx

Learn how to determine the direction of the resultant of two vectors using the sine rule after the resultant magnitude is known.

---

## Resultant Direction Needs a New Angle

The cosine rule gives the resultant magnitude, but it does not fully give the direction. In vector problems, an answer such as $$15.6\text{ N}$$ is incomplete if the force direction is not stated.

Visible text: The cosine rule gives the resultant magnitude, but it does not fully give the direction. In vector problems, an answer such as is incomplete if the force direction is not stated.

For two vectors, the resultant direction can be found using the **sine rule**. This rule works on the resultant triangle formed by the two vectors and their resultant.

```math
\frac{\sin\phi}{B}=\frac{\sin\theta}{R}
```

Here, $$\theta$$ is the included angle between $$\vec{A}$$ and $$\vec{B}$$, $$R$$ is the resultant magnitude, and $$\phi$$ is the angle between $$\vec{A}$$ and resultant $$\vec{R}$$.

Visible text: Here, is the included angle between and , is the resultant magnitude, and is the angle between and resultant .

> The sine rule is usually used after the resultant magnitude is known.

## Reading the Angle Being Asked For

Before calculating, decide the reference direction. If the question asks for the resultant direction relative to $$\vec{A}$$, the required angle is from $$\vec{A}$$ toward $$\vec{R}$$.

Visible text: Before calculating, decide the reference direction. If the question asks for the resultant direction relative to , the required angle is from toward .

If the question asks for direction relative to $$\vec{B}$$, the angle is different. Do not swap angles without checking the vector triangle.

Visible text: If the question asks for direction relative to , the angle is different. Do not swap angles without checking the vector triangle.

A common relationship is:

Component: MathContainer
Children:

```math
\sin\phi=\frac{B\sin\theta}{R}
```

```math
\phi=\sin^{-1}\left(\frac{B\sin\theta}{R}\right)
```

This formula finds the resultant angle relative to vector $$\vec{A}$$. Because the side opposite angle $$\phi$$ has magnitude $$B$$, $$B$$ appears in the numerator.

Visible text: This formula finds the resultant angle relative to vector . Because the side opposite angle has magnitude , appears in the numerator.

## Resultant Force Direction

Two forces act at one point. $$A=10\text{ N}$$, $$B=8\text{ N}$$, and the included angle is $$60^\circ$$. From the cosine rule, the resultant magnitude is $$R\approx15.6\text{ N}$$.

Visible text: Two forces act at one point. , , and the included angle is . From the cosine rule, the resultant magnitude is .

Now find angle $$\phi$$ between $$\vec{A}$$ and $$\vec{R}$$.

Visible text: Now find angle between and .

```math
\begin{aligned}
\sin\phi&=\frac{B\sin\theta}{R} \\
&=\frac{8\sin60^\circ}{15.6} \\
&=\frac{8(0.866)}{15.6} \\
&\approx0.444
\end{aligned}
```

Therefore:

```math
\phi=\sin^{-1}(0.444)\approx26.4^\circ
```

So the resultant force is about $$15.6\text{ N}$$ at $$26.4^\circ$$ from $$\vec{A}$$ toward $$\vec{B}$$.

Visible text: So the resultant force is about at from toward .

## Checking with Components

The same direction can be checked using components. If $$\vec{A}$$ is placed on the positive $$x$$ axis, then:

Visible text: The same direction can be checked using components. If is placed on the positive axis, then:

Component: MathContainer
Children:

```math
R_x=A+B\cos\theta
```

```math
R_y=B\sin\theta
```

```math
\tan\phi=\frac{R_y}{R_x}
```

For the same example:

```math
\tan\phi=\frac{8\sin60^\circ}{10+8\cos60^\circ}=\frac{6.928}{14}\approx0.495
```

This gives $$\phi\approx26.4^\circ$$, matching the sine rule. This check is useful when you are unsure which angle is being found.

Visible text: This gives , matching the sine rule. This check is useful when you are unsure which angle is being found.

## When the Sine Rule Is Less Practical

The sine rule is less practical when there are more than two vectors or when each vector direction is already given relative to coordinate axes. In those cases, the component method is usually safer because all directions are organized along the $$x$$ and $$y$$ axes.

Visible text: The sine rule is less practical when there are more than two vectors or when each vector direction is already given relative to coordinate axes. In those cases, the component method is usually safer because all directions are organized along the and axes.

Use the sine rule when the problem is clear: two vectors, a known included angle, a known resultant magnitude, and a requested resultant direction relative to one of the vectors.