Writing f(x) format of equations

  • Thread starter Thread starter dogtrainer
  • Start date Start date
  • Tags Tags
    Format Writing
dogtrainer
Messages
3
Reaction score
0

Homework Statement



How do you write the following in f(x) form? x =1; {3<y<6}
and (x – 3)2 + (y – 9)2 = .25

Homework Equations





The Attempt at a Solution



I had to use these equations in a project that I am graphing and I must also include the f(x) form and I am lost. Can you please help? My project is due tomorrow? I have 6 other equations to put in the f(x) format, but I figured if I could get help on these two I should be able to figure out the others.
 
Physics news on Phys.org
Writing it in f(x) form is (for the sake of simplicity) essentially solving for y (i.e. isolating y so that it is on one side of the '=' sign and everything else that DOES NOT CONTAIN y is on the other side of the '=' sign. For example:

(x - 3)2 + (y - 9)2 = .25 \implies y = \frac{.25-(x-3)2}{2} + 9 <br /> \implies f(x) = \frac{.25-(x-3)2}{2} + 9

Generally speaking, one can only obtain the form "f(x) = \dotsm" if the graph is a function (passes the vertical line test). The problem with your first example: x=1; \{ 3 &lt; y &lt; 6\} is that the graph is not a function (it's a vertical line segment).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top