Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Interpreting graph of a slope

I am studying pre-calc as a hobby - on my own.
I need to graph the function y=2x-3 in the following window:
(a) -10<=x<=10 by -10 <=y<=10
How do I enter this information for an excel chart?
Thanks, JNeal
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Interpreting graph of a slope

Since this is a straight line, you need two points. In A1 and A2 enter the X
endpoints, that is, -10 and 10. In B1 enter the formula that calculates Y
from X:

=2*A1-3

Copy this cell, select B2, and paste. The range will look like this:

-10 -23
10 17

Select this range and go to the Chart Wizard (Insert menu Chart, or the
little button that looks like a chart on the Standard toolbar). In step 1
choose an XY chart, and select a subtype that has a connecting line. To get
the X and Y axes to show the ranges you want, double click on either, click
on the Scale tab, and enter appropriate values for min and max.

This might not be necessary, I don't know what exactly your assignment is,
but to show this relationship for the range -10<=Y<=10, you have to
rearrange the formula to determine how to compute X from Y.

Y = 2X - 3
Y + 3 = 2X
(Y + 3)/2 = X

Now as above, put -10 and 10 into E1 and E2. In D1 put this formula:

=(E1+3)/2

This produces the following range in D1:E2:

-3.5 -10
6.5 10

Copy D1, select D2, and paste. Make an XY chart as above.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Graphing a function" <Graphing a wrote
in message ...
I am studying pre-calc as a hobby - on my own.
I need to graph the function y=2x-3 in the following window:
(a) -10<=x<=10 by -10 <=y<=10
How do I enter this information for an excel chart?
Thanks, JNeal



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Interpreting graph of a slope

Thanks Jon - this worked and was very helpful.

"Jon Peltier" wrote:

Since this is a straight line, you need two points. In A1 and A2 enter the X
endpoints, that is, -10 and 10. In B1 enter the formula that calculates Y
from X:

=2*A1-3

Copy this cell, select B2, and paste. The range will look like this:

-10 -23
10 17

Select this range and go to the Chart Wizard (Insert menu Chart, or the
little button that looks like a chart on the Standard toolbar). In step 1
choose an XY chart, and select a subtype that has a connecting line. To get
the X and Y axes to show the ranges you want, double click on either, click
on the Scale tab, and enter appropriate values for min and max.

This might not be necessary, I don't know what exactly your assignment is,
but to show this relationship for the range -10<=Y<=10, you have to
rearrange the formula to determine how to compute X from Y.

Y = 2X - 3
Y + 3 = 2X
(Y + 3)/2 = X

Now as above, put -10 and 10 into E1 and E2. In D1 put this formula:

=(E1+3)/2

This produces the following range in D1:E2:

-3.5 -10
6.5 10

Copy D1, select D2, and paste. Make an XY chart as above.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Graphing a function" <Graphing a wrote
in message ...
I am studying pre-calc as a hobby - on my own.
I need to graph the function y=2x-3 in the following window:
(a) -10<=x<=10 by -10 <=y<=10
How do I enter this information for an excel chart?
Thanks, JNeal




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add slope formula to graph jessrand Charts and Charting in Excel 1 May 30th 06 12:55 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
how do I find the slope of a graph? El - Raj Excel Discussion (Misc queries) 2 January 23rd 06 02:50 AM
Need to get slope of peaks on excel graph Capillod Excel Discussion (Misc queries) 3 May 13th 05 03:58 PM
Need to get slope of peaks on excel graph Capillod Charts and Charting in Excel 3 May 13th 05 03:16 PM


All times are GMT +1. The time now is 02:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"