Answer:
SAS
Step-by-step explanation:
Answer:
The standard form of the equation for the conic section represented by
is:

Step-by-step explanation:
We know that:
is the standard equation for an up-down facing Parabola with vertex at (h, k), and focal length |p|.
Given the equation

Rewriting the equation in the standard form

Thus,
The vertex (h, k) = (-5, 12)
Please also check the attached graph.
Therefore, the standard form of the equation for the conic section represented by
is:

where
vertex (h, k) = (-5, 12)
<h2><u><em>
If you rather have the link to get this info lmk!!</em></u></h2>
Example: f(x) = 2x+3 and g(x) = x2
"x" is just a placeholder. To avoid confusion let's just call it "input":
f(input) = 2(input)+3
g(input) = (input)2
Let's start:
(g º f)(x) = g(f(x))
First we apply f, then apply g to that result:
Function Composition
- (g º f)(x) = (2x+3)2
What if we reverse the order of f and g?
(f º g)(x) = f(g(x))
First we apply g, then apply f to that result:
Function Composition
- (f º g)(x) = 2x2+3
We get a different result! When we reverse the order the result is rarely the same. So be careful which function comes first.
<h2 />
Answer:
3
Step-by-step explanation:
lim(t→∞) [t ln(1 + 3/t) ]
If we evaluate the limit, we get:
∞ ln(1 + 3/∞)
∞ ln(1 + 0)
∞ 0
This is undetermined. To apply L'Hopital's rule, we need to rewrite this so the limit evaluates to ∞/∞ or 0/0.
lim(t→∞) [t ln(1 + 3/t) ]
lim(t→∞) [ln(1 + 3/t) / (1/t)]
This evaluates to 0/0. We can simplify a little with u substitution:
lim(u→0) [ln(1 + 3u) / u]
Applying L'Hopital's rule:
lim(u→0) [1/(1 + 3u) × 3 / 1]
lim(u→0) [3 / (1 + 3u)]
3 / (1 + 0)
3