WOLFRAM COMMUNITY
Connect with users of Wolfram technologies to learn, solve problems and share ideas
Join
Sign In
Dashboard
Groups
People
Message Boards
Answer
(
Unmark
)
Mark as an Answer
WOLFRAM COMMUNITY
Dashboard
Groups
People
0
|
14107 Views
|
2 Replies
|
0 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Mathematica
Algebra
How do you find the y intercepts and where the function is undefined?
Jen Pancaldo
Jen Pancaldo
Posted
11 years ago
The function is f(x)= 6x^2 -9x-6/ 2x^2-x-6
I found the x intercepts but how do you find the y intercepts and where the function is undefined without using just the graph?
POSTED BY:
Jen Pancaldo
Reply
|
Flag
2 Replies
Sort By:
Replies
Likes
Recent
0
Ilian Gachevski
Ilian Gachevski, Wolfram Research
Posted
11 years ago
Probably the function was intended to be
f[x_] := (6 x^2 - 9 x - 6)/(2 x^2 - x - 6)
POSTED BY:
Ilian Gachevski
Reply
|
Flag
0
Diego Zviovich
Diego Zviovich
Posted
11 years ago
Y intercepts
f[x_] := 6 x^2 - 9 x - 6/2 x^2 - x - 6
Solve[f[x] == 0, x]
(*{{x -> 1/3 (5 - Sqrt[43])}, {x -> 1/3 (5 + Sqrt[43])}}*)
For the indefinites then
Solve[(1/f[x]) == 0, x]
(*{}*)
Checking
Simplify[f[x]]
(*-6 - 10 x + 3 x^2*)
POSTED BY:
Diego Zviovich
Reply
|
Flag
Reply to this discussion
in reply to
Add Notebook
Community posts can be styled and formatted using the
Markdown syntax
.
Tag limit exceeded
Note: Only the first five people you tag will receive an email notification; the other tagged names will appear as links to their profiles.
Publish anyway
Cancel
Reply Preview
Attachments
Remove
Add a file to this post
Follow this discussion
or
Discard
Group Abstract
Be respectful. Review our
Community Guidelines
to understand your role and responsibilities.
Community Terms of Use
Feedback