Excel spreedsheet for Range formula- Lab

Click For Summary
To program the range formula R = [V0^2 * sin(2 * theta)] / g in Excel, start by selecting a value for V0 and setting up a column for theta that increments from 0 to 90 degrees in 2-degree steps. In the adjacent column, input the formula using the RADIANS function to convert degrees to radians, ensuring the correct calculation of sine. Users have encountered issues with negative values, which can arise from incorrect angle conversions, so it's crucial to use the RADIANS function properly. The formula should look like this: =V0^2 * SIN(RADIANS(2 * A4)) / g, where A4 corresponds to the theta value. Properly applying these steps will yield the correct range values for each angle.
brncsfns5621
Messages
22
Reaction score
0
I have to program the range formula R= [Vo2sin(2*theta)]/g, into an Excel spredsheet. I need to progran the equation for various values of 'theta' to determine for which value(s) of 'thet' is the range maximum.

Table should have left side Injection angle (degrees), right side Range (R). The injection angle will go from 0 to 90 degrees in steps of two degrees.



Problem = I do not know Excel! Can someone help me on this?
 
Physics news on Phys.org
Well, first you need to pick a value for V_0. Then make the column theta start at some value, and increase 2 degrees in each row until you get to 90. In the next column, you simply type in the equation for range, with the parameters you know, making sure get excel to insert the value in the corresponding left column cell in place of the theta value.
 
Help

I tried this as well and am receiving a lot of negative numbers which can't be right.

V=10
G=10 m/s^2
In column A I numbered each row 0 to 90 increments of 2.

Then in column B programmed the following formula =10*2*SIN(2*A4)... A4 is the cell number value which = 4 in this case

Then the next row I had it take the value of B and divide it by 10^2 since G=10

Please advise
 
Physocs_n00b said:
I tried this as well and am receiving a lot of negative numbers which can't be right.

V=10
G=10 m/s^2
In column A I numbered each row 0 to 90 increments of 2.

Then in column B programmed the following formula =10*2*SIN(2*A4)... A4 is the cell number value which = 4 in this case

Then the next row I had it take the value of B and divide it by 10^2 since G=10

Please advise

Be careful!

Excel calculates angles in radians!

You must change to degrees first.. there is a function in excel that does this, but my the life of me I cannot remember :rolleyes:

1 sec .. .

//

Jerry Hester to the rescue once again (his tutorials really have been invaluable)
http://phoenix.phys.clemson.edu/tutorials/excel/trig.html
 
Last edited:
Okay that makes sense, but how do I do it when I have an equation such as
V02sin(2Theta)
 
Physocs_n00b said:
Okay that makes sense, but how do I do it when I have an equation such as
V02sin(2Theta)

Not 100% here, so you may want to check with a calculator .. .

V_o 2*\sin {(RADIANS(2*\theta))
 
now how do I apply inExcel??
 

Similar threads

Replies
4
Views
3K
Replies
40
Views
7K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 15 ·
Replies
15
Views
26K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 17 ·
Replies
17
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K