Multiply a trigonometry function

  • Context: High School 
  • Thread starter Thread starter Pin Head
  • Start date Start date
  • Tags Tags
    Function Trigonometry
Click For Summary

Discussion Overview

The discussion revolves around the application of a trigonometric formula involving the sine function to calculate components of a vector based on a given angle and length. Participants explore the implications of the formula and its utility in various contexts, particularly in physics and engineering.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant presents a formula, length * sin(angle), and claims it yields the same numerical result as sin(angle) alone, prompting questions about its significance.
  • Another participant corrects the initial calculations, providing the correct values for sin(38) and the product with length, indicating a misunderstanding in the original post.
  • A participant acknowledges the discrepancy in their calculator's output compared to programming results, seeking clarification on the formula's utility.
  • It is suggested that the formula is useful for determining the x and y components of a vector, with applications in physics, such as representing forces.
  • A further explanation is provided about calculating vector components using the relationships x = length * sin(angle) and y = length * cos(angle), emphasizing the relevance of vectors in scientific and engineering contexts.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the initial calculations, with one participant correcting another's figures. The discussion remains unresolved regarding the initial misunderstanding of the formula's application.

Contextual Notes

There are limitations in the initial calculations presented, as well as potential dependencies on the definitions of trigonometric functions and vector components. The discussion does not resolve the discrepancies in calculator outputs.

Pin Head
Messages
23
Reaction score
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
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.
 
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?
 
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.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 23 ·
Replies
23
Views
10K
  • · Replies 2 ·
Replies
2
Views
2K