How do you find any x-intercepts and y-intercepts. If no x-intercepts exist, state this.

g(x)=2x^2+3x-1

let y = 2x^2+3x-1

for y-intercept , let x = 0
That one is real easy

for x-intercept let y = 0
2x^2+3x-1 = 0
x = (-3 ± √17)/4
= ....

you do the arithmetic

2(x)+1=5

2(x)+1=5
2(x)=5-1
x=5-1/2
x=4/2
x=2

To find the x-intercepts of a function, you need to find the values of x where the function intersects or crosses the x-axis. In other words, these are the points on the graph where y is equal to zero.

To find the x-intercepts of the function g(x) = 2x^2 + 3x - 1, you set g(x) equal to zero and solve for x:

2x^2 + 3x - 1 = 0

There are various methods to solve this quadratic equation, such as factoring, completing the square, or using the quadratic formula. In this case, since factoring might not yield obvious factors, we can utilize the quadratic formula.

The quadratic formula states that for an equation in the form of ax^2 + bx + c = 0, the solutions for x are given by:

x = (-b ± √(b^2 - 4ac)) / (2a)

For our equation, a = 2, b = 3, and c = -1. Plugging these values into the quadratic formula, we get:

x = (-3 ± √(3^2 - 4 * 2 * -1)) / (2 * 2)

Simplifying further:

x = (-3 ± √(9 + 8)) / 4

x = (-3 ± √17) / 4

So, the x-intercepts, if they exist, are (-3 + √17) / 4 and (-3 - √17) / 4. To determine if there are any x-intercepts, you have to check if the discriminant (the term inside the square root) is positive. In this case, since √17 is an irrational number (approximately 4.12), the discriminant is positive, meaning there are two distinct x-intercepts for the function g(x).

Now, let's find the y-intercept. The y-intercept is the point where the graph intersects or crosses the y-axis. To find the y-intercept, you set x = 0 in the function and solve for y (or g(x)):

g(0) = 2(0)^2 + 3(0) - 1
= 0 + 0 - 1
= -1

Hence, the y-intercept is the point (0, -1).

In summary, for the function g(x) = 2x^2 + 3x - 1, there are two x-intercepts, which are approximately (-3 + √17) / 4 and (-3 - √17) / 4, and one y-intercept at (0, -1).