Challenge Math Challenge - November 2020

Click For Summary
The discussion revolves around various mathematical challenges, including the one-dimensional diffusion equation and its properties, such as the maximum value being found on boundary lines or the initial line. Participants also explored the characteristics of normed spaces, specifically proving that certain spaces are not Banach spaces. Solutions to problems involving linear algebra, such as finding eigenvalues and characteristic polynomials, were provided, along with discussions on quadratic forms and their geometric interpretations. Additionally, the Lotka-Volterra system was analyzed, demonstrating its tendency towards a spatially uniform state over time. The thread showcases a collaborative effort to solve complex mathematical problems across different fields, highlighting the depth of understanding among participants.
  • #61
fresh_42 said:
Sleep over it. It is problem 4. And what is the difference between 3 and -4? And what are 9,12,13,18? o0)

Don't blame me, it was 1:30AM! Anyway, I'm a little confused about part (iii). When you diagonalise a (diagonalisable) matrix with some invertible matrix ##S##, i.e. ##D = S^{-1}AS##, then that works if ##S##'s columns are the eigenvectors of ##A##. But if we tried to construct ##S##, we'd find that it's not invertible, we have a repeated eigenvector.

I'm guessing you don't expect us to insert 16 arbitrary variables and multiply it all out...
 
Last edited by a moderator:
Physics news on Phys.org
  • #62
Mayhem said:
So if I rewrite those numbers in the correct mod, it's otherwise correct?
Could you write it as ##\chi_A(x)=(x-\lambda_1)^{n_1}\cdots (x-\lambda_r)^{n_r}##?
 
  • #63
etotheipi said:
Don't blame me, it was 1:30AM! Anyway, I'm a little confused about part (iii). When you diagonalise a (diagonalisable) matrix with some invertible matrix ##S##, i.e. ##D = SAS^{-1}##, then that works if ##S##'s columns are the eigenvectors of ##A##. But if we tried to construct ##S##, we'd find that it's not invertible, we have a repeated eigenvector.
I get a nice eigenbase of ##E_A(3)##.
I'm guessing you don't expect us to insert 16 arbitrary variables and multiply it all out...
No comment.
 
  • Haha
Likes member 587159
  • #64
fresh_42 said:
Could you write it as ##\chi_A(x)=(x-\lambda_1)^{n_1}\cdots (x-\lambda_r)^{n_r}##?
I see now that t probably was a stupid variable since you expected the answer in terms of x. Anyway I'm not sure how.
 
  • #65
Mayhem said:
I see now that t probably was a stupid variable since you expected the answer in terms of x. Anyway I'm not sure how.
Nonsense, that doesn't matter, so it was my fault. ##t## or ##x## doesn't make a difference. The factorization is necessary to find the eigenvectors.
 
  • #66
fresh_42 said:
Nonsense, that doesn't matter, so it was my fault. ##t## or ##x## doesn't make a difference. The factorization is necessary to find the eigenvectors.
The best I can do is

##((x-5)x-6^2)(x-3)^2##

but that's not quite wat you want.
 
  • #67
Mayhem said:
The best I can do is

##((x-5)x-6^2)(x-3)^2##

but that's not quite wat you want.
You have one strange factor ##x^2-5x-6^2=x^2-5x-36=x^2-5x-1##. You could insert low values ##x=\pm 1,\pm 2, \pm 3## and see if you find zeroes. Or solve for ##x^2-5x-1=(x-a)(x-b)##.
 
  • Like
Likes Mayhem
  • #68
Let
$$A = \begin{pmatrix}
5 & 0 & 1 & 6\\
3 & 3 & 5 & 2\\
0 & 0 & 3 & 0 \\
6 & 0 & 3 & 0
\end{pmatrix}$$
a) $$\chi(x) = (x-2)(x-3)^3$$
b/c)$$S =
\begin{pmatrix}
5 & 0 & 1 & 1\\
4 & 1 & 0 & 0\\
0 & 0 & 1 & 2 \\
1 & 0 & 3 & 4
\end{pmatrix}$$
Where the eigenbasis vectors are the columns of ##S##. Also:
$$S^{-1} =
\begin{pmatrix}
1 & 0 & 4 & 3\\
3 & 1 & 5 & 2\\
6 & 0 & 1 & 5 \\
4 & 0 & 0 & 1
\end{pmatrix}$$
And $$S^{-1}AS = D =
\begin{pmatrix}
2 & 0 & 0 & 0\\
0 & 3 & 0 & 0\\
0 & 0 & 3 & 0 \\
0 & 0 & 0 & 3
\end{pmatrix}$$
d) $$A^{31} = SD^{31}S^{-1} = SDS^{-1} = A$$
 
Last edited:
  • Informative
Likes etotheipi
  • #69
PeroK said:
Let
$$A = \begin{pmatrix}
5 & 0 & 1 & 6\\
3 & 3 & 5 & 2\\
0 & 0 & 3 & 0 \\
6 & 0 & 3 & 0
\end{pmatrix}$$
a) $$\chi(x) = (x-2)(x-3)^3$$
b/c)$$S =
\begin{pmatrix}
5 & 0 & 1 & 1\\
4 & 1 & 0 & 0\\
0 & 0 & 1 & 2 \\
1 & 0 & 3 & 4
\end{pmatrix}$$
Where the eigenbasis vectors are the columns of ##S##. Also:
$$S^{-1} =
\begin{pmatrix}
1 & 0 & 4 & 3\\
3 & 1 & 5 & 2\\
6 & 0 & 1 & 5 \\
4 & 0 & 0 & 1
\end{pmatrix}$$
And $$S^{-1}AS = D =
\begin{pmatrix}
2 & 0 & 0 & 0\\
0 & 3 & 0 & 0\\
0 & 0 & 3 & 0 \\
0 & 0 & 0 & 3
\end{pmatrix}$$
d) $$A^{31} = SD^{31}S^{-1} = SDS^{-1} =
\begin{pmatrix}
0 & 0 & 2 & 3\\
1 & 3 & 4 & 6\\
3 & 0 & 1 & 4 \\
3 & 0 & 5 & 0
\end{pmatrix}$$
If ##S^{-1}AS=D## then ##A=SDS^{-1}=A^{31}##, but you have ##A\neq A^{31}##.
 
  • #70
fresh_42 said:
If ##S^{-1}AS=D## then ##A=SDS^{-1}=A^{31}##, but you have ##A\neq A^{31}##.
Okay, I know what I did! I calculated ##SAS^{-1}##. Fixed.
 
  • #71
Let ##f(x)=x(x+1)(x+2)(x+3)=x^4 +6x^3 11x^2 + 6x##

1. Finding the stationary points of ##f(x) \rightarrow f'(x)=0 ##
##4x^3 + 18x^2 + 22x + 6 = 0##
##(2x+3)(4x^2+12x+4)=0##
##x=-\frac{3}{2} , x=\frac{-3 \pm \sqrt{5}}{2}##

Checking the sign diagram of first derivative:
a. For ##x<\frac{-3 - \sqrt{5}}{2} \rightarrow f'(x) = (-)##

b. For ##\frac{-3 - \sqrt{5}}{2}<x<-\frac{3}{2} \rightarrow f'(x) = (+)##

c. For ##-\frac{3}{2} <x<\frac{-3 + \sqrt{5}}{2} \rightarrow f'(x) = (-)##

d. For ##x>\frac{-3 + \sqrt{5}}{2} \rightarrow f'(x) = (+)##

##x=\frac{-3 - \sqrt{5}}{2} \rightarrow y=-1## so ##(\frac{-3 - \sqrt{5}}{2} , -1)## is local minimum

##x=-\frac{3}{2} \rightarrow y=\frac{9}{16}## so ##(-\frac{3}{2} , \frac{9}{16})## is local maximum

##x=\frac{-3 + \sqrt{5}}{2} \rightarrow y=-1## so ##(\frac{-3 + \sqrt{5}}{2} , -1)## is local minimum2. Checking the end behaviour of ##f(x)##
##\lim_{x \to \pm \infty} {f(x)=\infty}##

So the local minimum found above is also global minimum

3.
##f(x)=a## will have no solution if ##a## is below global minimum ##\rightarrow a < -1##

No ##a## will result in ##f(x)## has one solution

##f(x)=a## will have two solutions if ##a## is global minimum or ##a## is above global maximum ##\rightarrow a=-1## or ##a>\frac{9}{16}##

##f(x)=a## will have three solutions if ##a## is global maximum ##\rightarrow a=\frac{9}{16}##

##f(x)=a## will have four solutions if ##a## is between local minimum and local maximum ##\rightarrow -1<a<\frac{9}{16}##

I am not sure how to write good conclusion for final answer
PeroK said:
You should have drawn a graph of the function first. Then, is there a symmetry in the function?
I thought if I drew the graph, no algebra needed anymore because I could just draw horizontal lines and counted the number of intersections?

What happens if you let ##z = x + \frac 3 2##?
Sorry I don't understand this part. You mean I equate ##f(x)## with ##z=x+ \frac 3 2##?
fresh_42 said:
Can you summarize this to check the answers which are somehow hidden in your text, which is hard to follow, since you didn't say what you are doing there?
No solution: ##a = ... ## or ## a\in ...##
1 solution: ##a = ... ## or ## a\in ...##
2 solutions: ##a = ... ## or ## a\in ...##
etc.

My answer is in part (3) of my working.
a) no solution ##\rightarrow a<-1##
b) 1 solution ##\rightarrow a=\emptyset##
c) 2 solutions ##\rightarrow a=-1 ~\text{or}~a>\frac{9}{16}##
d) 3 solutions ##\rightarrow a=\frac{9}{16}##
e) 4 solutions ##\rightarrow -1<a<\frac{9}{16}##
f) more than 4 solutions ##\rightarrow a=\emptyset##

I know I haven't explicitly asked for, but what are the solutions? At which values of ##x## does the graph intersect the ##x-##axis in the five cases?
I need to think about this

fresh_42 said:
... and ##14b = 458752##. This would have actually answered the question!
I will edit my post to include this

Edit: sorry can not edit post#49 anymore
 
Last edited by a moderator:
  • Like
Likes PeroK
  • #72
Complete #3 solution with more details

solution 1: prove ##C^1## is not complete directly by constructing a Cauchy sequence of functions that converge to a non-differentiable function.

Let ##f_n(x) = \sqrt{((x-0.5)^2+1/n^2}##. Since the square root function is concave, in general ##|\sqrt{a+b}-\sqrt{a}| \leq \sqrt{b}##.

So this gives us that
$$|f_n(x)-\sqrt{(x-0.5)^2}| \leq \sqrt{1/n^2} = \frac{1}{n}$$.

In particular, since ##\sqrt{(x-0.5)^2}=|x-0.5|## is not differentiable, we have that the sequence ##f_n## converges to a non-differentiable function in ##C^0##, the space of continuous functions, with the supremum norm. The sequence itself is Cauchy and therefore demonstrates ##C^1## is not complete.

Method 2: I am going to use this result: https://en.m.wikipedia.org/wiki/Bounded_inverse_theorem

Let ##V \subset C^1## be the set of functions such that ##f(0)=0##. This is a subspace of ##C^1## since if ##f(0)=0## and ##g(0)=0##, then ##\alpha f(0) + \beta g(0)=0## for any real numbers ##\alpha, \beta##. If ##C^1## is complete, ##V## must also be complete, since if ##f_n## is a sequence with ##f_n(x)=0## for all n, and ##f_n## converges to a function ##f##, we must have ##f(0)=0##.

We will show that ##V## is not complete, so ##C^1## isn't complete either.

Let ##T: C^0 \to V## be the function that takes a continuous function ##f(t)## to ##(Tf)(x) = \int_0^{x} f(t)dt##. This is defined for continuous functions, linear, and by the fundamental theorem of calculus returns a continuously differentiable function. Also integrating from 0 to 0 always returns 0, so the range of ##T## is in fact in ##V##.

##T## is bounded: if ##\|f\|_{\infty} = \epsilon ##, then for ##0\leq x \leq 1##, we have
##|\int_0^{x} f(t)dt |\leq x \max f(t) \leq\epsilon##.

##T## is also bijective, since differentiation is its inverse. Hence by the bounded inverse mapping theorem, if ##V## is a Banach space, ##T^{-1}## is bounded as well.

But it is not. Let ##f_n=\sin(nx)##. Then ##\|f_n\|_{\infty} = 1## for all ##n##, but ##\|f'_n\|_{\infty} =n##. Hence ##V## is not a Banach space, and neither is ##C^1##.
 
Last edited:
  • Like
Likes member 587159 and fresh_42
  • #73
songoku said:
Sorry I don't understand this part. You mean I equate f(x) with z=x+32?
You can reduce the work if you notice first that ##f(x)## tends to ##+\infty## as ##x \rightarrow \pm \infty## and is symmetric about ##x = -\frac 3 2##. This allows you sketch the graph immediately, with a local maximum at ##x = -\frac 3 2## and equal local minina somewhere in ##(-3, -2)## and ##(-1, 0)##.

The local maximum is easy to calculate as ##\frac 9 4##. Here's a neat way to calculate the local minimum:

First, note that: $$ f(x) = (x^2 + 3x)(x^2 + 3x + 2) \ \ \text{and} \ \ f'(x) = 4(x + \frac 3 2)(x^2 + 3x + 1)$$ Hence, at the local minima we have $$f'(x) = 0 \ \Rightarrow \ x^2 + 3x = -1$$ We can use that directly to get $$f(x_{min}) = (-1)(1) = -1$$
Finally, a quick way to show the symmetry is to note that $$f(x) = (x^2 + 3x)(x^2 + 3x + 2)$$ is the product of two quadratics, both with a symmetry about ##x = -\frac 3 2##.
 
  • Like
Likes songoku and etotheipi
  • #74
I present to you the most mediocre and non-repeatable solution to #10
since I'm writing this on my phone, I'm going to write ##a## instead of ##\alpha##.

First we observe that ##f(x)## has no repeated roots, as ##f'(x)=3x^2-3## which has roots ##\pm 1##, which are not roots of ##x##.

Furthermore, the rational root test says any rational root of ##f## must be a factor of the constant term divided by a factor of the highest degree term, hence any rational root must be of the form ##\pm 1## which again is not a root.

So ##f## is a separable polynomial, and is irreducible since any factoring must include a polynomial of degree 1 and hence a root.Therefore the automorphisms of the splitting field correspond to permutations of the roots of ##f##. If ##a## a root implies ##2-a^2## is a root (to be shown below), ##\mathbb{Q}(a)## has at least two and hence all three of the roots of ##f(x)## since the roots can be factored out leaving only a linear factor left. This shows ##\mathbb{Q}(a)## is the splitting field for ##f##. ##[\mathbb{Q}(a):\mathbb{Q}]=3##, so the group of automorphisms has magnitude 3. Every permutation on three elements either swaps two and leaves the last unchanged, or cycles all three. Since the order of the permutation must divide the order of the group, the single swaps are not possible, and the Galois group must be ##\mathbb{Z}_3##, with the automorphisms mapping roots ##a_1##, ##a_2## and ##a_3## as either ##a_1\to a_2 \to a_3 \to a_1## or the inverse.

From here, it suffices to show that if ##a## is a root of ##f(x)##, so is ##2-a^2##, and that this does not fix a single root while swapping the other two. If it swapped two roots, we would have ##2-(2-a^2)^2=a##. Expanding the left hand side and moving ##a## over yields
$$2-4+a^4-4a^2-a=0.$$
$$a^4-4a^2-a-2=0.$$

We know ##a^3=3a+1## and hence ##a^4=3a^2+a## so this gives us
$$-a^2-2=0.$$

But we know that ##a## cannot satisfy a polynomial of degree 2 in ##\mathbb{Q}## since ##[\mathbb{Q}(a):\mathbb{Q}]=3## and by the tower lemma there are no intermediate fields of degree 2 that ##\mathbb{Q}(a)## can contain

So all we need to do now is show if ##f(a)=0##, that ##2-a^2## is also a root. This is just algebra:
$$f(2-a^2) = (2-a^2)^3 - 3(2-a^2) -1$$
Expanding gives
$$=8-12a^2 + 6a^4 - a^6 -6+3a^2-1$$
$$=-a^6+6a^4-9a^2+1$$
We use ##a^3=3a+1## to get ##a^6=3a^4+a^3## and hence
$$=3a^4-a^3-9a^2+1$$
Similarly, ##a^4=3a^2+a## so we get
$$=-a^3+3a+1=-f(a)=0$$
Hence the automorphism ##\sigma## exists as desired.

To solve for ##\sqrt{12-3a^2}## I did dumb things. Namely, I guessed it was going to involve a ##2-a^2## and just tried to get there. I used wolfram alpha to get ##a##, noticed ##\sqrt{12-3a^2}## was a little more than twice ##2-a^2## when ##a## was picked to be the smallest root in magnitude, and then saw adding ##a/2## got me the rest of the way there. Doing a bit of algebra gives the claim:
$$\sqrt{12-3a^2}=4+a-2a^2.$$

First we show that
$$12-3a^2=(4+a-2a^2)^2.$$

Expanding the right hand side yields
$$16+a^2+4a^4+8a-16a^2-4a^3.$$

Moving the ##12-3a^2## over and simplifying terms we need to show
$$0=4+8a-12a^2-4a^3+4a^4.$$

Dividing by 4 leaves us proving
$$0=1+2a-3a^2-a^3+a^4.$$

Plugging in our trusty formula of ##a^4= 3a^2+a##, this reduces to
$$0=1+3a-a^3=-f(a)=0.$$

So we have the squared formula. Taking square roots, we now need to only show that ##4+a-2a^2>0##. As an aside, we know all the roots are real numbers since complex roots will come in conjugate pairs and then conjugating the roots yields an automorphism that isn't cycling all three roots, so this is actually either a positive or negative number, as are all the roots.

it suffices to show that there exists at least one root with magnitude <1, as then ##|4+a-2a^2| > 4 -|a| - 2|a|^2## and ##|a|,|a|^2 < 1## in this case. But the roots have to be in between the turning points of the polynomial, which we computed to be ##\pm 1## earlier. In particular there is one root smaller than -1, one root larger than 1, and one in between as desired. So ##4+a-2a^2 >0## as required.

You must have had a better idea in mind for how to come up with the polynomial expression for ##\sqrt{12-3a^2}## than my dumb way of doing it.

Edit:I realized you can also just say if there is a polynomial, it must be at most quadratic since you can use the cubic polynomial relation to reduce the degree. Then you just need to find ##p(a)^2=12-3a^2## and use the cubic relation again to reduce the degree of the left hand side. It's still not clear to me how you would have known this is even contained in the field from first principles though.
 
Last edited:
  • #75
Let:
##a## = number of people speak only English
##b## = number of people speak only Russian
##c## = number of people speak only Spanish
##d## = number of people speak two languages
##e## = number of people speak three languages

We have:
##(1)~a+b+c+d+e=30##
##(2)~2(a+b+c)<d<3(a+b+c)##
##(3)~a+b+c=e##
##(4)~b<a<c##
##(5)~a<3b##
----------------------------------------------------------------------------------------------------------------
From ##(1)## and ##(3)##:
##2e+d=30 ...(6)##

From ##(2)## and ##(3)##:
##2e<d<3e ...(7)##

From ##(6)## and ##(7)##:
(i) Taking ##d=2e##
##4e=30 \to e=7.5##

(ii) Taking ##d=3e##:
##5e=30 \to e=6##

So the value of ##e## lies in ##6<e<7.5## and the only possibility is ##e=7##

--------------------------------------------------------------------------------------------------------------------
From ##(3)## and ##(4)##:
since ##a+b+c=7## and ##b<a<c##, the only possible values are ##a=2, b=1, c=4##

---------------------------------------------------------------------------------------------------------------------

Final answer:
1) Number of people speak only English = 2 people
2) Number of people speak only Russian = 1 person
3) Number of people speak only Spanish = 4 people
4) Number of people speak all languages = 7 people
 
  • #76
Office_Shredder said:
I present to you the most mediocre and non-repeatable solution to #10
since I'm writing this on my phone, I'm going to write ##a## instead of ##\alpha##.

First we observe that ##f(x)## has no repeated roots, as ##f'(x)=3x^2-3## which has roots ##\pm 1##, which are not roots of ##x##.
##f(x)##
Furthermore, the rational root test says any rational root of ##f## must be a factor of the constant term divided by a factor of the highest degree term, hence any rational root must be of the form ##\pm 1## which again is not a root.
Could you elaborate this a bit? What is the rational root test? If ##f(x)=(x-\alpha)(x-\beta)(x-\gamma)##, why can't we have ##\alpha=2,\beta=\sqrt{2},\gamma=1/2\sqrt{2}##? It is not hard to do it explicitly, but if you use a theorem, can you quote it?
So ##f## is a separable polynomial, and is irreducible since any factoring must include a polynomial of degree 1 and hence a root.Therefore the automorphisms of the splitting field correspond to permutations of the roots of ##f##. If ##a## a root implies ##2-a^2## is a root (to be shown below), ##\mathbb{Q}(a)## has at least two and hence all three of the roots of ##f(x)## since the roots can be factored out leaving only a linear factor left. This shows ##\mathbb{Q}(a)## is the splitting field for ##f##. ##[\mathbb{Q}(a):\mathbb{Q}]=3##, so the group of automorphisms has magnitude 3. Every permutation on three elements either swaps two and leaves the last unchanged, or cycles all three. Since the order of the permutation must divide the order of the group, the single swaps are not possible, and the Galois group must be ##\mathbb{Z}_3##, with the automorphisms mapping roots ##a_1##, ##a_2## and ##a_3## as either ##a_1\to a_2 \to a_3 \to a_1## or the inverse.
This is all correct, except a tiny gap. You must rule out the case ##\alpha=2-\alpha^2##.
I have never heard about the term magnitude in this context. Do you have a reference? Just out of curiosity.
From here, it suffices to show that if ##a## is a root of ##f(x)##, so is ##2-a^2##, and that this does not fix a single root while swapping the other two. If it swapped two roots, we would have ##2-(2-a^2)^2=a##. Expanding the left hand side and moving ##a## over yields
$$2-4+a^4-4a^2-a=0.$$
$$a^4-4a^2-a-2=0.$$

We know ##a^3=3a+1## and hence ##a^4=3a^2+a## so this gives us
$$-a^2-2=0.$$

But we know that ##a## cannot satisfy a polynomial of degree 2 in ##\mathbb{Q}## since ##[\mathbb{Q}(a):\mathbb{Q}]=3## and by the tower lemma there are no intermediate fields of degree 2 that ##\mathbb{Q}(a)## can contain

So all we need to do now is show if ##f(a)=0##, that ##2-a^2## is also a root. This is just algebra:
$$f(2-a^2) = (2-a^2)^3 - 3(2-a^2) -1$$
Expanding gives
$$=8-12a^2 + 6a^4 - a^6 -6+3a^2-1$$
$$=-a^6+6a^4-9a^2+1$$
We use ##a^3=3a+1## to get ##a^6=3a^4+a^3## and hence
$$=3a^4-a^3-9a^2+1$$
Similarly, ##a^4=3a^2+a## so we get
$$=-a^3+3a+1=-f(a)=0$$
Hence the automorphism ##\sigma## exists as desired.
A shortcut after observing ##f(\alpha)=f(2-\alpha^2)=0## and ##\alpha\neq 2-\alpha^2## would have been to note, that we have a Galois extension and thus a transitive automorphism group.
To solve for ##\sqrt{12-3a^2}## I did dumb things. Namely, I guessed it was going to involve a ##2-a^2## and just tried to get there. I used wolfram alpha to get ##a##, noticed ##\sqrt{12-3a^2}## was a little more than twice ##2-a^2## when ##a## was picked to be the smallest root in magnitude, and then saw adding ##a/2## got me the rest of the way there. Doing a bit of algebra gives the claim:
$$\sqrt{12-3a^2}=4+a-2a^2.$$

First we show that
$$12-3a^2=(4+a-2a^2)^2.$$

Expanding the right hand side yields
$$16+a^2+4a^4+8a-16a^2-4a^3.$$

Moving the ##12-3a^2## over and simplifying terms we need to show
$$0=4+8a-12a^2-4a^3+4a^4.$$

Dividing by 4 leaves us proving
$$0=1+2a-3a^2-a^3+a^4.$$

Plugging in our trusty formula of ##a^4= 3a^2+a##, this reduces to
$$0=1+3a-a^3=-f(a)=0.$$

So we have the squared formula. Taking square roots, we now need to only show that ##4+a-2a^2>0##. As an aside, we know all the roots are real numbers since complex roots will come in conjugate pairs and then conjugating the roots yields an automorphism that isn't cycling all three roots, so this is actually either a positive or negative number, as are all the roots.

it suffices to show that there exists at least one root with magnitude <1, as then ##|4+a-2a^2| > 4 -|a| - 2|a|^2## and ##|a|,|a|^2 < 1## in this case. But the roots have to be in between the turning points of the polynomial, which we computed to be ##\pm 1## earlier. In particular there is one root smaller than -1, one root larger than 1, and one in between as desired. So ##4+a-2a^2 >0## as required.

You must have had a better idea in mind for how to come up with the polynomial expression for ##\sqrt{12-3a^2}## than my dumb way of doing it.
Depends on the definition of dumb. I made a long division by ##x-\alpha##, observed (via the extrema you already calculated) ##\alpha\approx 1/3## which thus must be the closest to ##0##, and got the desired radical for ##2-\alpha^2=(x-\varphi \pm \rho)##.
Edit:I realized you can also just say if there is a polynomial, it must be at most quadratic since you can use the cubic polynomial relation to reduce the degree. Then you just need to find ##p(a)^2=12-3a^2## and use the cubic relation again to reduce the degree of the left hand side. It's still not clear to me how you would have known this is even contained in the field from first principles though.
Long division results in something with ##\sqrt{\alpha}##, so there is a way to come from one to the other expression. The fact, that they were identical, shortcuts the process a lot.
 
  • #77
In question 9a) what does the notation $$A/M A$$ mean?
 
  • #78
Incand said:
In question 9a) what does the notation $$A/M A$$ mean?
##A## and ##M## are ideals in ##R##. So ##M\cdot A= \{\sum m_\iota a_\iota\} ## is an ideal in ##A## and we can build the quotient ##A/AM## which is an ##R-##module. The condition ##A/MA \cong_R \{0\}## only means that ##A=MA## as ##R-##modules.
 
  • Like
Likes Incand
  • #79
fresh_42 said:
##f(x)##
Could you elaborate this a bit? What is the rational root test? If ##f(x)=(x-\alpha)(x-\beta)(x-\gamma)##, why can't we have ##\alpha=2,\beta=\sqrt{2},\gamma=1/2\sqrt{2}##? It is not hard to do it explicitly, but if you use a theorem, can you quote it?,

https://en.m.wikipedia.org/wiki/Rational_root_theorem

If an integer polynomial has a rational root, in reduced form the numerator and denominator are constrained to be factors of the constant and the highest degree coefficient.

This is all correct, except a tiny gap. You must rule out the case ##\alpha=2-\alpha^2##.
I have never heard about the term magnitude in this context. Do you have a reference? Just out of curiosity.

Whoops! I did forget that case. It can't fix ##a## because then ##a## would be a root to a quadratic polynomial which we ruled out.

As a slightly fancier proof, it would have to fix all three roots of ##f(x)## which we showed were unique, but quadratics only have two roots!

By magnitude I meant order of the group. I have spent too long thinking about a problem where emphasizing the size is unsigned is important 😬
 
  • Like
Likes fresh_42
  • #80
Can you remind me of what the notation ##R_P## means for a prime ideal ##P##?
 
  • #81
Office_Shredder said:
Can you remind me of what the notation ##R_P## means for a prime ideal ##P##?
If ##P \lhd R## is prime, then ##S:=R-P## is multiplicatively closed.

The short answer is ##R_P:=S^{-1}R =\dfrac{R}{S}##.

For the correct answer we define an equivalence relation on ##R\times S## by ##(a,s) \sim (b,t) :\Longleftrightarrow (at-bs)u=0## for some ##u\in S##. If ##[a/s]## denotes the equivalence class of ##(a,s)##, then ##R_P=S^{-1}R=\{[a/s]\, : \,a\in R,s\notin P\}.##

The solution to the problem is simply to calculate the Krull dimension of the local ring ##R##.
 
  • #82
For number 8, I noticed you wrote the limit of the gradient of u and v, but based on the previous sentence, did you mean the laplacian?
 
  • #83
9a) is just Nakayama's lemma for local rings, no?
9b) Suppose that r \in R is a non-zero, non-invertible element. Then the ideal (r) is contained in some maximal ideal m. But the Krull dimension of the integral domain R_m is zero, so the sequence of inclusions of prime ideals (0) \subseteq m cannot be a strict in R_m, i.e. mR_m = 0. This means that r = 0 i R_m, which is a contradiction. Hence R has no non-zero, non-invertible elements, and is therefore a field.
 
  • #84
What does the u_t notation mean in 8.?
 
  • #85
Office_Shredder said:
For number 8, I noticed you wrote the limit of the gradient of u and v, but based on the previous sentence, did you mean the laplacian?
I mean ## \Delta \log u =\dfrac{\Delta u}{u} -\dfrac{|\nabla u|^2}{u^2}##
 
  • #86
disregardthat said:
What does the ut notation mean in 8.?
##u_t=\dfrac{\partial u(x,t)}{\partial t}##
 
  • #87
disregardthat said:
9a) is just Nakayama's lemma for local rings, no?
9b) Suppose that r \in R is a non-zero, non-invertible element. Then the ideal (r) is contained in some maximal ideal m. But the Krull dimension of the integral domain R_m is zero, so the sequence of inclusions of prime ideals (0) \subseteq m cannot be a strict in R_m, i.e. mR_m = 0. This means that r = 0 i R_m, which is a contradiction. Hence R has no non-zero, non-invertible elements, and is therefore a field.
Yes. But maybe you could write a short sentence why Nakayama is applicable.
 
  • #88
fresh_42 said:
Yes. But maybe you could write a short sentence why Nakayama is applicable.

Ok, let's take the most common form of Nakayama's lemma.

Statement 2: If M is a finitely-generated module over R, J(R) is the Jacobson radical of R, and J(R)M = M, then M = 0.

9a) Since R is local, the Jacobson radical (as the intersection of all maximal ideals) is simply the maximal ideal M. An ideal A of R is finitely generated since R is Noetherian. Hence A = MA implies that A = (0) by Nakayama's lemma.
 
  • #89
My working is a mess, but here it is:

$$\sin^4 x -\cos^4 x=\lambda(\tan^4 x - \cot^4 x)$$
$$\sin^4 x -\cos^4 x=\lambda \left(\frac{\sin^4 x}{\cos^4 x}-\frac{\cos^4 x}{\sin^4 x} \right)$$
$$\sin^4 x -\cos^4 x=\lambda \left(\frac{\sin^8 x - \cos^8 x}{(\sin x. \cos x)^4}\right)$$
$$(\sin^4 x -\cos^4 x)-\lambda \left( \frac{(\sin^4 x - \cos^4 x)(\sin^4 x + \cos^4 x)}{(\sin x. \cos x)^4}\right) =0$$
$$(\sin^4 x - \cos^4 x )\left(1-\lambda \frac{\sin^4 x + \cos^4 x}{(\sin x. \cos x)^4}\right)=0$$
$$\sin^4 x - \cos^4 x = 0 ~\text{or}~\left(1-\lambda \frac{\sin^4 x + \cos^4 x}{(\sin x. \cos x)^4}\right)=0$$

(i) From ##\sin^4 x - \cos^4 x = 0##, we get ##x=\frac{\pi}{4}##

(ii) From ##1-\lambda \left(\frac{\sin^4 x + \cos^4 x}{(\sin x. \cos x)^4}\right)=0##:

$$(\sin x. \cos x)^4=\lambda (\sin^4 x + \cos^4 x)$$
Because LHS is always positive for ##x \in \left(0,\frac{\pi}{2}\right)##, ##\lambda \leq 0## will make the equation has no solution

Since ##(\sin x. \cos x)^4 < (\sin^4 x + \cos^4 x)##, I want to compare the maximum value of ##(\sin x. \cos x)^4## and the minimum value of ##(\sin^4 x + \cos^4 x)## by using derivative

Let ##p=(\sin x. \cos x)^4## and ##q= (\sin^4 x + \cos^4 x)##

$$p'=4(\sin x. \cos x)^3 . (\cos^2 x - \sin^2 x)$$
$$0=4(\sin x. \cos x)^3 . (\cos^2 x - \sin^2 x)$$
No solution for ##(\sin x. \cos x)^3 =0## and for ##(\cos^2 x - \sin^2 x)=0## the solution is ##x=\frac{\pi}{4}##

For ##q'=0##:
$$4\sin^3 x . \cos x - 4\cos^3 x . \sin x = 0$$
$$(\sin x . \cos x).(\sin^2 x - \cos^2 x)=0\rightarrow \text{the solution will be}~ x=\frac{\pi}{4}$$

Calculating the minimum value of ##(\sin^4 x + \cos^4 x)##, I get ##q=0.5## and the maximum value of ##(\sin x. \cos x)^4## is ##p=\frac{1}{16}##.
So for the maximum value of ##p## and minimum value of ##q## coincides, the value of ##\lambda## is ##\frac 1 8##

For ##0<\lambda<\frac 1 8##, there will be two intersections between graph of ##p## and ##q##
--------------------------------------------------------------------------------------------------------------------------------------------------
From (i), it can be seen ##x=\frac \pi 4## will always satisfy the original equation, independent of ##\lambda## so the original question is guaranteed to have at least one solution

Combining (i) and (ii), there can be only cases where original equation has one solution or three solutions
--------------------------------------------------------------------------------------------------------------------------------------------------

Final answer:
a) no solution ##\to \lambda = \emptyset##
b) 1 solution ##\to \lambda \leq 0 ~\text{or}~ \lambda \geq \frac 1 8##
c) two solutions ##\to \lambda = \emptyset##
d) three solutions ##\to 0<\lambda<\frac 1 8##
 
  • #90
songoku said:
My working is a mess, but here it is:

$$\sin^4 x -\cos^4 x=\lambda(\tan^4 x - \cot^4 x)$$
$$\sin^4 x -\cos^4 x=\lambda \left(\frac{\sin^4 x}{\cos^4 x}-\frac{\cos^4 x}{\sin^4 x} \right)$$
$$\sin^4 x -\cos^4 x=\lambda \left(\frac{\sin^8 x - \cos^8 x}{(\sin x. \cos x)^4}\right)$$
$$(\sin^4 x -\cos^4 x)-\lambda \left( \frac{(\sin^4 x - \cos^4 x)(\sin^4 x + \cos^4 x)}{(\sin x. \cos x)^4}\right) =0$$
$$(\sin^4 x - \cos^4 x )\left(1-\lambda \frac{\sin^4 x + \cos^4 x}{(\sin x. \cos x)^4}\right)=0$$
$$\sin^4 x - \cos^4 x = 0 ~\text{or}~\left(1-\lambda \frac{\sin^4 x + \cos^4 x}{(\sin x. \cos x)^4}\right)=0$$

(i) From ##\sin^4 x - \cos^4 x = 0##, we get ##x=\frac{\pi}{4}##

(ii) From ##1-\lambda \left(\frac{\sin^4 x + \cos^4 x}{(\sin x. \cos x)^4}\right)=0##:

$$(\sin x. \cos x)^4=\lambda (\sin^4 x + \cos^4 x)$$
Because LHS is always positive for ##x \in \left(0,\frac{\pi}{2}\right)##, ##\lambda \leq 0## will make the equation has no solution

Since ##(\sin x. \cos x)^4 < (\sin^4 x + \cos^4 x)##, I want to compare the maximum value of ##(\sin x. \cos x)^4## and the minimum value of ##(\sin^4 x + \cos^4 x)## by using derivative

Let ##p=(\sin x. \cos x)^4## and ##q= (\sin^4 x + \cos^4 x)##

$$p'=4(\sin x. \cos x)^3 . (\cos^2 x - \sin^2 x)$$
$$0=4(\sin x. \cos x)^3 . (\cos^2 x - \sin^2 x)$$
No solution for ##(\sin x. \cos x)^3 =0## and for ##(\cos^2 x - \sin^2 x)=0## the solution is ##x=\frac{\pi}{4}##

For ##q'=0##:
$$4\sin^3 x . \cos x - 4\cos^3 x . \sin x = 0$$
$$(\sin x . \cos x).(\sin^2 x - \cos^2 x)=0\rightarrow \text{the solution will be}~ x=\frac{\pi}{4}$$

Calculating the minimum value of ##(\sin^4 x + \cos^4 x)##, I get ##q=0.5## and the maximum value of ##(\sin x. \cos x)^4## is ##p=\frac{1}{16}##.
So for the maximum value of ##p## and minimum value of ##q## coincides, the value of ##\lambda## is ##\frac 1 8##

For ##0<\lambda<\frac 1 8##, there will be two intersections between graph of ##p## and ##q##
--------------------------------------------------------------------------------------------------------------------------------------------------
From (i), it can be seen ##x=\frac \pi 4## will always satisfy the original equation, independent of ##\lambda## so the original question is guaranteed to have at least one solution

Combining (i) and (ii), there can be only cases where original equation has one solution or three solutions
--------------------------------------------------------------------------------------------------------------------------------------------------

Final answer:
a) no solution ##\to \lambda = \emptyset##
b) 1 solution ##\to \lambda \leq 0 ~\text{or}~ \lambda \geq \frac 1 8##
c) two solutions ##\to \lambda = \emptyset##
d) three solutions ##\to 0<\lambda<\frac 1 8##
Correct. You could have shortened it by investigating the function ##L(x)=\dfrac{\sin^4x-\cos^4x}{\tan^4x-\cot^4x}## on ##(0,\pi/4)##.
 

Similar threads

  • · Replies 42 ·
2
Replies
42
Views
10K
  • · Replies 61 ·
3
Replies
61
Views
12K
  • · Replies 61 ·
3
Replies
61
Views
10K
  • · Replies 93 ·
4
Replies
93
Views
15K
  • · Replies 60 ·
3
Replies
60
Views
12K
  • · Replies 100 ·
4
Replies
100
Views
11K
  • · Replies 56 ·
2
Replies
56
Views
10K
  • · Replies 86 ·
3
Replies
86
Views
13K
  • · Replies 67 ·
3
Replies
67
Views
11K
  • · Replies 61 ·
3
Replies
61
Views
11K