MHB Can't Solve Character Schedule: f(x)=e^x(x^3-2x^2-x+4)-5

  • Thread starter Thread starter Petrus
  • Start date Start date
  • Tags Tags
    Schedule
Petrus
Messages
702
Reaction score
0
Hello MHB,
I am working with an old exam that we got full soloution I got problem with their characters schedule ( hope you understand what I mean cause I could not find any translate)
1zvfjb.png

I got the same roots as the soloution but in the characters schedule why do they got $$x-3$$ and $$(x+1)^2$$ should it not be $$x+3$$ and $$(x-1)^2$$ or I am missing something, that's what I get when I solve it.
edit: the function maybe was not clearly to see in the picture but here it is $$f(x)=e^x(x^3-2x^2-x+4)-5$$
Regards,
$$|\pi\rangle$$
 
Physics news on Phys.org
I get $f'(x)=(x-1)^{2}(x+3)e^{x}$.
 
Petrus said:
...I got the same roots as the soloution but in the characters schedule why do they got $$x-3$$ and $$(x+1)^2$$ should it not be $$x+3$$ and $$(x-1)^2$$ or I am missing something, that's what I get when I solve it...

Post your working and we can get to the bottom of where you went wrong. :D
 
MarkFL said:
Post your working and we can get to the bottom of where you went wrong. :D
Hello Mark,
I get correct answer and graph but my characters schedule looks diffrent from their, I don't know how I can make one and when I make one in paint it does not look nice so I will describe with words. At left side of the characters schedule I got $$(x+3)$$ insted of $$(x-3)$$ and $$(x-1)^2$$ insted of $$(x+1)^2$$ and rest is exactly the same, so my guess is they made some sign typo? Just want to be sure so I don't make the characters schedule wrong. As Ackbach said I got the roots $$x=1$$ (<- double root) and $$x=-3$$.

Regards,
$$|\pi\rangle$$
 
Two comments:

1. You can make tables in $\LaTeX$ as follows:

Code:
\begin{array}{c|c|c}
   1 & 2 & 3 \\ \hline
   4 & 5 & 6 \\ \hline
   7 & f(x) & \sin(x) \\
\end{array}

produces

\begin{array}{c|c|c}
1 & 2 & 3 \\ \hline
4 & 5 & 6 \\ \hline
7 & f(x) & \sin(x) \\
\end{array}

2. Books can be wrong. Math books, especially calculus books, might have a lower error rate than some other types of books, but they definitely have incorrect things in them from time to time. In this case, there is no doubt that they computed the derivative incorrectly. In my opinion, in this day and age of CAS's, there's no excuse for not checking their work with a computer. CAS's can't replace a person, but people should use them to check their work!
 

Similar threads

Back
Top