#help-23
1 messages · Page 261 of 1
Yes. 2 is divisible by 2 which is 2^1.
But not the same power of 2? Its not 2^3?
I think what they mean is that whichever power of 2 divides x-1, it will also divide y-1.
They both are 2. None of them is divisible by 8.
Ye ik ik, weird wording for a question then
Couldve just said divisible by 2
.close
Closed by @hallow moss
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I got it
Red=wrong
do u know the answer to the second one?
ik i asked other ppl and they agreed with 72.6 but it marked it as wrong
so the teacher is wrong?
it is 72
i check it and the quiz says it is 50
@worldly mango Has your question been resolved?
Closed by @worldly mango
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@sudden thicket Has your question been resolved?
@sudden thicket Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
l'hopitals
you get 0/0 for the limit and you're given the tangent lines so you can directly find f' and g'
wait but what is the equation?
i only see the equations of the tangent lines
also how do you get 0/0 for the limit i just dont see what you're seeing plz hlep
you have an x-y plot of f and g, you can see that they're continuous and their function values equal 0 at x = 2
so the limit of f at 2 is 0, and the limit of g at 2 is 0
since you get 0/0, the limit as the same as the limit of f' / g' at 2
f' is exactly the slope of the tangent line to f at 2
oh
so f' = 1.5(x - 2)
and g' = 2 -x
so the limit is still 0/0
idk y i dont get this bc y isn't f' 1.5x - 2.5????
wait so it's f' = 1.5x - 2.5? and g' = 2 - x?
because that is 3 - 2.5 = .5 / 0
undefined.
i dont get this
can someone helpme im going crazy
<@&286206848099549185>
anyone when you're ready
@shy lynx why do you keep typing and then go away
sketchy kid @shy lynx
been doing it for 20 minutes
??? say something already then
.close
Closed by @clever ridge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone help me understand this question
im not sure what theyre asking for when they say trig sub in the form of x=f(t)?
i thought trig subs were in the form of x=a tan(theta) for example
The variable you choose for inside the trigonometric function is irrelevant.
You'll just have something like x = a tan(t)
@lilac osprey Has your question been resolved?
oh i see, so essentially its in the same form as the example i listed above except using the variable t instead of theta?
Yes, that's what they mean
Closed by @lilac osprey
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i asked my professor for extra problems to practice, but i'm having a lot of trouble with this question? i get that you have to take the derivative of both sides, but i keep getting lost after that,,,any chance someone could break it down like you're explaining to a fetus LMAO
In this context, we know that the radius is 15 centimeters: r=15
We also know that the radius is expanding 20 centimeters per minute: dr/dt = 20
Now we take the derivative of both sides to get an an equation for dV/dt
Then sub in the constants for r and dr/dt and solve for dV/dt
@viscid glade Has your question been resolved?
i ended up with 18000π and that feels,,very wrong 😭
derivatives are,,not my strong suit clearly lmao
@viscid glade Has your question been resolved?
@viscid glade Has your question been resolved?
Your step looks good
wait, so was it just the units-?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Need some help on this
Isn't it just getting the sum of the x and y components of E = kq (assume r = 1)? then arctan y/x
i tried pythoning it and got 1.83 rad or around 100 degrees
but using some online interactive simulator, its supposedly around 160 degrees
from math import pi, cos, sin, atan2
k = 1 / (4 * pi * (8.854 * 10**-12))
def find_field_x(q, theta):
return -q * k * cos(theta)
def find_field_y(q, theta):
return -q * k * sin(theta)
q_values = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
theta_values = [pi/6, (2*pi)/6, (3*pi)/6, (4*pi)/6, (5*pi)/6, pi, (7*pi)/6, (8*pi)/6, (9*pi)/6, (10*pi)/6, (11*pi)/6, 2*pi]
result_x = [find_field_x(q_values[i], theta_values[i]) for i in range(len(q_values))]
result_y = [find_field_y(q_values[i], theta_values[i]) for i in range(len(q_values))]
print("x:", result_x)
print("y:", result_y)
sum_x = sum(result_x)
sum_y = sum(result_y)
print("Total sum of x:", sum_x)
print("Total sum of y:", sum_y)
angle = round(atan2(sum_y, sum_x), 2)
print("Angle of electric field relative to the x-axis in radians:", angle)
@torpid fossil Has your question been resolved?
<@&286206848099549185>
@torpid fossil Has your question been resolved?
The problem I see is that you paired the angles and numbers wrong
so you paired $\frac{\pi}{6}$ with 1, but it should be paired with 2.
Crystopher
I can see this since the sum of x in your program is -6, but it should actually be 6 on y.
so it is a problem of rotation so to speak, it is like you rotated the whole thing by 90 degrees or something.
theta_values = [pi/3, pi/6, 0, 11*pi/6, 5*pi/3, 3*pi/2, 4*pi/3, 7*pi/6, pi, 5*pi/6, 2*pi/3, pi/2]
like this? @dreamy elk
i just followed unit circle
idk why i didnt think of that first lol
gave -0.26rad
seems like 180 the other way tho
yes, apparently
the other problem is the value of x, even if you flip it 180 degrees, it would be wrong, I did it by hand and it gave around -16.3923
weird..
the sign/180 degree problem disappears if you change your functions to this
I also removed the k, it doesn't really affect the outcome.
now it gives around $165^{\circ}$ (2.88 rads)
Crystopher
but charges are negative tho
would that mean anything?
or does it only become -q in the code if its repelling??
how I did in paper I interpreted negative charges as repelling, so pointing outwards from the clock
I made error when doing it by hand, it is actually x=-22.3923..., giving exactly 165 degrees, so the program should be correct.
@torpid fossil Has your question been resolved?
Closed by @torpid fossil
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
The position vectors of four points A, B, C, D are a, b, 4a, 7b.
The position vector of the point of intersection of lines AB and CD is K1a+K₂b. Find K1 and K2
Can someone please tell me where i should start from?
I found AB (b - a) and CD (7b - 4a)
@abstract comet Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
You can start by expanding the 4 position vectors into components, like a =(a1, a2). Then express the line AB & CD in terms of a1, a2, b1 & b2. You can use the representation of lines from 2 points, first by finding the slope from the respective 2 points and then using one point as pivot. Then just equate the 2 equations to find the common point.
.close
Closed by @slate carbon
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone pls explain what is angle in standard position
ah and coterminal is like two rays coinciding on each other so for angles u just add 360 and for rad u do 2pi
right
yay
Closed by @rose dew
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
if [ cot(θ) + cos(θ) = p ] and [ cot(θ) - cos(θ) = q ] , then { (p^2 - q^2)^2 } in terms of p and q is
Yes
Oh nvm
then i got ( 4cotθcosθ)^2
idk how to solve further
[ ( cotθ + cosθ)^2 ] - [ (cotθ - cosθ) ^2 ]
[ 4cotθcosθ ] ^2
any idea how to further solve this
to get the answer
simplify it (convet cot to cos)
ya i do it
What u got
this ig?
No
ya
also remember $pq = ( \cot \theta + cos \theta)( \cot \theta - \cos \theta)$ which can be simplfied using $a^2 - b^2$
Cot^2 θ+cos^2 θ+2cot θcos θ = p^2
rak³en
yes
Do this with q^2 and subtract
cot^2θ + cos^2θ -2cotθcosθ
Now i get 4cot θcos θ= p^2-q^2
this what i also got
but why p * q
Because that is the diff of sq we are gonna use
Can u continue from here?
ok thanks
but i do not understand
why we are using
( p^2)^2 + (q^2)^2 - 2pq
you are saying this
Because we are using p^2-q^2
p^2 and q^2 are those
then got some eq
Then we use p * q
Closed by @gloomy veldt
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do i solve these
You will do integral of f(x) - g(x) then:
x^2 = 2x - x^2
2x^2 - 2x = 0
2x(x - 1)
x=1,0
The complete integral will be
Integral from 0 to 1 of f(x) - g(x)
@neon yarrow Has your question been resolved?
This is the explanation for the two remaining questions.
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
$\frac{\log_a \frac{m}{2}}{2}=\frac{\log\frac{m}{2}}{2\log a}=\frac{\log\frac{m}{2}}{\log a^2}=\log_{a^2} \frac{m}{2}$
Ham
@glass field Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
A - Quantity A is bigger
B - Quantity B is bigger
C - Quantity A and Quantity B are Equal
D - Cannot be determined
what did you try?
if it says rains on atleast one of the days, it means total - rains on none of the days
total is 1, and you can calculate rain on none of the days
here is what I did I calculated the probability that it would not raid for 6 days
which is (1/2)^6 = 1/64
then I do half minus 1/64, I think. Frankly I am not sure how to narrow it down to just a single day
the probability that it rain on one days is 1 - probability that it doesnt rain so it's :
1 - (1/2)^7
which is equal to 127/128
@umbral ginkgo Has your question been resolved?
but isn't that also the probability that it doesn't rain just 1 day?
so it rains for 6 days ?
ig since it's 1/2 there will be some strange thing like this
But the quantity are equals ! since Quantity A is an “at least” problem, use the 1 – x shortcut. Rather than calculate the probability of rain on exactly 1 day next week, and then the probability of rain on exactly 2 days next week, and so on (after which you would still have to add all of the probabilities together!), instead calculate the probability of no rain at all on any day, and then subtract that number from 1.
That makes sense
Thank you
If that answers your question, please type .close to allow other people to use the help channels.
.close
Closed by @umbral ginkgo
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
does someone have a really simple explanation for the derivation of the quadratic formula?
its the end result of solving
ax^2 + bx + c = 0
using completing the square
simple twistings can get you done.

complete the square on ax^2 + bx + c
idk how to complete the square lol. that concept is alien to me. i watched videos about how to derive the quadratic formula and that was the part i couldnt understand
completing the square, is essentially adding and subtracting an expression, where that expression is the piece that's missing for ax²+bx to be a perfect square
then look up vids on completing the square
Closed by @glass nexus
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is the correct answer to this question
I think the slope would be the same and the length is 6.6 but that is not a option
please ping me on response
@misty elbow how long is a grid square?
Closed by @misty elbow
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help with my math hw
Sure, post the problem
You need to derscribe a problem to receive help on it
bro just said hi and ran away
He flew math
lol=))
@trim musk Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hey
A line passes through the point (1, -4) and is perpendicular to the line 3x + 2y – 6 = 0. Determine a scalar equation for the line.
The scalar equation for the line is 2x-3y-14 = 0 please check
My work
seems alright
Closed by @green mica
Use .reopen if this was a mistake.
OH shoot
mb
.reopen
😭
Its too late now nvm
I actually did it by msyelf n forgot I had dis open
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how would i solve this?
@queen yarrow Has your question been resolved?
<@&286206848099549185>
@queen yarrow Has your question been resolved?
<@&286206848099549185>
moments
yes but do i have to do something with the 90° or the 30°?
yes
moments act perpendicular to centre of rotation
The force of P doesnt act perpendicular
youll have to take the component of P that does act perpendicular
no
The force on P isnt 120
120(a+b) is the moment around the pivot from the F force
@queen yarrow Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can anyone help me out on the next step for this problem? (Pre Calc) Converting polar equations to rectangular. The orginal problem is in black and my work is in pink.
You should complete the square for the terms $(x^2 + 6x)$ and $(y^2-2y)$.
Azyrashacorki
Ok, if I did the x problem first, would I do
6/2 = 3 and then square the 3?
Yes
Ok let me write that down, and I put the 3 on the other side of the problem?
You want to write it like x^2 + 6x + 9 - 9, and then you have a perfect square and some trailing constant.
And yes at the end you can bring those to the other side
Why do I add the -9 though?
You don't want to change the initial expression (x^2 + 6x), so you need to add 0 in a clever way.
That's why we do (x^2 + 6x) + 0 = (x^2 + 6x) + 9 - 9 = (x^2 + 6x + 9) - 9
Closed by @stark vortex
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How should I explain this?
In desmos the region looks like this
lattice points look like this, i.e (1, 1) (2, 1) and so on are lattice points
So all they ask is to count integer lattice points in that region (points on the triangle's lines do not count)
@dull shell Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hey guys, I was just wondering if anyone could explain why we substitute x=radius×sin(theta) when integrating circles/semicircles?
I've been watching a few videos on it and they all just say we use sin, no one explains why. I would assume we use cos because it represents the x on the unit circle, but I'm not sure why that is not the case and would really appreciate if someone could explain it
its because of the pythagorean identity
y0shi
y0shi
y0shi
its just that the derivative of cos is -sin, and we prefer not to deal with it
So I could have used x=cos if I wanted too? It just means there would be negatives
OK, thank you very much for that explanation
yw!
.close
Closed by @runic heath
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I’m having trouble finding the integral
Basically
I found it out
5 would be the bigger one
So it’s 5-4/x
I’m having trouble though
with finding the indefinite integral?
correct, so just fundamental theorem it, unless i forgot something.
should be other way, since -6 < -2, so it's F(-2) - F(-6).
Closed by @alpine aurora
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
why $\text{dim}(\mathcal{L}(V, W)) = $\text{dimV} \times \text{dimW}$
nino
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Hmm maybe this is only true in finite dimensions…?
Like say - linear maps from $F(\mathbb{N})$ to $F(\mathbb{N})$ correspond to functions from $\mathbb{N}$ to $UF(\mathbb{N})$
Pseudonium
There are definitely uncountably many such functions
But the product of the dimensions is the |N| x |N| = |N|
So yeah I’m convinced this only holds in finite dimensions
In that case, it follows from looking at bases
btw if we say V can be seen as a space of m-dimensional column vectors and W can be seen as a space of n-dimensional column vectors. Then the linear transformation T:V→W can be represented by an n×m matrix A.
if V is the space of 3×2 matrices and W is the space of all 2×3 matrices , A will be 2×3, right?
I want to ask a question,can you solve it?
no open another channel
If V is the space of 3x2 matrices, it is 6 dimensional
And if W is the space of 2x3 matrices, it is also 6 dimensional
So the matrix A will be 6x6
wait......what
At least, here I’m assuming you add matrices component wise, and scale matrices componentwise
Not sure how else you’re suggesting to define a vector space structure on a space of matrices
For a more intuitive explanation, imagine unfolding these matrices out into single row/column vectors
because essentially as vector spaces that's the same structure
Yep
(obviously you can e.g. multiply matrices too and what not, but that's separate from their vector space structure which is all we care about in this case)
Mhm, although even then it’s not clear to me how one multiplies a 3x2 matrix by another 3x2 matrix
if you understand the isomorphism between linear maps and matrices then this is the simplest explanation, the space of linear maps from a space V of dimension n to a space W of dimension m is isomorphic to the space of mxn matrices
each entry in the mxn matrix is "free" to be whatever it wants, so that space has dimension mn
my confusion is, The dimension of a vector space V, denoted as dim(V), is the number of vectors in any basis of V, right? then like we say a 3×2 matrix, then its dim should be the number of vectors of its basis, right?how can its basis vectors be 6?
you're mixing two things up
Well, there’s a basis for V that has 6 vectors
the space generated by the columns of a matrix vs the space of all matrices of that dimension
those are two different spaces
They’re the 6 elementary matrices
The first of these is $\begin{pmatrix} 1 & 0 \ 0 & 0 \ 0 & 0 \end{pmatrix}$
Pseudonium
This is a 3x2 matrix
So an element of V
The next of these could be $\begin{pmatrix} 0 & 1 \ 0 & 0 \ 0 & 0 \end{pmatrix}$
Pseudonium
Again, this is a 3x2 matrix
So an element of V
You can probably guess what the other 4 are
And you can verify that, indeed, this collection of 6 matrices is linearly independent, and spans V
So is a basis for V
Hence, dim(V) = 6
$\begin{pmatrix} a & b \ c & d \ e & f \end{pmatrix} = a \cdot \begin{pmatrix} 1 & 0 \ 0 & 0 \ 0 & 0 \end{pmatrix} + b \cdot \begin{pmatrix} 0 & 1 \ 0 & 0 \ 0 & 0 \end{pmatrix} + c \cdot \begin{pmatrix} 0 & 0 \ 1 & 0 \ 0 & 0 \end{pmatrix} + ...$
crap what did i mess up
two \?
You should use double \
oh
neil
aah
Yes, so that shows how they span
It’s also not hard to show they’re linearly independent
This just follows from the definition of matrix equality
One confusion here - you say “its dim should be the number of vectors of its basis”, but I’m not sure what you mean by “the basis of a 3x2 matrix”
A vector space can have a basis
But a 3x2 matrix is not a vector space
The collection of all 3x2 matrices is a vector space though
I was thinking the basis of 3×2 matrix are the indep col vectors that spanning the space, yea i know i might mix it up
yeah this is what i was mentioning earlier, mixing up the space generated by the columns of a matrix with the space of all such matrices
Yes, so that’s different
A matrix doesn’t have a basis, a vector space is allowed to have a basis
Now, given a matrix, one can define lots of vector spaces
The kernel of the matrix
The span of the columns
The span of the rows
All of these are vector spaces, so it makes sense to ask if they have bases, and if so how many vectors are in that basis
But the matrix itself is not a vector space
So it doesn’t make sense to ask if the matrix has a basis
i see! Finally cleared it up
Cool
It’s important to remember the precise definitions of things so that you avoid confusions like these
Closed by @modern bloom
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
are these correct?
Closed by @oak violet
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Need help with part B
You will need to integrate the absolute value of this function over the interval.
No you've already integrated it now.
You need to compute this $$\int_a^b |v(t)|dt$$
Azyrashacorki
oh so:
This will mean that you have to find the intervals in there where the velocity is negative
and where it's positive
and change the sign accordingly
no
As I said you'll need to break it up into two picece
How would I do that
.
Im sorry im really lost
i dont know how to do that
Like foil it into (x-x)(x+x)
sorta thing
No. The integral as it is gives net area under the curve.
But since you need the total distance, you need to consider the distance travelled when the particle is moving to the left (negative velocity)
I think I got it
its 72 thank you!
I took out the negative and re-integrated everything and it worked
@waxen rampart Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i thought the answer was e, but it turns out it was d? idk how that works tho
like how can i find the perimieter since most of the horizontal edges dont have a length wirtten
omg nvm
i just realised
sorry i have been working for like 2 hours so it slipped my mind
.close
Closed by @viral cave
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Please check anyone?
@rugged cargo Has your question been resolved?
Closed by @rugged cargo
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I know that at -infinity its 'none' because you cant have a negative inside the square root, but what about at infinity
let’s expand the formula to get 2/x*sqrt(x) + 14/sqrt(x) first
analyze each term separately as x approaches positive infinity
The first term goes to 0
yup
The second one im not sure
alright so let’s say x is some really large number like 10^1000
and we take the square root
which is 10^500, still a massively huge number
Aaaaah I see
so it also goes to zero
yup
I get you
👍
Closed by @steep magnet
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
For this question, why does this working not produce the correct answer?
The correct answer is instead pi(1200+600ln3)
hsc q!
same same
<@&286206848099549185>
is this from 3u?
yeah it is
rite
2023 paper
@smoky tide Has your question been resolved?
can anyone help with why my method didnt work?
for reference i used this formula
for the volume of revolution
im too lazy to read this, but u should be able to find the volume from y=4 to y=12 then add that to the volume the rectangle would create
also isnt it -600ln3 not + btw?
also u didnt need to do a limit
agreed this seems outside the scope
Closed by @smoky tide
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&286206848099549185> 🙏
yep
AK=KD
angle of BAD = 60
so BK = root(3)*AK
right?
so 24 = root(3)* AK* AK
and BD = AB = 2 * AK
clear?
so far yes
in the triangle of ABK, cuz angle of ABK = 60, BA is equal to BK / cos(60)
cos(60) is 1/2
so AB = 2*BK
so the answer is what?
BD = AB = 2 * AK = 2 * root(24 / root(3))
let me try to input that
see if it works
@remote spruce its telling me thats incorrect
do you have any other approaches in mind?
?
.close
Closed by @celest musk
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can you help me
first determine the gradient of the line
rise/run?
I dont know anything at all dms pls
Right but how should i explain this
is there anny way to explain this?
im solving it on my paper hold on
As a helper, please do not give out answers that could be copied as a homework solution. Have the student work through the problem themselves and guide them along the way.
my bad, im not solving it, im just writing the steps down
is y = (25/3)x + 10 good
where you get 25
it's basically
y = mx + b, where m is the slope (tilt of the line) and b is the y-intercept (where the line passed in the y-axis)
but first, determine the rise over run
i dont know any of dis dm me pls
i think you skipped the basics
@uneven pagoda Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do I do this
max value usually occurs at 1
on sin graph
but its stretched by x 3
wouldn't this imply that k is 7
so - 3 + 7 for minimum
which is 4
but then whats meant by the smallest positive x coordinate
well, the smallest x for which 3sinx + 7 = 4
if you isolate sinx, you get sinx = -1
the first positive angle for which this is true is x = 3pi/2
@halcyon light Has your question been resolved?
wait isn't it pi/ 90 degrees though
since x = arcisin(-1)?
ohhh wait i got it now
thanks
.close
Closed by @halcyon light
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
is this relation coming from the doing the magnitude
of
on both sides
bruh who is adding reactions lmao
💀
doing magnitude of this will give
1 = cos^2 x + cos^2 y + cos^ z
is this a valid proof
@lean otter Has your question been resolved?
Is this is how alpha, beta, and gamma are defined, then yes
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Ive tried so many times and cant get this solved😂
first, have you figured out which all angles are equal?
its about finding the similarity between triangles that overlap, i didnt think angles matter. or am i wrong?
two triangles are similar when all their angles are equal
the difference is that one is scaled to some other size
ohh okay imma try to figure out the angles real quick
i can only find the 90 degree angles
you dont have to find the exact measures, just which all are equal
say that angle MKL is x, what would angle MLK be?
also x?
no, do you know the angle sum property?
ive learned it yes, i dont remember it tho
its that the sum of all angles is 180 in a triangle
in the triangle MKL, this means angle MKL + KML + MLK = 180
you know that MKL is x and KML is 90, what would MLK be in terms of x?
90 - x?
also 90 - x?
which is also 90 - x?
no, try again
180 - x
one angle is 90 (LMJ), the other angle is 90-x (MJL), what would the third one be?
180 - 90?
180-(90+90-x)
oh okay
which simplifies to x
now you know all the angles
so you just need to find which vertice corresponds to which in all triangles
start with triangle JKL and KML
angle K is x in JKL and in KML too
KML is 90 and JLK too
so K corresponds to K, M corresponds to L
which means L (KLM) in KML corresponds to J in JLK
so JKL ~ LKM
if the letters are too confusing, you can also think of it in the order of the angles
JKL is (90-x) -> x -> 90
LKM is also 90-x -> x -> 90
can you figure out the same order in the third triangle?
yes
ohh okay i see
im confused about
JM/JL = JL/? and JK/LK = ?/KM
wait so would
JM/JL = JL/JK?
thats correct
okay and
JK/LK = LK/KM?
its correct but would be better to write it as KL/KM
okay thank you so much sir🙏
np
okay one more thing
i know that to find the missing angle ( m<B) i have to do 90+46
then take 180-136 to get 44
but idk how to find Leg a and Leg b
sup
how do i find leg a and leg b?
like what steps do i need to take to figure these out?
by that u mean length?
u shd use trigonometry
is there a specific theorem i should use?
a/sin46 = 20/sin90
Then pyth
okay thank you!🙏🙏
main thing is here to solve the sin 46 which is p easy
Closed by @rough bear
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
If a chord 4y=3x-48 subtends an angle theta at the vertex of the parabola y^2=64x then the tan theta=?
so basically I took 2 parametric points (at1^2,2at1) and (at2^2,2at2) and then using the slope of the line they're passing through I got 8=3(t1+t2)
now idk what to do after that
for some reason i almost never get help
@weak grail Has your question been resolved?
@weak grail Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i'm used to it being framed like -4*x_1 + x_2 + x+3 =0 and that being the end, i'm not familiar with what to do next with this question
@visual anchor Has your question been resolved?
are you familiar with the four fundamental subspaces?
mainly the idea that N(A) and C(A^T) are orthogonal?
yes somewhat
okay, you can write W as the null space of a matrix
you have
-4x1 + x2 + x3 = 0
3x1 - x2 = 0
so any vector x = (x1 x2 x3) in W satisfies Ax = 0 for A =
-4 1 1
3 -1 0
does that make sense?
yes yes
then do you see why W is exactly N(A)?
no
^
the vectors in W satisfy the property that A multiplied by that vector gives the zero vector
where A is those coefficients
so those vectors in W are exactly the vectors in N(A)
okay i see
so if W = N(A) and you want to find W_perp
you know that N(A) is orthogonal to C(A^T)
which means W_perp is exactly C(A^T)
C(A^T) is also sometimes called the row space of A
ok
so you have A from earlier, all you need to do is find C(A^T)
specifically you want a basis for C(A^T)
so you can transpose A to get A^T, and then row reduce that, and the pivoted columns will be the basis vectors for C(A^T)
which are exactly the basis vectors for W_perp
Closed by @visual anchor
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can anyone help with this? i've been stuck on it for like 20 minutes. gotta find the surface area
assuming the bottom (right side) has 12m on all sides
you can know the SA of that side
the what?
oh
by pythagoras you could get the length of the peak to half of 12
i've been trying for a while but all my answers have been wrong
in that case you have this
find the area of this triangle
x4 + the 12m2 gives you the total surface area
62 m^2?
||after you do pythagoras to find out x, you know that a secondary triangle has sides xm, 12/2 = 6m, and you can do pythagoras again to find the third side||
||from that you can calculate the area of one of the 4 triangles
for? 1 triangle?
i think so
14.68 i got for the longer side on a secondary triangle
rip
in that case
wait acc you don't even have to get 14.68
i'm stupid
you just do bxh/2
it gives me 80.4
$80.4m^2\times4+12m^2=465.6m^2$
is what i got
Bridge
hm
Isn't the height of the triangle 6(root 2)??
So area of each triangle = 1/2 126(root 2)
Nope you cannot take 12 square you need to take 6 the half of it
why can't i?
Because in the right angle triangle
^
let me revise this then
The base is half of the side length of square
It's alr we all make such mistakes
But wait did the person who's question it was understand this??
I think he left
😭
$\sqrt{(\frac{12}{2})^2+6^2 } for\ the\ isosceles\ triangle's\ height$
A large one
ok yeah shuddap
Bridge
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Bridge
which gives you the area of ONE triangle
that x4 + the base gives you total surface area
ic
i cna't draw sorry
Look carefully at the diagram @twin fulcrum
yeah im looking
crucial you understand how to get a slice of the triangle for pythagoras
you need to see the shape with depth and imagine the space between lines
so that you can search for a plane where you have enough data to manipulate and calculate
Yes, imagination is the key in many concepts of mathematics.
🙏
@twin fulcrum Has your question been resolved?
Closed by @twin fulcrum
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
let n be a natural number bigger than 3. Calculate the sum
how do you even start?
'n-ori' means n times
.close
Closed by @full agate
Use .reopen if this was a mistake.
I'd first try to parameterize the sequence $22\ldots2$ in terms of natural numbers $n$
KirPlop
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Let $a_n:=22\ldots2,(\text{n-ori})$. It follows that $\frac{9}{2}a_n = 99\ldots9,(\text{n-ori})=10^{n}-1$.
KirPlop
.close
Closed by @acoustic glacier
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
did i do something wrong?
when i put it in a differential equation calc its
Azyrashacorki
i thought u could cancel out logs by rasing everythin to its base
Yes, but this becomes $$e^{\ln|\frac{x}{x+1}|}\cdot e^C$$
Azyrashacorki
Which now you can cancel like you have, but you get a multiplying constant, not one added after
Yes
then exponent rule from there
Yup
Closed by @restive laurel
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Question:Decide if the vector lies in the span of the set, inside of the space. I got to this point and I don’t know exactly where to go. Any direction is appreciated. Thanks!
Ah
Read the problem wrong. Should be x+x^3
Not x+3
But book says to solve it as a system
Not sure how to do that if we only have 1 eq
One way you can do this is write in vector form
The Standard Basis of $\mathcal{P}_3$ is $1, x, x^2, x^3$.
Ari
So the set of vectors you're given is ${(0,0,1,0), (0,2,1,0), (3,1,0,0)}$. And you want to know if $(0,1,0,-1)$ is in the span of this set.
Ari
You also have a mistake here. 2x and x^2 need to have the same coefficient since 2x+x^2 is a single vector in the set
Good catch Ty
One minute working your responses out rn! Thanks
How is this
looks good
Closed by @jaunty raft
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Ok I am asking a third time because I have spent over 3 hours on this problem and I want to die now.
Here is the problem and my latest attempt at an answer. I am not sure where I am going wrong, but I am desperate for an answer at this point. I don't even need the credit, I just want to know the answer at this point so I can understand
!status
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
I dont know. I have tried solving it countless times at this point. I think I have submitted 6 answers all wrong. I don't know where I am going wrong
what was your first step?
the -1 isn't part of the power
Ok lets walk through from the beginning... Let me know where I am going wrong please:
So first off I am using chain rule to take f'(g(x))*g'(x) so I get:
you have an issue already
its the one i stated
at a glance the issue looks like you're viewing this as
$$\br{4^{\underline{\cos(x^6)-1}}}^5$$
instead of
$$\br{\underline{4^{\cos(x^6)}-1}}^5$$
ℝαμΩℕωⅤ
-1 isn't part of the power
oh I see what you're saying... wtf why they have to make it so hard to tell?
not quite
or no, my bad, this
where g(x) = , not x
ok right , so I need g'(x) where g(x) is 4^(cos(x^6))-1
yes
ok so this is where the biggest issue is I think. trying to take the derivative of 4^(cos(x^6))-1
so I think I got something like
or this rather
or is it this?
liek this?
no
am I combining 2 steps or something?
you're misapplying exponent laws
of course
${(a^b)}^c = a^{bc}$ is not the same as $a^{\br{b^c}}$
ℝαμΩℕωⅤ
ℝαμΩℕωⅤ
I have no idea
don't overthink
I can barely think none the less overthink
$e^{\ln(4)\cdot \cos(x^6)} = e^{\what}$
ℝαμΩℕωⅤ
I don't know. I think you might underestimate how terrible I am at math lol. I've been out of school for almost 20 years just now trying to learn this stuff
you're WAY overthinkiing this
is it an algebra thing?
not really no