answersLogoWhite

0

Is y2 a function

Updated: 12/18/2022
User Avatar

Wiki User

9y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is y2 a function
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is this a function x equals y2?

Yes, as x-y2=0


Does every function have an inverse that is a function?

No. A simple example of this is y = x2; the inverse is x = y2, which is not a function.


How do you find the slope of a function?

Need two points. m = slope. (X1, Y1) and (X2, Y2) m = Y2 - Y1/X2 - X1 ==============Or, if function is in this form...... Y =mX + b ======== Read off of function, or get function is this form.


Is y2 equals x a function?

Y2 = Xtake square root each sideY = (+/-) sqrt(X)=============now it is a function as both these equation pass the vertical line test


Is x2-y2 plus 49 equals 0 a function?

Yes


What is an example of an algebraic rule that is not a function?

x2 - y2 = (x + y)(x - y) is an identity, not a function.


Is y2 2x2 a function?

yes no maybe so yes no maybe so


Is y2 equals x2 a function?

No, because there is more than one solution: y2 = x2 y = ±(x2)1/2 y = ±x Because there are multiple solutions for a single value of x, this does not qualify as a function.


Can a function be even or odd at same time?

The only function that can do this is f(x)=0, or y=0 What about y2-x2=0


What is y2 plus y2?

y2 + y2 = 2y2


What is the distance formula in 3D?

The formula: distance=sqrt(((x1-x2)*(x1-x2))+((y1-y2)*(y1-y2))+((z1-z2)*(z1-z2))) In DarkBASIC it's: function distance3D(x1,y1,z1,x2,y2,z2) x=x1-x2 y=y1-y2 z=z1-z2 result=sqrt((x*x)+(y*y)+(z*z)) endfunction result In classic BASIC I think it's: FUNCTION distance3D(x1,y1,z1,x2,y2,z2) x=x1-x2 y=y1-y2 z=z1-z2 result=SQRT((x*x)+(y*y)+(z*z)) RETURN result END FUNCTION


What is the cartesian equation for the vector function rt equals 4costi-4sintj?

8