$\lim _ { x \rightarrow 0 } \frac { \int _ { a x } ^ { b x } \left[ \int _ { c t } ^ { k t } e ^ { - s ^ { 2 } } d s \right] d t } { \cos x - 1 }$
$L = \lim _ { x \rightarrow 0 } \frac { 1 } { \cos x - 1 } \left[ \int _ { a x } ^ { b x } \left( \int _ { c t } ^ { k t } e ^ { - s ^ { 2 } } d s \right) d t \right]$
If we plugin limit, we will get 0/0 form.
Hence we can apply LHospitals rule.
diff denominator wrt x and diff numerator wrt t
$L = \lim _ { x \rightarrow 0 } \frac { 1 } { - \sin x } \left[ \int _ { c t } ^ { k t } e ^ { - s ^ { 2 } } d s \right] _ { a x } ^ { b x }$
plugin the limits
$L = \lim _ { x \rightarrow 0 } \frac { 1 } { - \sin x } \left[ \int _ { c ( b x ) } ^ { k ( b x ) } e ^ { - s ^ { 2 } } d s - \int _ { c ( a x ) } ^ { k ( a x ) } e ^ { - s ^ { 2 } } d s \right]$
$L = \lim _ { x \rightarrow 0 } \frac { 1 } { - \sin x } \left[ \int _ { c b x } ^ { k b x } e ^ { - s ^ { 2 } } d s - \int _ { c a x } ^ { k a x } e ^ { - s ^ { 2 } } d s \right]$
f we plugin limit, we will get 0/0 form.
Hence we can apply LHospitals rule again.
diff denominator wrt x and diff numerator wrt t
$L = \lim _ { x \rightarrow 0 } \frac { 1 } { - \cos x } \left( \left[ - 2 s e ^ { - s ^ { 2 } } \right] _ { c b x } ^ { k b x } - \left[ - 2 s e ^ { - s ^ { 2 } } \right] _ { c a x } ^ { k a x } \right)$
multiply the -ve sign
$L = \lim _ { x \rightarrow 0 } \frac { 1 } { \cos x } \left( \left[ - 2 s e ^ { - s ^ { 2 } } \right] _ { \operatorname { cax } } ^ { k a x } - \left[ - 2 s e ^ { - s ^ { 2 } } \right] _ { c b x } ^ { k b x } \right)$
remove -ve signs and reverse limits
$L = \lim _ { x \rightarrow 0 } \frac { 1 } { \cos x } \left( \left[ 2 s e ^ { - s ^ { 2 } } \right] _ { k a x } ^ { \operatorname { cax } } - \left[ 2 s e ^ { - s ^ { 2 } } \right] _ { k b x } ^ { c b x } \right)$
Take 2 common
$L = \lim _ { x \rightarrow 0 } \frac { 2 } { \cos x } \left( \left[ s e ^ { - s ^ { 2 } } \right] _ { k a x } ^ { \operatorname { cax } } - \left[ s e ^ { - s ^ { 2 } } \right] _ { k b x } ^ { c b x } \right)$
plugin the limits
$L = \lim _ { x \rightarrow 0 } \frac { 2 } { \cos x } \left( \left[ \operatorname { caxe } ^ { - c ^ { 2 } a ^ { 2 } x ^ { 2 } } - k a x e ^ { - k ^ { 2 } a ^ { 2 } x ^ { 2 } } \right] - \left[ c b x e ^ { - c ^ { 2 } b ^ { 2 } x ^ { 2 } } - k b x e ^ { - k ^ { 2 } b ^ { 2 } x ^ { 2 } } \right] \right)$
plugin the limit for x
$L = \frac { 2 } { \cos 0 } ( [ 0 - 0 ] - [ 0 - 0 ] )$
$L = \frac { 2 } { 1 } ( 0 ) = 0$
Is this correct?
No... Keep in mind that $$ \frac{d}{dx} \int_{\alpha(x)}^{\beta(x)} f(s) ds = \beta'(x) f(\beta(x))-\alpha'(x) f(\alpha(x)) $$
so you see that you are missing some multiplicative constants relative to the derivatives of the integration limits. The correct answer is $(b^2-a^2)(c-k)$.