youngwerther
Banned
nvm
OK what am I doing wrong here
![]()
I get the function for linear approximation, and as far as I know I'm just supposed to plug in sqrt (36.1) into that and it's my answer. Apparently that isn't what I'm supposed to do. Anyone know what they are wanting?
How do you find intervals over which a function is increasing or decreasing?
For the second problem, are you allowed to use complex roots of unity? You can figure out what the roots are explicitly by rewriting the polynomial as (x-3)^3 - 2. Since all three roots satisfy (x - 3)^3 = 2, You'll get that α - 3 = 2^1/3, β - 3 = 2^1/3 * W_3, and γ - 3 = 2^1/3 * W_3^2, where W_3 = e^i*2pi/3 = cos(2pi/3) + isin(2pi/3). So you can write the real and imaginary parts of β in terms of α by replacing 2^1/3 with α - 3.
Haven't learned about complex roots of unity. What do you mean by "W_3"?
Haven't learned about complex roots of unity. What do you mean by "W_3"?
Need some help with two questions:
1. The cubic equation x^3+Px^2+10x+Q=0 has roots α+1, β+1, and γ+1.
Find the value of P and Q.
2. The roots of equation: x^3-9x^2+27x-29=0 are denoted by α, β, and γ, where α is real and β and γ are complex.
i)it's given that β=P+iQ, where Q>0. Find the value of P in terms of α.
ii)Find the value of Q, in terms of α only.
Haven't learned about complex roots of unity. What do you mean by "W_3"?
I'm trying to find two critical numbers for a function.
I can't tell where I'm going wrong so could someone look over the algebra and see if they spot anything?
f(x) = 9x + 3x^-1
f'(x) = 9 - 3x^-2
0 = 9 - 3x^-2
-9 = -3x^-2
3 = x^-2
3 = 1/x^2
sqrt 3 = 1/x
1/sqrt3 = x
nvm that is right. Guess it took writing it out here to figure it out.
The antiderivative is a polynomial in cos(theta), but theta = sin^-1(s), and cos(sin^-1(s)) = sqrt(1-s^2)doing practice probs for a test and this one is stumping me
![]()
so I know how to convert it to trig where
s = sin
ds = cos
the denominator will convert to cos and then be cancelled when multiplied by ds. So I get the integral of
(1/6)sin^3 + 3sin
and I can find the integral of those pieces, but I can't figure out how to find the polynomial Q from that. Any ideas on what I'm missing?
The antiderivative is a polynomial in cos(theta), but theta = sin^-1(s), and cos(sin^-1(s)) = sqrt(1-s^2)
got my tablet so I could show you my work:
![]()
I see that cos(theta) works out to equal sqrt(1-s^2). So I can add the cos(theta) together to get (19/6)cos(theta) - (1/3)cos^3(theta)
then I convert both of them to sqrt like you said:
(19/6)sqrt(1-s^2) - (1/3)sin^2(theta)sqrt(1-s^2)
factor out the sqrt to make it look like the problem statement
sqrt(1-s^2)[(19/6)-(1/3)sin^2(theta)]
that makes the constant 19/6 it seems? But the answer is 28/9. Did I make a dumb mistake somewhere?
The constant term is 3 + 1/6 -1/18 = 28/9. Since -1/18*cos^3(theta) = -1/18*(1-s^2)*sqrt(1-s^2), so you get an extra constant term of -1/18 when you factor out sqrt(1-s^2).
doing practice probs for a test and this one is stumping me
![]()
s
I think I am just dumb here, but how does the integration by parts work as explained in the question's hint, specifically, how does d(1/sin(s)) = (1-s^2)^(-1/2)ds?
sin^-1(s) = arcsin(s), not 1/sin(s)
det(| 2 3|) = 2*(-4)-3*(-4) = 4
| -4 -4|
, and so forth.
I am studying boolean algebra and am having trouble figuring this question out.
Show algebraically that x'yz + xyz' + x'yz' = x'y + yz'
Could anyone help me?
I haven't touched boolean algebra in years but I'll give it a try. It may be wrong so check it over!
We have
x'yz + xyz' x'yz'
Factor out the y (since boolean follows distributive properties)
y(x'z + z'x + x'z')
Factor the x' from above (the first and third terms in the brackets)
y( x'(z + z') + z'x)
In boolean a + a' = 1, so our z + z' = 1. So we get
y(x' + z'x)
Now follow the rule that: a + bc = (a+b)(a+c) for our part in the bracket.
y(x'+z')(x' + x)) Once again something equals 1.
y(x' + z') Distribute
yx' + yz' Can rearrange multiplication in boolean
x'y + yz'
And this is what we were looking for.
Thank you. I had gotten up to y(x' + z'x) but didn't know what to do afterwards. Thank you again.
Holy shit I feel like a huge idiot. I'm brushing up on sequences and whatnot because I'm about to do an online test of sorts for an internship I applied to.
Anyway I found some questions online to practice finding patterns and for the life of me I cannot figure out this one: 4, 3, 5, 9, 12, 17, ___
What's the last number? The answer is apparentlybut what's the pattern? I can't seem to get this one while the others were no problem.26
Holy shit I feel like a huge idiot. I'm brushing up on sequences and whatnot because I'm about to do an online test of sorts for an internship I applied to.
Anyway I found some questions online to practice finding patterns and for the life of me I cannot figure out this one: 4, 3, 5, 9, 12, 17, ___
What's the last number? The answer is apparentlybut what's the pattern? I can't seem to get this one while the others were no problem.26
4,3,5 are the initial numbers. After that, you get 9 = (5 + 4), 12 = (9 + 3), 17 = (12 + 5), 26 = (15 + 9), 38 = (26 + 12), etc.
A recursive algorithm would be y(n+1) = y+ y(n-2), for all n > 2. So y(1) = 4, y(2) = 3, y(3) = 5.
I honestly wouldn't have thought to look for such a thing. Is there a way you knew that it was this type of pattern? TBH I'm rusty as hell on this stuff so I checked for a normal pattern, then a threaded pattern (simple one as in 5-4, 9-3, etc..), but after that I didn't know what to check for. Is this type of pattern you guys pointed out the natural progression after that? Or is there something else that tells you...Looks to me kinda like a_n=a_(n-1) + a_(n-3)
the first three terms (4, 3, 5) would have to be given so I'm not sure it's the best example but other than that it works, I believe. EDIT: beat
lol these are killing me. I don't even know that one, I have an idea but I can't bring it together. Same with these: 121, 232, 353, 474, 5115, ______Sometimes you just have to examine whether sums of earlier terms can give you a new term. I don't really have a rule when I figure out series, it's just looking for patterns for me.
Experience is always a good thing though. You can always find out a new pattern.
Like this one:
1,11,21,1211,1231
lol these are killing me. I don't even know that one, I have an idea but I can't bring it together. Same with these: 121, 232, 353, 474, 5115, ______
I notice something going on there but I can't figure out the last number. I notice the first 2 give the third number. But the 4th number is made up from the first and third. And then it all falls apart. I'm honestly screwed for this lol. Do you know that one? And is the next number in yours 1251?
answer is 6136 but you were close. Christ I didn't even think to notice the actual digits in each number. I swear every time I see one there is a new possibility I discover. Yours is just too much for my brain atm.The next one in the one I posted is 131221. Try saying the digits out loud, one after one.
In the one you posted, notice that the outer digits seem to be increasing separately from the inner digits. I would guess that the next one would be 6156.
answer is 6136 but you were close. Christ I didn't even think to notice the actual digits in each number. I swear every time I see one there is a new possibility I discover. Yours is just too much for my brain atm.
answer is 6136 but you were close. Christ I didn't even think to notice the actual digits in each number. I swear every time I see one there is a new possibility I discover. Yours is just too much for my brain atm.
It's prime numbers, enclosed by their rank in ascending order.
121, 232, 353, 474, 5115, 6136, 7177, 8198, etc...
I see it now thanks guys. CHRIST.I see, the increase being 4 in the inner digits in the last number led me to think that the next inner digits would also increase by 4. How peculiar that it would increase by 1,2,2,4,2
edit: Ah, prime numbers. I never made that connection.
Hey guys, I had a test today and the final question kind of stumped me.
It was: Find a polynomial that has the roots 2,3,2i, -2i so that f(4)=80.
So after a bit of thinking, I figured that you'd just go (x-2)(x-3), FOIL that to get X^2-5x+6, then do (x-2i)(x+2i) to get x^2 -4(i)^2, or X^2 + 4 (-i^2 is equal to -1, no?)
Then do X^2-5x+6 * X^2 +4 and get:
X^4 - 5(x)^3 + 10(x)^2 - 20(x) +24
That being the polynomial. I figured I was good to go, so to final check I'd look to make sure that putting 4 in for X would result in the final answer being 80.
But I kept getting 40.
(4)^4 - 5(4)^3 + 10(4)^2 - 20(4) +24
256 - 320 + 160 - 80 + 24
440-400 = 40
Where did I go wrong? Anybody care to help me out?
Hey guys, I had a test today and the final question kind of stumped me.
It was: Find a polynomial that has the roots 2,3,2i, -2i so that f(4)=80.
So after a bit of thinking, I figured that you'd just go (x-2)(x-3), FOIL that to get X^2-5x+6, then do (x-2i)(x+2i) to get x^2 -4(i)^2, or X^2 + 4 (-i^2 is equal to -1, no?)
Then do X^2-5x+6 * X^2 +4 and get:
X^4 - 5(x)^3 + 10(x)^2 - 20(x) +24
That being the polynomial. I figured I was good to go, so to final check I'd look to make sure that putting 4 in for X would result in the final answer being 80.
But I kept getting 40.
(4)^4 - 5(4)^3 + 10(4)^2 - 20(4) +24
256 - 320 + 160 - 80 + 24
440-400 = 40
Where did I go wrong? Anybody care to help me out?
Multiply the whole thing by 2 then...
You had the right approach, but missed a constant.
All polynomials with the given roots can be denoted:
k(x-2)(x-3)(x-2i)(x+2i), where k is an arbitrary constant (though k is not equal to 0).
For sanity, multiply the complex roots so we have:
k(x-2)(x-3)(x^2 + 4).
When you insert x = 4 you get k*2*1*20 = 40*k.
As such, choose k to be 2, which will make the expression have the value 80.
You only missed that you could multiply the whole polynomial with an arbitrary constant and still have the same roots. As such, you would only have to choose the constant such that you would get the answer you wanted.
Darn. I guess I didn't realize that. Well thanks guys. Hopefully I get at least partial credit on the question.
And can you guys help me on my edit? Or here it is again:
Also, I was kind of stumped on another question and just had to guess. Not even going to bother with my guess. Solve for X: 7^X = 2^(2X+2), how do you do that?
Multiply the whole thing by 2 then...
Take the log() for Q2.
Here's a hint:I'm taking a math placement test next week, and I'm doing fine on the algebra stuff, but this one question from the basic math part(of the practice quiz) is giving me a nightmarish time.
Three of four numbers have a sum of 22. If the average of
the four numbers is 8, what is the fourth number?
A. 4
B. 6
C. 8
D. 10
I don't even know where to start. Save me, GAF. Oh and I have the answer, but I don't know how to work it out properly.
Here's a hint:
You're given
w+x+y = 22
(w+x+y+z)/4 = 8
You need to solve for z. Is there any way you could combine or substitute the above equations to isolate z?