mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2008-07-12, 03:12   #1
roger
 
roger's Avatar
 
Oct 2006

26010 Posts
Default Manipulating powers

Hi, sorry if this has a really obvious answer

How do you manipulate the power and coefficient in the equation y=kx^n to find, for example, the k-value for an arbitrary n-value?

Thanks!

Last fiddled with by roger on 2008-07-12 at 03:12
roger is offline   Reply With Quote
Old 2008-07-12, 12:34   #2
R.D. Silverman
 
R.D. Silverman's Avatar
 
"Bob Silverman"
Nov 2003
North of Boston

24×32×53 Posts
Default

Quote:
Originally Posted by roger View Post
Hi, sorry if this has a really obvious answer

How do you manipulate the power and coefficient in the equation y=kx^n to find, for example, the k-value for an arbitrary n-value?

Thanks!
Gibberish. What do you mean by

find, for example, the k-value for an arbitrary n-value?

And the word 'manipulate' has no mathematical meaning.

Solving the equation for either n or k as a function of the other variables
is 1st/2nd year high school algebra. If indeed you do not understand
even this level of mathematics then you need to go learn it before
participating further in this group.
R.D. Silverman is offline   Reply With Quote
Old 2008-07-13, 04:50   #3
roger
 
roger's Avatar
 
Oct 2006

22×5×13 Posts
Default

Quote:
Solving the equation for either n or k as a function of the other variables is 1st/2nd year high school algebra.
I know it should be, but it still hasn't been taught at my school.

Quote:
If indeed you do not understand even this level of mathematics then you need to go learn it before participating further in this group.
I'm here to learn, not to participate by giving mathematical insights. I know I'm not anywhere near that level, and I'm not trying to pass myself off as being there.

Quote:
Gibberish. What do you mean by find, for example, the k-value for an arbitrary n-value?
I mean that, given a 'k' and 'n' value in the form y=kxn, how do you use those numbers to find a desired arbitrary n-value?

Example: if I have the equation y=0.3165*x1.947, by what method do I find the equivilant equation (with a different k-value) with an n-value of 2?

Could you provide a link I could learn it from if you are unwilling to help?

Thank you.
roger is offline   Reply With Quote
Old 2008-07-13, 05:22   #4
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

769210 Posts
Default

Quote:
Originally Posted by roger View Post
Example: if I have the equation y=0.3165*x1.947, by what method do I find the equivilant equation (with a different k-value) with an n-value of 2?
What may bother some folks reading this is that there's more than one way to interpret your questions (both the original general question and this later one with specific values), and those folks don't like to treat such questions as a sort of multivalued function or relation with more than one possible answer. (Might contemplation of the CASE statement in certain programming languages be helpful to some of those folks? Probably that's not the most useful suggestion.) To be fair, OTOH, it does take more time to compose an inclusive response to such a question, and some folks are genuinely too busy to bother doing such tedium, but in that case, those busy folks really should leave these "multivalued" questions to be answered by those of us with more time.

roger, if you mean that you want to choose values of a and b such that a*xb = 0.3165*x1.947 for any x, the only solution is a=0.3165, b=1.947. If the exponent of x (b) has any other value, the shape of the two curves will be different, and there's no way to make them match by changing the multiplying constant (a).

If you mean that for a particular y value, say 4.5 (so that 0.3165*x1.947 = 4.5), you want to solve for the x value that will make that equation true, first divide both sides by 0.3165, then find the 1/1.947 power of each side. (So, x = (4.5/0.3165)1/1.947.)

If you mean that for a particular y value, say 9.8 (so that 0.3165*x1.947 = 9.8), you want to find other a and b values so that a*xb = 9.8 for some (not every) x, you can choose any nonzero a and b you want, because then you just divide 9.8 by a and find the b-th root (1/b power) to get the x value corresponding to y = 9.8 with those particular a and b values.

If you mean something else, try stating what you want a different way, and give us an example with specific values to show us what you mean. (Note how useful it was to me to be able to incorporate your specific values from your second posting.).

Last fiddled with by cheesehead on 2008-07-13 at 05:46
cheesehead is offline   Reply With Quote
Old 2008-07-13, 06:53   #5
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2·3·13·83 Posts
Default

Given two pairs (x1,y1) and (x2,y2) of x,y values (>0) you
can determine the unique values of k and n.

It may help to use

log(y) = log(k) + n*log(x)
davieddy is offline   Reply With Quote
Old 2008-07-13, 13:38   #6
R.D. Silverman
 
R.D. Silverman's Avatar
 
"Bob Silverman"
Nov 2003
North of Boston

24×32×53 Posts
Default

Quote:
Originally Posted by roger View Post
I know it should be, but it still hasn't been taught at my school.



I'm here to learn, not to participate by giving mathematical insights. I know I'm not anywhere near that level, and I'm not trying to pass myself off as being there.



I mean that, given a 'k' and 'n' value in the form y=kxn, how do you use those numbers to find a desired arbitrary n-value?

.
This is nonsense. First you say "given a 'k' and 'n' value " and then you
ask "to find a desired arbitrary n-value".

If you are given n, then you don't need to "find" it!!!!!!!

You need to state what you are trying to do. And I don't buy the
claim that "your school didn't teach it". This is basic level algebra.
R.D. Silverman is offline   Reply With Quote
Old 2008-07-13, 13:41   #7
R.D. Silverman
 
R.D. Silverman's Avatar
 
"Bob Silverman"
Nov 2003
North of Boston

24·32·53 Posts
Default

Quote:
Originally Posted by roger View Post

Example: if I have the equation y=0.3165*x1.947, by what method do I find the equivilant equation (with a different k-value) with an n-value of 2?

.
Another followup...

What do you mean by "equivilant (sic) equation (with a different k-value) with an n-value of 2?" What is an "equivalent" equation? The only function
that is everywhere equal to 0.3165*x1.947, is
0.3165*x1.947, . What makes you think there is another?
R.D. Silverman is offline   Reply With Quote
Old 2008-07-13, 19:41   #8
roger
 
roger's Avatar
 
Oct 2006

4048 Posts
Default

Thanks cheesehead, I meant the first option you gave. I'm surprised this isn't possible. Could you provide a topic name or link so I could read about it?

@Silverman: I didn't say that my high school doesn't teach it, I just said I haven't been taught it yet.
roger is offline   Reply With Quote
Old 2008-07-13, 22:35   #9
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

Quote:
Originally Posted by roger View Post
Thanks cheesehead, I meant the first option you gave. I'm surprised this isn't possible. Could you provide a topic name or link so I could read about it?
How could you turn a parabola into a straight line by scaling?
davieddy is offline   Reply With Quote
Old 2008-07-14, 02:43   #10
roger
 
roger's Avatar
 
Oct 2006

22×5×13 Posts
Default

I didn't want to turn it into a straight line, I just wanted to change the exponent to a whole number, and I thought that I could solve for the k-value with n=2 so that the curve would be the same.

Oh well, guess not.
roger is offline   Reply With Quote
Old 2008-07-14, 09:56   #11
Brian-E
 
Brian-E's Avatar
 
"Brian"
Jul 2007
The Netherlands

327910 Posts
Default

It often helps to try out very simple examples to get a feel of the situation if the problem lends itself to do that, and this one certainly does. In your equation y=kx^n put k=1 and n=2, and then write a table of values of y for the integer values of x (integers for ease of calculation). You have the square numbers. Now change n from 2 to 3 and do the same: you get the cubes. Simply look at how much faster the cubes increase than the squares (for x>1), and you can easily see that there is no way of changing the multiplying constant k to make the results y the same.
Brian-E is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
(xy)^2 when x and y are powers of two is solved!! f1pokerspeed Puzzles 6 2012-11-25 00:05
What powers your farm/cpu? Uncwilly Lounge 15 2010-03-31 07:13
Prime Powers plandon Math 7 2009-06-30 21:29
2^x using powers of e? nibble4bits Math 31 2007-12-11 12:56
Powers, and more powers Numbers Puzzles 3 2005-07-13 04:42

All times are UTC. The time now is 02:19.


Sat Sep 30 02:19:18 UTC 2023 up 17 days, 1 min, 0 users, load averages: 0.92, 0.82, 0.85

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔