How would I graph this in my TI-83?

  • Thread starter Thread starter hyde2042
  • Start date Start date
  • Tags Tags
    Graph Ti-83
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
hyde2042
Messages
26
Reaction score
0

Homework Statement



|y| = 7-x

The closest I can do is y=abs(7-x), but this just gives me a straight line along the y axis. Thank you for your time.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
hyde2042 said:

Homework Statement



|y| = 7-x

The closest I can do is y=abs(7-x), but this just gives me a straight line along the y axis. Thank you for your time.
In this case x is a function of y, rather than y being a function of x.

You can either:
(1). Graph x on the vertical axis & y on the horizontal axis by switching x & y in your equation, then solve for y.

(2). Do a parametric plot: Let yt = t and xt = 7 - abs(t), because x = 7 - |y|. Have t go from -20 to 20.​
 
hyde2042 said:

Homework Statement



|y| = 7-x

The closest I can do is y=abs(7-x), but this just gives me a straight line along the y axis. Thank you for your time.


Homework Equations





The Attempt at a Solution


You could graph two lines: y = 7 - x and -y = 7 - x [better known as y = x - 7]

This would give to two intersecting lines making a large X

You only want two if the branches.

You want either the V, the inverted V [can't type it upside down] or the left hand two [>] or the right hand two [<].

You could test the original expression by chosing a known point on each of the sections, to check which two you want, if you can't think of any other way of doing it.
 
Ah. THank you guys. I wish I thought of those methods.