Thread Closed

Sin+Cos Question makes no sense to me

 
Share Thread Thread Tools
May15-07, 06:29 PM   #1
 

Sin+Cos Question makes no sense to me


Using a graph format in excel, plot the following function;
Y=2SinӨ + 3CosӨ

for values of Ө between 0 and 90???. From the graph find;
a.the maximum amplitude of the function.
2.A value of Ө which satisfies the equation
2SinӨ + 3CosӨ = 3.5

As evidence, you are required to show what formula you have used to produce the graph.

-
ok well.. i put 2 in sin, and 3 in cos
and did them added together to give a value, and tryed to make a graph..
i dont get the question, or what im ment to do, or anything. please could someone help explain or give asmuch help as possible.
Attached Thumbnails
erm.JPG  
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
May15-07, 06:35 PM   #2
 
Recognitions:
Homework Helper Homework Help
Why must you use Excel? Are you permitted to use any graphing software program? If Excel contains trigonometric functions, you might be able to use
something like =2*sin(x)+3*cos(x) for the "formula".
May15-07, 06:50 PM   #3
 
Mentor
You need to make your first column the theta argument to the function. Put 0 in the first cell (call it A1), and in the second cell A2, put =A1+(90/100). Then click drag the second cell down to row 91, and use Ctrl-D to fill down that equation. That will give you a column for theta that varies from 0 to 90 in 1% increments.

Then the second column should be your Y formula, with the arguments for the sin() and cos() being the cell just to the left. Does that make sense? So you end up with two columns, theta and Y(theta) = 2sin(theta)+3cos(theta). Then use the chart wizard or whatever to make an x-y scatter chart that plots Y(theta), with theta as the horizontal axis, and Y(theta) as the vertical axis.

Does that get you back on track?
May15-07, 06:53 PM   #4
 
Mentor

Sin+Cos Question makes no sense to me


BTW, it would be good to double-check the default in Excel to see if the argument to sin() and cos() is assumed to be in degrees, like we are using so far in this thread. If the default is assumed to be radians, then you'll need to include the conversion in your formula for Y(theta).
May16-07, 05:24 AM   #5
 
need to get the answer in degree's
but excels degree's function seams to not be working as it should. also im unable to determin if its ment to be fluctuating up and down or not.
any idea's?

also
That will give you a column for theta that varies from 0 to 90 in 1% increments
erm it goes up at 0.9 values, so highest value is 81.. so its not 1% increasments, please explain

-also current problem.. im finding it impossible to convert it to degree's. me and others have tryed converting it using the dregee's function in excel, and radius*(180/Pi)
but dosnt give the answer im suppose to get.

____|0|_10___|_20__
2Sin_|0|0.3473|_0.684
3Cos|2|_2.954_|_2.82
y___|2|_3.3___|_3.5

there is an attempt of a table of what it is ment to look like ive been told.
if dont understand table please ask and i will try and explain, but tbh i dont understand how they got those answers.
May16-07, 11:26 AM   #6
 
Excel expects trig arguments in radians. To use degress, convert the degrees to radians with Excel's RADIANS() function ,eg SIN(RADIANS(a1))
May16-07, 11:52 AM   #7
 
Mentor
Quote by College_Noobie View Post
erm it goes up at 0.9 values, so highest value is 81.. so its not 1% increasments, please explain
Ah, good point. I should have said to fill down to 101, to get all 100 steps at 1% increments.
May16-07, 05:17 PM   #8
 
ThoMcCloskey please read what you put compared to what i put.

Quote by TheoMcCloskey View Post
Excel expects trig arguments in radians. To use degress, convert the degrees to radians with Excel's RADIANS() function ,eg SIN(RADIANS(a1))
ok how will converting degree's which i need it to be in.. to a radius, which im guessing it is as defult at the moment. going to help?
please read what i put.

Quote by College_Noobie View Post
need to get the answer in degree's
but excels degree's function seams to not be working as it should.

-also current problem.. im finding it impossible to convert it to degree's. me and others have tryed converting it using the dregee's function in excel, and radius*(180/Pi)
but dosnt give the answer im suppose to get.

{
____|0|_10___|_20__
2Sin_|0|0.3473|_0.684
3Cos|2|_2.954_|_2.82
y___|2|_3.3___|_3.5

}
there is an attempt of a table of what it is ment to look like ive been told.
if dont understand table please ask and i will try and explain, but tbh i dont understand how they got those answers.
May16-07, 07:26 PM   #9
 
Well, I guess I don't understand what you mean or want. I was trying to suggest how to get the proper values for [tex]sin(\theta)[/tex] and [tex]cos(\theta)[/tex] when [tex]\theta[/tex] is expressed in degrees using Excel.

What are you trying to convert to degrees?

To plot the graph in Excel, simply construct the column of theta values (in degrees) as berkeman suggested. Then, construct another column with the expression you posted (Y) using the theta column and the radians conversion function (as I tried to suggest) so that you get the correct values of Y.

Now plot the values of the expression (Y) against the values of theta (in degrees) and read the graph relative to theta (in degrees) to get your answers.

P.S. - I don't understand your table.
May17-07, 01:46 AM   #10
 
Mentor
Quote by TheoMcCloskey View Post
Well, I guess I don't understand what you mean or want. I was trying to suggest how to get the proper values for [tex]sin(\theta)[/tex] and [tex]cos(\theta)[/tex] when [tex]\theta[/tex] is expressed in degrees using Excel.

What are you trying to convert to degrees?

To plot the graph in Excel, simply construct the column of theta values (in degrees) as berkeman suggested. Then, construct another column with the expression you posted (Y) using the theta column and the radians conversion function (as I tried to suggest) so that you get the correct values of Y.

Now plot the values of the expression (Y) against the values of theta (in degrees) and read the graph relative to theta (in degrees) to get your answers.

P.S. - I don't understand your table.
College -- Did Theo's help solve your problem? Theo's advice was pretty clear.
May22-07, 06:11 AM   #11
 
my mates been able to work out a function to work out the degree's, which is as follows
=DEGREES(RADIANS(SIN(RADIANS(A1))*2)+RADIANS(COS(RADIANS(A1))*3))
im hopeing is right and im going to try implment it now =)

using excels radians function degree's function didnt seam to work.

btw im now 100% confused about radius and degree's and no idea what im doing =) just woke up, but guna have a go.
p.s. sorry for seaming rude eirler

edit.
ive had ago, and this is what ive got
http://www.freewebs.com/rage_extreme/Sin%20Cos.xls
you reckon this is correct?
Thread Closed
Thread Tools


Similar Threads for: Sin+Cos Question makes no sense to me
Thread Forum Replies
Tell me if this makes sense General Discussion 16
the section of my physics book on sound makes no sense Introductory Physics Homework 5
some questions on a take home quiz dont makes sense Introductory Physics Homework 5
It Makes Sense General Discussion 9
man this problem makes no sense (intensities) Introductory Physics Homework 4