Find values for z for which the function f grows

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
AndrejN96
Messages
26
Reaction score
0
Member warned about not showing an attempt.
1. Homework Statement


As the title says, I am supposed to find values for x for which the function given below grows.

f(x)=(integral from -3 to x of t^4*e^(t^2)dt)+(integral from x^2 to 2 of t*e^tdt)

Homework Equations

The Attempt at a Solution



I tried solving using substitution or partial integration but I am stuck.
 
Last edited by a moderator:
Physics news on Phys.org
PeroK said:
Is this what you have:

##f(x) = \int_{-3}^{x} t^4 e^{t^2} dt + \int_{x^2}^2 te^tdt##

How would you normally work out when a function is increasing?
I would find the derivative of the function and find for which values of x the value is >0. Totally overlooked it. Thank you.