Basic Trig Functions: Clarifying Definitions

In summary: So can you take the square root of both sides to get:r = rcos\varphi + rsin\varphir = r(cos\varphi + sin\varphi)No. You have two different variables. r, and \phi. They cannot be treated as the same thing. The right hand side of your first equation has \phi in it. The right hand side of your second equation does not.It is true that both equations describe a circle, but they are not the same circle. The first equation describes a circle in rectangular coordinates, the second describes a circle in polar coordinates.You need to decide what kind of coordinates you want to work in before you start writing down equations. If you want to use
  • #1
fonz
151
5
I just wanted to clear a couple of things up in terms of strict mathematical definition...

Is the correct definition of the trigonometric ratios:

cos[itex]\varphi[/itex]=[itex]\frac{|x|}{r}[/itex], sin[itex]\varphi[/itex]=[itex]\frac{|y|}{r}[/itex]

as opposed to:

cos[itex]\varphi[/itex]=[itex]\frac{x}{r}[/itex], sin[itex]\varphi[/itex]=[itex]\frac{y}{r}[/itex]

(note the lack of absolute value definition for the axis projections)

Also, is it correct to define a circle with the equation:

r = rcos[itex]\varphi[/itex]+rsin[itex]\varphi[/itex]?

Thanks
 
Mathematics news on Phys.org
  • #2
What do you mean by "strict mathematical definition"?

is sin(x)=|sin(x)|?
No, sine and cosine can be negative (and complex) in general
Sometimes we are interested in a limited domain where this is true though.
ie
0<=x<=90 degrees
or
0<=x<=pi/2 radians

The equation of a circle in polar coordinates is
r=R
where r is the distance from the center and R is the radius
you can however write it using the Pythagorean theorem
r=√((Rcos(t))^2+(Rsin(t))^2)
which reduces to
r=R
 
Last edited:
  • Like
Likes 1 person
  • #3
lurflurf said:
No sine and cosine can be negative (and complex) in general

I think a comma would make your meaning clearer. :wink:

lurflurf said:
No, sine and cosine can be negative (and complex) in general
 
  • Like
Likes 1 person
  • #4
lurflurf said:
The equation of a circle in polar coordinates is
r=R
where r is the distance from the center and R is the radius
you can however write it using the Pythagorean theorem
r=√((Rcos(t))^2+(Rsin(t))^2)
which reduces to
r=R

By R do you mean |r|? I think this is where I am getting confused... so the circle equation would be:

r = |r|cos[itex]\varphi[/itex]+|r|sin[itex]\varphi[/itex]

or

r = |r|(cos[itex]\varphi[/itex]+sin[itex]\varphi[/itex])

Is this right?
 
  • #5
fonz said:
By R do you mean |r|? I think this is where I am getting confused... so the circle equation would be:

r = |r|cos[itex]\varphi[/itex]+|r|sin[itex]\varphi[/itex]

or

r = |r|(cos[itex]\varphi[/itex]+sin[itex]\varphi[/itex])

Is this right?

The equation in polar form of a circle of radius = a centered at the origin is simply r = a.

It's not clear what your equation represents.
 
  • Like
Likes 1 person
  • #6
One thing that doesn't get sufficient coverage, in my opinion, is the fact that there are actually (at least) three different versions of the trigonometric functions;

There are right-triangle trig functions that are defined in terms of ratios of side lengths of right triangles. The arguments (domain) of these functions are angles; specifically angles between 0 and 90 degrees (whether or not we include 0 and 90 depends on how you want to define "right triangle"). As ratios of side lengths, the outputs (range) of the right-triangle trig functions are positive real numbers.

Then there are the "unit-circle" trig functions which are defined in terms of coordinates of points on the unit circle. The arguments of these functions are technically arc lengths, and the outputs are, again, real numbers; e.g. for the unit-circle version of ##\sin##, ##\sin a## is the ##y##-coordinate of the point on the unit circle that is ##a## counter-clockwise units around the circle.

Finally, there are the analytic trig functions, which have power series definitions. The domains and ranges of these functions are real (or complex) numbers. These are the functions of primary interest in a calculus course.

Now all of the versions of the trig functions can be understood in terms of the others - e.g. it is common for students to use "reference angles" and right-triangle trig functions to aid in their understanding of the unit-circle trig functions - so they are often considered to be the same. But I believe there is value in realizing that they're fundamentally different kinds of functions that happen to be comparable.

*Remark: It's reasonable to consider a fourth class of trig functions, which I would call the "rotational" trig functions, but one could argue that this class is the same as the "unit-circle" class.
 
  • Like
Likes 2 people
  • #7
OK so for a non unit circle, a radius vector with magnitude r has component vectors x and y

by the Pythagorean theorem:

r2 = x2 + y2

In parametric form:

x = |r|cos[itex]\varphi[/itex]
y = |r|sin[itex]\varphi[/itex]

therefore the equation in polar form would be:

r2 = (|r|cos[itex]\varphi[/itex])2 + (|r|sin[itex]\varphi[/itex])2

Is this correct?
 
  • #8
fonz said:
OK so for a non unit circle, a radius vector with magnitude r has component vectors x and y

by the Pythagorean theorem:

r2 = x2 + y2

In parametric form:

x = |r|cos[itex]\varphi[/itex]
y = |r|sin[itex]\varphi[/itex]

therefore the equation in polar form would be:

r2 = (|r|cos[itex]\varphi[/itex])2 + (|r|sin[itex]\varphi[/itex])2

Is this correct?
Looks fine to me. I will just mention that taking the absolute value of ##r## is redundant, since magnitude is by definition nonnegative. Also, ##\varphi## is not defined if ##x=y=0##, but of course in that case ##r = 0##.
 
  • #9
jbunniii said:
Looks fine to me. I will just mention that taking the absolute value of ##r## is redundant, since magnitude is by definition nonnegative. Also, ##\varphi## is not defined if ##x=y=0##, but of course in that case ##r = 0##.

So can you take the square root of both sides to get:

r = rcos[itex]\varphi[/itex] + rsin[itex]\varphi[/itex]

r = r(cos[itex]\varphi[/itex] + sin[itex]\varphi[/itex])
 
  • #10
fonz said:
So can you take the square root of both sides to get:

r = rcos[itex]\varphi[/itex] + rsin[itex]\varphi[/itex]

r = r(cos[itex]\varphi[/itex] + sin[itex]\varphi[/itex])
No, ##\sqrt{\cos^2 \theta + \sin^2 \theta} \neq \cos\theta + \sin\theta##. In fact, the left hand side is 1 for all ##\theta##, whereas ##\cos \theta + \sin \theta = \sqrt{2}\sin(\theta + \pi/4)##.
 
  • Like
Likes 1 person
  • #11
jbunniii said:
No, ##\sqrt{\cos^2 \theta + \sin^2 \theta} \neq \cos\theta + \sin\theta##. In fact, the left hand side is 1 for all ##\theta##, whereas ##\cos \theta + \sin \theta = \sqrt{2}\sin(\theta + \pi/4)##.

Thanks
 
  • #12
fonz said:
therefore the equation in polar form would be:

r2 = (|r|cos[itex]\varphi[/itex])2 + (|r|sin[itex]\varphi[/itex])2

Is this correct?

This only makes sense as a function in polar form if ##r## is a variable and ##|r|## is a constant. This can be rewritten as ##r^2=|r|^2(\cos^2\theta+\sin^2\theta)=|r|^2## which is like saying ##y=y##. It sure is true, but it is not the graph that you are looking for. If you are writing ##r(\theta)##, and you want a circle with radius ##a## (which is a constant), then the functional notation that you are looking for is

##r^2=(|a|^2\cos^2\theta+|a|^2\sin^2\theta)=|a|^2(\cos^2\theta+\sin^2 \theta)=|a|^2##

This clearly becomes ##r(\theta)=a## since ##a## is already positive as we chose it to be the radius of the circle. I think this is what you were originally asking, but maybe I misunderstood.
 
  • Like
Likes 1 person
  • #13
DrewD said:
This only makes sense as a function in polar form if ##r## is a variable and ##|r|## is a constant. This can be rewritten as ##r^2=|r|^2(\cos^2\theta+\sin^2\theta)=|r|^2## which is like saying ##y=y##. It sure is true, but it is not the graph that you are looking for. If you are writing ##r(\theta)##, and you want a circle with radius ##a## (which is a constant), then the functional notation that you are looking for is

##r^2=(|a|^2\cos^2\theta+|a|^2\sin^2\theta)=|a|^2(\cos^2\theta+\sin^2 \theta)=|a|^2##

This clearly becomes ##r(\theta)=a## since ##a## is already positive as we chose it to be the radius of the circle. I think this is what you were originally asking, but maybe I misunderstood.

Thanks, I wasn't making the connection between the basic trigonometric identity [itex]\sin^2 + \cos^2 = 1[/itex]
 

1. What are the basic trigonometric functions?

The basic trigonometric functions are sine, cosine, tangent, cotangent, secant, and cosecant. These functions are used to relate the angles and sides of a right triangle.

2. How do you calculate the values of basic trigonometric functions?

The values of basic trigonometric functions can be calculated using a calculator or by using special triangles and reference angles. For example, the sine of an angle is equal to the ratio of the opposite side to the hypotenuse of a right triangle.

3. What is the difference between sine and cosine functions?

Sine and cosine functions are similar in that they both relate the angles and sides of a right triangle. The main difference is that sine represents the ratio of the opposite side to the hypotenuse, while cosine represents the ratio of the adjacent side to the hypotenuse.

4. What is the domain and range of basic trigonometric functions?

The domain of basic trigonometric functions is all real numbers, while the range depends on the specific function. For example, the range of sine and cosine is [-1, 1] while the range of tangent is all real numbers.

5. How are basic trigonometric functions used in real life?

Basic trigonometric functions are used in various fields such as engineering, physics, navigation, and astronomy. They can be used to calculate distances, angles, and heights of objects, as well as to model periodic phenomena such as sound waves and ocean tides.

Similar threads

Replies
2
Views
1K
Replies
6
Views
958
  • Classical Physics
Replies
9
Views
1K
  • Special and General Relativity
Replies
11
Views
206
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
Replies
2
Views
687
  • General Math
Replies
4
Views
1K
Replies
28
Views
2K
Back
Top