Drawing with trigonometric function

In summary: Rotation Matrix for 45 Degrees:I can just model the equation with sines. So y_1 = 300 * Sin(pi*x / 1000) (Assuming 300 is the highest point in the curve)y_2 = (1000/pi) * sin^-1(x/300)
  • #1
asd1249jf

Homework Statement


Come up with a set of equations to draw the following picture:

http://img197.imageshack.us/img197/7428/equation.jpg

Homework Equations


The Attempt at a Solution



The circle is easy.

1000 = sqrt(x^2+y^2)

I can just model the equation with sines. So

y_1 = 300 * Sin(pi * x / 1000) (Assuming 300 is the highest point in the curve)

The sine graph on the y-axis can be easily tilted by switching x and y. Therefore:

x = 300 * Sin(pi*y_2 / 1000)

sin^-1 (x/300) = pi * y_2 / 1000

y_2 = (1000/pi) * sin^-1(x/300)Is my y_2 correct?

And I'm kinda stumbling on how to translate the axis in 45 degree angle to draw the sine graph like that. Any help would be appreciated.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
l46kok said:
I can just model the equation with sines. So

y_1 = 300 * Sin(pi * x / 1000) (Assuming 300 is the highest point in the curve)
You should probably add a restriction for x, like -1000 ≤ x ≤ 1000.

l46kok said:
The sine graph on the y-axis can be easily tilted by switching x and y. Therefore:

x = 300 * Sin(pi*y_2 / 1000)

sin^-1 (x/300) = pi * y_2 / 1000

y_2 = (1000/pi) * sin^-1(x/300)Is my y_2 correct?
Technically, no, because x has the domain restriction -π/2 ≤ x ≤ π/2. Must all equations be y as functions of x? If not, I would just leave it in terms of x. Also, I think you need a negative in front of the R.H.S.:
x = -300 * Sin(pi*y_2 / 1000)
 
  • #3
No it can be in terms of X too.

How should I modelize the lines which goes at 45 degree angle?
 
  • #4
l46kok said:
The circle is easy.

1000 = sqrt(x^2+y^2)
Oops! The radius for that equation is about 31.6227766.

l46kok said:
No it can be in terms of X too.

How should I modelize the lines which goes at 45 degree angle?
Are you familiar with rotation of axes? You'll need to make use of it, I think.
 
  • #5
eumyang said:
Oops! The radius for that equation is about 31.6227766.
No it's not,

l46kok said:
The circle is easy.

1000 = sqrt(x^2+y^2)

:tongue:
 
  • #6
eumyang said:
Oops! The radius for that equation is about 31.6227766.


Are you familiar with rotation of axes? You'll need to make use of it, I think.

Yeah, translating the axes by defining a new set of axes such as x' and y', then rotating it via trigonometric function but I was struggling big time about that. Any suggestions?
 
  • #7
Mentallic said:
No it's not,
:tongue:
Wow... that's was embarrassing. :redface: Let's try that again.
l46kok said:
The circle is easy.

1000 = sqrt(x^2+y^2)
This only gives you the upper semicircle. Define this implicitly instead:
x2+y2=10002

l46kok said:
Yeah, translating the axes by defining a new set of axes such as x' and y', then rotating it via trigonometric function but I was struggling big time about that. Any suggestions?
Do you know the equations that define x' and y' in terms of x, y, and θ? Take the equation
y' = 300 * sin(pi*x'/1000)
and replace with what x' and y' equals. Then find a new set of equations for x' and y', in terms of a different angle θ, and replace into the equation above.
 
Last edited:
  • #8
Call your original function y = f(x). The easiest way to rotate is to use the rotation matrix:

[tex]R(x) = \left[ \begin{array}{cc}
\cos\theta & -\sin\theta\\
\sin\theta & \cos\theta
\end{array}\right]
\left[
\begin{array}{c}
x\\
f(x)
\end{array}\right][/tex]

Pick any θ you wish and plot it parametrically for x from 0 to 1000.
 

What is "Drawing with trigonometric function"?

"Drawing with trigonometric function" is a mathematical concept where trigonometric functions, such as sine, cosine, and tangent, are used to create visual representations of mathematical equations.

Why is "Drawing with trigonometric function" useful?

"Drawing with trigonometric function" can be useful for visually representing complex mathematical equations, patterns, and relationships. It can also help with understanding and visualizing concepts such as waves, cycles, and periodic functions.

What are some common trigonometric functions used in "Drawing with trigonometric function"?

Some common trigonometric functions used in "Drawing with trigonometric function" include sine, cosine, tangent, secant, cosecant, and cotangent.

Can "Drawing with trigonometric function" be used for practical applications?

Yes, "Drawing with trigonometric function" can be used in practical applications such as creating maps, designing bridges and buildings, and analyzing data in fields such as physics, engineering, and astronomy.

What are some tips for effectively "Drawing with trigonometric function"?

Some tips for effectively "Drawing with trigonometric function" include understanding the properties and characteristics of different trigonometric functions, using a graphing calculator or software to plot the equations, and experimenting with different values to see how they affect the graph.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Introductory Physics Homework Help
Replies
8
Views
570
  • Precalculus Mathematics Homework Help
Replies
14
Views
812
Replies
12
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
Replies
3
Views
1K
  • Differential Equations
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
21
Views
3K
Back
Top