

____________________________________

Let the angle of elevation be " x "




Answered by : ❝ AǫᴜᴀWɪᴢ ❞
Answer: $2
Step-by-step explanation: for each 4 ounces. it is a dollar. and since Harry got 8 ounces, it would be $2
Answer:
a solution is 1/2 *tan⁻¹ (2*y) = - tan⁻¹ (x²) + π/4
Step-by-step explanation:
for the equation
(1 + x⁴) dy + x*(1 + 4y²) dx = 0
(1 + x⁴) dy = - x*(1 + 4y²) dx
[1/(1 + 4y²)] dy = [-x/(1 + x⁴)] dx
∫[1/(1 + 4y²)] dy = ∫[-x/(1 + x⁴)] dx
now to solve each integral
I₁= ∫[1/(1 + 4y²)] dy = 1/2 *tan⁻¹ (2*y) + C₁
I₂= ∫[-x/(1 + x⁴)] dx
for u= x² → du=x*dx
I₂= ∫[-x/(1 + x⁴)] dx = -∫[1/(1 + u² )] du = - tan⁻¹ (u) +C₂ = - tan⁻¹ (x²) +C₂
then
1/2 *tan⁻¹ (2*y) = - tan⁻¹ (x²) +C
for y(x=1) = 0
1/2 *tan⁻¹ (2*0) = - tan⁻¹ (1²) +C
since tan⁻¹ (1²) for π/4+ π*N and tan⁻¹ (0) for π*N , we will choose for simplicity N=0 . hen an explicit solution would be
1/2 * 0 = - π/4 + C
C= π/4
therefore
1/2 *tan⁻¹ (2*y) = - tan⁻¹ (x²) + π/4
Answer:
y = 2x + 3
Step-by-step explanation:
the slope is 2 so the line parallel will have a slope of 2
y-9 = 2(x-3)
y-9= 2x - 6
y = 2x +3
This is quite a complex problem. I wrote out a really nice solution but I can't work out how to put it on the website as the app is very poorly made. Still, I'll just have to type it all in...
Okay so you need to use a technique called logarithmic differentiation. It seems quite unnatural to start with but the result is very impressive.
Let y = (x+8)^(3x)
Take the natural log of both sides:
ln(y) = ln((x+8)^(3x))
By laws of logarithms, this can be rearranged:
ln(y) = 3xln(x+8)
Next, differentiate both sides. By implicit differentiation:
d/dx(ln(y)) = 1/y dy/dx
The right hand side is harder to differentiate. Using the substitution u = 3x and v = ln(x+8):
d/dx(3xln(x+8)) = d/dx(uv)
du/dx = 3
Finding dv/dx is harder, and involves the chain rule. Let a = x+ 8:
v = ln(a)
da/dx = 1
dv/da = 1/a
By chain rule:
dv/dx = dv/da * da/dx = 1/a = 1/(x+8)
Finally, use the product rule:
d/dx(uv) = u * dv/dx + v * du/dx = 3x/(x+8) + 3ln(x+8)
This overall produces the equation:
1/y * dy/dx = 3x/(x+8) + 3ln(x+8)
We want to solve for dy/dx, achievable by multiplying both sides by y:
dy/dx = y(3x/(x+8) + 3ln(x+8))
Since we know y = (x+8)^(3x):
dy/dx = ((x+8)^(3x))(3x/(x+8) + 3ln(x+8))
Neatening this up a bit, we factorise out 3/(x+8):
dy/dx = (3(x+8)^(3x-1))(x + (x+8)ln(x+8))
Well wasn't that a marathon? It's a nightmare typing that in, I hope you can follow all the steps.
I hope this helped you :)