Multiply a trigonometry function

In summary, the conversation discusses the formula for finding the projection of a vector with a given length and angle onto the x-axis. The formula is length multiplied by the sine of the angle. The speakers also mention that this formula can be used to find the x and y components of a vector, which is useful in various fields such as physics and engineering. They also note that the formula can be calculated using a calculator or through programming.
  • #1
Pin Head
23
0
Hi,
I have a question I have learn a bit about trigonometry and I came across this formula

angle = 38
length = 120
formula

length * sin( angle )

now I have look around for the understanding about this formula and tested the formula my self


0.29636857870938531739229664984902

120 * sin( 38 )

0.29636857870938531739229664984902

sin( 38 )

And as you can see they both calculate the same number, Why is this and what would be the point in using this formula.
 
Mathematics news on Phys.org
  • #2
Pin Head said:
Hi,
I have a question I have learn a bit about trigonometry and I came across this formula

angle = 38
length = 120
formula

length * sin( angle )

now I have look around for the understanding about this formula and tested the formula my self


0.29636857870938531739229664984902

120 * sin( 38 )

0.29636857870938531739229664984902

sin( 38 )

And as you can see they both calculate the same number, Why is this and what would be the point in using this formula.

Hey Pin Head and welcome to the forums.

Your figures are not correct. Using a calculator I get the following:

sin(38) = 0.2963686
120 * sin(38) = 35.56423

In terms of what this means, it is a projection of some vector with length given by length projected on to the x-axis. If you replace sin with cos you get the projection onto the y-axis.
 
  • #3
Hi,
You are correct I don't no why my calculator is giving me
0.29636857870938531739229664984902
but when I tested the same equation in java programming,java gives me the answer you gave

sin(38) = 0.2963686
120 * sin(38) = 35.56423

So what would this formula be good for?
 
  • #4
Pin Head said:
Hi,
You are correct I don't no why my calculator is giving me
0.29636857870938531739229664984902
but when I tested the same equation in java programming,java gives me the answer you gave

sin(38) = 0.2963686
120 * sin(38) = 35.56423

So what would this formula be good for?

Like I said above, it's useful for taking a vector and finding the x and y components of the vector.

Vectors are used in many things including physics. For example we can represent a vector to represent a force like gravity, or even a force on something like an electron.

Lets say we have a vector (a,b) which is a two-dimension vector. We calculate our length to be length = SQRT(a^2 + b^2) where SQRT is the square root function. We also calculate our angle to be angle = tan(b/a).

Now given an angle and a length we can find our x and y components. We do this by using the relationship x = length x sin(angle) and y = length x cos(angle).

This is just one reason and there are many others. But if you think about how all the scientists, engineers, and others work with systems that have vectors, then you will start to see how this is useful.
 
  • #5


I can explain the purpose and significance of multiplying a trigonometry function. Trigonometry is a branch of mathematics that deals with the relationships between angles and sides of triangles. One of the most commonly used trigonometric functions is the sine function, which is used to calculate the ratio of the length of the opposite side to the length of the hypotenuse in a right triangle.

In the formula you mentioned, the length is multiplied by the sine of the given angle. This is because the sine function represents the ratio of the opposite side to the hypotenuse in a right triangle, and by multiplying it with the length, we can calculate the actual length of the opposite side.

In simpler terms, multiplying a trigonometric function allows us to use the information we have about the angle and the length to find the missing side of a triangle. This is especially useful in real-world applications such as engineering, navigation, and physics, where accurate measurements and calculations are crucial.

Furthermore, trigonometric functions are also used to model and analyze various natural phenomena, such as sound waves and planetary orbits. By multiplying these functions, we can better understand and predict the behavior of these phenomena.

In conclusion, multiplying a trigonometric function is a fundamental aspect of trigonometry and has numerous practical and theoretical applications. It allows us to solve problems involving triangles and helps us understand the world around us. I hope this explanation helps you better understand the purpose and significance of this formula.
 

FAQ: Multiply a trigonometry function

What is a trigonometry function?

A trigonometry function is a mathematical function that relates the angles of a triangle to the lengths of its sides. The most common trigonometry functions are sine, cosine, and tangent.

How do I multiply a trigonometry function?

To multiply a trigonometry function, you can use the product-to-sum identity or the double angle identity. You can also use a calculator or lookup tables to find the product of two trigonometry functions.

Can I multiply a trigonometry function by a constant?

Yes, you can multiply a trigonometry function by a constant. This will result in a vertical stretch or compression of the graph of the function. The period and amplitude of the function will also be affected.

What is the purpose of multiplying a trigonometry function?

Multiplying a trigonometry function can help in simplifying complex expressions and solving trigonometric equations. It can also be used in real-life applications, such as calculating the height of a building or the distance of a ship from land.

Are there any special cases when multiplying trigonometry functions?

Yes, there are some special cases when multiplying trigonometry functions. For example, when multiplying two sine functions, the resulting function will have a period that is half of the original period. When multiplying a sine and cosine function, the resulting function will have a period that is equal to the original period.

Similar threads

Replies
5
Views
2K
Replies
8
Views
2K
Replies
2
Views
1K
Replies
3
Views
1K
Replies
13
Views
2K
Replies
3
Views
1K
Replies
7
Views
3K
Back
Top