The substitution method involves replacing the variables in an equation with given values. This helps to determine if the provided points satisfy the equation.
Here's how you can use it:
- Identify the coordinates \((x,y)\) of the point given.
- Substitute the x-value and y-value into the equation.
- Simplify the resulting expression to see if the left-hand side equals the right-hand side of the equation.
Let's look at the steps:
1. For the point \((0, 3)\), substitute x = 0 and y = 3 into \[ y^{2}=x^{2}+9 \]. Simplifying, you get: \ 3^{2} = 0^{2} + 9 \rightarrow 9 = 9 \.
Since both sides of the equation are equal, the point (0, 3) is on the graph.
2. For the point \((3, 0)\), substitute x = 3 and y = 0. Simplifying, you get: \ 0^{2} = 3^{2} + 9 \rightarrow 0 = 9 + 9 \rightarrow 0 = 18 \.
The left-hand side does not equal the right-hand side, so \((3, 0)\) is not on the graph.
3. Similarly, for \((-3, 0)\), substitute x = -3 and y = 0, resulting in: \ 0^{2} = (-3)^{2} + 9 \rightarrow 0= 9 + 9 \rightarrow 0 = 18 \.
Again, the left-hand side does not equal the right-hand side, proving the point is not on the graph.